/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	background: url(../images/bg.jpg) top no-repeat #004475;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	color: #6e86b2;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.6em;
	color: #b82b2c;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	color: #6e86b2;
}

a {
	color: #6e86b2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 5px;
}

textarea {
	width: 683px;
	height: 88px;
}

.textbox {
	border: 1px solid #ccc;
	width: 238px;
	padding: 5px;
}

.button {
	background: url(../images/btn-bg.png) top repeat-x #6379a0;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	border: 0;
}

#container {
	width: 910px;
	padding: 10px 20px;
	background: #fff;
	position: relative;
	top: 20px;
	margin: auto;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #333 0px 3px 10px;
	-moz-box-shadow: #333 0px 3px 10px;
	box-shadow: #333 0px 3px 10px;
	behavior: url(http://www.chestermalevoice.com/demo/includes/PIE.htc);
}

#social {
	float: right;
	text-align: right;
}

.socialicon {
	padding: 0 2px 10px 2px;
}

#leftcol {
	clear: both;
	float: left;
	width: 185px;
	margin-top: 15px;
}

#nav li {
	margin-bottom: 3px;
}

#nav a {
	display: block;
	background: url(../images/nav-bg.png) top repeat-x #a62728;
	color: #fff;
	width: 160px;
	padding: 0 10px 0 15px;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
}

#nav .on a, #nav a:hover {
	background: url(../images/nav-on-bg.png) top no-repeat #6379a0;
	text-decoration: none;
}

.subnav li {
	margin: 3px 0;
	padding: 6px 0 6px 5px;
	list-style: square inside;
}

#nav .subnav a {
	display: inline;
	background: none;
	color: #b82b2c;
	width: 170px;
	padding: 0;
	font-size: 1em;
	height: auto;
	line-height: 1em;
}

#nav .subnav .on a, #nav .subnav a:hover {
	background: none;
	color: #6e86b2;
	text-decoration: none;
}

.comingsoon {
	background: url(../images/coming-soon-bg.png) top left no-repeat;
	padding-left: 47px;
	height: 45px;
	line-height: 45px;
}

#rightcol {
	float: right;
	width: 695px;
	margin-top: 15px;
}

#flashcontent {
	float: left;
	margin-bottom: 15px;
}

.latestnews {
	background: url(../images/latest-news-bg.png) top left no-repeat;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
}

.newscolumn {
	width: 330px;
}

.newscolumn .preview {
	float: right;
	padding: 0;
	margin: 0 0 10px 20px;
	width: 100px;
}

#rightcol ul {
	margin: 10px 0 10px 20px;
}

#rightcol li {
	list-style: disc;
	margin-bottom: 5px;
}

.thumbnail {
	float: left;
	margin-right: 15px;
	width: 100px;
}

.fullimage {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.fullimage img {
	width: 200px;
}

.fulldetails {
	float: right;
	width: 460px;
}

.fulldetails h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.fulldetails h3 {
	margin-top: 0px;
	padding-top: 0px;
}

.thumb {
	width: 150px;
	padding-top: 20px;
}

#leftcol .thumb {
	padding-top: 0;
	width: 185px;
}

.photo {
	float: left;
	width: 153px;
	padding: 10px;
	text-align: center;
}

.full {
	width: 250px;
}

#footer {
	float: left;
	width: 910px;
	color: #666;
	font-size: 0.8em;
	margin-top: 20px;
	line-height: 27px;
}

#footer p {
	margin: 0;
}

#footer img {
	padding-left: 8px;
}

.member, .paddedmember {
	float: left;
	width: 120px;
	padding: 10px 10px 10px 9px;
	text-align: center;
}

.paddedmember {
	padding: 10px 25px;
}

.memberspacer {
	float: left;
	width: 85px;
	height: 100px;
}

.big {
	font-size: 1.2em;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic, .leftimg {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic, .rightimg {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}
