﻿/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background-image:url('../images/Body_Back.jpg');
 background-repeat:repeat-x;
 background-color:#fff;
}

h4{
 padding-top:5px;
 padding-bottom:5px;
 text-decoration:underline;								
}

#wrapper { 
 width: 900px;
 margin: 20px auto;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
 -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
 box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.clear {
 clear: both;
}

.innerpage { 
 display: block;
 width: 900px;
 background-color: #fff;
 padding-top: 10px;
 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
}

#header {
 width: 900px;
 height: 193px;
 margin: 10px auto 0;
 background-image:url('../images/Banner.jpg');
 background-repeat:no-repeat;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}

.logo{
 display:block;
 position: relative;
 width: 320px;
 height:99px;
 top:25px;
 left:30px;
 background-image:url('../images/Logo.png');
 /*background-position:left;*/
 /*background-repeat:none;*/

}


#navigation {
 width:900px;
 height:30px;
 color: #333;
 background-image:url('../images/Top_Nau.jpg');
 background-repeat:repeat-x; 
}

.innerleftcolumn{
 width:185px;
 float: left;
 background-color:#fff;
 margin-left:10px;
 padding-top:10px; 
}

.innerrightcolumn{ 
 float:left; 
 color:#333;
 width:705px;
 background-color:#fff;
}


/*
Added by jw to try and clean up the site a little...
*/
.content {
	/*background-color:#32C831;*/
	background-color:#2F8021;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 5px;
	margin: 10px 10px;
}

.content h3 {
	padding: 10px 0 10px 25px;
	font-size: 1.5em;
    font-weight: bold;
	color: #fff;
}
	

.content_body {
	background-color:#dbdbdb;
	padding: 25px 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: 1.2em;
	min-height: 200px;

}

.content_body h4 {
	margin-top: 15px;
	font-size: 1.3em;
	text-decoration: none;
	font-weight:bold;
}

.content_body ul {
	margin-left: 40px;
}

#map_canvas {
  width: 450px; 
  height: 300px;
  margin: 30px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #aaa;
}

/*
end of jw mods...
*/

.address {
	margin: 15px auto;
	font-size: 1.1em;
	line-height: 1.3em;
}

.address .physical {	
	float: left;
}

.address .electronic {
	float: left;
	margin-left: 25px;
}

.footer { 
 width: 900px;
 height:25px;
 padding: 8px 0 15px;
 font-size:8pt;
 text-align:center;
 mar

}


/* nivo slider stuff */

.theme-default #slider {
    margin:0 auto 50px auto;
    width:900px; 
    height:358px;
}
