body {
	background:#1e3f68;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #032b33;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:20px;
		border-bottom:1px solid #fff;
	}
h2 {
	font-size: bold .9ems;
	}
	
	h3 {
	border-top: 1px dotted #999999;
	padding-top: 20px;
	
	}
	h3.noborder { border:0px;}
	h4 {clear:both;
	border-top: 1px solid dotted;
	padding-top: 20px;
	
	}
	
	
	h6{font-style:italic;
	}
	
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#fff;
	position:relative;
left:15px;
margin-top:140px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
   
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 867px;
	margin: 0px auto;
}

/* ----------------- Audio ----------------- */


/* ----------------- header----------------- */

div#header {
	width:100%;
	height:366px;
	background:transparent url(images/header.jpg) no-repeat ;

}

div#flash{
	width:100%;
	height:100%;
	clear:both;
}


/* ----------------- Content Copy and Photos ----------------- */


div#content {
	width:100%;
	height:100%;
	background:transparent url(images/content-bg.jpg) repeat-y;
	padding:none;
}



div#copy {
	width:550px;
	height:100%;
	float:left;
	padding:25px 0px 40px 0px;
	position:relative;
	left:50px;
}

div#copy li a{
text-decoration:none;
}

div#copy li a:hover{
font-weight:normal;
text-decoration:underline;
}
/*This is different from the above. The following is relative to the a only not in the list*/
div#copy  a{
text-decoration:underline;
}

div#copy a:hover{
font-weight:normal;
text-decoration:none;

}

div#copy h3 a {
	border:none;
	text-decoration:none;
	font-weight:normal;
}



/*Used for homepage slide show*/


.clear{clear:both;}

/* ----------------- sidebar ----------------- */

div#sidebar {
	float:right;
	width:202px;
	height:90px;
	position:relative;
	background:transparent url(images/se-habla-espanol.jpg) no-repeat;


}

div#sidebar a{
color:#fff;


}

div#sidebar a:hover{
text-decoration:none;

}

div#clear-content{clear:both;}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 100%;
	height:55px;
	text-align:left;
	position:relative;
	background:transparent url(images/nav-bg.jpg) no-repeat;
	}
	
	ul#mainnav {
	width:95%;
	margin:0px auto;
	text-align:center;
	position:relative;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	margin:auto;
	padding: 0px;
	text-align:center;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:13px;
	color: #fff;
	height:30px;
	text-decoration: none;
	padding:18px 15px 7px 15px;
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
	border-right:1px solid #032b33;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-weight:normal;
	color:#000;
	background:transparent url(images/nav-bg-active.jpg) repeat-x ;
	}	
/*Used to turn the border off on the last link on main nav*/
ul#mainnav li a#off {
border:none;
}

/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
	width:867px;
	height:107px;
	margin: 0px auto;
	color:#222;
	text-align:left;
	padding-top:55px;
	background:transparent url(images/footer.jpg) repeat-x ;
}


div#utility {
	width: 100%;
		text-align:center;
		position:relative;
		margin: 0 auto;
	left:15px;
	
	}
	ul#utilitynav {
	width: 100%;
	height:20px;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
	list-style-type: none;
	position:relative;

	}
	ul#utilitynav li {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
		text-align:center;


	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	text-align:center;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #555;
	color:#222;

	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear-footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:50px;
	color:#fff;
	position:relative;
	top:20px;
	left:12px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 96%;
		height:20px;
	color:#fff;
		padding-top:25px;
		margin:25px auto;
		}

div#owner a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	float:right;
	padding-right:10px;
	}

div#owner a:hover {
font-weight:normal;
text-decoration:underline;
}




/* ----------------- CUSTOM CLASSES ----------------- */
.clear {clear:both;}



/* Images should include some type of border. We tend to favor this one. */


 img.landscape {
 margin:0px auto;
	padding: 5px;
	background:#ccc;
	border:1px solid #888;
}

img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
}
img.right {
	float: right;
	padding: 5px;
	background:#fff;
	border: 1px solid #bbb;
	/*background:#057186;*/
	/*background:#032b33;*/
	margin: 0px 0px 10px 15px;
	
	
}
div.column {
}
.center {
	text-align: center;
}
p.center img {

}


.font-size{
font-size: 14px;
color: #fff;
font-weight: bold;
}
