/* generics
-------------------- */
* { margin: 0; padding: 0; }
body {
	background: #363636;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;	
	color:Black;
	text-align:center;	
}

td {
	font-size: 11px;	
}

body.content {
	background: White;
	margin: 0;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;	
	color:Black;
}

h4 {
	font: bold 1em Verdana, Arial, sans-serif; 
	letter-spacing: 2px;
  	text-transform: uppercase;
  	font-size: .85em;
  	color: #0077FF;	
}	

#topCut_Home {
	background:url('/graphics/topCut_Home.gif') no-repeat;
}

#topCut_Content {
	background:url('/graphics/topCut_Content.gif') no-repeat;
}

#contact {
	font-size:9px;
	text-align:right;
	color:White;
	height:15px;
	padding-right:20px;
}

#photoLeft {
	color:White;
	background:url('/graphics/leftBleed.gif') repeat;
}

#photoCenter {
	height:166px;
}

#photoRight {
	color:red;
	background:url('/graphics/rightBleed.gif') repeat;
}

.navbarWrapper {
	background-image:url('/graphics/navBack.gif');
	height:32px !important;
}

#navbarCenter {
	background-image:url('/graphics/navBack_center.gif');
	height:32px;
	
}

#content #logoBottom {
	background: #ffffff url('/graphics/logo_bottom.gif') no-repeat;
	height:21px;
	margin-left:5px;
}

#content {
	background-color:#ffffff;
	width:780px;
	text-align:justify;
}

#blurb {
	padding:10px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#blurb p {
	padding-bottom:15px;
}

#content #pics {
}

#content #pics ul {
	clear: both;
	list-style-type:none;
	text-align : center;
}

#content #pics li {
	display: inline;
}


#bottomCut {
	background-image:url('/graphics/bottomCut.gif');
	background-repeat:no-repeat;
	background-position:top-left;
	width:780px;
	font-size:.80em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* links
-------------------- */	
a:link, a:active, a:visited {
	font-weight: normal;
	color: #363636;			
	text-decoration:none !important;
}

a:hover {
	font-weight: normal;
	color: #669999;			
}

#acq-pdf:link {
	text-decoration: none;
	font: bold 1em Verdana, Arial, sans-serif; 
  	text-transform: uppercase;
  	font-size: .85em;
  	color: #0077FF;	
	
}

#acq-pdf:visited {
	text-decoration: none;
	font: bold 1em Verdana, Arial, sans-serif; 
  	text-transform: uppercase;
  	font-size: .85em;
  	color: #0077FF;	
	
}

#acq-pdf:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
/* navigation
-------------------- */
ul#navbar {
	clear: both;
	list-style-type:none;
	height: 27px;
}

ul#navbar li {
	display: inline;
	float:right;
	line-height: 27px;	
}

ul#navbar li a {
	display: block;
	border-left: 1px solid #669999;			
	color: #fff;
	text-decoration: none !important;
	padding-left: 3px;
	padding-right:3px;
	font-size:11px;
}
ul#navbar li a:hover {
	background: #99cccc;
	color: #ffffff;
	text-decoration: none;
}

ul#navbar li.current {
	background: #f7f7f7;
	color: #1E3658;
}