/* CSS Document */

/* reset*/

body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}

body { 
background-image:url(images/background-image.gif);
background-repeat:repeat-x;
text-align:center;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 { 
font-size:20px;
font-weight:normal;
padding-bottom:10px;
color:#211c64;
}

h2 { 
font-size:16px;
font-weight:normal;
color:#ed1d24;
padding-top:5px;
}

.blueh2 { 
font-size:16px;
font-weight:normal;
color:#211c64;
}

.red { 
color:#ed1d24;
}

.red-large { 
color:#ed1d24;
font-size:16px;
}

p { line-height: 20px;
padding-top:10px;
padding-bottom:10px; }

img {border:none;}

#container { 
width: 765px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

a:link {color: #ed1d24;
text-decoration:none;
}    

a:visited {color: #ed1d24;
text-decoration:none;
}  

a:hover {color: #ed1d24;
text-decoration: underline;
}   

a:active {color: #ed1d24;
text-decoration:none;
}   

ul, li { 
padding:0px;
margin:0px;
}

#logo { float:left;}


#utility { 
position:absolute;
margin-left:525px;
*margin-left:450px;
padding-top:5px;
}

#nav { 

}

#nav a:link {color: #211c64;
text-decoration:none;
}    

#nav a:visited {color: #211c64;
text-decoration:none;
}  

#nav a:hover {color: #ec1d24;
text-decoration: none;
}   

#nav a:active {color: #ec1d24;
text-decoration:none;
}   

#utility li { 
float:left;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#flash-home { 
background-image:url(images/flash-background.gif);
background-repeat:no-repeat;
text-align:center;
}

#flash { 
padding-top:20px;
}

#image-header { 
background-image:url(images/sub-header-background.gif);
background-repeat:no-repeat;
text-align:center;
padding-top:25px;
}


#content { 
padding-top:15px;
}

#home { 
padding:20px;
}

.left {
float:left;
clear:left;
}

#left-content { 
float:left;
width:520px;
padding-left:20px;
padding-right:10px;
 border-right: 1px solid #D9D9D9;
}

#left-content ul {
margin-left:20px;
 }
 
 #left-content li { 
 padding-bottom:10px;
 }
 
 #left-content a:link { 
 text-decoration:underline;
 color:#211c64;
 }
 
 #left-content img { 
 padding-right:10px;
 padding-bottom:10px;
 }
 
 
 .indent { 
 margin-left:10px;
 }

#box {
width:400px;
background:#f1f1f1;
padding:10px;

float:left;
}

#box p {
line-height: 20px;
}

#right {
width:262px;
float:right;
font-size:11px;
 }
 
 #right-content {
width:200px;
float:right;
font-size:11px;

 }
 
 
 #right-content ul { 
 margin-top:10px;
}
 
 #right-content li { 
 list-style-type: none;
 padding-top:10px;
 padding-bottom:10px;
 border-bottom: 1px solid #D9D9D9;
 margin-right:20px;
 display:block;
 }
 
 
#right-content li a:link {color: #211c64;
text-decoration:none;
}    

#right-content li a:visited {color: #211c64;
text-decoration:none;
}  

#right-content li a:hover {color: #ec1d24;
text-decoration: none;
}   

#right-content li a:active {color: #ec1d24;
text-decoration:none;
}   

 .smalltext { 
 font-size:11px;
 }
 
 
.right-panel1 { 
margin-bottom:17px;
}
.right-panel2 { 
margin-bottom:17px;
}

#footer { 
clear:both;
margin-top:20px;
padding-top:10px;
font-size:11px;
margin-bottom:25px;
border-top: thin solid #D9D9D9;
}

.sidebarh2 { 
font-size:12px;
padding:0px;
margin:0px;
}

#form {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	color: #505050;
	font-weight: normal;
	text-align: left;
}

.input {
	width: 400px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 2px 0 5px 10px;
	background: transparent;
	color: #000;
}

.button {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	color: #000;
}

.textarea 	{
	width: 400px;
	border: 1px #CACACA solid;
	padding: 2px;
	margin: 2px 0 5px 10px;
	color: #000;
	height: 127px;
}

.submit {
	border: 1px #CACACA solid;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
	color: #5B5B5B;
}

/* Removes vert whitespace from form */

form {
	margin-top: 0;
	margin-bottom: 0;
}