body {
	margin: 0 0 0 0;
	text-align:center;
	background:#ADB8BC url(../images/general/bodybg.jpg) repeat-x;
	font-family: tahoma, arial, verdana, sans-serif 11px;
	height: 100%;
}
html {overflow: -moz-scrollbars-vertical;}
p {text-align:left;}


.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer {height: 10px; width: 100%; } .spacer2 {height: 20px; width: 100%; }


#container {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	position:relative;
}
#header{
	width: 100%;
	height: 182px;
	background: url(../images/general/headerBG.jpg) #fff no-repeat bottom right;
	margin:0;
	padding:0;
}
#maincontent{
	background-color:#FFFFFF;
	padding: 5px;
	width: 99%; //width: 100%;
	height:100%;
	overflow:auto;
}
#footer{
	width: 100%;
	height: 40px;
	clear:both;
	margin: 0;
}


/* START OF CELLS */

.cell_left_main{
	float:left;
	width:810px;
	margin-right: 2px;
}
/* Google Chrome hack */
body:nth-of-type(1) .cell_left_main{
	float:left;
	width:806px;
	margin-right: 2px;
}

.cell_left{
	float:left;
	width:482px;
	margin-right: 2px;
}
/* Google Chrome hack */
body:nth-of-type(1) .cell_left{
	float:left;
	width:478px;
	margin-right: 2px;
}
.cell_right{
	float:left;
	width: 320px;
	border-left: 1px solid #ccc;
	background: url(../images/general/cell_right_bg.gif) no-repeat top left;
	margin-right: 2px;
}
.cell_right_SM{
	float:left;
	width: 150px;
	border-left: 1px solid #ccc;
	background: url(../images/general/cell_right_bg.gif) no-repeat top left;
}

.cell_half{
	width: 45%;

}

/* END OF CELLS */


/* START OF FEATURES */

html>body .coursefinderfeatBG{
	background: url(../images/general/coursefinderfeaturebg.jpg)  no-repeat 0px 49px; 
	width:480px;
	height: 180px; 
	display:table;
	vertical-align:middle;
}
.coursefinderfeatBG{
	background: url(../images/general/coursefinderfeaturebg.jpg)  no-repeat 0px 49px; 
	width:480px;
	height: 150px; 
	display:block;
	vertical-align:middle;
}
form.coursefinder{
	width: 338px;
	background:#F7F7F9;
	margin-left: 136px;
	font-size: 11px;
	min-height: 130px; 
	overlow:visible;
}
.coursefinder label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 60px;
	display:block;
	margin: 5px 5px 5px 0;
	color:#666666;
	text-align:right;
}
.coursefinder input, select{
	width: 160px;
	margin: 5px 5px 0 0;
	float: left;
	text-align:left;
}
.coursefinder input.small{
	width: 110px;
	margin: 5px 5px 0 0;
	float: left;
	text-align:left;
}
.coursefinder  select.small{
	width: 60px;
	margin: 5px 1px 0 0;
	float: left;
	text-align:left;
}
.coursefinder label.small{
	float: left;
	font-weight: bold;
	text-align:left;
	width: auto;
	display:block;
	margin: 5px;
	color:#666666;
	text-align:right;
}


.coursefinder br{	clear: left;}
.courseimage{
	margin:0;//margin:-16px 0 0 0;
	padding:0;
	height: 40px;
	clear:both;
	text-align:right;
}


form.signup{
	background:#F7F7F9 ; 
	width:453px;
	height: 40px; //height: 30px; 
	display:block;
	font-size: 11px;
	overlow:visible;
	margin-left: 5px;
	padding: 5px;
	font-size: 10px;
}
.signup label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 60px;
	display:block;
	margin: 5px 5px 5px 0;
	color:#666666;
	text-align:right;
}
.signup input{
	width: 180px;
	margin: 5px 5px 0 0;
	float: left;
	text-align:left;
}
.signup input.small, .signup label.small{
	width: 60px;
	margin: 5px 5px 0 0;
	float: left;
	text-align:center;
}
.signup input.smaller{
	width: 15px;
	margin: 5px 5px 0 0;
	float: left;
	text-align:center;
}
.signup p, a.signup {
	font: 11px tahoma, arial, verdana, sans-serif ;
	color: #003366;
	text-decoration: none;
	font-weight:normal;
	margin: 5px 5px 0 0;
	padding:0;
}

.signup br{	clear: left;}

/* END OF FEATURES */


/* MENUS */
#mainnavlisttop{
	width: 661px;
	height: 20px;
	top: 162px;
	left: 382px;
	position:absolute;	
}
#mainnavlisttop ul{
	padding:0;
	margin: 0;
	white-space: nowrap;
}

#mainnavlisttop li{
	list-style-type: none;
	text-align:center;
	display:inline;
	margin-right:1px;
	padding:5px 10px 5px 10px; //padding:10px;
	text-transform:uppercase;
	background: #E9CD00;
	height: 20px;
}

#mainnavlisttop a, #mainnavlisttop a:link, #mainnavlisttop a:visited{ 
	font: 11px tahoma, arial, verdana, sans-serif ;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#mainnavlisttop a:hover{
	color: #003366;
	text-decoration: none;
	font-weight:bold;
}
#mainnavlistbottom{
	width: 100%;
	height: 20px; //height: 30px;
	clear:both;
	text-align:left;
	margin:0;
	padding:0;
}
#mainnavlistbottom ul{
	padding:0;
	margin-top:12px; //margin: 0;
	white-space: nowrap;
	background-color:#FFFFFF;
}

#mainnavlistbottom li{
	list-style-type: none;
	text-align:center;
	display:inline;
	margin-right:1px;
	padding:15px 15px 15px 15px;
	text-transform:uppercase;
	background: #E9CD00;

}

#mainnavlistbottom a, #mainnavlistbottom a:link, #mainnavlistbottom a:visited{ 
	font: 14px tahoma, arial, verdana, sans-serif ;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#mainnavlistbottom a:hover{
	color: #003366;
	text-decoration: none;
	font-weight:bold;
}


#footerlist{
	width: 100%;
	margin-left: 60px;	
}
#footerlist ul{
	padding:0;
	margin: 0;
}

#footerlist li{
	width: 18%;
	list-style-type: none;
	text-align:left;
	float:left;
	margin:0;
	padding: 0;
	text-transform:capitalize;
	color:#006699;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footerlist li li{
	width: 100%;
	list-style: disc outside;
	text-align:left;
	margin:0 0 0 10px;
	padding: 0;
	text-transform:capitalize;
	color: #666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}


#footerlist li li a, #footerlist li li a:link, #footerlist li li a:visited{ 
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#footerlist li li a:hover{
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}


/* END OF MENUS */

/* START OF LISTS */

.listone{
	padding:0;
	margin: 0;
	width: 45%;
	float:left;
}

.listone ul{
	padding:0;
	margin: 0 0 0 20px;
	width: auto;
}

.listone li{
	list-style-type: none;
	text-align:left;
	margin:3px 0;
	padding: 0 0 0 10px;
	text-transform:capitalize;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 4px solid #E8CC00;
}
.listone li a, .listone li a:link, .listone li a:visited{ 
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.listone li a:hover{
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

.newslist{
	padding:0;
	margin: 0;
	width: 300px;
	float:left;
}

.newslist ul{
	padding:0;
	margin: 0 0 0 20px;
	width: auto;
}

.newslist li{
	list-style-type: none;
	height: 110px;
	text-align:left;
	margin:3px 0;
	padding: 0 0 0 10px;
	text-transform:capitalize;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	display: block;
	color:#666666;
}
.newslist  img{ 
	float: left;
	border: 1px solid #E8CC00;
	margin: 3px;
}
.newslist  a, .newslist  a:link, .newslist  a:visited{ 
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

.newslist a:hover{
	color: #D2B800;
	text-decoration: none;
	font-weight: bold;
}

.listtwo{
	padding:0;
	margin: 0;
	width: auto;
	float:left;
}

.listtwo ul{
	padding:0;
	margin: 0 0 0 20px;
	width: auto;
}

.listtwo li{
	list-style-type: none;
	text-align:left;
	margin:3px 0;
	padding: 0 0 0 10px;
	text-transform:capitalize;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	height: 38px;
	display:block;
	vertical-align:middle;
	width:  100%;
}
.listtwo li img{ padding-left: 2px; float:right;}


.listtwo li a, .listtwo li a:link, .listtwo li a:visited{ 
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

.listtwo li a:hover{
	color: #D2B800;
	text-decoration: none;
	font-weight: normal;
}


/* END OF LISTS */


@font-face {
  font-family: Kozuka Gothic Pro L;
  src: url(KozGoPro-Light.eot);
  src: local(Kozuka Gothic Pro L), 
         url("../fonts/KozGoPro-Light.otf") format("opentype");
}



h1{
	font-family:Kozuka Gothic Pro L, tahoma, arial, verdana, sans-serif;
	font-size: 18px;
	text-transform: normal;
	color:#006699;
	font-weight: bold;
	text-align:left;
	padding-left: 10px;
	border-bottom: 1px dotted #ccc;
}
h2{
	font:tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-transform: normal;
	color:#006699;
	font-weight: bold;
	text-align:left;
	padding-left: 10px;
}


a, a:link, a:visited, a:active {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #E9CD00;
	text-decoration: underline;
	font-weight: normal;
}
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-align:left;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #006699;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;	
} 
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

hr{
	height: 1px;
	background-color:#CCCCCC;
	width: 100%;
	clear:both;
	border: none;
}

/* BUTTONS */


input.button{
	background-color:#000000;
	border: 1px solid #fff;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	height: 26px;
	margin-left: 2px;
}

.btn { display: table;  background: #99cccc; padding: 5px;  color: #fff; text-decoration: none; cursor: pointer; text-transform:uppercase;  text-align:center; margin-left: 5px; border: none; font-size: 10px; height: 25px; }
input.submit , a.submit, a.submit:link, a.submit:visited{ color: #fff; background: #E9CD00; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 5px; cursor: pointer; text-decoration:none; width:auto; text-align:center;} 
a.btn {color:#FFFFFF; border: none;}
a.btn:hover {background: #000; border: none;}
			
span.btn{display: table;  background: #99cccc; padding: 5px;  color: #fff; text-decoration: none; text-transform:uppercase;  text-align:center; margin: 10px; border: none; font-size: 10px; height: 25px; width: auto; clear:both;}

/* END OF BUTTONS */
