*{
	font-family: arial,ms-sans,arial,helvetica;
}
body {
	font: 12px arial,ms-sans,arial,helvetica;
	background:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
line-height:1.5em;	
margin-top:0px;
padding-top:0px;
}
ul{
	list-style:square;
}
hr{
	border:0;
	color: #C8E1EC;
	background-color: #C8E1EC;
	height: 2px;
	margin-bottom:20px;
	margin-top:10px;
}

a:link, a:visited {
	font-weight:normal;
	color:#0072A5;
	text-decoration:none;
}
a:hover {
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}
/* Global Heading Styles */
	
h1, h2, h3, h4, h5, h6 {
	font-family:Garamond, "Times New Roman", Times, serif;
	margin: 0 0 15px 0; 
	padding: 0; 
	color:#000;
	font-weight:normal;
	}

h1 {
		font-size: 42px;
		}

	h2 {
		font-size: 167%
		}

	h3 {
		font-size: 153.9%;
		}

	h4 {
		font-size: 138.5%;
		}

	h5 {
		font-size: 108%;
		}

	h6 {
		font-size: 100%;
		}
#container {
	width: 950px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left:auto;
	margin-right:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	border:0px solid;
	background:#ffffff;
}
#header {
	width:950px;
	padding: 0;  
	height:88px;
	float:left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navLogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navLogo a:link, #navLogo a:visited, #navLogo a:hover {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../images/nav-logo.gif) no-repeat;
	width:300px;
	height:88px;
	float:left;
	text-indent:-2000px;
}
#navGlobal {	
	margin: 0;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:88px;
	float:right;
	width:630px;
	padding-top:20px;
	padding-right:20px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#032147;
	
}
#navGlobal a:link, #navGlobal a:visited{	
	font-size:12px;
	font-weight:normal;
	color:#032147;
	text-decoration:none;
}
#navGlobal a:hover{	
	font-size:12px;
	font-weight:normal;
	color:#663300;
	text-decoration:underline;
}

	/* Primary Navigation
=============================================================*/
				#nav-primary {
					margin: 0;
					padding:0;
					width:950px; 
					height: 30px;
					float:left;
					border-bottom:15px solid #032147 ;
					}
					#nav-primary ul {
						margin:0; 
						padding:0;
						width:950px; 
						height: 30px;
						list-style:none;
						background: #999999;
						display:block;
						}
						#nav-primary li {							
							margin:0; 
							padding: 0;
							height: 30px;
							width:125px;
							background: #999999;
							float:left; 
							display: block;
							border:0px solid;
							}
							#nav-primary li a {
								margin: 0; 
								padding: 0;
								padding-top:5px;
								width:125px;
								height: 30px;
								color:#fff;
								display:block;
								text-decoration:none;
								font-family:"trebuchet ms",trebuchet,arial,helvetica,sans-serif;
								font-size:14px;
								font-weight:normal;
								text-align:center;
								text-transform: uppercase;
								}
							
							#nav-primary #nav-on{background: #032147;}	
							
							#nav-primary li:hover{
							  background: #032147;
							  margin: 0;
							  padding:0;
							  border: 0px solid #a29271;
							  border-bottom: none;
							  }


#homeBanner{
	width:950px;
	margin-top:10px;
}
.homeBannerNav{
	width:275px;
	height:58px;
	margin:0px;
	padding:0px;
	margin-bottom:9px;
	color: #032147;
	font-family:"trebuchet ms",trebuchet,arial,helvetica,sans-serif;
	font-size:18px;
	padding-left:35px;
	padding-top:20px;
	background:url(../images/home-banner-nav-bg.jpg) no-repeat;
}
.homeBannerNav a:link{
	color: #032147;
}
.homeBannerNav a:visited{
	color: #032147;
}
#mainContent{
	width:910px;
	margin-top:30px;
	margin:0px;
}
#pageTitle{
	width:930px;
	padding:0px;
	padding-left:20px;
	margin:0px;
	margin-top:20px;
}
#contentContainer{
	width:930px;
	padding:10px;
	background:#dddddd;
	float:left;
}
.mainColumn{
	width:660px;
	padding:15px;
	background:#eeeeee;
	border-top:5px solid #032147;
	padding-top:20px;
	float:left;
}
.mainColumn h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:000;
	font-weight:bold;
	margin-bottom:5px;
	padding:0px;
}
.rightColumn{

}
.subNavBox{
	border-top:5px solid #032147;
	width:200px;
	padding:10px;
	background:#999;
	float:right;
	margin-bottom:10px;
}

.subNavBox p{
	color:#ffffff;
	font-size:14px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	border-bottom:1px dotted;
}
.subNavBox p a:link{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
.subNavBox p a:visited{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
.subNavBox p a:hover{
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.smallBox{
	width:200px;
	padding:10px;
	background:#032147;
	float:right;
}
.smallBox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	font-weight:normal;
}
.smallBox p{
	color:#cccccc;
}
.smallBox p a:link{
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
}
.smallBox p a:visited{
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
}
.smallBox p a:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.smallBox p.phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#eeeeee;
	font-weight:normal;
}

p.testimonial {
line-height:1.5em;	
margin-top:0px;
padding-top:0px;
font-size:16px;
color:#333;
}

#callOut{
	padding:10px;
	margin-left:0px;
	margin-right:0px;
	background:#C8E1EC;
	color:#0072A5;
	font-size:16px;
	text-align:center;
}

  /*FORMS ---------------*/

form {
	margin:0px;
}
#formTable{
	background:#C8E1EC;border:0px solid #E3F0F5;
}
#formTable .buttonRow{
	background:#E3F0F5;
}
.ErrorCode{
	font-weight:bold;
	color:#900;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*---------- Message Table --------------*/
	#MessageTable{
	background:#BED73D;
	width:100%;
	border:1px solid #9BB024;
	padding:10 10 10 10;
	margin-bottom:10px;
	}
	#MessageTable .Message{
	padding:5px;
	background:#DBEF50;
	color:#000;
	font-size:16px;
	font-weight:normal;
	}
/*---------- Footer --------------*/
#footer { 
	margin-top:40px;
	width:100%;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	height:50px;
	float:left;
} 

#footer #footerLinks{ 
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

#footer #footerLinks .column{ 
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-right:10px;
	text-align:left;
	width:200px;
	float:left;
}
#footer #footerLinks .column h2{ 
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	margin-top:20px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#footer #footerLinks .column h2 a:link{ 
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#footer #footerLinks .column h2 a:visited{ 
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:0px;
}
#footer #footerLinks .column h2 a:hover{ 
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#footer #footerLinks .column ul{ 
	list-style:none;
	margin:0px;
	margin-top:-20px;
	padding:0px;
	padding-bottom:0px;
	color:#666;
	font-size:12px;
	font-weight:normal;
}
 #footer #footerLinks .column ul li a:link{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#footer #footerLinks .column ul li a:visited{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#footer #footerLinks .column ul li a:hover{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999;
	font-size:18px;
}


#footer #copyright{ 
	border-top:10px solid #dddddd;
	margin:0px;
	padding:0px;
	width:100%;
	margin-top:150px;
	float:right;	
}
#footer #copyright .container{ 
	margin:0px;
	padding:0px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#footer #copyright .container  p.text{ 
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	color:#dddddd;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-top:10px;
}
#footer #copyright .container p.text a:link{ 
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	color:#dddddd;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-top:10px;
}
#footer #copyright .container p.text a:visited{ 
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	color:#dddddd;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-top:10px;
}
#footer #copyright .container p.text a:hover{ 
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	color:#dddddd;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-top:10px;
}
#footer #copyright .container  ul{ 
	list-style:none;
	margin:0px;
	margin-top:-20px;
	padding:0px;
	padding-bottom:0px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
#footer #copyright .container ul li a:link{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}
#footer #copyright .container ul li a:visited{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
}
#footer #copyright .container ul li a:hover{ 
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	color:#666;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
}


