/* Defines global site settings and layout. If you're reading this, you are truly a geek. */

* {
	padding:0;
	margin:0;
}
html, body {
	font: 100%/120% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: black;/*#1C205B;*/
	font-size: 1.5em;
	line-height:1em;
	display:block;
}
body {
	font-size: 0.825em;
	color:#000;
}
#sizer {
	margin: 0px auto 20px auto;
	width: 66%;
	max-width: 200px;
}
#expander {
	margin: 0 -360px;
	min-width: 720px; /* Critical Safari fix! */
	position: relative;
}
/* Holly hack for IE, minus the hack */
html #expander {
	height: 0;
}
/* helps IE get the child percentages right. */
#wrapper {
	width: 100%;
}
#logo {
	margin:2px auto;
	text-align: center;
}
#logo a {
	text-decoration:none;
}
#expanding {
	clear:both;
	text-align:center;
	background-color:#fff;
	margin:-10px 0 0 12px;
	background-color: transparent;
}
#expanding2 {
	display:block;
	border:0px dotted #efefef;
	padding:4px 1px;
	margin:0.2em;
	margin-left: 35px;
	font-variant: small-caps;
	font-weight: bolder;
	color: #AD2D33;
	font-size: 1em;
}
#hometab {
	clear:both;
	width: 700px;
	margin:15px auto;
	text-align:center;
	font-size: 0.7em;
}
#hometab ul {
}
#hometab li {
	display:inline;
	list-style-type:none;
	color: #000;
	padding: 5px;
}
#hometab li a {
	/*border-top: 2px solid #AD2D33;*/
	color: #AD2D33;
	background-color:transparent;
	text-decoration:none;
}
#hometab a:hover {
	/*border-top: 1px solid black;*/
	color: black;
	text-decoration:none;
}
/* Main content stuff */

#maincontainer {
	margin-top: -15px;
	width:100%;
	float:left;
}
#maincontent {
	width:auto;
	padding:2px 34px 0 17px;
	margin-top:0px;
}
#maincontent h1 {
	background: url(../images/heading_bg.gif) center left repeat-x;
	padding: 5px;
	border: 1px outset #efefef;
	background-color: transparent;
}
/* FOOTER STUFF */

#googleads {
	text-align:center;
	border-top:1px dotted #1C205B;
	padding:1em;
	border-bottom:1px dotted #1C205B;
	width: 100%;
}
#w3TBanner {
	text-align:center;
	padding:1em 0;
	clear:both;
}
#w3TBanner img {
	margin:0 20px;
}
#footercontainer {
	margin-top: 20px;
	clear:both;
}
#footer {
	text-align:center;
	color:#000;
	font-size: 0.7em;
}
#footer a:active, #footer a:visited, #footer a:hover {
	color: #000;
	text-decoration:underline;
}
#footer ul {
	margin-right:17px;
	padding:.3em 0;
	height:28px;
}
#footer li {
	display:inline;
	list-style-type:none;
	color: #000;
}
/*End of FOOTER*/

/* Generic visual styles */
.hidden {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
img {
	border:none;
}
/* LINKS */
a:link {
	color: #AD2D33;
	text-decoration:underline;
}
a:active, a:focus, a:hover {
	background-color:#ffffcc;
	color: #BF1722;
	text-decoration: none;
}
a:visited {
	color: #AD2D33;
	text-decoration: underline;
}
a.transparent:active, a.transparent:focus, a.transparent:hover {
	background-color:transparent;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:focus {
	color: #AD2D33;
}
#footer a:visited {
	color: #AD2D33;
}
/* Please move along, there's nothing more to see here. */
