@charset "UTF-8";
/*  CSS Document 
//
//  master
//
//  Created by Glen Austin on 2008-11-03.
//  Copyright (c) 2008 Maycreate. All rights reserved.
//
*/
/*** The Essential Code ***/
        * {
			padding:0px;
			margin:0px;
		}
		body{
			font: 12px Arial, Helvetica, sans-serif;
			background:url(../images/tile3.gif);
			/*color:#80a3b7;*/
		}

		.pagecopy {
			margin-left:20px;
			margin-right:10px;
			margin-bottom:20px;
			font-size:11px;
			line-height:22px;
			color:#999999;
		}
		.pagecopy h1 {
			/*color:#80a3b7;*/
			font-size:20px;
			font-weight:normal;
			margin-top:6px;
			margin-bottom:6px;
		}
		.featured {
			float:left;
			margin-bottom:34px;
			display:inline;
		}
		.featured p {
			margin-left:12px;
			margin-top:4px;
			font-size:12px;
		}
		.featured a:link, .featured a:visited {
			color:#80a3b7;
			text-decoration:none;
		}
		.featured a:hover, .featured a:active {
			color:#F7941D;
			text-decoration:none;
		}
		
/* Accordion */
#accordion {
	margin:20px 0px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 20px;
	font-weight:normal;
	background: #eeeeee;
	color:#80a3b7;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
label {margin-right:10px;}
#captcha_id {margin-top:2px;}
#mcsubmit {margin-top:2px;}
#twitterlogo {
	float:left;
	width:78px;
	height:18px;
	margin-right:5px;
	}
