@charset "utf-8";
/* CSS Document */

/** BASIC LAYOUT ******************************/

body {
	background-color: #587588;
	background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#wrapper {
	width:1035px; 
	background-color: #f8f9f9; 
	margin:auto
}

#header {
	width:100%; 
	height:75px; 
}

#splash, #splashInside {
	width:995px; 
	background-color:#6CF; 
	margin:auto;
}

#splash {
	height:350px; 	
	background: url(images/splash_bg.jpg) no-repeat;
}

#splashInside {
	height: 80px;
	background: url(images/splash_header_inside.gif) no-repeat;
}

#mainContent {
	width: 990px;  
	margin:auto;
}

#footer {
	width:990px;
	padding: 10px;
	margin:auto;
	text-align: center;
	clear: both;
}

/** HEADER ********************************************/

#logo {
	position:absolute;
	margin-top: 10px;
	margin-left: 20px;
}

#menu {
	margin: 0;
	padding-top: 25px;
	padding-right: 10px;
	list-style: none;
	/* width: 400px; */
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

#menu li {
	float: left;  /* causes menu to display horizontally */
}

#menu a, #menu a:visited {
	color: #036;
	display: block;
	padding: 0 1em;
	line-height: 20px;
	text-decoration: none;
	background: url(images/menu_bg.gif) repeat-y left top;
}

#menu .first, :visited .first {
	background: none;  /* Class on first menu item to remove the divider */
}



/** SPLASH ***********************************************************/

#splashPic {
	position:absolute;
	margin-top: 15px;
	margin-left: 18px;
}

#splashText {
	position: relative;
	padding-top: 1px;
	margin-left: 600px;
}

#splashText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 35px;
	color: #a43434;
	margin-bottom: -15px;
	/*background: url(images/splash_text_01.png) no-repeat;*/
}

#splashText h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 23px;
	color: #38628c;
	margin-bottom: -15px;
}

#splashText h2.strong {
	color:#913803;
}


#splashTextHeaderInside h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 35px;
	color: #a43434;
	padding-top: 15px;
	text-align: center;
}


/** CONTENT *******************************************/

#mainContentSect1 {
	width: 520px;
	float: left;
	margin-top: 14px;
}

#mainContentSect1 h1 {
	text-align: center;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	/** margin-bottom: -15px;**/
	line-height: 20px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #616465;
	/**margin-bottom: -15px;**/
	line-height: 10px;
}

#mainContentSect1Spacer {
	height: 1px;
}

#mainContentSect2 {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#mainContentSect3 {
	margin-left: 20px;
	float: left;
	width: 970px;
	height: 150px;
}

#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #913803;
	margin-bottom: -15px;
	text-align: center;
}

#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #616465;
	margin-bottom: -15px;
}

#steps {
	width: 300px;
	height: 240px;
	padding-left: 20px;
	padding-bottom: 30px;
	background-color: #ebefef;
	float: left;
	border: 1px;
	border-color: #CCC;
	border-style: solid;
}

#stepSpacer {
	margin: 35px;
	float: left;
}

#techPhoto {
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

#scheduleTech {
	float: right;
	width: 230px;
	height: 500px;
	margin-top: 18px;
	background-image:url(images/schedule_tech_bg.gif);
	background-color: #fafbfb;
	border: 1px;
	border-color: #CCC;
	border-style: solid;
}

.scheduleForm {
	padding-left: 10px;
	padding-top: 10px;