

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

html {height:100%;}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #FFFFFF;
	line-height: 190%;
	background-color: #000000;
}

img {
	border: 0;
	behavior: url(behaviors/iepngfix.htc);
}

.imagerwrapright {
float:right;
margin:5px 0px 5px 5px;
clear: none;
}

p {
margin: 0px 0px 10px 0px;
}

a:link { color: #FF9900; }
a:active { color: #FF6600; }
a:hover { color: #FF6600; }
a:visited { color: #FF9900; }

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 800px;
	position: relative;
}

#header {
	padding: 3px;
	color: #CCCCCC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	width: 700px;
	height: 65px;
	clear:both;
	margin: 0px auto 0px auto;
}

#logo {
margin-bottom:0px;
margin-left:-3px;
}

#homemessage {
clear: both;
	width: 660px;
	background: #6c6c6c;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	display:block;
	padding:10px 20px 10px 20px;
	margin:0px auto;
	}



#subheadcover {
/***this is the semi-transparent area over the photos, to left of content***/
background-image:url(images/white.png);
behavior: url(behaviors/iepngfix.htc);
margin:0px;
float:left;
clear:none;
width:270px;
height:50px;
}

#subheader {
/***this is the light grey area where the title / subtitle of page reside ***/
background-color:#6E6E6E;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:lighter;
font-size:11px;
letter-spacing:0em;
color: #FFFF00;
padding:10px 20px 10px 20px;
float: right;
line-height:12px;
width: 390px;
height:30px;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #D21F15;
}


#content {
	width: 700px;
	color: #000000;
	background-color:#6c6c6c;
	/*background-image:url(images/pins.jpg);*/
	background-repeat:no-repeat;
	padding:0px;
	margin:0px auto;
	display:block;
	overflow:auto;
	clear:both;
}

*+html #content {
/**THIS IS AN IE HACK TO SHOW THE NAVBAR**/
	width: 700px;
	color: #000000;
	background-color:#6c6c6c;
	/*background-image:url(images/pins.jpg);*/
	background-repeat:no-repeat;
	padding:0px;
	margin:30px auto;
	display:block;
	overflow:auto;
	clear:both;
}


#copy {
	width: 390px;
	float:right;
	text-align:left;
	color: #ffffff;
	padding: 20px;
	background-color:#434343;
	padding-bottom: 80px;
	
}

#footer {
	clear: both;
	width: 660px;
	background: #2e2e2e;
	color: #cccccc;
	text-align: center;
	height: 33px;
	padding: 20px;
	margin:0px auto;
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;*/
}

#footer a {
	color: #CC3300;
}

.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #FFFFFF;
	display: list-item;
}

/***** NAVIGATION BAR FORMATTING *****/

#nav {
/**this style is for the div holding the nav uls**/
margin-top:10px;
margin-bottom:0px;
display:block;
}



*+html #nav {
/**this IS THE IE7 HACK TO SHOW THE NAV DIVs**/
margin-top:0px;
margin-bottom:50px;
display:block;
}

#menu
{
  height: 15px;
  margin: 0;
  list-style: none;
  font-family:Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
  display:block;
}



#menu ul
{
  float: left;
 
}

#menu li
{
  float: left;
  display: block;  
  /*height: 31px;*/
  /*widows:none;*/
  padding: 0px 20px 0px 0px;
	  overflow:visible;
	  padding-left:0px;
  
}

#menu a {
  color:#FFFFFF; 
    display: block;
	text-decoration:none;  
	  overflow:visible;
	  padding-left:12px;
}

#menu a:visited {
  color:#FFFFFF; 

}


#menu a:hover {
  color: #FFFF00;
  background-image: url(images/square_yel.gif);

  	  background-image: url(images/square_yel.gif);
	  background-position: 0px 5px;
	  background-repeat:no-repeat;
	
}

#menu a:active {
  color: #FFFF00;
  	  background-image: url(images/square_yel.gif);
	  background-position: 0px 5px;
	  background-repeat:no-repeat;
  display:block;
}


#menuselected
{
  display: block;
  width: 100px;  height: 31px;  
  text-decoration: none;
  color: #ffff00;
  text-align: center;
}

/*****************FONT FORMATTING**************/
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:lighter;
color:#FFFFFF;
letter-spacing:.2em;
line-height:13px;
text-transform: uppercase;
margin-bottom:4px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:lighter;
color: #FFFF00;
letter-spacing:.2em;
line-height:13px;
text-transform: uppercase;
margin-bottom:4px;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:lighter;
color: #cccccc;
letter-spacing:.1em;
line-height:13px;
text-transform: uppercase;
margin-bottom:4px;
}
