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

html{
overflow: -moz-scrollbars-vertical;
}

body{
background: #bde1f4;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #252828;
margin: 0;
padding: 0;
text-align:center;
}

#wrapper{
margin: 0 auto;
width: 954px;
background: url(../images/topbg.gif) top center no-repeat;
padding: 10px 9px 0px 9px;
text-align:left;
position: relative;
}

.clear{
clear: both;
}

#main{
margin: 0 auto;
width: 936px;
background: url(../images/geckobg.gif) bottom right no-repeat;
}

#logo{
float: left;
width: 674px;
}

#news-top{
float: left;
width: 262px;
}

#navigation{
clear: both;
width: 581px;
background: url(../images/navbg.gif) top center no-repeat;
line-height: 28px;
height: 35px;
color: #fff;
text-transform: uppercase;
padding-left: 55px;
padding-right: 300px;
text-align:center;
}

#content{
padding: 8px;
text-align:left;
}

#footer{
margin: 0 auto;
width: 934px;
background: url(../images/footerbg.gif) top center no-repeat;
padding: 25px 10px 10px 10px;
font-size: 11px;
text-align: center;
}

/***************** Global Links ************/

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

a:hover{
color: #d74b26;
}

/**************** Main Nav *******************/

#navigation a:link, #navigation a:visited{
color: #fff;
text-decoration: none;
padding: 4px 15px;
font-weight:bold;
}

#navigation a:hover{
background: #fff;
color: #d74b26;
}

/***************** Footer Links *************/

#footer span a:link, #footer span a:visited{
color: #E00303;
text-decoration: none;
font-weight: normal;
padding: 0 5px;
}

#footer span a:hover{
color: #d74b26;
}

/****************** Headers *****************/

h1,h2,h3{
color: #252828;
margin: 0;
padding-bottom: 5px;
}

h1{
font-size: 16px;
border-bottom: 1px solid #969797;
margin-bottom: .3em;
}

h2{
font-size: 14px;
}

h3{
font-size: 13px;
}

h2.news{
color: #e80504;
padding: 0;
}

.newscontent{
background: #fff url(../images/newsbg.gif) top repeat-x;
padding: 3px;
border: 1px solid #969797;
margin: .4em;
}

/*************** Forms *******************/

form{
margin: 0;
padding: 0;
}

fieldset{
border: 1px solid #969797;
padding: 8px;
}

legend{
color: #E00303;
font-weight:bold;
padding: 3px;
font-size: 16px;
}

input[type=submit], input[type=reset]{
background: #E80504 url(../images/buttonbg.gif) top repeat-x;
color: #fff;
padding: 2px;
border: 1px solid #C93F05;
font-weight:bold;
text-align:center;
}

input[type=submit]:hover, input[type=reset]:hover{
background: #FCB811 url(../images/buttonbghover.gif) top repeat-x;
color: #252525;
}

/********************** Misc Styles ****************/

.leftside{
float: left;
margin-right: 8px;
}

.rightside{
float: right;
margin-left: 8px;
}

img.gecko{
border: 2px solid #969797;
}

a img{
border: 0;
}

.ctrtxt{
text-align:center;
}

.lttxt{
text-align:left;
}

.rttxt{
text-align:right;
}

.date{
font-size: 10px;
font-style:italic;
color: #CC3333;
}

.alert{
color: #ff0000;
}

.underline{
padding-bottom: 3px;
border-bottom: 1px solid #252828;
}

#spacer{
position: absolute;
left: 700px;
top: 130px;
height: 70px;
width: 250px;
}

.newsletter{
clear: both;
margin: 0 auto;
width: 90%;
margin-bottom: 1em;
text-align:center;
}