/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#headerNav {
	background: Black url(../images/header-bg.gif) repeat-x top left;
	width: 100%; height:23px;
}
#header {
	width: 100%; height:auto;
}
#logoLeft {
	float: left;
	width: 190px; height:80px;
}
#logoCenter {
	float: left;
	width: 175px; height:90px;
}
#logoRight {
	float: right;
	width: 140px; height:90px;
}
#logo {
	font-family:"Palatino Linotype", "book Antiqua", Palatino, "Times New Roman", Times;
	font-size:28px;
	padding-left: 0px;
	color: #004f90;
	font-weight:bold;
	height: auto;
	text-align:center;
}
#logo1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 0px;
	color: #004f90;
	font-weight:bold;
	height: auto;
	text-align:center;
}
#navBar {
	color:#FFFFFF;
	width:100%;
	background:#000000 url(../images/nav-bg.gif) repeat-x bottom left;
	height:38px;
	border-bottom: 8px solid #004F90;
}
#navBar p{
	padding: 6px 0 0 0 ;
	margin: 0;
}
#navBar a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
#headContent {
	width:100%;
	background-image:url(../images/striped-bg.gif);
	height: 146px;
	border-bottom: 8px solid #004F90;
	
}
#content {
	width: 100%;
	background-color: #FFFFFF;
}
#content div{
	padding: 10px;
}
#searchcontent div{
	padding: 0px;
	text-align: left;
}
#footerTop {
	width:100%;
	background-color: #2F302F;
	border-top: 8px solid #004F90;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 15px;
}
#footer {
	width:100%;
	background-color: #000000;
	height:14px;
	text-align:center;
	font-size: 10px;
	color:#FFFFFF;
}

/* Misc */

.floatRight {
	float:right;
	padding-right: 10px;
}
.floatLeft {
	float:left;
	padding-left: 0px;
}
.floatCenter {
	float:left;
}
.floatClear {
	clear:both;
}
/* Fonts */
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	
}
h1 {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #004F90;
}
h2 {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size: 12px;
	font-weight:bold;
}
h4, h5, h6 {
	font-size: 12px;
}
.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.largeBlack {
	font-size:24px; 
	font-weight:bold;
	color:#000000;
}
.largeGray {
	font-size:24px; 
	font-weight:bold;
	color:#666666;
}
.RedCaps {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}
/* Navigation */
a:link, a:visited {
	color: #004F90;
}
a:hover {
	color: #2F302F;
	text-decoration:none;
	text-align: center;
}
#footer a:link, #footer a:visited, #footerTop a:link, #footerTop a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footerTop a:hover {
	color: #FFFFFF;
}
/* Class Styles */
.pullquote 	{
	width: 40%;
	padding: 10px 5px 0 0;
	float:right;
	line-height: 20px;
}
.pullquote p	{
	font-size:14px;

	color:#FFFFFF;
}



