/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	margin-top: 0px;
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	margin-top: 0px;
	background: #ffffff url(../images/main-bg.png) repeat-x;
	}

.mainbody50 {float:left;width:490px;padding-top:0px;margin-top:0px;}
.mainbody75 {float:left;width:735px;padding:0px;margin:0px;}
.mainbody100 {float:left;width:980px;padding-top:0px;margin-top:0px;} 
.mainbody-wrapper100 {	width:732px;float:right;margin-right:5px;background:url(../images/rightcol-shadow.png) repeat-y; background-position:67% 0%;}
.banner100 {border:0px;} 
/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;padding:0px;margin:0px;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #0066cc;}
a:hover {color: #0066cc;}
a:visited {color: #0066cc;}
img {border:0;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* ################# Website Layout DIVs ################# */

/* HEADER STYLES */

.header-wrapper {
	width:980px;
	height:160px;
	margin:0 auto;
}

.logo {
	width:340px;
	float:left;
	margin-top:62px;
}

.header-right {
	width:640px;
	float:right;
}

/* MAIN MENU STYLES */

.menu-wrapper {
	width:980px;
	height:43px;
	margin:0 auto;
}

.mainmenu-wrapper {
	width:735px;
	float:left;
}

.searchbox-wrapper {
	width:245px;
	float:right;
	margin-top:10px;
}

/* MAIN BODY STYLES */

.content-top {
	width:990px;
	height:3px;
	margin:0 auto;
	background:url(../images/brd-top.png) no-repeat bottom;
	clear:both;
}

.content-wrapper {
	width:990px;
	margin:0 auto;
	clear:both;
}

.content-bg-wrapper {
	float:left;
	width:990px;
	background:url(../images/body-bg.png) repeat-y;
}

.leftcol {
	width:238px;
	float:left;
	margin-left:5px;
}

.mainbody-wrapper {
	width:732px;
	float:right;
	margin-right:5px;
}

.banner {
	width:732px;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:#FFFFFF;
}

.mainbody {
	width:490px;
	float:left;
}

.mainbody-inside {
	padding-top:6px;
	padding-right:10px;
	padding-bottom:10px;
}

.rightcol {
	width:242px;
	float:right;
}

/* FOOTER STYLES */

.footer-wrapper {
	width:990px;
	margin:0 auto;
	background:url(../images/body-bg.png) repeat-y;
	clear:both;
}

.footer {
	width:980px;
	height:42px;
	margin-left:5px;
	background-color:#efefef;
	text-align:left;
}

.footer-inside {
	float:left;
	width:735px;
}

.copyright {
	float:right;
	width:245px;
	text-align:right;
	line-height:40px;
	font-size:11px;
}

.content-bottom {
	width:990px;
	height:6px;
	margin:0 auto;
	background:url(../images/brd-bottom.png) no-repeat bottom;
	clear:both;
}
 
