/*
STYLESHEET - FINDADOULA.COM - complete stylesheet
*/

/* BEGIN basic tag styles */
* {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	}

img {display: block;	margin: 0;	padding: 0;	}
a {text-decoration: none; color: #A28ABA;}
a:hover {text-decoration: underline; color: #8973A0;}
a.large {
	color: #9C9D9F;
	text-transform: uppercase;
	text-indent: 10px;
	background-image: url(../images/template/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
a.large:hover {text-decoration: none; color: #444;}
table, td{vertical-align: top;}
h1 {font-size: 13px; margin-bottom: 0;}
h2 {font-size: 13px; margin-top: 3px;}

form table{
	border: dashed 1px black;
}
input.outline {
	border: 1px solid #836C9B;
	padding: 2px;
	margin: 2px 0 2px 2px;
}

/* BEGIN - structure styles */
body > #bodytable{
	width: 1001px;
}
#bodytable {
	background-color: #F4F1F4;
	border: 15px solid #FFFFFF;
	background-image: url(../images/template/banner_top_repeat.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	_width: 996px;
}
#divider {
	width: 1px;
	background-image: url(../images/template/divider_repeat.gif);
}

#googleadshorizontal {
	margin: 10px auto;
	height: 90px;
	border: dotted 1px black;
	width: 468px;
	height: 60px;
}

#googleadsvertical {
	margin: auto;
	height: 600px;
	width: 160px;
	border: dotted 1px black;
}

#bodycontent {
	margin-top: 40px;
	padding: 0px 45px;
	width: 620px;
}
#rightcolumn {
	margin: 51px 2px 10px 10px;
	margin-top: 51px;
	width: 250px;
}

#rightcolumn p {
	font-size: 11px;
	line-height: 1.2em;
}

.rightcolumncontent {
	padding: 0 0 0 20px;
	width: 220px;	
}

#loginform table {
	width: 210px;
}
#loginform td{
 vertical-align: middle;
}
#loginform p {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#loginform a {
 color: black;
 font-size: 10px;
}
#loginform input.outline{
	border: 1px black solid;
	font-size: 10px;
	background-color: #F4F1F4;
}

#searchform .darkbackground input.outline {
	background-color: #E6E2EA;
}

#footer {
	color: black;
	font-size: 9px;
	padding: 0 45px;
}

#footer a {
	color: black;
	font-size: 9px;
}

/* BEGIN NAVIGATION */
#navigation{
	margin: 0;
	padding: 0;
}

#navigation ul{
	margin-top: 7px;
}
#navigation li{
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#navigation li a{
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(../images/template/navigation_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}
#navigation li.first a{
	padding-left: 0px;
}

/* BEGIN Classes */

.darkbackground
{
	background-color: #E6E2EA;
}
.note {
	color: #717173;
}
