/* CSS Document */

#body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top; 
	background-attachment: fixed;
	border:none;
	background-color:#000;
} 

#wrapper {
	width: 800px;
	font-family:Arial,"Trebuchet MS","Times New Roman";
	font-size:13px;
	background-color:#FFF;
	color:#666;
	margin: 0 auto;
	text-align: left;
	padding-bottom:0px;
	border: none;
	padding-top:0px;
	line-height:20px;
	vertical-align:top;
	z-index:-1;
}

#wrapper a {
	color:#000;
	text-decoration:underline;
}

#wrapper a:hover {
	text-decoration:none;
}

#wrapper2 {
	background-image:url(images/wrapper2_bg.png);
	width:920px;
	text-align:center;
	margin: 0 auto;
}


	
#header {
	width:800px;
	height:107px;
}

#navigation {
	width:800px;
	height:26px;
}

#banner {
	width:800px;
	height:182px;
}

/** Navigation **/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position:relative;
	padding-left:10px;/* Menu position that can be changed at will */
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(images/nav_bg.jpg);
	z-index:100;
	width: 780px;
	height:26px;
}
 /* precision for Opera */


#menu dl {
	float: left;
	height:19px;
	margin-top:2px;
	vertical-align:16px;
	padding-left:12px;
	padding-right:10px;
}

#menu dt {
	cursor: pointer;
	font-weight:bold;
	height:20px;
	text-align: center;
	color:#FFF;
	border: 0px;
	margin: 1px;
}

#menu dd {
	display: none;
	font-weight:normal;
	border: 0;
}

#menu li {
	text-align: left;
	font-family:Arial,"Trebuchet MS" , "Times New Roman";
	background-image:url(images/list_bg_transparent.png);
	padding:2px;
	padding-left:8px;
	font-weight:normal;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-weight:normal;
	font-size:13px;
}

#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-weight:bold;
}


#menu li a:hover, #menu li a:focus, #menu dt a:focus {
	color:#FFCC00;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
}

#menu dt a:hover {
	color:#FFCC00;
	text-decoration:none;
	font-weight:bold;
}

#site {
	position: absolute;
	z-index: 1;
	top:70px;
	left:10px;
	color: #fff;
	background-color: #ddd;
	padding: 0px;
	border: 0; 
}

/** End Navigation **/

#banner {
	height: 182px;
	width: 800px;
}

#containerleft {
	width:455px;
	background-image:url(images/seal_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:20px;
	padding-right:30px;
	float:left;
}

#containerleftvideo {
	width:753px;
	background-image:url(images/seal_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	padding-left:20px;
	padding-top:20px;
	padding-right:0px;
	float:left;
}



#containerright {
	width: 225px;
	padding-top:20px;
	padding-right:30px;
	float:right;
	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;
	
}

#whyhvetcontainer {
	width:225px;
	padding-top:60px;
	min-height:50px;
	background-image:url(images/why_hvet.gif);
	background-repeat:no-repeat;
		line-height:16px;
	font-size:12px;
	
}

#whyoperatorcontainer {
	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;
	
}

#testimonialconatiner {
	width: 225px;
	padding-top:60px;
	min-height:50px;
	background-image:url(images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	line-height:18px;
	font-size:12px;
	
}

#footer {
	width: 740px;
	height: 44px;
	background-image:url(images/footer_bg.jpg);
	clear:both;
	color:#999;
	padding-left:30px;
	padding-top:30px;
	padding-right:30px;
	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 {    
    
	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;    
	
	vertical-align:top;
	border: solid #ccc 1px;
}

.data2 {    
	color: #666;    
	text-align: left;    
	
	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 {    
	  
	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;    
	
	vertical-align:top;
	border: solid #ccc 1px;
}

.data3 {    
	color: #666;
	list-style-type:decimal;   
	text-align: left;    
	
	vertical-align:top;
	border: solid #ccc 1px;
}

.toprow {
	font-weight:bold;
	width:460px;
	color:#fff; 
	border: none;  
	text-align: left;	
	background-color:#1d406d;
}

.leftcol {    
	font-weight: bold;
	color:#000;
	vertical-align:top;    
	text-align: left;    
	width: 100px;    
	
	border: solid #666 1px;
}

/** End**/


	
/** Form **/

.submit {
	color:#fff;
	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 : 1px solid #FC0;
	padding-left:20px;
	padding-top:20px;
	margin : 1px 0px 1px 0px;
}

/** Classes **/

.bold {
	color:#333;
	font-weight:bold;
}

.bold2 {    
	font-weight: bold;
	color:#000;
}

.highlight {
	color:#FC0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
	
