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

* { padding:0; margin:0; } 

body {
	background-image: url(../images/bg-pattern.png);

    background-color: #333333; 
	color: #FFFFFF;
    font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
	margin:0px;
	padding:0px;
	overflow:scroll;
}
.p {
	margin:0px;
	padding:0px;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	/* border: 1px solid #FFF; */
	margin:0px;
	padding:0px;
}

.clearfloat {
	clear:both;
	height:0px;
}

a:link
{
	color: #f00;
	text-decoration: none;
	
}


a:active, a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #08c;
	text-decoration:underline;
	
}

/* -- mainpage ------------------------------------------------------------------------ */

#page {
	width:811px;
	margin:0 auto;

}

#mainpage {
	width:811px;

	clear:left;
}

#frame_top {
	background: url('../images/frame_top.png') no-repeat;
	width:811px;
	height:20px;
}

#frame_mid {
	background: url('../images/frame_mid.png') repeat-y;
	width:811px;
}

#frame_bot {
	background: url('../images/frame_bot.png') no-repeat;
	width:811px;
	height:20px;
}

/*-- top nav -------------- */

a.selected_nav:link, a.selected_nav:visited, a.selected_nav:active {
	color: #eeeeee;
	text-decoration: none;
	font-weight: 800;
	font-size: 18px;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}

a.selected_nav:hover{
	color: #eeeeee;
	text-decoration: none;
	font-weight: 800;
	font-size: 18px;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}

a.deselected_nav:link, a.deselected_nav:visited, a.deselected_nav:active {
	color: #999999;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}

a.deselected_nav:hover{
	color: #cccccc;
	text-decoration: underline;
	font-weight: 400;
	font-size: 18px;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
}

#menu
{
  height: 40px;
  width: 811px;
  margin-top: 10px;  
}

#menu .logo
{
  float: left;  margin-left:20px;
  
}
#menu .topnav
{
  fl at: left; 
}


/* set menu title text  */
.subpage_nav_links
{
  height: 38px;
  display: block;
  text-align: right; 
  margin-right:20px;
  line-height: 33px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
  color: #999;
  text-decoration: none;	
}

.mainpage_nav_links {
	height:25px;
	font-size:22px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color: #999;
	line-height: 120%;
	text-align: center;
	margin-top:10px;
	margin-bottom:15px;
}

#subpage_nav_bar {
	width: 800px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:11px;
	
}
#small_logo  {
	width: 190px;

}
#subpage_nav_link_bar {
	width: 785px;	
	
}
.subpage_ nav_links {
	height:26px;
	font-size:42px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color: #999;
	line-height: 120%;
	text-align:right;

}

/* -- bottom pitch ------------------------------------------------------------------------ */

#bottom_pitch_text {
	width:811px;	
	clear:both;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align: center;
	color:#666;
	line-height: 150%;
	padding-top:10px;
}

/* -- copyright ---------------------------------------------------------------------------- */

#copyright_text {
float:left;
	width:280px;
	font-size:10px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: left;
	color: #CCC;
	margin:5px 0 30px 20px;
}

#footer_links {
float:left;
	width:491px;
	font-size:10px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: right;
	color: #CCC;
	margin:5px 20px 30px 0px;
}

#footer_links active{
	color: #c00;
	text-decoration: none;
}