@charset "UTF-8";
body  {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #f2f2f2 url(images/backshadow.png) repeat-y center;
}
.twoColFixRtHdr #container { 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: auto;
	min-height: 100%;
	position: relative;
	background: url(media/content-box.gif) no-repeat 5px 325px;
	background-color: #e4d4b7;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	background-image: url(media/gayrites1-banner.jpg);
	width: 780px;
	height: 320px;
	padding: 0;
}


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px;
	border-left: 1px dotted black;
}

.twoColFixRtHdr #sidebar1 h1 {
	color: white;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: #ec5d19;
	border-left: 1px solid maroon;
	border-bottom: 1px solid black;
	border-top: 1px solid #fcffe7;
	padding: 3px;
	margin-top: 15px;
}

.twoColFixRtHdr #sidebar1 p {
	color: black;
	font: 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.twoColFixRtHdr #mainContent {
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.twoColFixRtHdr #mainfooter {
	background: url(media/content-boxend.gif) no-repeat 5px 0px;
	background-color: #e4d4b7;

	}

.twoColFixRtHdr #mainContent p.intro { 
	font-size: 13px;
	line-height: 20px;
	color: #6b5d51;
	padding-right: 5px;
	display: block;
	height: 45px;
}
.twoColFixRtHdr #mainContent p { 
	font-size: 12px;
	line-height: 16px;
}

.twoColFixRtHdr #mainContent h1  { 
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c42931;
	border-bottom: 1px solid #ffc40f;
	padding-top: 10px;
}



.twoColFixRtHdr #footer {
	margin-top: 0;
	padding: 0 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f1bd42;
	border-top-style: solid;
	border-top-color: #967697;
	bottom: 0px;
}

p {
	margin: 0;
}


#footer div.footer_col1 h1, #footer div.footer_col2 h1 {
	color: white;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #4d6cb4;
	text-decoration: none;
}
a:hover {
	color: navy;
}


#footer div.footer_col1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
font-weight: bold;
}

#footer div.footer_col1 a
{
display: block;
padding: 6px;
width: 200px;
background-color: #e2d6b3;
border-bottom: 1px solid #eee;
background-image: url(media/menutile.gif);
}

#footer div.footer_col1 a:link, .navlist a:visited
{
color: black;
text-decoration: none;
}

#footer div.footer_col1 a:hover
{
background-color: #369;
color: #220070;
background-image: url(media/menutile-over.gif);
}

#mainContent div.float_left img, #sidebar1 div.float_left img {
	float:left;
	padding-left: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#mainContent div.float_right img {
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
	float: right;
	padding-right: 10px;
}
/*
#contentbox1 p, #contentbox2 p {
		padding-left: 10px;
		font-size: 11px;
}

#contentbox1 a, #contentbox2 a {
		padding-left: 10px;
		font-size: 13px;
}

#contentbox1, #contentbox2 {
	height: 285px;
	width: 150px;
	background: url(media/content-box.gif) no-repeat 0 0;
	display: inline-table;
}
*/

#mainContent table {
	
	float: left;
	padding-top: 16px;
}




.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

html {
	 height: 100%;}

.linkto {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px;
	padding-bottom: 15px;
	padding-top: 0;
	margin: 0;
}

#footer div.footer_col1 {
	width: 30%;
	padding-right: 20px;
	float: left;
}

#footer div.footer_col2 p {
	font-size: 10px;
}

#footer div.footer_col3 {
	
	clear: left;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px dotted white;
}

#mainContent table tr td {
	vertical-align: top;
	padding-bottom: 20px;
}

#mainContent table tr td {
	vertical-align: top;
}

/* MAIN MENU */

#menubar {
	margin:0;
	float: left;
}


.menu4 {
      width: 100%;
      margin: 285px 0;
      padding: 0px 0.5em;
      background: #eee none;
    }
 .menu4 ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
   }
    .menu4 li {
      margin: 0;
      padding: 0;
      float: left;
    }
   .menu4 {
      padding: 0;
      padding-left: 1px;
      background: #fff none;
    }
   .menu4 li {
	font-size: 10px;
	font-weight: bold;
     width: 111px;
     margin-right: 0em;
	 text-align: center;
    }
    .menu4 a {
    display: block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 4px;
    text-decoration: none;
    background: #ffc40f;
	color: black;
	opacity: 0.85
	}
	
    .menu4 a:hover {
	background: #ca292f none;
	color: white;
}
/* AD SPECIFIC */

#adcontainer1 {
	padding-left: 25px;
	padding-top: 10px;
	position: absolute;
}