@charset "utf-8";

/* RESET BROWSER DEFAULTS */
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	list-style-type:circle;
}

body {
	background-color: #252525;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

td
{
padding:6px;
}

th
{
padding:6px;
}


blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

div#page_container {
	height: 768px;
	width: 1024px;
	background-color: #252525;
	position: relative;
	margin: 0px auto 0px;
}

div#header {
	height: 65px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#content_area {
	height: 683px;
	width: 1024px;
	position: absolute;
	top: 65px;
	left: 0px;
	background-color: #bbbbbb;
}

div#content_image {
	width: 800px;
	height:671px;
	position: absolute;
	top: 6px;
	left: 218px;
	background-color: #777777;
}

div#nav {
	height: 23px;
	width: 718px;
	position: absolute;
	top: 42px;
	right: 6px;
	text-align: right;
}

div#sidepanel {
	width: 206px;
	height:671px;
	position: absolute;
	top: 6px;
	left: 6px;
	background-color: #777777;
}

div#sidetext {
	width: 194px;
	height:659px;
	position: absolute;
	top: 6px;
	left: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
div#foot {
	height: 20px;
	width: 1024px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div#copyright {
	height: 20px;
	width: 400px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
}

div#terms {
	height: 20px;
	width: 250px;
	position: absolute;
	left: 6px;
	text-align: right;
}

.text {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	padding-bottom: 20px;
	line-height: 18px;
}

.text h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bbbbbb;
	font-weight: 100;
	text-decoration: none;
	
	line-height: 20px;
}

.text h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #bbbbbb;
	text-decoration: none;
	line-height: 18px;
}

.text h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #bbbbbb;
	text-decoration: none;
	text-align: justify;
	line-height: 16px;
}

.text h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #bbbbbb;
	text-decoration: none;
	text-align: left;
	line-height: 14px;
}

.topnav, a.topnav {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 16px;
	text-align: right;
	text-decoration:none;
	line-height: 16px;
	font-weight: 100;
}

a.topnav:hover {
	color: #dddddd;
}

.links, a.links {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 12px;
	text-align: right;
	text-decoration:none;
	line-height: 13px;
	font-weight: 100;
}

a.links:hover {
	color: #dddddd;
}

.foot, a.foot {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #bbbbbb;
	text-decoration: none;
	font-weight: 100;
}

a.foot:hover {
	color: #dddddd;
}

.theme-default #slider {
	margin:0px auto 0 auto;
	width:800px; /* Make sure your images are the same size */
	height:671px; 
}

.clear {
	clear:both;
}

a.email {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #bbbbbb;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
}

a.email:hover {
	color: #dddddd;
}
