/* CSS Document */

/*reset all styles to remove browser variations */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/*end of reset styles*/


body {
	background-color:#F0E6B1;;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:.8em;
	line-height:1.3em;
	position:relative;
	}
p {
	margin-bottom:1em;
}
h1, h2, h3, h4, h5, h6 {
	color:#05476a;
	background-color:transparent;
	margin:.5em 0;
}
h1 {
	font-size:1.6em;
	text-align:center;
	padding-bottom: 5px;
}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}
#content ul {
	list-style-type:square; 
	padding-left:20px;}

#wrapper {
	width:800px;
	margin:0 auto;
	
	
	}
#wrapper_inner {
	float:left;
	margin-bottom:20px;
	}
	
#header {
	width:800px;
	height:160px;
	position:relative;
	background-color:white;
	color:#05476a;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	border-bottom:5px solid #F0E6B1;
	}
#header h1,
#header h2 {
	display:none;
	}
#header p.contact {
	position:absolute;
	margin: 0 0 0 8px;
	bottom:0px;
	left:0px;
	font-size:1.05em;
	
	}

#topnav {
	list-style-type:none;
	position:absolute;
	bottom:0;
	right:8px;}
#topnav li {
	float:left;
	padding:3px 14px 1px 14px;
	}
#topnav li a,
#topnav li a:link,
#topnav li a:visited {
	text-decoration:none;
	color:#05476a;
	}
#topnav li a:hover {
	text-decoration:underline;
	}
#mainbody {
	width:100%;

	float:left;
	background-color:white;
	background-image:url(images/fauxcolumns.gif);
	background-repeat:repeat-y;
	}	
#lefttwo {
	width:640px;
	float:left;
	}
#content {
	width:480px;
	min-height:420px;
	float:right;
	position:relative;
	background-color:#FCFBEF;
	background-image:url(images/slant.gif);  
	background-repeat:no-repeat;
	padding-bottom:64px;
	}

/* alternate background image for content area 
requires different footer image with white background to be called in html */
/*#content {
	width:480px;
	min-height:420px;
	float:right;
	position:relative;
	background-color:white;
	background-image:url(images/sunburst_body.gif);
	background-repeat:no-repeat;
    padding-bottom:64px;
	}*/
.gutter {
	padding:10px 15px 10px 10px;
	}
#footer {
	position:absolute;
	left:200px;
	bottom:10px;
        padding-top:10px;
	}	
	
#leftnav {
	width:160px;
	float:left;	
	}
#leftnav li {
	display:inline;
	float:left;
	width:152px;
	
	
	}
#leftnav li.category {
	background-color:#f8f5d8;
	color:#05476A;
	padding-top: 4px;
	padding-right: 2;
	padding-bottom: 4px;
	padding-left: 6px;
	}

#leftnav li ul li{
	width:136px;
	}

#leftnav a {
	display:block;
	width:144px;
	text-decoration:none;
	padding:4px 0 4px 3px;
	border-left:5px solid #d8edf8;
	}
#leftnav li.sub_cat a {
	border-width:8px;
	}	
#leftnav li ul li a {
	width:136px;
	border-width:16px;
	}
#leftnav a:link,
#leftnav a:visited {
	background-color:#d8edf8;
	color:#05476a;
	}
#leftnav a:hover {
	background-color:#b3d9ed;
	color:#05476a;
	border-color:#b3d9ed;
	
	}



#rightcol {
	width:160px;
	float:right;
	}
#rightcol .gutter {
	padding:10px 5px 10px 5px;}
#rightcol .news{
	margin:8px;
	border:4px solid #00a5d4;
	text-align:center;
	background-color:#Fcfbef;
        }

.img_left {
	float:left;
	margin:0 8px 8px 0;
	}
.img_right {
	float:right;
	margin:0 0 8px 8px;
	}
.clear {
	clear:both;
	}
#pictureTable {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #D4E8F3;
}
.pictureTableDescription {
	font-size: 10px;
	color: #666666;
	padding: 10px;
	text-align: justify;
}
