/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form,dl, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #FFFFFF;
	text-align: justify;
}

p {
	padding-bottom: 12px;
}

a:link {
	text-decoration: underline;
	color: #12438c;
}

a:visited {
	text-decoration: underline;
	color: #12438c;

}

a:hover {
	text-decoration: underline;
	color: #12438c;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #12438c;
	font-size: 1.0em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 16px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-top: 25px;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#contentWrapper {
	font-size: 0.8em;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/images/shadow.gif);
	background-repeat: repeat-y;
	position: relative;
}

#header {
	margin-top: 9px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/images/landing_header.jpg);
	background-repeat: no-repeat;
	height: 195px;
	position: relative;
}

.logo {
	position: absolute;
	left: 31px;
}

#headline {
	position: absolute;
	right: 51px;
	top: 139px;
}


#homeContent {
	padding-top: 35px;
	padding-left: 38px;
	padding-bottom: 30px;
	margin-top: 3px;
	margin-left: 4px;
	background-image: url(/common/images/doubleStripe.gif);
	background-repeat: repeat-x;
	width: 560px;
	padding-right: 53px;
}



#landingContent {
	padding-top: 30px;
	padding-left: 38px;
	padding-bottom: 50px;
	margin-top: 5px;
	margin-left: 4px;
	background-image: url(/common/images/doubleStripe.gif);
	background-repeat: repeat-x;
	padding-right: 53px;
	margin-right: 4px;

}

#doubleStripe {
	padding-top: 30px;
	margin-top: 0px;
	background-image: url(/common/images/doubleStripe.gif);
	background-repeat: repeat-x;
	margin-right: 4px;
	margin-left: 4px;
}

#sideContent {
	padding-bottom: 50px;
	padding-right: 53px;
	float: left;
	width: 600px;
}

#sideContent ul {
	padding-bottom: 12px;
}

#sideContent li {
	list-style-type: none;
	background-image: url(/common/images/bullet.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 8px;
}

#homeNews {
	background-color:#EEFAFE;
	background-image:url(/common/images/doubleStripe.gif);
	background-repeat:repeat-x;
	left:-42px;
	margin-left:4px;
	margin-right:4px;
	margin-top:0;
	padding-bottom:30px;
	padding-top:30px;
	position:relative;
	top:29px;
	width:990px;
	height:140px;
}
#homeNews h1 {
	padding-left: 15px;
}

.article {
	float:left;
	padding-left:28px;
	padding-right:28px;
	width:191px;
}

#footerShadow {
	background-image: url(/common/images/footerShadow.gif);
	background-repeat: repeat-x;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
	margin-bottom: 20px;
}
#product {
	position: absolute;
	right: 4px;
	top: 52px;
}



/***********************************************/
/* Side Menu                                   */
/***********************************************/

.sideMenu {
	float:left;
	left:-50px;
	margin-left:10px;
	position:relative;
	width:223px;
}

.sideMenu li {
	list-style-type: none;
	color: #FFFFFF;
	background-image: url(/common/images/sideMenu.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	display: block;
}

.sideMenu li a:link, .sideMenu li a:visited, .sideMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


/************* nav styles *************/

#nav {
	height: 41px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	padding-bottom: 6px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#nav li{
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/************* contactForm styles *************/

#contactForm {
	width: 300px;
}

.formField {
	width: 280px;
}

.contactFields {
	width: 300px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightSide {
	float: right;
	width: 250px;
}


/************* #footer styles *************/

#footer {
	width: 990px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #1a4204;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	line-height: 20px;
	text-align: center;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #1a4204;
}

#footer a:hover {
	text-decoration: underline;
	color: #1a4204;
}
.footerStroke {
	padding-top: 15px;
	padding-bottom: 15px;
}

#copyright {
	width: 770px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #000000;
}

#copyright a:hover {
	text-decoration: underline;
	color: #000000;
}

#copyright .SP a:link, #footer .SP a:visited {
	text-decoration: underline;
}



/***********************************************/
/* Other Styles                                */
/***********************************************/

.errorMsg {
	color: #CC0000;
	margin-bottom: 15px;
}

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

#printHead {
	display: none;
}

.highlight {
	font-weight: bold;
	color: #12438c;
}
.message {
	font-weight: 600;
	font-size: 11px;
}
.required {
	color: red;
}