*	{
	margin: 0;
	padding: 0;
}

html	{
	height: 100%;
}

body	{
	height: 100%;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #7c0707 url('../images/bg.png') repeat;
	text-shadow: 1px 1px 0 rgb(255,255,255);
}

#wrapper	{
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#hiddenhead	{
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

.contentbox	{
	background-color: #ECECEC;
	margin: 0 auto;
	width: 870px;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	border: 15px solid #FFF;
	top: 25px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.9);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.9);
	box-shadow: 0 2px 8px rgba(0,0,0,.9);
}

img	{
	border: 0px;
}

h1, h2, h3 {
	margin: 0;
	font-family: 'Lucida Sans', sans-serif;
	font-weight: normal;
	color: #7c0707;
	border-bottom: 1px solid #999;
}

h1	{
	font-size: 2em;
}

p	{
	margin-top: 0;
	line-height: 130%;
}

i	{
	font: italic 11px Verdana, sans-serif;
}

ul	{
	padding-left: 25px;
}

.underline	{
	border-bottom: 1px dashed #ccc;
}

i.normal	{
	font: italic 13px Verdana, Arial, Helvetica, sans-serif;
}

.headimage img {
	margin: 0;
}

.border	{
	border-width: 0px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
   padding: 2px;
   background: #fff;
   -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.border2	{
	border-width: 0px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
   padding: 2px;
   background: #fff;
}

.para	{
	text-align: justify;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.text {
	padding: 10px 0 15px;
	text-align: left;
}

.pixel	{
	position: absolute;
	width: 180px;
	height: 25px;
	font-size: 11px;
	bottom: -50px;
	left: 15px;
}

.left {
	border-width:0px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin: 5px 10px 10px 0px;
}

blockquote	{
	border: 1px solid #CCC;
	background: #FFF;
	font: italic 11px Verdana, sans-serif;
	padding: 10px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tony {
	color: #7c0707;
	font-weight: bold;
}

.stat {
	font: 11px Verdana, sans-serif;
	text-align: right;
	padding-right: 75px;
}

.stat2 {
	font: italic 11px Verdana, sans-serif;
	text-align: left;
	padding-top: 4px;
}

.small	{
	font: 11px Verdana, sans-serif;
}

.stats {
	font: 13px Verdana, sans-serif;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
}

a, a:link, a:active, a:visited	{
	color: #7c0707;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.gallery	{
	
}

/* News */

.news {
	margin-top: 20px;
}

.news .date {
	float: left;
	width: 78px;
	height: 56px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #7c0707;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font: 11px Georgia, serif;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.8);
	box-shadow: 0 1px 6px rgba(0,0,0,.8);
	text-shadow: none;
}

.news .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font: 40px Georgia, serif;
}

.news .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 50px;
	font: 1.8em Georgia, serif;
}

.news .title h2 {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

.news .hr1 {
}

.news .meta {
	margin: 0 0 30px 20px;
	padding: 0;
	color: #000;
	line-height: normal;
	font-family: Georgia, serif;
}

.news .meta a {
	color: #7c0707;
	font-family: Georgia, serif;
}

.news .entry {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	font: 14px Georgia, serif;
}

/* Stats Table */

table	{
	border-collapse: collapse;
	margin: 10px;
}

th strong	{
	color: #fff;
}

th	{
	background: #7c0707;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #ECECEC;
	text-shadow: none;
}

tr	{
	height: 28px;
}

td	{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ECECEC;
	border-bottom: solid 1px #ECECEC;
	width: 30px;
	text-align: center;
}

td.first,th.first	{
	border-left: 0px;
}

tr.row-a	{
	background: #FFF;
}

tr.row-b	{
	background: #F8F8F8;
}

/* Navigation Menu */

#menu {
	font: 11px Verdana, sans-serif;
	position: absolute;
	top: 27px;
	right: 5px;
	list-style: none;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu a:visited, #menu a:active	{
	display: block;
	float: left;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #182C33;
	padding: 11px;
}

#menu a.active	{
	background: #FFF url('../images/bullet.png') no-repeat bottom center;
	color: #7c0707;
}

#menu a:hover	{
	text-decoration: underline;
}

/* Contact Form */

form.sheet	{
	font: 11px Verdana, sans-serif;
}

form.sheet label	{
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 10px;
	padding-right: 2%;
	margin-right: 1%;;
	text-align: right;
}

form.sheet input, form.sheet textarea	{
	display: block;
	width: 75%;
	float: left;
	margin-bottom: 10px;
}

form.sheet br	{
	clear: left;
}

form.sheet button	{

}

button	{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	font: 11px Verdana, sans-serif;
}

button:focus	{
	
}

button:active	{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

p.contact	{
	font: 12px verdana, sans-serif;
}

blockquote.contact	{
	border: 1px solid #CCC;
	background: #FFF;
	font: italic 11px Verdana, sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}

#select {
	border: 1px solid #ccc; 
	font: 11px Verdana, sans-serif; 
	color: #626263;
	text-align: left;
	padding: 2px;
}

#name {
	border: 1px solid #ccc;
	font: 11px verdana, sans-serif;
	color: #626263;
	padding: 3px;
	width: 250px;
}

#email {
	border: 1px solid #ccc;
	font: 11px verdana, sans-serif;
	color: #626263;
	padding: 3px;
	width: 250px;
}

#textbox {
	border: 1px solid #ccc;
	font: 11px verdana, sans-serif;
	color: #626263;
	padding: 3px;
	width: 500px;
}

/* Footer */

#footer	{
	height: 0px;
	margin: 0 auto;
	padding: 10px 0 5px;
	border-top: 1px dashed #ccc;
}

#footer p	{
	text-align: center;
	font: 11px Verdana, sans-serif;
	color: #666;
	padding-right: 15px;
	padding-left: 15px;
}

#footer a, #footer a:active, #footer a:active	{
	color: #999;
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
}

#searchr	{
	border: 1px solid #BBB;
	height: 20px;
	width: 170px;
	padding: 0 2px 0 25px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/mag.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
 
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
 
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 11px Verdana, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;
 
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
 
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
 
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}