/*-----------------------------------------------------------------------------
Main Style Sheet

version:   1.1
author:    pepper matrix
website:   http://www.peppermatrix.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
body {
	margin:  5px 0 0;
	padding: 0px;
	text-align: center;
	}

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #9093BF;
}

a:hover {
	color: #454990;
}
a:visited {
	color: #9DA2D2;
}

img {
	border: 0;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* divs */
#branding {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content {
	float: right;
	width: 600px;
}
#mainNav {
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	width: 180px;
}

#footerBorder {
	clear: both;
	padding: 20px 0px 0px 0px;
	background: url(../images/footer.gif) no-repeat center;
}

#footer {
	font: 9px Verdana, sans-serif;
	padding: 0px;
	text-align: center;
}
img {
	text-decoration: none;
	border: none;
}

/* add padding to area's content */
#content img {
	padding-bottom: 4px;
}
#mainNav ul, li {
	margin: 0;
	padding: 0 2px 4px 1px;
	list-style: none;
	color: #999;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: italic;
	}
#mainNav li a {
	color: #9093BF;
}
#mainNav li a:hover {
	color: #454990;
}
#mainNav a:visited {
	color: #9DA2D2;
}
#mainNav img {
	margin-top: 10px;
}
.subNav { 
	padding: 3px 0 0 7px;
	font-size: 14px;
	text-indent: 7px;
}
.subNav span {
	color: #57597E;
}
.hilight  {
	color: #57597E;
}
#content h1, h2, p {
	padding-right: 10px;
}
#branding a, img {
	text-decoration: none;
}
#news {
	clear: both;
	border-top: thin solid #5E5E5E;
}
.news {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px 0px 0px 2px;
	margin: 5px 0px 7px 0px;
}
.news em {
	font-style: normal;
	font-weight: bold;
}
#news h1 {
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: normal;
}
#mainNav h2 {
	border-top: thin double #5E5E5E;
	color: #464595;
	margin: 0px;
	padding: 5px 0px 0px 2px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}
.captionSB {
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 5px;
}
#story {
	clear: both;
	border-top: thin solid #5E5E5E;
	padding-top: 5px;
}
.story {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px 0px 0px 2px;
	margin: 5px 0px 7px 0px;
}
p.story span {
	line-height: 1.7em;
	font-style: normal;
}
.profile h3 {
	padding-top: .4em;
}
#story h2, h3 {
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}
.profile #story h2 {
	padding: 6px 0 8px 0;
}
#story h3 {
	font-size: 12px;
}
.mailto {
	text-decoration: none;
	color: #464595;
}
.captext {
	font: 9px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0px 5px 10px 0px;
	text-align: right;
	line-height: 5px;
	color: #5E5E5E;
}
.captextleft {
	font: 9px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px 5px 10px 0px;
	text-align: left;
	line-height: 5px;
	color: #5E5E5E;
}
#siteInfo {
	width: 100%;
	float: left;
	font: 9px Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 0 0 8px 0;
}
#copyright {
	padding: 0px;
	display: block;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#site{
	float: right;
	display: block;
	white-space: nowrap;
	text-align: right;
	width: 200px;
}
#site a {
	color: #333;
}
#site a:hover {
	color: #900;
}
#msite a:visited {
	color: #333;
}

.feature {
	color: #57597E;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}
	
.feature2 {
		color: #57597E;
		margin: 0px;
		padding: 0px 0px 0px 2px;
		font-family: "Trebuchet MS";
		font-size: 13px;
		font-weight: bold;
}

hr { margin: 10px 0;}