/* Global Styles
----------------------------------------------- */

body {
	background-color: #FFFFFF;
	color: #000000;
	padding:0;
	margin:0;
	font-size: 10px;
	text-align: center;
	min-width: 1000px;
	font-family: Arial, verdana, sans-serif;
}

* {
   padding:0;
   margin:0;
}

.hidden {
	display: none;
}

a img {
   border:none;
}

.clear {
	clear: both;
}

a:link , a:visited {
   text-decoration: none;
   color: #3D7BC0;
   
}
a:active , a:hover {
   text-decoration: underline;
}

img  {
	border: 0;
	margin: 0;
	padding: 0;
}

li	{
	margin: 0;
	padding: 0;
}

ul {
   list-style-type:none; 
   margin: 0;
   padding: 0;
}

li.menu  {
	float: left;
	margin: 0;
	border: 0;
	padding:0;
}

.left  {
	float: left;
}

h1  {
	font-weight: bold;
	font-family: futura;
	font-size: 22px;
	color: #3D7BC0;
}

h2  {
	font-weight: bold;
	font-family: futura;
	font-size: 20px;
	color: #3D7BC0;
}

/* Page Structure
----------------------------------------------- */

/* General  */

#wrapper {
	width: 1000px;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 50px;
	
}

.splashTemp  {
	margin-top: 40px;
}

#homepageStrapline  {
	position: relative;
	text-align:left;
	left: 44px;
}


#headerArea{
	width: 1000px;
	height: 195px;
}

#bodyArea  {
	padding: 25px 0px;;
	width: 902px;
	margin: 0 auto;
}

img.homePage  {
	margin-bottom: 20px;
}


/* Navigation
-----------------------------------------------------------*/

div.mainMenu  {
	position: relative;
	right: 148px;
	top: -4px;
	height: 35px;
	border-top: 1px dashed #D61B13;
	border-bottom: 1px dashed #D61B13;
	width: 480px;
	margin: 0 auto;
}


ul.topMenu  {
	width: 500px;
	height: 35px;
	font-family: futura-hv;
	font-size: 12px;
	
}

li.menuArea  {
	float: left;
	height: 35px;
	position: relative;
	border-right: 1px dashed #D61B13;
}

li.menuArea2  {
	float: left;
	height: 35px;
	position: relative;
}

a.menu {
	padding: 9px 11px 11px 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: futura-hv;
	position:relative;
	top: 8px;
}

a.menu, a.menu:visited {
  color: #E41010;
  font-family: futura-hv;
}

a.menu:hover {
	color: #FFFFFF;
  	font-family: futura-hv;
  	background-color: #D61B13;
  	height: 35px;
  	border-top: 1px solid #D61B13;
	border-bottom: 1px solid #D61B13;
}

a.menu.activeTab, a.menu.activeTab:hover, a.menu.activeTab:visited {
  color: #FFFFFF;
  background-color: #D61B13;
  height: 35px;
  border-top: 1px solid #D61B13;
	border-bottom: 1px solid #D61B13;
}
