/* Global
------------------------------------------------------------------*/

body {
	margin: 0 auto;
	width: 100%;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}


/* Wrappers
------------------------------------------------------------------*/	

#left-column {
	background: url('../img/bg-left.gif') no-repeat bottom left;
	min-height: 515px;
	text-align: center;
	width: 233px;
	height: 525px;
}
 	#left-column #left-column-content {
		text-align: left;
		padding: 20px;
		margin-top: 10px;
		color: #655f58;
		font-size: 12px;
	}
		#left-column #left-column-content h1 {
			font-size: 14px;
			color: #4970b0;
		}
		#left-column #left-column-content p.date {
			color: #ddb751;
		}

		
#home-center {
	margin-left: 5px;
	background: url('../img/home_center_image_03.jpg') no-repeat bottom left;
	width: 662px;
	height: 417px;
}
	#home-center #home-center-img {
		padding-left: 25px;
		padding-top: 11px;
	}
	#home-center #home-center-img #home-center-cnt {
		width: 190px;
		color: #FFF;
		font-size: 11px;
	}
		#home-center #home-center-img #home-center-cnt #home-center-cnt-wrap {
			margin-top: 10px;
		}
			#home-center #home-center-img #home-center-cnt #home-center-cnt-wrap p {
				margin-bottom: 0px;
			}
			#home-center #home-center-img #home-center-cnt #home-center-cnt-wrap p.more {
				text-align: right;
				margin: 0px;
			}
			#home-center #home-center-img #home-center-cnt #home-center-cnt-wrap p.more a {
				color: #eacd80;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 10px;
			}
	#home-center #home-center-img #home-center-cnt h1.center {
		font-size: 13px;
		color: #FFF;
	}
	#home-center #home-center-srch  {
		padding-right: 28px;
		padding-top: 5px;
		height: 50px;
		text-align: right;
	}
		#home-center #home-center-srch p {
			color: #FFF;
			text-transform: uppercase;
			font-size: 14px;
			text-align: right;
		}
		#home-center #home-center-srch p input {
			color: #000;
			font-size: 12px;
		}
	
	#mini-box-1 {
		margin-top: 5px;
		background: url('../img/bg-mini-boxes-1.gif') no-repeat top left;
		width: 241px;
		height: 102px;
		font-size: 12px;
		color: #9f968d;
	}
		#mini-box-1 h2 {
			margin: 0px;
			font-size: 12px;
			color: #4970b0;
		}
		#mini-box-1 p {
			margin: 0px;
		}
		#mini-box-1 #mini-box-1-cnt {
			padding: 12px;
		}
	#mini-box-2 {
		margin-top: 5px;
		background: url('../img/bg-mini-boxes-2.gif') no-repeat top left;
		width: 240px;
		height: 102px;
		font-size: 12px;
		color: #9f968d;
	}
		#mini-box-2 h2 {
			margin: 0px;
			font-size: 12px;
			color: #4970b0;
		}
		#mini-box-2 p {
			margin: 0px;
		}
		#mini-box-2 #mini-box-2-cnt {
			padding: 12px;
		}
	#mini-box-3 {
		margin-top: 5px;
		background: url('../img/bg-mini-boxes-3.gif') no-repeat top left;
		width: 215px;
		height: 102px;
		font-size: 12px;
		color: #9f968d;
	}
		#mini-box-3 h2 {
			margin: 0px;
			font-size: 12px;
			color: #4970b0;
		}
		#mini-box-3 p {
			margin: 0px;
		}
		#mini-box-3 #mini-box-3-cnt {
			padding: 12px;
		}
	#mini-box-4 {
		margin-top: 5px;
		background: url('../img/bg-mini-boxes-4.gif') no-repeat top left;
		width: 207px;
		height: 102px;
		font-size: 12px;
		color: #9f968d;
	}
		#mini-box-4 h2 {
			margin: 0px;
			font-size: 12px;
			color: #4970b0;
		}
		#mini-box-4 p {
			margin: 0px;
		}
		#mini-box-4 #mini-box-4-cnt {
			padding: 12px;
		}


/* Nav
------------------------------------------------------------------*/

#nav {
	margin-left: 5px;
	margin-top: 32px;
}
#nav-wrap>#nav {
	margin-top: 12px;
}
	#nav table#nav-top {
		background: url('../img/bg-nav-top.gif') no-repeat bottom left;
	}
	#nav table#nav-top td  {
		font-size: 12px;
		color: #655f58;
	}
	#nav table#nav-top td input {
		font-size: 12px;
	}
	#nav table#nav-top td a {
		color: #4970b0;
		text-decoration: none;
	}
	
	#nav table#nav-bottom {
		margin-top: 0px;
	}
	#nav table#nav-bottom td  {
		font-size: 12px;
		color: #655f58;
		text-align: left;
	}
	#nav table#nav-bottom td a {
		color: #655f58;
		text-decoration: none;
	}
	#nav table#nav-bottom td a:hover {
		color: #00529c;
		text-decoration: none;
		/*background: url('../img/hover-bg.gif') no-repeat bottom left;*/
	}
	#nav table#nav-bottom td:hover {
		/*background: url('../img/hover-bg.gif') no-repeat bottom left;*/
	}
	#nav #hr-nav {
		margin-top: 0px;
		margin-bottom: 9px;
		padding-top: 4px
	}


/* Footer
------------------------------------------------------------------*/

#footer {
	margin-top: 8px;
	font-size: 10px;
	color: #7797cc;
	text-align:center;
}
	#footer a {
		color: #7797cc;
		text-decoration:none;
	}
	#footer p.copy {
		color: #9f968d;
		margin-top:8px;
	}


/*Text Styles
------------------------------------------------------------------*/

/* |-----| Header Tags |-----| */
h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.03em;
	color: #7797cc;
}

h1{font-size:1.8em;}

h2{font-size:1.5em;}

h3{font-size:1.3em;}

h4{font-size:1.0em;}

/* |----| Link Styles |-----| */
    A {
		color: #7797cc;
		text-decoration: underline;
	}
	A:link {
		color: #7797cc;
		text-decoration: underline;
	}
	A:visited {
		color: #7797cc;
		text-decoration: underline;
	}
	A:hover {
		color: #7797cc;
		text-decoration: none;
	}
	A:active {
		color: #7797cc;
		text-decoration: none;
	}
	
	A.yellow {
		color: #eacd80;
		text-decoration: underline;
	}
	A.yellow:link {
		color: #eacd80;
		text-decoration: underline;
	}
	A.yellow:visited {
		color: #eacd80;
		text-decoration: underline;
	}
	A.yellow:hover {
		color: #eacd80;
		text-decoration: none;
	}
	A.yellow:active {
		color: #eacd80;
		text-decoration: none;
	}
	
/* |-----| Formatting Tags |-----| */

strong
{
	font-weight:bold;
	font-size:11px;
}

em, acronym{/* No additional styles */}

ul{
	list-style-type: disc;
}

ol{list-style-type:lower-roman;}

blockquote
{
	padding:0;
	margin:0;
	padding-left:10px;
	font-style:normal;
}

dl
{
	padding:0;
	border-bottom:1px solid #7797cc;
}

dt
{
	font-weight:normal;
	border-top:1px solid #7797cc;
	border-bottom:1px solid #7797cc;
	border-left:15px solid #7797cc;
	padding-left:5px;
}

dd
{
	margin:0;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	
}

hr
{
	border: 0;
	width: 100%;
	color: #7797cc;
	background-color: #7797cc;
	height: 1px;
}

/* |-----| Specialized Classes |-----| */

.pageHeader {
	font-size: 18px;
	color: #7797cc;
	font-weight: bold;
	}
	
.subhead {
	font-size: 14px;
	line-height: 14px;
    color: #7797cc;
	font-weight: bold;
	border-bottom: solid 1px #7797cc;
	width: 100%;
	}
    
.disclaimer {
	font-size: 10px;
	line-height:15px;
	}
	
.photocaption {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
	
P.highlight { 
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px; 
	background-color: #7797cc; 
	padding: 10px; 
	border: solid 1px #b1b0b0; 
	width: 75%;
	text-align: center;
	}
	
P.pullout { 
    font-size: 12px;
    color: #7797cc;
    line-height: 18px;
    padding: 5px;
    border-left: solid 1px #b1b0b0;
    border-bottom: none;
    border-top: none;
    border-right: none;
    }
