@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
body {
	background-color: #cc1d06;
	margin: 0;
	padding: 0;
}

p, li, td {
	font-size:12px;
}

a {
color: #568cb2;
}

h1 {
color: #568cb2;
font-size: 180%;
font-weight: normal;

}

h2 {
font-size: 140%;
font-weight: normal;
}

h3 {
font-size: 110%;
font-weight: bold;
}


h4 {
font-size: 100%;
font-weight: bold;
background-color: #568cb2;
color: #fff;
padding: 3px;
}


.clr {

clear: both;
}


#container {
	width: 950px;
	margin: auto;
	background-image: url(images/containerBG01.gif);
	background-repeat: repeat-y;

}

#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;

}

#flash {
	text-align:right;
height: 204px;
}

#leftCol {
	float:left;
	width: 330px;

}

#address {
	width: 250px;
	margin: 0 auto;
	line-height: 1.3em;
	font-size: 13px;
}

#address p {
	margin: 5px 0;
}


#content {
	float:left;
	width: 580px;
	margin: 20px 20px 10px 20px;

}

#mainNav {
	padding: 10px 20px;
	display:block;
}

#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav li {
	display:inline;
}

#mainNav a {
	text-decoration:none;
	color: #000;
	padding: 2px 13px;
	font-size: 14px;
	font-weight: bold;
}

#mainNav a:hover {
	border-bottom: 4px solid #568cb1;
	color: #cc1d06;
	
}

#blueFooter {
	background-image: url(images/blueFooterBG01.gif);
	background-repeat:repeat-y;

}

.highlight1 , .highlight2 , .highlight3 {
	width: 250px;
	float:left;
	margin: 35px 25px;
	color: #efefef;
	font-size: 14px;
}

.highlight1 {
	margin-left: 45px;

}

.highlight2 {
	border-right: 1px solid #568cb1;
	border-left: 1px solid #568cb1;
	margin: 35px 0;
	padding: 0 25px;
}

.highlight1 a , .highlight2 a , .highlight3 a {
	color: #b3cfe0;
	font-size: 12px;
	text-align:right;

}

#footer {
	background-color: #FFF;
	height: 60px;
	border-top: 1px solid #fff;
	width: 100%;
}

#credit {
	width: 950px;
	margin: auto;
	color: #568cb1;
	font-size:12px;
	text-align:right;
	padding: 10px 5px;
	
}

#credit a {
	color: #568cb1;
}

#statement {
	width:  473px;
	margin: 20px auto 0 auto; 
	background-image: url(images/gelBox.gif);
	background-repeat:no-repeat;
	background-position: center;
		color: #568cb1;
}

#statementTxt {
	padding: 15px 20px 5px 20px;
	line-height: 1.5em;
	
}

#statementTxt h2 {
	font-weight: bold;
	font-size: 16px;

	margin: 5px 0 0 0;
}

#statementTxt p {
	margin: 10px 0;
	font-size: 14px;
}


/* FORM  */


.required {
	color:#F00;
}.red {
	color: #C00;
}
