@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	
}

h1 a{
	color:#333;
	text-decoration:none;
}

h1 a:hover{
	text-decoration:none;
}

a {
	color:#49a2d3;
}

a:hover{
	text-decoration:underline;	
	color:#b9def3;
}
.container{
	width:100%;
}

.headerContainer{
	height: 115px;
	background-color:#f0f0f0;
}

.header{
	width:700px;
	margin-left:5%;
}

.logo{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F0F0F0;
}

.navContainer{

	width:100%;
	height:33px;
	background:url(../images/nav_bg.gif) repeat-x;
}

.nav{
	border-left:1px solid #e1e1e1;
	/*border-right:1px solid #e1e1e1;*/
	width:900px;
	margin-left:5%;
	height:33px;
}

.nav ul{

margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

background:  url('') center center repeat-x;
}

.nav ul li{
display: inline;

}

.nav ul li a{

float: left;
font-weight:500;
font-size:14px;
color: #666; /*text color*/
padding: 8px 12px;
text-decoration: none;
border-right: 1px solid #e1e1e1; /*dark purple divider between menu items*/
}

.nav ul li a:visited{
color: #666;
}

.nav ul li a:hover, .nav ul li .current{
color: #333 !important; /*text color of selected and active item*/
padding-top: 10px; /*shift text down 1px for selected and active item*/
padding-bottom: 7px; /*shift text down 1px for selected and active item*/
background:  url('') center center repeat-x;
}


.main_container{
	margin-left:5%;
	width:970px;
	height:100%;
	min-height:500px;
}
.main{
	width:700px;
	height:100%;
	min-height:500px;
}

.main_content{
	width:700px;
}

.bluebox{
	background:#EBF4F9;
	padding:10px;
	margin:20px 0 10px 0;
}

.blueboxright{
	background:#EBF4F9;
	padding:10px;
	margin:20px 20px 20px 20px;
	width:200px; 
	text-align:left; 
	border:5px solid #8ECFEE;
	font-size:11px;
}

.grayboxright{
	background:#F0F0f0;
	padding:10px;
	margin:0px 20px 20px 20px;
	width:200px; 
	text-align:left; 
	border:5px solid #ddd;
	font-size:12px;
	font-weight:bold;
}

.tanbox{
	background:#FAF9C1;
	padding:10px;
	margin:20px 0 10px 0;
}

.orderbox{
	background:#eee;
	padding:10px;
	margin:20px 0 10px 0;
}

.bullets{
 width:500px;
 text-align:left;
 font-weight:bold;
 font-size:14px;
}

ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.quicklinks li{
	margin-left:20px;
	margin-bottom:5px;
	list-style:square;
}

.bullets li{
	padding-left: 40px;
	background-image: url(../images/bullet_checkmark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:38px;
	font-size:12px;
}

.bullets_blue li{
	padding-left: 40px;
	background-image: url(../images/blue_bullet_checkmark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:38px;
	font-size:12px;
	font-weight:bold;
}

h6{
	text-align:center;
	color:#cc0000;
	font-size:14px;
	padding:5px;
	margin:0px;
	font-style:italic;
}

h5{
	text-align:center;
	color:#cc0000;
	font-size:24px;
	margin-bottom:10px;
	margin-top:15px;
}

.mainBox {
	padding:20px;
	padding-bottom:30px;
	width:660px;
	border-bottom:1px solid #e1e1e1;
}

.mainBox h1{
	color:#333;
	padding-top:0px;
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
}

h1{
	color:#333;
	padding-top:0px;
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
}

.mainBoxImage{
	float:left;
	padding:20px 10px 10px 10px;
	
}

.footerContainer{
	margin-top:20px;
	height:75px;
	
	background:#F5F5F5 url(../images/footer_bg.gif) repeat-x;
}

.footer{
	width:900px;
	margin-left:10%;
	padding-top:10px;
	
}


.testimonials{
	font-family: Georgia, "Courier New", Courier, monospace;
	float:right;
	font-size:13px;
	
	text-align:left;
	width:350px;
	font-weight:100;
	color:#999;
}

.more{
	float:right;
	font-size:10px;
}

.schedule {
	width:600px;
	padding:5px;
	font-size:12px;
}

.schedule thead th {
	background-color:#ddd;
	font-size:14px;
	padding:3px;
}


/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
	/*	background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;  */
		border-left:0px solid #686868;
		border-right:0px solid #686868;
		margin-top:10px;
		font:12px/145% verdana,helvetica,arial,verdana;
		color: #333;
		
		width: 100%;
	
		padding:5px;
		/*background-color:#ededed;*/
}

td, th {
		padding:5px;
		vertical-align: top; 
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		
		
}

table a:hover {
color:#8DCFF3;
	background-color:#EBF4F9;
	
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	/*	background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;*/
	background-color: #f0f0f0;
	border-bottom:3px solid #59A5DF;
		color:#666;
		font-size:12px;
		
		padding:7px;
		padding-left:20px;
		font-weight:bold;
		text-align:left;
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
	font-size:12px;
	border-bottom: solid 1px #d8dadd;	
}


tbody th {
		white-space: nowrap;
}

tbody th a {
		
}

.odd {}

tbody tr{
	background-color:#fff;

}



tbody tr.not_locked{
	background-color:#ecffe3;
}

tbody tr.replyfooter{
	border-bottom: solid 1px #ccc;
	font-size:10px;
	text-align: right;
	line-height:12px;
}

tbody tr:hover {
		background:#EBF4F9;
		color:#8DCFF3;
}

.subhead {
	padding:1px; 
	margin:1px;
	font-size:10px;
	color:#999;
	border-bottom:1px dashed #999;
}

.subrow{
	padding:1px; 
	margin:1px;
	font-size:10px;
	color:#666;
}

.programs{
	font-weight:bold;
	margin-top:10px;
}

.order_form{
	background-color:#fefefe;
	padding:20px;
	border:3px solid #999;
	margin:10px;
}

#register{
	border-top:5px solid #f15c5d;
	border-left:5px solid #f15c5d;
	border-right:5px solid #f09192;
	border-bottom:5px solid #f09192;

}

.looking{
	width:500px;
	font-size:10px;
}