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


/***********************/
/****General Styles*****/
/***********************/
* /*Applied to all elements*/
/*
{
	padding:0px;
	margin:0px;
}
img, a img
{
	border:none;
}
*/

body /*Use this for backgrounds*/
{
}
#wrapper
{
	width:800px;
	margin:auto;
}
#inner-wrap
{

}
/***********************/
/********Header*********/
/***********************/
#header
{
	clear:both;
	width:800px;
}
#logo
{
	width:800px;
	height:116px;
	background-image:url(images/logo.jpg);
}
#navBar
{
	width:800px;
	height:33px;
}
#headAd
{
	margin:10px 0px 0px 0px;
	float:left;
	width:800px;
	height:69px;
}
.navLink
{
	float:left;
	height:33px;
	overflow:hidden;
}

.navLink img:hover,
.navLink :hover img
{
	margin-top:-33px;
}
/***********************/
/********Main ID********/
/***********************/

#main
{
	width:800px;
}
#mainContent
{
	width:567px;
	padding: 15px;
	float:left;
}
.fullContent
{
	width:770px !important; /*Make this same width as (#main width) - (#mainContent padding x2)*/
}

.mainHeader
{
	display:none; /*Delete this if in use*/
}
.mainFooter
{
	display:none; /*Delete this if in use*/
}

/***********************/
/*****Main Elements*****/
/***********************/

/* #mainContent */

.mainContentHeader
{
	display:none; /*Delete this if in use*/
}
.mainContentFooter
{
	display:none; /*Delete this if in use*/
}
h1
{
	color:#002244;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color:#003366;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:16px;
	font-weight:bold;
	
}
h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF6600;
	font-weight:normal;
}
#mainContent p
{
	font-size:15px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent li
{
	list-style:inside;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/***********************/
/********Sidebar********/
/***********************/
.sidebar
{
	width:190px;
	padding:5px;
	float:left;
	margin-top:25px;
}
.sidebarHeader
{
	display:none; /*Delete this if in use*/
}
.sidebarFooter
{
	display:none; /*Delete this if in use*/
}

.sidebar h2
{
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}
.sidebar ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.sidebar li
{
	margin: 0px 0px 0px 8px;
	color:#363636;
	font-size:14px;
}
.sidebar a
{
	color:#363636;
	font-size:14px;
}

/***Individual sidebar stuff***/
.leftSidebar 
{
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	display:none;
}

.rightSidebar
{
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
}

/***********************/
/********Footer*********/
/***********************/
#footer
{
	width:800px;
	height:130px;
	float:left;
	clear:both;
}
#footer hr
{
	height:1px;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}
#sitemap
{
	float:left;
	margin:5px 0px;
}
#sitemap ul
{
	list-style:none;
	margin:0px;
	margin-left:-35px;
}
#sitemap li
{
	float:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 2px;
}
#sitemap a
{
	color:#007eff;
	text-decoration:none;
}
#superiordesign
{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 5px;
}
#superiordesign a
{
	color:#FF0000;
	text-decoration:none;
}
#copyright
{
	float:left;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 5px;
}
#copyright a
{
	text-decoration:none;
	color:#999999;
	font-size:12px;
}
#superiorLogo
{
	float:right;
	margin:0px 5px;
}

/***********************/
/****Contact Us Page****/
/***********************/

/* This hides the form element to catch bot spam*/
.hotspot
{
	display:none;
}