﻿body {
	/* This removes the border around the viewport in old versions of IE */
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: auto;
	background: #0000CC;
	min-width: 750px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */;
	font-size: 90%;
	font-family: Georgia;
}
h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
h2 {
	margin: .8em 0 .2em 0;
	padding: 0;
	font-size: small;
	color: #000080;
}
h1 {
	padding: 0;
	font-size: medium;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a	{
	font-family: "Arial Rounded MT Bold";
	font-size: 1.0em;
	font-weight: lighter;
	text-decoration: none;
	color: #0000CC;
}

#ads img {
	display:block;
	padding-top:10px;
	border: none;

}
a img { /* DLB - get rid of colored border around pics - unless you want it... */
	border: none;
}

img { /* DLB - get rid of colored border around pics - unless you want it... */
	border: none;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	clip: rect(auto, auto, auto, auto);
}
#header h2 {
	padding: 0em;
	margin: 0 0 20 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FECB00;
	font-size: small;
	text-align: center;
}
#header h1 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header p {
	padding:.4em 15px 0 15px;
	margin:0;
}

/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #017301;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */;
	clear: both;
	float: left;
	width: 100%; /* width of whole page */;
	overflow: hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.colmid {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.colright {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */	overflow: hidden;
	background-color: #D5AA00;
}
.col2 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */	overflow: hidden;
	background-color: #D5AA00;
}
.col1 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;

}
/* 3 Column settings */
.threecol {
		/* right column background colour */
	background-color: #D5AA00;

}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right: 50%;  /* width of the middle column */
	background-color: #D5AA00;
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width: 21%; /* Width of left column content (column width minus padding on either side) */
	left: 31%; 	
	background-color: #D5AA00;
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000;
	background-color: #D5AA00;
}
#footer p {
	padding: 10px;
	margin: 0;
	text-align: center;
}
#title {
	margin: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
	font-family: Georgia;
	font-size: 42px;
	color: #FECB00;
	clip: rect(auto, auto, auto, auto);
}
.topcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: normal normal bolder .95em serif;
	color: #CC3300;
	float: none;
	position: relative;
	padding: 10px;
	margin: 5px;
	margin-top: 0px; /* DLB - eliminate top margin because of bkgd color coming through */;
	padding-top: 15px; /* DLB - add top padding to make up for lost margin - same end result */;
	vertical-align: middle;
	display: block;
	text-align: center;
}
#navbartop {
	background-color: #0000CC;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	min-width: 922px;
}
#navbartop ul {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top-width: 3px;
}
#navbartop li {
	display: inline;
	margin: 0px;
	border-right-style: solid;
	border-width: 1px;
	border-color: #FECB00;
}
#navbartop a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: .9em;
}
#navbartop a:hover {
	background-color: #007400;
	color: #FF0000;
}
.amigosbanner {
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.ladiesphotos {
	position: relative;
	padding: 0px;
	width: 117px;
	height: auto;
	left: 40px;
	border: 2px solid #017301;
	clear: left;
}
ul.rightnav {  /* DLB - add rule to eliminate indentation */
	padding-left: 0px; /* necessary for FF */
	margin-left: 0px;  /* necessary for IE */
}
ul.leftnav {  /* DLB - add rule to eliminate indentation */
	padding-left: 0px; /* necessary for FF */
	margin-left: 0px;  /* necessary for IE */
}
.leftnav {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
.leftnav a {
	font: .95em "Arial Rounded MT Bold";
	list-style-type: none;
	text-decoration: none;
	color: #0000CC;
	display: block;
}
.leftnav a:hover {
	color: #FF3300;
}
.leftnav li {
	padding-top: 2px;

}
.rightnav {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
}
.rightnav a {
	font: 1.0em "Arial Rounded MT Bold";
	list-style-type: none;
	text-decoration: none;
	color: #0000CC;
}
.rightnav a:hover {
	color: #FF3300;
}
.rightnav li {
	padding-top: 2px;
}

thead {
	background-color: #CCFFFF;
	width: 80%;
	font-family: "Trebuchet MS", Times, serif;
	height: 60px;
	position: fixed;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
	text-align: center;
}
table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
tr {
	background-color: #D0E6FF;
	position: relative;
	width: 100%;
	height: 50px;
}

th {
	position: relative;
	display: table-header-group;
}
.left {
	width: 30%;
	text-align: center;
}
.right {
	padding: 10px;
	width: 70%;
}
.afabanner {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
	display: inline;
	list-style-type: none;
	text-align: center;
}
.odd {
	background-color: #FFFFFF;
}
a:hover {
	color: #EC1313;
}
ul bottomlinks {
	text-decoration: none;
	list-style-type: none;
	display: inline;
}
.bottomlinks {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}


/* New stuff */
#newthreecol {
	margin: auto; 
	margin-top: 119px;
	*margin-top: 0px;
	margin-bottom: 0px;
	width: expression(document.body.clientWidth-400 + "px");
	border-top: 1px solid #000000;
	padding-left: 210px;
	padding-right: 210px; 
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #D5AA00;
	position: relative;
	clip: rect(auto, auto, auto, auto); 
	max-width: 880px;

}
#newcentercol {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	clear: both;
}
#newleftcol {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 180px;
	padding: 10px;
	background-color: #D5AA00;
}
#newrightcol {
	width: 180px;
	position: absolute;
	top: 175px;
	right: 0px;
	padding: 10px;
	background-color: #D5AA00;
}
.banner {
	width: 100%;
	margin: auto;
	text-align: center;
	height: 300px;
	overflow: hidden;
}
	
.photoblockleft {
	text-align: center;
}
.photoblockleft a {
	padding: 0px;
	margin: 0px;
}
.photoblockleft img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.cupidbanner {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	text-align: center;
}
#container {
	margin: 0px auto 0px auto;
	position: relative;
	max-width: 1300px;
	overflow: inherit;
}
	.lmwds {
	font-size: small;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-color: #D5AA00;
}

	
