/*lindakester.com*/
/* 04/23/2007 created by: Nycole Evans- Last modified by n-a*/

@import "cssmenu.css";

/*Global Styles*/

body {
	margin:0;
	background: #000000 url(/images/home_VertBG.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0;
	}
	
#body_sub {
	background:url(/images/home_HorzBG.jpg) repeat-x;
	}
	
/*///////////LAYOUT///////////*/

/* Layout: HEADER AND NAV */

#site_container {
	width: 1000px;
	/* height: 1000px; */
	}
	

#left_column_bg {
	background: url(/images/home_left_column_bg.jpg) no-repeat;
	width: 335px;
	height: 686px;
	float: left;
	}

#newsletter {
	padding-left: 10px;
	}
			
#top_nav {
	margin: 0;
	}
	
#under_top_nav {
	background: url(/images/home_under_nav_bg.jpg) no-repeat;
	width: 665px;
	height: 69px;
	}

	
/*content Style*/

#content_container {
	background: url(../images/content_backgroun2.jpg) no-repeat;
	width: 665px;
	color: #FFFFFF;
	/* height: 1000px; */
	}
	
#title_images {
	padding-left: 25px;
	padding-top: 26px;
	}
	
#content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-bottom: 180px;
	padding-right: 70px;
	line-height: 1.3em;
	}
	
#sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 10px;
	color: #000099;
	font-size: 15px;
	font-weight: bold;
	}
	
#float{
	z-index: 2;
	position: absolute;
	left: 323px;
	top: 408px;
	}
	
#footer_top {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.35em;
	}
	
#footer {
	text-align: center;
	padding-top: 50px;
	}
	
#footer_bottom {
	padding-top: 5px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	}
	
#footer_bottom a{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: underline;
	}
	
#footer_bottom a:hover{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	}
	
#footer_bottom_copy {
	padding-top: 10px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	text-decoration: none;
	}
	
.articlecategory {
	font-weight: bold;
	}
	
#sidebarcontainer {
	padding-left: 20px;
	}
	
/*/////Form Styles/////*/

.required_field {
	font-size: 10px;
	font-weight: bold;
	}
	

/*/////News Styles/////*/	

.continuereading a{
	color: #990000;
	text-decoration: underline;
	}
	
.continuereading a:hover{
	text-decoration: none;
	}
	
.articletitle {
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	}	
	
.articlecategory {
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	}
	
.articledate {
	font-weight:bold;
	color: #E48130;
	}
	
.searchbutton {
	padding-left: 80px;
	padding-top: 5px;
	}
	
.link a {
	color: #000066;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
	}
	
.link ul {
	margin: 0;
	padding-left: 10px;
	}
	
.link li {
	list-style: square;
	margin:0;
	padding: 0px;
	}
	
/*Map*/

#map_titles {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}
