/*

Marvell Training

MWISMedia New Media Design & Development

Author: Mike Stephens

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input, form, select, address{
 font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	color: #4065B5;
	line-height: 18px;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #4065B5;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #EAF2FD repeat-x url(../images/bg.jpg);
}

#main_container {
 width: 810px;
 margin: auto auto auto auto;
 padding: 0 0 0 0;
 position:relative;
 background: #FFFFFF;
}

h1 {
font-size: 20px;
font-weight: bold;
color: #5B7CC1;
margin: 0 0 0 2px;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #5B7CC1;
margin: 0 0 0 2px;
}

/* -------------------Headers----------------------*/

#header { background: no-repeat url(../images/header.jpg); width: 800px; height: 97px; float: left; margin: 0 0 0 5px; }

#main_nav { list-style: none; float: left; margin: 75px 0 0 10px; }

#main_nav li { display: inline; margin: 0 8px 0 8px; }

#main_nav li a { color: #4065B5; font-weight: bold; text-decoration: none; }

#main_nav li a:hover { color: #072D7F; text-decoration: underline; }

#banner { background: no-repeat url(../images/banner.jpg); height: 106px; width: 800px; float: left; margin: 0 0 0 5px; }

#banner img { float: right; margin: 0 0 0 10px; }

#two_cols { width: 800px; float: left; margin: 5px 0 0 5px; text-align: left; }

/* -------------------Col One----------------------*/

#col_one { width: 430px; float: left; margin: 0 0 0 10px; }

#col_one .gal { float: left; border: 4px solid #E9F2FD; margin: 4px 4px 10px 4px; }

#col_one img { border: none; }

#col_one p { margin: 10px 0 10px 4px; }

#col_one a { color: #4065B5; font-weight: bold; }

#col_one a:hover { color: #072D7F; }

#col_one ul { margin: 0 0 0 30px; }

#col_one li { padding: 2px; }

#col_one #map { margin: 0 0 0 5px; border: 4px solid #E9F2FD; }

/* -------------------Col Two----------------------*/

#col_two { width: 350px; float: left; margin: 0 0 0 5px; }

#col_two img { float: left; margin: 2px 0 0 2px; }

#col_two .box { width: 350px; border: 1px solid #A6C9F5; float: left; margin: 5px 0 0 0; }

#col_two .box .content, .content_contact { width: 330px; margin: 0 0 0 5px; padding: 0px 0 0 5px; }

#col_two .box .content_contact { background: no-repeat url(../images/sidenav_contact_bg.jpg) bottom right; }

#col_two .box .content_contact p { margin: 5px 0 0 0; font-size: 11px; }

#col_two .box .course { width: 331px; height: 23px; background: no-repeat url(../images/course_bg.jpg); display: block; float: left; padding: 2px; }

#col_two .box p {  font-size: 10px; }

#col_two a { color: #4065B5; text-decoration: none; display: block; }

#col_two a:hover { color: #072D7F; text-decoration: underline; }

#col_two p.box_brd {  width: 330px; height: 36px; border: 1px solid #E2EEFC; float: left; margin: 5px 0 5px 0;  padding: 0 0 0 3px; font-weight: bold; font-size: 11px; }

#col_two .input_alerts { width: 315px; height: 18px; background: #E2EEFC; border: none; font-size: 16px; padding: 9px; margin: 0 0 5px 0; }

#col_two .input_course { width: 333px; background: #E2EEFC; border: none; font-size: 16px; }

#col_two .submit_box { width: 330px; height: 34px; border: 1px solid #E2EEFC; float: left; margin: 5px 0 5px 0; background-color: #E2EEFC; }

#col_two address { font-style: normal; }

/* -------------------Footer----------------------*/

#footer_nav { height: 37px; width: 800px; background: no-repeat url(../images/footer_nav_bg.jpg); float: left; margin: 5px 0 0 5px; padding: 0 0 0 35px; }

#footer_nav p { float: left; margin: 10px 10px 0 25px; }

#footer_nav a { color: #4065B5; text-decoration: none; padding: 0 0 0 8px; }

#footer_nav a:hover { text-decoration: underline; }

#footer { height: 36px; width: 800px; background: no-repeat url(../images/footer_bg.jpg); float: left; margin: 5px 0 0 5px; }

#footer p { float: right; margin: 2px 15px 0 0; }

#footer a { font: 9px Tahoma, Arial; text-decoration: none; color: #4065B5; }

#footer em { font-style: normal; color: #99CC00; }

