/**** Rounded Corners
//place following in the head
<script type="text/javascript" src="niftycube.js"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("div#test");
}
</script>

ul.postnav,ul.postnav li{margin:0;padding:0;list-style-type:none}
ul.postnav li{float:left;width: 9em;font-size:140%;margin-right: 5px}
ul.postnav a{display:block;width:9em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #c9e4b0;color: #424242;
    text-decoration:none;text-align:center}
ul.postnav a:hover{background: #c9e4b0;color:#bf1e2d}

div#test{ 
	float:right;
	background-color:#ccc;
}
****/

a {	color: #03369b;}
a:link, a:visited { text-decoration: none;}
a:hover, a:active { color:#00F; text-decoration: underline;}

a img {	border: none;}

body { 
	margin:0; 
	padding:0; 
	background:url(../img/headbg2.gif) repeat-x top left #FFF; 
	font:100% Georgia, Times New Roman, Times, serif; 
	color:#4c4c4c;
}

#container { 
	width:960px; 
	margin-right:auto; 
	margin-left:auto; 
}

h1 {
	margin:0;
	padding:0;
	font-weight:500;
}

h2,h3,h4,h5,h6 {
	margin:5px 0 5px 0;
	padding:0;
	font-weight:500;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/**** MISC ****/
ul, ol {margin-top: 0; line-height: 120%;}
blockquote { }
.clear {clear:both;}
.spacer {height:1px; font:1px/1px monospace;}
.red {color:#CC0000}
.pixel11 {font-size:11px}
hr {
	width: 100%;
	border-top: #bbb 1px dotted;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;
	}

/**** HEADER ****/
#header { 
	height:150px; 
	background:url(../img/headbg.gif) repeat-y	top #03369b;
}

#top { 
	height:100px;
}

#logo { 
	float:left; 
	width:300px; 
	height: 99px; 
	margin:20px 0 0 10px; 
	display:block; 
}

#topcorner { 
	float:right; 
	width:350px; 
	height:60px; 
	margin:35px 20px 0 0;
	color:#FFF;
	font-style:italic;
	text-align:right;
}

/**** MENU ****/
.menu{
	width: 100%;
	font: 90% Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold;
}

.menu ul{
	margin: 0;
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	text-align: right;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	margin-right: 20px;
	padding: 6px 3px 4px 3px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #ddd;
}

.menu ul li a:hover, .menu ul li a.selected{
	border-bottom-color: #4c4c4c;
}

/**** SLIDESHOW ****/
#imagearea {
	background-color:#FFF;
	padding: 20px 20px 10px 20px;
}

.imgSlideshowWrap{
	border:dotted 1px #ddd;
	height:350px;;
}

.imgSlideshow{
	overflow:hidden;
	clear:both;
}

/**** CONTENT ****/
div#content {
	padding: 20px 20px 0px 20px;
	background:#FFF;
}

#pagescontent {
	padding: 0px 20px 10px 20px;
}

.mainpagecolumns {
	height:315px;
	margin:5px 0;
	font-size:90%;
	border:dotted 1px #ddd;
	display:block;
}

.mainpgcolumnone {
	float:left;
	width:265px;
	height:275px;
	padding:10px 20px 20px 20px;
	border-right:dotted 1px #ddd;
}

.mainpgcolumntwo {
	float:left;
	width:265px;
	height:275px;
	padding:10px 20px 20px 20px;
	border-right:dotted 1px #ddd;
}

.mainpgcolumnthree {
	float:right;
	width:265px;
	height:275px;
	padding:10px 20px 20px 20px;
}

/**** FOOTER ****/
#footercontainer {
	height:200px;
	margin-top:30px;
	background-color:#03369b;
}

#footer {
	width:960px; 
	margin-right:auto; 
	margin-left:auto;
	font:70% Verdana, Helvetica, Arial, sans-serif;
	color:#FFF;
	line-height:150%;
}

#footer a {
	color:#FFF;
}

.footer {
	padding:20px 30px 20px 30px;
}

.footer ul { 
	float:left; 
	padding:0 20px 0 0;
}

.footer ul li { 
	list-style:none;
	padding:3px 5px 2px 8px; 
	border-bottom: 1px solid #dcdcdc; 
}

.footer ul li a { 
	color:#dcdcdc !important
}

.footer ul li a:hover { 
	color:#FFF !important
}

.footer address {
	float:right; 
	text-align:right;
	font-style:normal;
	clear:both;
}

#box {
	float:right; 
	text-align:right;
}
