/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* 
   General 
------------------------------------------------------------------- */

html {
	/* height: 100%; */
	padding-bottom: 1px; /* force scrollbars */
}
body {
background: #60a6c2 url('images/bg.jpg') repeat-x top left;
/* font: normal 76% verdana,arial,sans-serif; */
/* font: normal 76% georgia,arial,sans-serif; */
font: normal 76% Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;

line-height: 1.5em;

}
#wrapper {
margin-left: auto;
margin-right: auto;
width: 1000px;
/* width: 962px;
margin: 0 auto;
min-width: 995px; */
}
#header {background: #60a6c2 url('images/header.jpg') repeat-x left top;
height: 93px;
width: 995px;
text-align: center;
font: normal verdana,arial,sans-serif;
}
.address {
padding-top: 75px;
color: #4a4f2b;
font-weight: bold;
margin: 0;
}
#content {background: #ffffea url('images/content-wrapper.gif') repeat-y center top;
width: 995px;
}
#nav {
background: #ffffea url('images/nav.jpg') repeat-y center top;
width: 995px;
height: 55px;
}
#nav a {
color: #000;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
/* background: #ccc; */
}
#nav a:visited {
color: #696969;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
/* background: #ccc; */
}
#nav a:active {
color: #fff;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
position: relative;
top: 1px;
}
#nav a:hover {
color: #4a4f2b;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
background: none;
}
.nav {
width: 990px;
padding: 14px 0 0 0;
}
#nav2 {
/* background: #eaecd6; */
width: auto;
height: 12px;
margin: -12px 0 2em 0;
}
#nav2 a {
color: #000;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
}
#nav2 a:visited {
color: #696969;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
/* background: #ccc; */
}
#nav2 a:active {
color: #fff;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
position: relative;
top: 1px;
}
#nav2 a:hover {
color: #4a4f2b;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
background: none;
}
.nav2 {
width: auto;
padding: 0;
}
ul#nav2 li{
/* margin:0 10px 0 0; */
margin: -10px 10px 0 0; 
padding:0;
float:left;
list-style:none;
/* height:28px;
line-height:28px; */
}
ul#nav2 li a{
float:left;
/* height:28px;
line-height:28px;
border:1px solid #ccc;
background:#aec5d2;
color:#555;
padding:0 10px; */
text-decoration:none;
}
/* ul#nav2 li.current a{
background:#97a189;
color:#fff;
} */

.arrow {
background-repeat: no-repeat;
background-attachment: fixed;
background: url('images/arrow.gif') no-repeat center left;
}

#indent {
margin-left: 35px;
}

hr {
color: #ccc;
}
.hr-up {
margin: -8px 0 8px 0;
}

#nav #current a {
background-position:0 -125px;
}

#nav #current a span {
background-position:100% -125px;
color: #60a6c2;
}
#main {
padding: 4px 52px 14px 52px;
color: #4a4f2b;
font-size: 1.2em;
line-height: 1.3em;
}
#main p {
padding: 8px 0;
}
#main a {
color: #4a4f2b;
font-weight: bold;
text-decoration: underline;
}
#main a:visited {
color: #666;
font-weight: bold;
text-decoration: underline;
}
#main a:active {
color: #fff;
font-weight: bold;
text-decoration: none;
position: relative;
top: 1px;
}
#main a:hover {
color: #000;
font-weight: bold;
text-decoration: none;
font-style: italic;
}

#main h1 {
font-size: 1.2em;
line-height: 34px;
color: #000;
font-weight: bold;
border: solid 1px #4a4f2b;
/* background: #afc5d3 url('images/h1.gif') no-repeat left; */
background-color: #afc5d3;
/* padding: 0 0 0 2em; */
padding: 0 0 0 .2em;
margin: .4em 0 .8em 0;
}

#main h2,h3,h4,h5,h6 {
font-size: 1em;
line-height: 30px;
color: #000;
font-weight: bold;
/* border: solid 1px #4a4f2b;
background: #afc5d3;
padding: 0 0 0 1em; */
padding: 0;
margin: .4em 0 .8em 0;
}

#blurb {
color: #000;
background-color: #afbb9f;
margin: .4em 0 .8em 0;
padding: .4em;
border: solid 1px #4a4f2b;
}

#wrapper-footer {
width: 962px;
margin: 0 auto;
border-bottom: solid 2px #4a4f2b;
font-weight: normal;
}
#footer {
background: #97a189 url('images/content-wrapper.gif') repeat-y center top;
height: 100px;
text-align: center;
border-top: solid 2px #4a4f2b;
font-size: 1em;
font-weight: normal;
}
#footer a {
color: #000;
text-decoration: none;
font-weight: normal;
}
#footer a:visited {
color: #4a4f2b;
text-decoration: none;
font-weight: normal;
}
#footer a:active {
color: #fff;
text-decoration: none;
font-weight: normal;
}
#footer a:hover {
color: #4a4f2b;
text-decoration: underline;
font-weight: normal;
}
#footer p {
padding: 7px 0;
}
.copyright {
font-size: 1em;
color: #4a4f2b;
padding: 6px 0;
}
.ww {
color: #4a4f2b;
}
.left {float: left;}
.right {float: right;
}
.new {
background: #fff;
border: 1px dotted #afc5d3;
font-size: 1.1em;
font-weight: bold;
padding: .4em 0 .4em .2em;
margin: .4em 0 .8em 0;
}
img.bordered {
	background-color: #fff;
	border: 1px solid #afc5d3;
	padding: 3px;
}
img.header.jpg-thin {
	border: 1px solid #b7b7ad;
	padding: 4px;
}
img.left {margin: 0 15px 12px 0;
}
img.right {margin: 0 0 15px 12px;
}

/* Slider */
#slidercontent{
position:relative;
margin-left: auto;
margin-right: auto;
width: 699px;
margin-top: 1em;
}

pre{
display:block;
font:12px "Courier New", Courier, monospace;
padding:10px;
border:1px solid #484b29;
background:#aec5d2;	
margin:.5em 0;
width:674px;
}	

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
width:699px;
height:245px;
overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
display:block;
width:32px;
height:71px;
position:absolute;
left:-30px;
top:71px;
z-index:1000;
}	
#nextBtn, #slider1next{ 
left:699px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
display:block;
position:relative;
width:32px;
height:71px;
background:url(images/slider/btn-prev.jpg) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
background:url(images/slider/btn-next.jpg) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
margin:1em 0;
padding:0;
height:28px;	
}
ol#controls li{
margin:0 10px 0 0; 
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#aec5d2;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:#97a189;
color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;
}
/* Slider */
.clear,.clearer {clear: both;}
.clearer {
display: block;
font-size: 0;
padding: 0;
margin: 0;
}
.home { float: left; padding-left: 26px; }

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}
