@charset "iso-8859-1";
body {
	font-family: Tahoma, Sans Serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	background: url(images/topbg.gif) repeat-x;
	background-color: #fff; /*white*/;
	color: #F3F5F3;
	
}

body img{
	-ms-interpolation-mode: bicubic;
}

body .link{
	margin-left: 15%;
}

body .link a{
	text-decoration: none;
}

body .link  a:hover{
	background-color: #6A90F4;
}

body .link p{color: #000;}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	border: 1px solid #000;
	padding: 5px;
	background: #7599F5 url(images/mainbg.gif) repeat-x;
	width: 800px;
	
	
}

#container .text{
	background-color: #000;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left top;
	padding: 0px;
	background-color: #829486;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	color: #000000;
	position: relative;
	width: 800px;
	height: 400px;
	
}



#banner a{
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 34px;
}

#banner a:hover{
	background-color: #6A90F4;
}

#banner .menu{
	margin-left: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
	
}

#banner .menu img{
	margin-top: 0px;
	
	width: 100px;
	height: 34px;
}

banner a:hover{
	background-color: #7599F5;
}

#banner .title {
	text-align:right;
	background-color: transparent;
	color: #F3F5F3;
	margin-top:20px;
	font-size: 1.5em;
	font-weight:bolder;
}


/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #404240;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #004145;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C8DEC8;
	color: #ffffff;}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	width: 520px;
	position: relative;
	margin-left: 10px;
	padding-left: 50px;
	text-align: left;
	vertical-align: top;
	display: inline;
	z-index:1;
	
	
}

#content a{ 
	text-decoration: none;
	font-size: 1.0em;
}


/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/mabry-bullet.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/mabry-bullet2.gif');
	padding: 2px 0;
}


#links{
	text-align: left;
}

#links b{
	font-size: 14px;
}

#links p{
	font-size: 12px;
	margin-top: 2px;	
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#leftnav {
	background-color: #3063A5;
	position: relative;
	margin: 10px 10px 10px 0px;
	border: 0;
	float: left;
	width: 260px;
	z-index: 2;
	text-align: center;
	
}


#leftnav a{
	height: 130px;
	width: 260px;
}

#leftnav img{
	margin-bottom: 3px;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	text-decoration: none;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #404240;; /*grey*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;

}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/





