
/***********************************************/
/* Pulaski                            */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #020481;
	text-decoration: none;
}

a:link{
	color: #020481;
	text-decoration: none;
}

a:visited{
	color: #020481;
	text-decoration: none;
}

a:hover{
	color: #020481;
	text-decoration: underline;
}

h1{
 font-family: sans-serif, Arial;
 font-size: 200%;
 color: #020481;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: sans-serif, Arial;
 font-size: 150%;
 color: #020481;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: sans-serif, Arial;
 font-size: 120%;
 color: #000;
 margin-bottom: -15px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #020481;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #020481;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
}

#header1 {
	line-height: 139px;
	height:139px;
	background: #fff url('images/header1.gif') no-repeat top left;
	float:left;
	margin:0;
  	padding:0;
}
#header1 h2 a {
	text-indent: -20000px;
	display:block;
	width: 623px;
}
#header2{
	height:139px;
	background: #fff url('images/header2.gif') no-repeat top right;
	float:right;
	margin:0;
  	padding:0;
	width: 277px;
}

#header2 p {
	text-transform:uppercase;
	text-align:right;
	color: white;
	margin-right: 5px;
	line-height: 150%;
}


#background{
	padding: 0;
	border: 0px none;
	width: 100%;
	clear:both;
	background: #F0F0F0 url('images/mainbg.gif') no-repeat top left;
}

#navBar{
	float: left;
	width: 195px;
	margin: 0px;
	padding: 0px;
}

#headlines{
float:right;
padding: 0;
}

#content{
	float: left;
  width: 480px;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 20px;
	font-size: 80%;
	}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0;
}

#footer {
width: 913px;
margin: 0 auto;
text-align:center;
font-size: 80%;
background: url('images/bottomshadow.gif') no-repeat top left;
font-weight:bold
}

.disclaimer {
font-size: 80%;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #DDE4EC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #mainNav styles ***********/

#mainNav{
	margin: 0px;
	padding: 0;
	font-size: 100%;
	background: url('images/buttonline.gif') no-repeat bottom right;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	
}

#mainNav a {
	display: block;
	background: url('images/buttonline.gif') no-repeat bottom right;
	color: #000; padding-left:10px; padding-right:0px; padding-top:5px; padding-bottom:5px
	text-decoration: none;
}

#mainNav a:hover{
	text-decoration:none;
	color: #020481;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

.darkBox {
		width:177px;
		background: #BAC2D8 url('images/dark-b.gif') no-repeat bottom left;
		font-size: 90%;
		border: 1px solid #57738C; 
		margin-left:15px; 
		margin-right:0; 
		margin-top:10px; 
		margin-bottom:0; 
		padding-left:0; 
		padding-right:0; 
		padding-top:0; 
		padding-bottom:10px
	}
.darkBox h3 {

		text-align:center;
		text-transform:uppercase;
		color: black; 
		padding-top:0; 
		padding-bottom:10px
		
	}
.darkBox p {
		margin:0;
		padding: 5px 5px;
		border-width:1px;
	
}

.darkBox a {
text-decoration: underline;
}
	
.lightBox {
		width:194px;
		background: #E3E4ED url('images/light-b.gif') no-repeat bottom left;
		font-size: 80%;
		border: 1px solid #C8D0D6; margin-left:0; margin-right:15px; margin-top:10px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:14px
}
.lightBox h3 {
		margin:0;
		background:url('images/light-t.gif') no-repeat top left;
		text-align:center;
		text-transform:uppercase;
		color: black; padding-left:10px; padding-right:10px; padding-top:7px; padding-bottom:3px
}
.lightBox p {
		margin:0;
		padding: 10px 10px;
		text-align:center;
}

.lightBox ul {
margin: 10px 0 0 10px;
padding: 0;
}

.lightBox li {
list-style-type: none;
height: 25px;
}

.rightButtons ul{
margin: 10px 0 0 0;
padding: 0;
font-size: 80%;
width:196px;
}

.rightButtons li {
list-style-type:none;
padding: 5px 0 5px 5px;
margin: 1px 0;
background: #e4e4ec;
border: 1px solid #C8D0D6;
text-align:center;
font-weight:bold;
}

.warning {
border: 1px solid red;
}

.locations, .locations td {
border: 1px solid #57738C;
}

.tableheader {
text-align:center;
background: #020481;
color: white;
font-weight: bold;
}

.tablesubheader {
text-align:center;
background: #dee3eb;
font-weight: bold;
}

.disc {
border: 1px solid #ccc;
font-size: 90%;
padding: 2px 2px;
}

form {
margin: 0;
padding: 0;
}

.homepage ul {
margin: 10px 0 0 10px;
padding: 0;
}

.homepage li {
list-style-type: none;
height: 25px;
}