﻿body
{
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #1c3f95;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	color: #1c3f95;
}
#container
{
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#top_container
{
	background-color: #1c3f95;
	width: 895px;
	height: 90px;
	border-bottom: #FFFFFF 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
}
#logo
{
	float: left;
	padding-left: 25px;
}
#top_contact
{
	float: right;
	text-align: left;
	padding-top: 28px;
}
.contact
{
	width: 330px;
}
.contact_left
{
	float: left;
	width: 100px;
	text-align: left;
	color: #A7A9AC;
	font-weight: bold;
}
.contact_right
{
	float: left;
	width: 230px;
	color: white;
}
.contact_right A
{
	color: white;
	text-decoration: underline;
}
.contact_break
{
	clear: both;
	padding-top: 2px;
}
#menu_container
{
	width: 896px;
	height: 30px;
	text-align: center;
	background-color: #1c3f95;
	border-left: white 1px solid;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/* NAVIGATION BUTTONS */
.cssnav	
{ 
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/button_on.jpg) no-repeat;
	width: 127px;
	height: 30px;
    overflow:hidden;/* for ie to hide extra height*/	
	border-right: white 1px solid; 
}

.cssnav a 
{
	width: 127px;
	height: 30px;
	display: block;
	float: left;
	color: white; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover 
{
	color: #ffffff;
}
.cssnav img 
{
	width: 127px; 
	height: 30px; 
	border: 0; 
}
* html a:hover 
{
	visibility:visible
}
.cssnav a:hover img
{
	visibility:hidden
}

.cssnav span 
{
	position: absolute;
    left: 0px;
    top: 7px;
    text-align: center;
    width: 127px;
    cursor: pointer;   
		     
}
/* END OF NAVIGATION */
#content_container
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;

}
#content_left
{
	float:left;
	width: 590px;
	text-align: justify;
	padding-left: 25px;
	padding-top: 15px;
}
#content_right
{
	float: right;
	width: 180px;
	padding-top: 60px;
	padding-right: 20px;
}
#content_full
{
	padding-left: 25px;
	text-align: justify;
	padding-right: 20px;
}
h1
{
	font-size: 1.8em;
	color: white;
	background-color: #1c3f95;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.break
{
	clear: both;
}
hr
{
	height: 1px;
	line-height: 1px;
	color: #A7A9AC;
	background-color: #A7A9AC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.footnote
{

}
.strong
{
	font-weight: bold;
}
.form
{
	width: 540px;
}
.form_left
{
	float: left;
	width: 220px;
	text-align: left;
}
.form_right
{
	padding-left: 20px;
	float: left;
	width: 260px;
}
.required
{
	color: red;
}
.txtField
{
	width: 250px;
	font-family: Arial, Sans-Serif;	
}
.txtArea
{
	width: 250px;
	height: 60px;
	font-family: Arial, Sans-Serif;	
}
.form_break
{
	clear: both;
	padding-top: 2px;
}
.btn
{
	float: right;
}
.error
{
	color: red;
	background-color: #263d83;
}
.testimonials
{
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
	width: 585px;
	height: 125px;
}
.testimonials_text
{
	width: 540px;
	padding-top: 10px;
	padding-left: 10px;
}
a
{
	color: #1c3f95;
}