* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
.h1 {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	letter-spacing: -1px;
    color: #666666;
	margin-bottom: 6px;
	padding: 6px;
}
#wrapper { 
 margin: 0 auto;
 width: 858px;

}

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666699;
}



#header {
	color: #333;
	width: 858px;
	float: left;
	height: 110px;
	background-color: #FFFFFF;
	background-image: url(images/rmc_head.jpg);
	margin-bottom: 8px;
	margin-top: 8px;
}
#navigation {
	float: left;
	width: 836px;
	color: #888;
	background: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftcolumn {
	color: #333;
	width: 545px;
        height: ;
	float: left;
	background-color: #FFFFFF;
	margin: 15px;
	padding: 0px;
	
}

#leftcolumn_inside {
	color: #333;
	height: 249px;
	width: 279px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(/ptisite/resource/images/left_side_home.jpg);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#rightcolumn {
	float: right;
	color: #333;
	width: 265px;
        height: ;
	display: inline;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 0px;
}
.right_home_text {
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 15px;
	line-height: 21px;
	z-index: -1;
	height: 600px;
	width: 250px;
}
#top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B4073;
}


#footer { 
 width: 858px;
 clear: both;
 color: #333;
}

.highlighted {
	color: #EA4E5B;
	font-weight: bold;
}

hr.thin {
height: 1px;
text-align: center;
border: 0;
color: #999999;
background-color: #eee;
width: 80%;
} 



a#panel1:link, a#panel1:active, a#panel1:visited {
	display: block;
	width: 280px;
	height: 84px;
	background-image: url(images/box_swap1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin-right: 8px;
	position: static;
}

a#panel1:hover {
background-position: -281px;
}

a#panel2:link, a#panel2:active, a#panel2:visited {
	display: block;
	width: 280px;
	height: 84px;
	background-image: url(images/box_swap2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin-right: 8px;
}

a#panel2:hover {
background-position: -281px;
}
a#panel3:link, a#panel3:active, a#panel3:visited {
	display: block;
	width: 280px;
	height: 84px;
	background-image: url(images/box_swap3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;

}

a#panel3:hover {
background-position: -281px;
}
.promo_text {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	color: #666666;
	padding-left: 0px;
}
#footer2 {
	width: 858px;
	height: 130px;
	clear: left;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	position: relative;
	top: 12px;
	margin: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin-top: 12px;
}

.menu {
	width:100%;
	height:20px;
	border:0px;
	height:21px;
	position:relative;
	margin:0;
	z-index:100;
	font-family:arial, sans-serif;
	background-color: #4c7ad2;
	display:block;
	font-size:11px;
	text-decoration:none;
	width:auto;
	border:1px solid #ccc;
	border-width:0px 1px 0px 0px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:899px;
	w\idth:898px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:19px;
	border:1px solid #ccc;
	border-width:0px 1px 0px 0px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	background-color: #4c7ad2;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:210px;
	w\idth:208px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#c4cbe7;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#8aacec;
}
.menu ul ul :hover > a.drop {
	background:#8aacec;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#444;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fbaa1a;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0;
	width:210px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:214px;
	top:0px;
	width:194px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-194px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;

}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:18px;
	line-height:1em;
	padding-top:6px;
	padding-left:18px;
	padding-right:2px;
	width:194px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFFFFF;
	background-color: #c4cbe7;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:210px;
	w\idth:208px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background:#FBAA1A;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#8aacec;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
#selected {
	background-color: #D41C5B;
}


#suckerfishnav {
	font-size:12px;
	font-family:arial,sans-serif;
	font-weight:bold;
	width:100%;
	background-color: #4C7AD2;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    border:1px solid #bbb;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#F2F2F2;
    text-decoration:none;
    padding:0px 20px 0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:170px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
 
    }
#suckerfishnav li li {
    width:169px;
    border-bottom:1px solid #666666;
    font-weight:normal;
    font-family:arial,sans-serif;
    }
#suckerfishnav li li a {
    padding:3px 10px;
    width:170px;
    font-size:12px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#suckerfishnav li li:hover {
    background:#C4CBE7;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#333;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#C4CBE7;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#3d5ba4;
    }
#rightcolumn_interior {
	float: right;
	color: #333;
	width: 568px;
	display: inline;
	background-color: #FFFFFF;
	background-image: url(images/right_side_interior.jpg);
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	background-repeat: repeat-y;
}
#leftcolumn_interior {
	color: #333;
	width: 279px;
	float: left;
	background-color: #E8EBD6;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	z-index: -1;
	height: 99%;
}
#footer_interior {
	width: 858px;
	height: 5px;
	clear: both;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 10px;
}
.h1_interior {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626552;
	margin-right: 30px;
	margin-left: 25px;
}
.h2_interior {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #D4155B;
	border-bottom-style: none;
	margin-right: 30px;
	margin-left: 15px;
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	line-height: normal;
}
.h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #D4155B;
	border-bottom-style: none;
	margin-right: 30px;
	margin-left: 15px;
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	line-height: normal;
}
#header_wide {
	color: #333;
	width: 100%;
	float: left;
	height: 120px;
	background-color: #3E5CA5;
	margin-bottom: 8px;
	margin-top: 0px;
	background-image: url(images/head_bg.jpg);
}
.left_home_text {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 17px;
	line-height: 17px;
	z-index: -1;
	color: #333333;
	width: 475px;
}

.left_inside_text {
	padding-top: 100px;
	padding-right: 40px;
	padding-left: 17px;
	line-height: 17px;
	z-index: -1;
	color: #FFFFFF;
}
.footer_home_text {
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 0px;
	line-height: 18px;
	z-index: -1;
}
#rightcolumn_interior {
	float: right;
	color: #333;
	height: 249px;
	width: 568px;
	display: inline;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	background-image: url(images/int_side1.jpg);
	background-repeat: no-repeat;
}
.int_home_text {
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 15px;
	line-height: 21px;
	z-index: -1;
	height: 600px;
	width: 326px;
}
#footer_interior {
	width: 858px;
	height: 130px;
	clear: left;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	position: relative;
	top: 0px;
	margin: 0px;
}
#rightcolumn_lessons {
	float: right;
	color: #333;
	height: 249px;
	width: 568px;
	display: inline;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	background-image: url(images/int_side2.jpg);
	background-repeat: no-repeat;
}
#rightcolumn_tech {
	float: right;
	color: #333;
	height: 249px;
	width: 568px;
	display: inline;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	background-image: url(images/int_side3.jpg);
	background-repeat: no-repeat;
}
.wide_text {
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 15px;
	line-height: 21px;

}

.quote_text {
	padding-top: 12px;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 21px;
	background-color: #CBCFBA;
	width: 600px;
	margin-left: 60px;
	padding-bottom: 12px;
	margin-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	font-weight: bold;

}
.review_name {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
        
}
#inner_wrapper {
	width: 858px;
	background-color: #D2D7ED;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 500px;
}
.right_home_text {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 17px;
	color: #333333;
	width: 245px;
	padding-bottom: 0px;
	line-height: 17px;
	height: auto;
}

.calendar {
	text-align: left;
	width: 200px;
	padding-left: 17px;
}
.top_right {
	float: right;
	clear: none;
}
.top_left {
	float: left;
	clear: both;
}
.photo {padding: 3px 15px 3px 0;}
