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

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e0e0e1;
	background-image: url(../images/css/bkgd2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#container {
	width:1097px;
	margin:0 auto;
	top:0;
    left:0;
	text-align: left;
	background: url(../images/css/bkgd.jpg);
	background-repeat:repeat-y;
	
	
}
#content{
padding: 0px;
margin: 0px;
}

p{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.1em;

}	
h1{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0f00a7;
	font-weight: normal;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0f00a7;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-variant: normal;
	color: #0f00a7;
	font-weight: normal;
	line-height: 1.3em;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #666666;
}



.secondary {
	margin: 0px auto;
	width: 902px;
    background: #fff;
	background: #fff;
}
#box{
}

/* --------------------------
Top Logo Area 
----------------------------- */ 
#logo{
	width: 880px;
	margin-bottom: 10px;
	
}
#top{
	width: 200px;
	float:right;
}
#top p{
	font-size:14px;
	color:#a4b9c2;
	font-weight:bold;
}
#top a{
	font-size:14px;
	color:#a4b9c2;
	font-weight:bold;
}
#top a:hover{
	font-size:14px;
	color:#a4b9c2;
	font-weight:bold;
}
#top a:visited{
	font-size:14px;
	color:#a4b9c2;
	font-weight:bold;
}
#top a:active{
	font-size:14px;
	color:#a4b9c2;
	font-weight:bold;
}
/* --------------------------
Navigation 
----------------------------- */  
#nav {
	width: 900px;
	

}

/* --------------------------
Columns - Home Page
----------------------------- */  
#col1 {
	width: 316px;
	background-color: #e9e9e9;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #a4b9c2;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #a4b9c2;
	height: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	background-position: top;
	margin-top: 4px;
}

#col2 {
	width: 316px;
	background-color: #e9e9e9;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0f00a7;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0f00a7;
	height: 220px;
	padding-right: 5px;
	padding-left: 5px;
	
	background-position: top;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
}

/* --------------------------
Columns - Services Page
----------------------------- */  
#col3 {
	width: 316px;
	background-color: #e9e9e9;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #a4b9c2;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #a4b9c2;
	height: 350px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: top;

}

#col4 {
	width: 316px;
	background-color: #e9e9e9;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0f00a7;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0f00a7;
	height: 350px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: top;
	float: right;
	margin-right: 5px;
	
}
/* --------------------------
Column - Contact Page
----------------------------- */  
#col5 {
	width: 250px;
	background-color: #e9e9e9;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0f00a7;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0f00a7;
	height: 250px;
	padding-right: 5px;
	padding-left: 5px;
	
	background-position: top;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
}



/* --------------------------
Other Page Styles
----------------------------- */  
#quotebox{
	background-color:#f9f491;
	width: 653px;
	height: 70px;
	background-position: center center;
	padding: 5px;
	margin-top: 10px;
}
#side{
	background-image: url(../images/css/side.gif);
	background-repeat: repeat-y;
	float:right;
	right:0;
	top:0;
	padding:0;
	width:235px;
	height:100%;

}
#side2{
	float:right;
	right:0;
	top:0;
	width:235px;
	height:100%;
	padding: 5px;
}

#side_associations{
	background-image: url(../images/css/side.gif);
	background-repeat: repeat-y;
	float:right;
	right:0;
	top:0;
	padding:5px;
	width:235px;
	height:640px;
}	

.photo{
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 3px;
}
.arrow_blue_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2C3291;
	font-weight: normal;
}
.arrow_teal_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #a4b9c2;
	font-weight: normal;
}

/* --------------------------
Footer 
----------------------------- */  

.footer {
	clear: both;
	background-color:#a4b9c2;
	width: 899px;
	padding-bottom: 3px;
	padding-top: 6px;
	font-size: 11px;
	line-height: 1.3em;
	margin-left: 1px;
}
.footer p{
  	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
}
.footer a{
  	font-size: 11px;
	color: #0f00a7;
	text-decoration:underline;
	line-height: 1.3em;
}
.footer a:visited{
  	font-size: 11px;
	color: #0f00a7;
	text-decoration:underline;
	line-height: 1.3em;
}
.footer a:hover{
  	font-size: 11px;
	color: #0f00a7;
	text-decoration:underline;
	line-height: 1.3em;
}
.footer a:active{
  	font-size: 11px;
	color: #0f00a7;
	text-decoration:underline;
	line-height: 1.3em;
}
