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

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

body{
background: #f2e9d3 url(../images/mainbg.gif) top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align:center;
margin: 0;
padding: 0;
}

.container{
background: url(../images/ptnbg.png);
}


#wrapper{
margin: 0 auto;
width: 830px;
}

.clear{
clear: both;
}

#header{
border-bottom: 2px solid #bd0705;
height: 144px;
}

#logo{
float: left;
width: 300px;
text-align:left;
}

#nav{
float: right;
width: 530px;
text-align:right;
padding-top: 114px;
}

a.nav:link, a.nav:visited{
background: url(../images/navbg.gif) top repeat-x;
display: -moz-inline-box;
display: inline-block;
line-height: 24px;
color: #fff;
font-weight:bold;
text-transform: uppercase;
text-align:center;
padding: 5px 9px;
text-decoration: none;
margin-right: 1px;
}

#content{
background: url(../images/topbg.png) top center no-repeat;
width: 810px;
padding: 20px 10px 0px 10px;
text-align:left;
}

#footer{
background: url(../images/btmbg.png) top center no-repeat;
padding: 15px 10px 10px 10px;
font-size: 11px;
text-align:center;
}

#footer span a{
padding: 0 9px;
}

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

h1,h2,h3{
padding: 0;
margin: 0 .02em;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
border-bottom: 1px solid #ab0001;
color: #ab0001;
}

h3{
font-size: 14px;
}

.small{
font-size: 10px;
font-style:italic;
}

.ctrtxt{
text-align:center;
}

.lttxt{
text-align:left;
}

.rttxt{
text-align:right;
}

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

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

a img{
border: 0;
}

input[type=submit]{
background: #ab0001;
color: #fff;
border: 0;
padding: 2px;
font-weight:bold;
text-align:center;
}

a.button:link, a.button:visited{
background: #ab0001;
color: #fff;
border: 0;
padding: 3px;
font-weight:bold;
text-align:center;
}

form{
margin: 0;
padding: 0;
}

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

legend{
font-weight:bold;
color: #c2b291;
}

.alert{
color: #ff0000;
}

img, div { behavior: url(../iepngfix.htc) }

.quotes{
background: #ded3b9;
border: 1px solid #c3b79a;
padding: 8px;
text-align:center;
font-style: italic;
}
