@charset "UTF-8";
/* All Pages */

body {
	background: url(../assets/bg_444444.jpg) #444444;
	text-align: center;
	margin: 0;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	color: #016480;
	margin-top: 0;
	text-transform: uppercase;
}

h2, legend {
	font-size: 16px;
	font-weight: bold;
	color: #016480;
	margin-top: 0;
}

h3 {
	font-size: 14px;
	color:#222222;
	margin-top: 0;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color:#222222;
	margin: 0 0 5px;
}

#mainMenu, #serviceMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #016480;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.verticalList li {
	display: inline;
}

.titleHighlight, .requiredText {
	/*font-style:italic;*/
	color:#CC0000;
}

#container {
	position: relative;
	width: 780px;
	min-height: 700px;
	margin: 0 auto;
	padding: 0;
	background: url(../assets/body.jpg) repeat-y #ffffff;
	text-align: left;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 228px;
	min-height: 228px;
	background: url(../assets/header.jpg) no-repeat;
	text-indent: -10000px;
}

#mainMenu {
	position: absolute;
	top: 162px;
	left: 30px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#mainMenu li {
	margin-right: 15px;
}

#mainMenu a {
	color: #ffffff;
}

#serviceMenu {
	position: absolute;
	top: 206px;
	left: 20px;
	width: 128px;
	background: #016480;
	border: 1px solid #175667;
	padding: 5px;
	margin: 0;
}

#serviceTitle {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 6px;
	margin-bottom: 4px;
}

#serviceMenu li {
	width: 126px;
	background-color: #ffffff;
	border: 1px solid #014659;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 0;
	text-indent: 5px;
}

#serviceMenu li, #serviceMenu a {
	color: #000000;
}

#serviceMenu li li {
	width: auto;
	border: none;
	text-transform: none;
	text-indent: 15px;
	background: url(../assets/bullet_blue.gif) no-repeat 5px 10px;
	padding: 3px 0 0 0;
}

#mainMenu a, #serviceMenu a {
	text-decoration: none;
}

#customerQuote {
	position: absolute;
	left: 28px;
	top: 440px;
	width: 130px;
	color: #016480;
	font-size: 12px;
}

.quoteCredit {
	font-size: 10px;	
}

#bodyContent {
	position: relative;
	padding: 220px 25px 55px 190px;
}

#footer {
	position: absolute;
	width: 780px;
	height: 48px;
	min-height: 48px;
	bottom: 0px;
	left: 0px;
	background: url(../assets/footer.jpg) no-repeat;
}

#footer p {
	padding: 5px 0 0 20px;
	color: #ffffff;
	font-size: 10px;
}


/***** Home Page *****/


#whatsNew {
	width: 562px;
	margin: 30px 0 10px 0;
	padding: 0;
}

#wnHeader {
	width: 562px;
	height: 35px;
	min-height: 35px;
	background: url(../assets/wn_header.jpg) no-repeat;
	text-indent: -10000px;
	margin: 0;
}

#wnBody {
	width: 542px;
	background: url(../assets/wn_body.jpg) repeat-y #fffcf0;
	padding: 5px 15px 0;
	margin: 0;
	overflow: hidden;
	color: #404040;
}

#wnBody h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 2px 0 7px 0;
	margin: 10px 0 0;
	font-weight: normal;
	color: #000000;
}

#wnBody p {
	padding: 0 0 1em 0;
	margin: 0;
}

#wnBody ul {
	padding: 0 0 1em 20px;
}

#wnFooter {
	width: 562px;
	height: 14px;
	min-height: 14px;
	background: url(../assets/wn_footer.jpg) no-repeat #fffcf0;
	margin: 0;
}

/***** Seminar Nav *****/
#seminarNav {
	position: absolute;
	top: 260px;
	right: 20px;
	margin: 0;
	border: 1px solid #175667;
	padding: 0px;
	width: 160px;
	text-align: left;
	float: right;
	background: #f0f0f0;
	font-weight: bold;
}
	
#seminarNav h3 {
	margin: 0;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-color: #016480;
	font-size: 14px;
}
	
#seminarNav ul {
	margin: 5px;
	padding: 0;
}

#seminarNav li {
	list-style: outside disc;
	margin: 0 0 5px 20px;
	font-size: 12px;
}
	
#seminarNav a {
	text-decoration: none;
	color: #000000;
	margin: 0;
	border: 0;
}

#seminarNav a:hover {
	color: #016480;
}

.super {
	font-size: 9px;
	vertical-align: super;
}

/***** Registration Page *****/

.regTitle {
	font-size:14px;
	font-weight:bold;
	color:#016480;
	}

.regTitleHighlight {
	font-style:italic;
	color:#cc0000;
	}

.regPrice {
	color:#000000;
	margin-left:5px;
}
