@charset "UTF-8";
/* CSS Document */

body {
font-size: 85%;
color: #333;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
background-color:#fff;
}

#wrapper {
text-align: left;
margin: 0 auto;
width: 800px;
position: relative;
border:#ccc;
border-style:solid;
border-width:thin;
}


div, ul, li, p,
h1,h2,h4,
ul, ol, td  {
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0;
text-align: left;
}


#wrapper ol li {
list-style-type:inherit;
line-height:20px;
margin-left:25px;
}

p {
line-height:20px;
}

#footerbar {
clear: both;
color:#fff;
background-color:#74B64A;
padding: 5px 20px 5px 0;
text-align:right;
}

#footer {
background-color:#f2f2f2;
text-align:center;
font-size:85%;
padding:10px;
}

#footer a{
color:#333333;
}

img {
border:0;
}

.access {display: none;}
.clr {clear: both;}
li {list-style-type: none;}




/*HEAD*/

.bannerad {
text-align:center;
margin:5px;
}

#head{
background-image:url(images/capitolpride_hdr.jpg);
height:235px;
margin: 0 10px 0 10px;
}

#head ul{
text-align:right;
margin-top:195px;
}

#head li{
display: inline;
font-size:110%;
padding-right:22px;
}

#head a:link {
color:#fff;
text-decoration:none;
}

#head a:hover {
color:#FFCC00;
}

#head a:visited {
color:#fff;
text-decoration:none;
}


#logo {
margin:0;
visibility:hidden;
}



/*MAIN*/
#main {
width: 520px;
padding: 10px;
float:right;
}

h1 {
font-size: 150%;
padding: 0 0 .05em 0;
color:#E76E34;
font-weight:normal;
}

h2 {
font-size: 120%;
padding: 1em 0 .05em 0;
color:#E76E34;
font-weight:normal;
}

#main a:link {
color:#333;
text-decoration:underline;
}

#main a:visited {
color:#333;
text-decoration:underline;
}

#main a:hover {
color:#0099CC;
}

/* Main Slideshow */


#slides {
position:relative;
width: 220px; height: 160px;
}

#slides img {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}

#slides img.active {
z-index:10;
opacity:1.0;
}

#slides img.last-active {
z-index:9;
}



/*SIDEBAR*/

#sidebar {
width: 230px;
padding: 10px ;
}

#sidebar h1 {
color:#0D4F56;
font-size:100%;
margin-bottom:2px;
}

#sidebar p{
margin:0;
}


#sidebar a:link, a:visited {
color:#127787;
text-decoration:none;
font-size:100%;
}

#sidebar a:hover {
text-decoration:underline;
color:#37C4D3;
}

.sponsorhd {
color:#4B2163;
padding-top:20px;
}



/*SUBNAV*/

#subnav {
width: 160px;
padding: 8px ;
margin-left: 5px;
float:right;
border:#006699;
border-left-style:dashed;
border-width:thin;
line-height:22px;
}

#subnav ul{
margin:0px;
}


#subnav a:visited {
color:#333;
text-decoration:underline;
}

#subnav a:hover {
color:#339900;
}