/* Blue Style 001 */
/* Copyright 2007 Casey Lee for Joomlashack.com */


/* main background color, header background, and default text color */
body#page_bg {
	background: url(../images/page_bg.gif) repeat-x center top;
	background-color: #fcfcf9;
	color: #333333;
}

body {
	background-color: #fcfcf9;
}




/*Top Nav Link Color*/

#header-top li a {
	color: #C9CFD3;
	display:block;
}
#header-top li a:hover {
	color: #fff;
}







/* Bottom stroke */
table#main {
	border-bottom: 0px;
}

/* Teaser Background */

#teaser-wrapper {
	background: url(../images/teaser_bg.png) repeat-x center top;
	background-color:#EFEFEF;
}
/* Secondary (inner) Teaser Background */
#teaser {
	
	padding: 15px 15px 0 0;
}



/*Footer*/
#inner-wrap{width:960px;}
#footer {
	color: #fff;
	background: #2b5387 url(../images/footer_bg.gif) no-repeat center top;
	border-bottom: 5px solid #ccc;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: red;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	font-family: Georgia, Garamond, "Myraid Pro";
}
/* @end */


