@charset "utf-8";
/* CSS Document */

body { 
	margin: 0;
}

p {
	font-family: Calibri,'Trebuchet MS',Arial;
	font-size: 12pt;
	color: #ffffff;
}

h1 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 18pt;
	color: #ffffff;
}

h2 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content a.h2 {
	background-color: #cc3223;
	text-decoration: none;
}

#content a.h2:hover {
	text-decoration: underline;
}

small {
	font-family: Calibri,'Trebuchet MS',Arial;
	font-size: 8pt;
	color: #ffffff;
}



ul {
	list-style-image: url(../images/bullet.png);
	font-family: Calibri,'Trebuchet MS',Arial;
	font-size: 10pt;
	color: #ffffff;
}

ul li {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}

#header {
	width: 1000px;
	height: 218px;
	margin: 0 auto;
}

#logo {
	position: relative;
	float: left;
	top: 11px;
}

#nav {
	position: relative;
	float: right;
	top: -26px;
	height: 23px;
}

#nav ul {
	list-style-type: table; 
	list-style-position: inside; 
	display: inline; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0; 
}

#nav ul li {
	display: table-cell;
	float: left;
	height: 23px;
	margin: 0 5px 0 5px;
	font-family: Helvetica;
	font-size: 10pt;
	color: #cc3223;
	padding: 5px 5px 0 5px;
	text-transform: uppercase;
}

#nav ul li:hover {
	color: #ffffff;
	background-color: #cc3223;
}

#nav a {
	text-decoration: none;
	color: #cc3223;
}

#nav a:hover {
	color: #ffffff;
}

#content {
	background-color: #cc3223;
	width: 100%;
	padding: 20px 0 20px 0;
}

#content a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#content-container {
	width: 1000px;
	margin: 0 auto;
}

#content-left {
	float: left;
	width: 790px;
}

#content-right {
	float: right;
	width: 192px;
	background-color: #e16356;
	padding: 9px;
	margin: 0 0 20px 0;
}

#sign-up {
	width: 144px;
	background-color: #fffcca;
	border-top: 2px solid #cc3223;
	border-right: 2px solid #cc3223;
	border-left: 2px solid #cc3223;
	padding: 20px;
}

#stats {
	float: left;
	width: 280px;
}

#body {
	float: right;
	width: 450px;
	padding: 0 30px 0 30px;
}


.anchor {
	clear: both;
}

div.stat {
	margin: 0 0 20px 0;
	cursor: hand;
	cursor: pointer;
}

td.stat-left-small {
	color: #ffffff;
	font-size: 20pt;
	font-family: Calibri,'Trebuchet MS',Arial;
	padding: 0 5px 0 0;
	text-align: right;
	width: 90px;
}

td.stat-left {
	color: #ffffff;
	font-size: 32pt;
	font-family: Calibri,'Trebuchet MS',Arial;
	padding: 0 5px 0 0;
	text-align: right;
	width: 90px;
}

td.stat-right {
	font-family: Calibri,'Trebuchet MS',Arial;
	color: #e16356;
	font-size: 14pt;
	border-left: 2px solid #e16356;
	padding: 5px 0 5px 5px;
	width: 180px;
}

#stat-1 {
	color: #ffffff;
	background-color: #e16356;
	border-left: 2px solid #ffffff;
}

#sign-up ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#sign-up ul li {
	padding: 0;
	margin: 0;
}

label {
	font-family: Calibri,'Trebuchet MS',Arial;
	color: #cc3223;
	font-size: 10pt;
}

#sign-up input.textbox {
	width: 138px;
	padding: 3px;
	border: 1px solid #cc3223;
}

#sign-up input.button {
	color: #cc3223;
	background: none;
	padding: 3px;
	width: 144px;
	border: 0;
	font-family: Calibri,'Trebuchet MS',Arial;
	font-size: 12pt;
	text-align: right;
	cursor: hand;
	cursor: pointer;
}

#sign-up input.button:hover {
	text-decoration: underline;
}

#sign-up h3 {
	color: #cc3223;
	font-size: 18pt;
	font-family: Calibri,'Trebuchet MS',Arial;
	text-align: center;
}

#sign-up p {
	color: #cc3223;
	font-size: 10pt;
}

div.news {
	margin-bottom: 40px;
}

#o3 {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 20px 0;
}

blockquote {
	border-left: 2px solid #ffffff;
	padding-left: 5px;
}