/*
    green : #559852;
    blue  : #002984;
    gold  : #f7c600;
*/
body  {
	font:  Helvetica, clean, sans-serif;
    min-height: 900px;
    background-color: #424242;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


				Q 
{
    padding-left: 3px;	
    color: #3366cc;	
    font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: bold;
    font-size: 13px;	
}
				h1 
{
    padding-left: 3px;	
    color: #666666;	
    font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: bold;
    font-size: 15px;	
}
				h2 
{
    padding-left: 3px;	
    color: #666666;	
    font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: bold;
    font-size: 14px;	
}

#entireContainer {
	width: 900px;
	/* background-color: #e5e5e5; */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 20px 0 20px 0;
}
#mainContainer { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 15px 10px 15px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* EMAIL */
#emailContainer{
    display: inline;
	float: right;
	background-color: #ffffff;
	line-height: 12px;
	padding: 10px 10px 10px 10px; 
	margin: 0;
}
.emailText 
{
    padding-left: 3px;	
    color: #666666;	
    font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: italic;
    font-size: 11px;	
}

/* SEARCH */
#searchText{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#searchContainer{
    display: inline;
	float: right;
	background-color: #ffffff;
	line-height: 12px;
	padding: 10px 15px 0 15px; 
	margin: 0;
}

/* HEADER */
#headerContainer { 
	clear: both;
	display: inline;
	width: 900px;
	background: #ffffff; 
	margin: 0 0 0px 0;
    padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 	#header instead of text, you may want to remove the padding. */
} 

/* MENU */
#menuContainer {
	width: 900px; 
	background-color: #ffffff;
	margin: 0;
	padding: 5px 0px 15px 0px; /* 5px 15px 15px 10px; */ 
}

/* CONTENT */
#rightContentContainer {
	float: right;
    width: 400px;
    height: 550px;
    background-color: #ffffff;
    padding: 0; /* 0 15px 0 15px; */
    margin: 0;
}
#leftContentContainer {
	position: absolute;
    width: 500px;
    height: 550px;
    background-color: #ffffff;
    padding: 0; /* 0 15px 0 15px; */
    margin: 0;
}

#contentContainer 
{
    width: 900px;
    background-color: #ffffff;
    padding : 10px 10px 10px 10px;
}

/* FEATURE */
#feature_navigation {
	position: absolute;
	height: 360px;
	width: 480px;
	top: 0px;
	left: 0px; 
	margin-left: 15px;
}
#feature_main {
	position: absolute;
	height: 360px;
	width: 480px;
	top: 0px;
	left: 0px;
	background-image: url('feature_1.jpg');
	background-repeat: no-repeat;
	margin-left: 15px;
	
}

#feature1 {
	position: absolute;
	height: 360px;
	width: 480px;
	top: 0px;
	left: 0px;
	background-image: url('feature_1.jpg');
	visibility: hidden;
	margin-left: 15px;
	
}
#feature2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 360px;
	width: 480px;
	background-image: url('feature_2.jpg');	
	visibility: hidden;
	margin-left: 15px;
	
}

#feature3 {
	position: absolute;
	height: 360px;
	width: 480px;
	top: 0px;
	left: 0px;
	background-image: url('feature_3.jpg');
	visibility: hidden;
	margin-left: 15px;
	
}
#feature4 {
	position: absolute;
	height: 360px;
	width: 480px;
	top: 0px;
	left: 0px;
	background-image: url('feature_4.jpg');
	visibility: hidden;
	margin-left: 15px;
	
}

.feature_one {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 68px;
}

.feature_one a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.feature_two {
	position: absolute;
	left: 68px;
	bottom: 0px;
	height: 50px;
	width: 142px;
}

.feature_two a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.feature_three {
	position: absolute;
	left: 210px;
	bottom: 0px;
	height: 50px;
	width: 125px;
}

.feature_three a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.feature_four {
	position: absolute;
	left: 335px;
	bottom: 0px;
	height: 50px;
	width: 145px;
}

.feature_four a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

/* NEWS HEADLINES */
#newsContainer {
	width: 365px;
	height: 230px; 
	background: #f3f3f4; /*#ffffff;*/
	border: 1px #b6b6b6 solid;
	padding: 0;
	margin: 0 15px;	
}
.newsHeader {
    height: 30px;
    padding: 0 0 0 15px;
}
.newsRSS {
	float: left;
	width: 100px;
	padding: 10px 0 0 10px;
	margin: 0;
}
.newsLetter {
	float:right;
	width: 100px;
	padding: 10px 10px 0 0px;
	margin: 0;
}
.twitterLink {
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
	margin: 0;
}
#newsFeeder {
	width: 345px;
	height: 180px;
	overflow: auto;
	margin: 10px 0px 0px 0px; /* 0 10px 5px 10px; */
}

/* CALENDAR EVENTS */
#calendarContainer {
	width: 365px;
	height: 200px; 
	background: #f3f3f4; /* #ffffff; */
	border: 1px #b6b6b6 solid;
	padding: 0;
	margin: 0 15px;	
}
.calendarHeader {
    height: 30px;
    padding: 10px 0 0 15px;
}
.calendarLink {
	padding: 10px 0 0 10px;
	margin: 0;
}
#calendarFeeder {
	width: 345px;
	height: 180px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
}

/* QUICK LINKS */
.linksHeader {
	position: relative;
	top: 360px;
    height: 30px;
    padding: 10px 0 0 15px;
}
#linksContainer {
	/* float: left;  since this element is floated, a width must be given */
	position: relative;
	top: 365px;
		width: 465px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 120px;
	/*  background: #f3f3f4; #ffffff; */ /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 0 15px;
    padding: 10px 10px 10px 10px;  
    /* border: 1px #b6b6b6 solid;	 */
}
#linksContainer table img {
   margin-left: 5px;
   margin-right: 5px;
}    

/* FOOTER */
#footerContainer { 
	width: 900px;
	margin: 10px 0px 0 0;
    padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    border-top: dotted 1px #ffffff;        
/*	background: #ffffff; */
} 
#footerContainer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
	font-size: 11px;
}

/* FEED STYLES */
.feedDate  {
	font: 10px Arial, Helvetica, sans-serif;
	color: #424242;
	text-transform: uppercase;
	text-align: left;
	padding-right: 5px;
}	
.feedTitle {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
.feedTitle a:link {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
}
.feedTitle a:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.feedTitle a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #002984;
	text-align: left;
	text-decoration: none;
}
.feedSubTitle {
	font: 10px Arial, Helvetica, sans-serif;
	color: #424242;
	text-align: left;
}
.imageLinkRight {
    padding-right: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



