﻿/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  	color: #BABABA;
	background: #000000 url("images/page_bg.jpg") repeat-x 0 0;
  	font-size: 0.85em;
}


/* Standard paragraph style */

p, ul
{
	margin-top: 0;
	margin-bottom: 18px;
}
.center {
	text-align:center;
}


/* Links */

a:link, a:active
{
	color: #B3FB7E;
	background-color: inherit;
  	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #FF9B00;
	background-color: inherit;
  	text-decoration: underline;
}

a:visited
{
	color: #FF4900;
	background-color: inherit;
  	text-decoration: none;
}


/* Headings */

h1, h2, h3
{
	margin: 0 0 8px 0;
  	padding-top: 0;  	
}

h1
{
	font-weight: normal;
	font-size: 2.7em;
  	line-height: 1.3em;
  	color: #0066ff;
}

h2
{
	font-weight: normal;
	font-size: 1.9em;
  	color: #FF9B00;
}

h3
{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
  	color: #D1D1D1;
}
h5
{
	font-size:1.4em;
	color:#D1D1D1;
}

.notes
{
	font-style:italic;
	font-weight:bold;
	color:aqua;
	background-color:inherit;
}


/* Container for page */

#container
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 955px;
}


/* Page header area */

#page-header
{
  	position: relative;
	width: 100%;
	height: 170px;
  	background: transparent url("images/newheader955.jpg") no-repeat left bottom;
}

#container.home #page-header
{
	height: 310px;
  	background: transparent url("images/newheaderhome955.jpg") no-repeat left bottom;
}


/* Page body */

#page-body
{ 
  	width: 100%;
  	margin-top: 20px;
}


/* Top Menu */

#menu
{
  	margin: 0;
  	padding: 75px 0 0 0;
  	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  	font-size: 1.8em;
  	text-transform: lowercase;
  	height: 35px;
}

#menu li
{
  	display: inline;
  	margin: 0 18px 0 0;
  	padding: 0;
}

#menu li:first-child
{
  	font-weight: bold;
}

#menu a
{
  	font-family: Arial, Helvetica, sans-serif;
  	color: #D1D1D1;
	background-color: inherit;
	text-decoration: none;
}

#menu a:hover
{
	color: #FF9B00;
	background-color: inherit;
}

/* Nav Bar Right */

#nav 
{
	margin: 0;
	padding: 0;
	font-size:.75em;
	background: #0066ff;
	width: 200px;
	float:right;
}
#nav a 
{
	display: block; /* to increase clickable area as a’s default to inline */
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 1.5; 
	border-bottom:1px solid #000;
}
#nav a:hover
{	color: #FF9B00;
	background-color: #0047B2;	
}
#nav a:active
{	color: #FF9B00;
	background-color: #804e00;
	
}

/* Page content area */

#page-content
{ 
  	float: left;
  	width: 695px;
  	padding: 0;
}

#container.home #page-content
{
  	width: 695px;
  	background: transparent;
}


/* Standard images */

img
{
	border: none;
}


/* Sidebars */

.sidebar
{
  	float: right;
  	width: 220px;
  	padding: 10px;
  	color: inherit;
  	background-color: #181818;
  	font-size: 1.4em;
  	text-align:center;
}

.home .sidebar
{
  width: 220px;
}

.sidebar h2
{
  font-size: 1.45em;
}

.sidebar p
{
  line-height: 1.2em;
}
#bottom-main
{
	margin: 20px 0;
}
#bottom-main p
{
	text-align: center;
}


/* Page footer area */

#page-footer
{
  margin: 30px 0;
  padding-top: 10px;
  border-top: 1px solid #AAAAAA;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 0;
  text-align:center;
  font-size:x-small;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}
td {
	width:50%;
	font-size:.80em;
	font-weight:bold;
}