@charset "utf-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	font-family: candara, 'trebuchet ms', verdana, sans-serif;	
	font-size: 1.2em;
	margin-top: 1.6em;
}
#container	{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fbfbfb;
	text-align: left;
}

#banner	{
	margin-left: 40px;
   
}
img#logo  {
	display: block;
	border:none; 
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

img#tagline	{
	float: left;
	margin-left: 300px;
	margin-top: 80px;
}
#topnav{	
	float: right;	
	background-color: #ae841e;
	border: 1px solid #ae841e;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	border: 2px solid #ae841e;
	height: 58px;
	width: 856px;
}
#topnav	ul	{	
	margin-right: 20px;	
	margin-top: 5px;	
}
#topnav	li	{
	list-style-type: none;	
	display: inline;
	padding: 2px 20px 2px 5px; 		
	float: right;	
	margin: 10px 0;	
}
#topnav li.current	{
	list-style-type: none;	
	display: inline;
	padding: 2px 20px 2px 13px;
	font-size: 100%;
	color: #d3cbed;
	border-left: 5px solid #371c6f;	
}
#topnav a	{
	padding-left: 8px;
	padding-right: 4px;
	text-decoration: none;
	color: #fbfbfb;	
}
#topnav a:hover	{
	color: #d3cbed;
}
#topnav li:hover  {	
	color: #d3cbed;
}
#main	{
	margin: 40px 20px;		
}

#main.sites	{
	margin-left: 60px;
	margin-right: 0;
}

#main.thanks  h1	{
	color: #371c6f;
	text-align: center;
	margin-left: 0;
}
#center_content	h1{
	font-size: 1.4em;
	margin-top: 0;
	color: #371c6f;
	text-align: center;
}
#center_content	ul {
	list-style-type: none;
}
#center_content	li {
	font-size: .8em;
	list-style-image: url(images/diamond.png);
	margin-bottom: 1em;
}
	
 #left_column	{	
	margin-right: 220px;	
	margin-bottom: 40px;
}

#main #left_column h1, #main h1 	{
	font-size: 1em;
	color: #371c6f;
	text-shadow: 2px 2px 2px #ccc;
}

#main h1	{
	margin-left: 230px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
#main #left_column h1	{
	margin-left: 0px;
}

#main #center_content h1	{
	text-align: center;
	margin-left: 0;
}
#right_column	{
	float: right;
	width: 190px;
	background-color: #371c6f;
	-moz-border-radius-topright: 10px;
	 -webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	border: 5px solid #ae841e;	
	color:  #fbfbfb;	
	padding-top: .2em;
	
	margin-left: 10px;
	padding-bottom: 10px;
}
#quote {
	position: relative;
}
#random_quote	 {	
	font-size: .8em;
	padding: .6em 0;
}
#right_column .start_quote	{
	position: relative;
    top: 0px;
	left: 0px;
}
#right_column .end_quote	{
	position: relative;
    top: -20px;
	left: 142px;
}

#random_quote p	{	
	margin: .2em .4em;
}
#quote_author p	{
	color: #8974b7;
	font-size: .8em;
	margin: .2em .4em;	
	font-style: italic;
}
#right_column #quote_author p.quote	{
	text-align: center;
}
#right_column img	{
	float: left;
	padding: 0 .2em 0 .4em;
}
#right_column a	{
	color:  #ae841e;
	font-variant: small-caps;
	font-size: 1em;
	margin-left: 68px;
	
}
#right_column a:hover	{
	text-decoration: none;
}
#center_text	{
	text-align: center;
}
#center_text	a{
	color: #371c6f;
}
#center_text a:hover	{
	text-decoration: none;
	color: #ae841e;
}
.hilite	{
	color: #371c6f;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
}
.shadow{
	text-shadow: 2px 1px 2px rgba(0,0,0,.4);
}

.logo	{
	color: #371c6f;
	font-weight: bold;
}
.webcolor	{
	color: #ae841e;
}
.clearfloats	{
	clear: both;
}
.site	{	
	margin: 0 0 1.2em .4em;
	float: left;
	width: 380px;
	margin-left: 20px;
}
.screen_shot	{
	
    width: 160px;
	margin-bottom: 20px;	
}
.screen_shot img{	
	border: 4px solid #371c6f;
	padding: .6em;
}

.screen_shot img.small	{
	padding: 1.4em;
}
.details	{
	float: left;
	padding-left: 10px;	
}
.details	h3	{
	font-size: 1em;
	color: #ae841e;
	margin-bottom: 10px;
	margin-top: 0;
}
.details	h4	{
	font-size: .8em;
	color: #ae841e;
	margin-bottom: 0px;
	margin-top: 0;
}
.details	p	{
	font-size: 1em;
	color: #ae841e;
	margin: 0 0 20px 10px;
}
.details a	{
	color: #371c6f;
}
.details a:hover {
	color: #a09ab4;
}
.details ul	{
	margin-top: 0;
	padding-left: 15px;
	margin-bottom: 0;
}
.details li	{
	font-size: .8em;
	list-style-image: url(images/diamond.png);
}
 .bg_color1	{
	background-color: #ddd;
}

 .bg_color2	{
	background-color: #eee;
}

.testimonial  p	{
	margin: 0;
	padding: 0 .6em ;
	font-size: .9em;
}
.testimonial img	{
	margin-left: 390px;
}
p.statement:first-letter  {
	color: #371c6f;
	font-size: 120%;
	font-weight: bold;
}
.author	{
	color: #371c6f;
	text-align: center;
}

p.author	{
	padding-bottom: .6em;
}
#footer	{
	background-color: #371c6f;
	border: 1px solid #ae841e;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	border: 2px solid #371c6f;
	height: 60px;
}

#footer a {
	color: #f2eccb;
	text-decoration: none;
}
#contact{
	float: left;
	padding-top: 15px;
	margin-left: 20px;
}
#contact a	{
	font-size: .8em;
}
#contact a:hover	{
	color: #ae841e;
}
fieldset#contact_info	{
	color: #ae841e;
}
#contact_info label	{
	color: #000;
	margin-right: 1em;
	width: 7em;
	
}
#contact_info label.error	{
	color: red;
	font-size: .8em;
	font-style: italic;
	display: inline;
	margin-left: .6em;
	width: auto;
}
#contact_form	{
	margin-top: 0;
}
#contact_form ul	{
	list-style-type:none;
	margin-left: 10px;
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 0;
}
#contact_form	li	{
	list-style-type: none;
	padding-bottom: .4em;
	text-align: left;
	
}

#contact_form h3	{
	padding-botton: .6em;
}
.sub_label	{
	font-size: .8em;
	margin-left: 80px;
}
label#top	{
	
	vertical-align: top;
}

.copyright{
	color: #f2eccb;
	float: right;
	font-size: .8em;
	text-align: right;
	margin-right: 20px;
}
.accordian	{	
	font-size: .6em;
	position: relative;
}
.accordian ul	{
	padding: 5px 0;
	margin:0;
	background-color: #371c6f;
	width: 180px;
	-moz-border-radius-bottomleft: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	border-left: 5px solid #ae841e;
	border-right: 5px solid #ae841e;
	border-bottom: 5px solid #ae841e;
	position: absolute;	
	left:-5px;
}
.accordian li	{
	background-color: #371c6f;
	list-style-type: none;
	color: #ae841e;
	margin-bottom: .4em;
}
.accordian h2	{
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;	
	margin:0;
	padding-bottom: 20px;
	cursor: pointer;
}
.accordian h2:hover	{	
	color: #fff;	
}
.accordian h2.active	{	
	background-image: url(images/up.gif);
}
.accordian h2.active h2.over	{
	background-image: url(images/up.gif);
}
.accordian h2.active.out	{
	background-image: url(images/up.gif);  
}
.accordian h2.out {
	background-image: url(images/down.gif);	
}

