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

/*style for body and columns*/

body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	font-size: small;
	color:#666666;
	background:#CCCCCC;
	}
	

	
p{
margin:0 0 10px 0;
}

.bold{
font-weight:bold;
color: #0670b6;
}

#quicklinks{
width: 300px;
}

#quicklinks ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

#quicklinks a{
display: block;
padding: 3px 3px 3px 10px;
width: 290px;
background:#e9dda3;
border-bottom: 1px dashed #eee;
}

#quicklinks a:link, #quicklinks a:visited{
color: #d28e00;
text-decoration: none;
}

#quicklinks a:hover
{
color: #d28e00;
background: #003399;
}

#container{
	width: 960px;
	background-color: #fff;
	margin: 0px auto;
	}
	
#header{
	width: 960px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	background:#fff;
	border-bottom:5px solid #001f56;
	}
	
#header img{
	padding: 0px;
	margin: 0px;
	}
	
#navigation{
	width: 960px;
	background-image: url(images/pie_nav_bg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	float: left;
	padding: 0px;
	
	}

#navigation ul{
	margin: 0;
	padding: 0;
	}

#navigation ul li{
	list-style-type: none;
	display: inline;
	}

#navigation li a{
	display: block;
	float: left;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #996600;
	}

#navigation li a:hover{
	color: #996600;
	}

#leftcol{
	width: 308px;
	float: left;
	padding: 10px 20px 20px 10px;
	margin-left: 10px;
	margin-top: 10px;
	color:#666666;
	border: 1px solid #999999;
	}
	
	#leftcol img a{
	text-decoration:none;
	border: 0}
	
#location{
	width: 300px;
	padding: 10px;
	background:#e3dccd; 
	}
	
#rightcol{
	width: 319px;
	float: right;
	background:#fff;
	padding: 10px 20px 20px 20px;
	margin-right: 0px;
	margin-top: 10px;
	color:#666666;
	border-left: 1px solid #CCCCCC;
	}
	
#officers{
	width: 320px;
	height: 130px;
	border-bottom: 1px dashed #666666;
	color:#d28e00;
	margin: 10px 0 10px 0;
}
	
#maincol{
	width: 560px;
	float: right;
	padding: 10px 20px 20px 20px;
	color:#666666;
	background: #fff;
	}
	
.floatright{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #996600;
	padding: 2px;
	}
	
.floatleft{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #996600;
	padding: 2px;
	}
	
#maincol ul{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#maincol li{
padding-left: 10px;
background-image: url(images/pie_nav_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
text-decoration: none;
}

#maincol li a{
list-style: none;
padding-left: 10px;
background-image: url(images/pie_nav_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
text-decoration: none;
}
	

/*style for paragraphs and headings*/

a{color: #8a9092;
	text-decoration: underline;
	}

a:hover{
	color: #428ed5;
	text-decoration:underline;
	}

h1, h2, h3, h4{
	color: #0670b6;
	margin: 0px;
	padding: 0px;
	}
	
	h4{
	color:#001f56;
	margin:0px;
	padding: 0px;
	}

#testimonials{
	border-bottom: 1px dashed #b94548;
	padding: 10px;
	}

table{
	margin-left: 8px;
	}

td.label{
	padding:0px 3px 3px 0px;
	font-size: small;
	color: #fff;
	text-align:right;
	}
	
	.b{color:#428ED5;}
	
	.blue{color:#0670b6;}
	

#footer{
	width: 960px;
	height: 30px;
	background:#001f56;
	clear:both;
	color: #ffffff;
	font-size:small;
	border-top: 2px solid #d28e00;
	padding-top: 5px;
	text-align: center;
	}
