/* CSS Document */

#body {
	background-image:url(images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	background-color:#000;
	margin-top:0;
} 

#wrapper {
	width: 970px;
	font-family:Arial,"Trebuchet MS","Times New Roman";
	font-size:13px;
	background-color:#FFF;
	color:#333;
	margin: 0 auto;
	text-align: left;
	padding-bottom:0px;
	border: none;
	padding-top:0px;
	line-height:20px;
	vertical-align:top;
	z-index:-1;
}



#wrapper2 {
	background-image:url(images/wrapper2_bg.png);
	width:1038px;
	text-align:center;
	margin: 0 auto;
}


	
#header {
	width:970px;
	height:123px;
	color:#999999;
}

#navigation {
	width:970px;
	height:57px;
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	color:#666666;
}

#banner {
	width:970px;
	height:284px;
}

/** Navigation **/

.menu{
	border:none;
	border:0px;
	color:#333;
	margin:0px;
	padding:0px;
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	}
.menu ul{
	background:transparent;
	height:50px;
	list-style:none;
	margin:0;
	padding-left:30px;
	padding-top:21px;
	}
	.menu li{
		float:left;
		text-decoration:none;
		}
	.menu li a{
		background:#transparent  bottom right no-repeat;
		color:#333;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background:  bottom center no-repeat;
			color:#660000;
			text-decoration:none;
			}
	.menu li ul{
	    background: url(images/dropbg.gif) #FFFFFF;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		margin-top:0px;
		width:150px;
		padding-left:10px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:transparent bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:150px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:13px;
		font-style:normal;
		margin:0px;
		border:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
    .menu li ul a:hover, .menu li ul li:hover a{
		background-image:url(images/dropbg1.gif);
	    border:0px;
	    color:#333;
	    text-decoration:none;
			}
	.menu p{
		clear:left;
		}	



/** End Navigation **/

#banner {
	height: 284px;
	width: 970px;
}

#banner2 {
	height: 175px;
	width: 970px;
}

#containerleft {
	width:615px;
	padding-left:0px;
	padding-top:20px;
	padding-right:70px;
	float:right;

}

#containerleft a{
color:#666;
}

#containerleft a:hover{
color:#660000;
}



#containerright {
	width: 200px;
	padding-top:20px;
	padding-left:28px;
	float:left;
	line-height:16px;
	font-size:12px;
}

#applycontainer {
	width:225px;
	padding-top:60px;
	min-height:50px;
	background-image:url(images/apply_bg.jpg);
	background-repeat:no-repeat;
	line-height:16px;
	font-size:12px;
	
}

#downloadcontainer {
	width:225px;
	padding-top:60px;
	min-height:50px;
	background-image:url(images/download_bg.jpg);
	background-repeat:no-repeat;
	line-height:16px;
	font-size:12px;
	
}
#linkscontainer {
	width:225px;
	padding-top:60px;
	min-height:50px;
	background-image:url(images/links_bg.gif);
	background-repeat:no-repeat;
	line-height:16px;
	font-size:12px;
	
}



#footer {
	width: 870px;
	height: 44px;
	background-image:url(images/footer_bg.jpg);
	clear:both;
	color:#999;
	padding-left:50px;
	padding-top:30px;
	padding-right:50px;
	font-size:11px;
	line-height:13px;
}

#footer a {
	color:#999;
	text-decoration: none;
	font-weight:normal;
} 

#footer a:hover {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

/** Tables**/
/** #1 **/

table#courses {    
	background-color:#FFFFFF;    
	border: none;    
	width: 460px;
	text-align:left;
	line-height:18px;
}

table#courses td {    
	padding: 5px;    
	text-align:left;
	vertical-align:top;
}

table#courses ul { 
	margin-left: 10px;
	padding-left: 20px;
	
} 

table#courses li {
	margin: 0 0 0px 0;
	list-style-image: url(images/bullet.gif);
	color: #666;
	line-height: 17px;
}
.data {    
	color: #666;    
	text-align: left;    
	background-color: #fff;
	vertical-align:top;
	border: solid #ccc 1px;
}

.data2 {    
	color: #666;    
	text-align: left;    
	background-color: #fff;
	vertical-align:top;
	border: solid #fc0 1px;
}

.toprow {
	font-weight:bold;
	
	color:#fff; 
	border: none;  
	text-align: left;
	background-image:url(images/nav_bg.jpg);
}

/** #2 **/

table#list {    
	background-color:#FFFFFF;    
	border: none;    
	width: 100%;
	text-align:left;
	line-height:18px;
	list-style-type:decimal;
}

table#list td {    
	padding: 5px;    
	text-align:left;
	vertical-align:top;
	list-style-type:decimal;
}

table#list ol { 
	margin-left: 10px;
	padding-left: 20px;
	list-style-type:decimal;
	
} 

table#list li {
	margin: 0 0 0px 0;
	list-style-type:decimal;
	color: #666;
	line-height: 17px;
}
.data {    
	color: #666;
	list-style-type:decimal;   
	text-align: left;    
	background-color: #fff;
	vertical-align:top;
	border: solid #ccc 1px;
}

.data3 {    
	color: #666;
	list-style-type:decimal;   
	text-align: left;    
	background-color: #fff;
	vertical-align:top;
	border: solid #ccc 1px;
}

.toprow {
	font-weight:bold;
	width:460px;
	color:#fff; 
	border: none;  
	text-align: left;
	background-image:url(images/nav_bg.jpg);
}

.leftcol {    
	font-weight: bold;
	color:#000;
	vertical-align:top;    
	text-align: left;    
	width: 100px;    
	background-color: #fff;
	border: solid #666 1px;
}

/** End**/


	
/** Form **/

.submit {
	color:#000;
	background-image:url(images/submit_button.gif);
	border: none;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width: 85px;
	height: 29px;
}

.inputboxreq {
	font : 12px  Arial, Helvetica,sans-serif;
	font-weight : normal;
	border-style : solid;
	background-color : #F3F3F3;
	border : 1px solid #CCCCCC;
	padding: 2px;
	margin : 1px 0px 1px 0px;
}

.inputboxreq2 {
	width:437px;
	border-style : solid;
	border : 0px solid #FC0;
	padding-left:0px;
	padding-top:20px;
	margin : 1px 0px 1px 0px;
}

/** Classes **/

.bold {
    color:#333366;
	font-size:20px;
}

.bold2 {
    color:#333366;
	font-size:14px;
}

.highlight {
	color:#FC0;
}

.table_data {
	color:#666;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
	
