
body {
	color: #444;
    background:url(../Images/cssimg/body_bg.png) repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #145079;
}


div#header{
	background: url(../Images/cssimg/header_bg.png) no-repeat top right;
    height:163px;
}

div#placeholder-search {
	background: #eee;
}

div#sub {
	padding: 30px 0;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #f7edc6;
}

td.menu-item-selected {
	color: #ffedab;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #4A8797;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #CBC6B6;
	margin: 0;
	padding: 9px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #145079;
	text-decoration: none;	
}

a:hover, a:active {
	color: #145079;
	text-decoration: underline;
}

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */


div#logo-container {
	background: url(/images/cssimg/bg-logo-5-1.png) repeat-x 0 0;
	height: 216px;
	margin: 0;
}

div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
}

div#placeholder-hero {
	height: 216px;
	width: 600px;
}


div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	padding: 9px;
	width: 582px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main {
	padding: 15px 30px 36px;
}

div#sub {
	margin: 0 10px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}


/**********************************************
NAVIGATION
***************************************************/
#nav {
    padding-left:12px;
    margin-top:-39px;
    position:relative;
    z-index:100;
}
/****** END *******/

/**********************************
PAGE LAYOUT
**********************************/
.wrapper {
    width:812px;
    margin: 0 auto;
    
}
#main_top {
    margin-top:-104px;
    height:14px;
    background: url(../images/cssimg/bg_body_top.png) bottom no-repeat;
    position:relative;
    z-index:5;
}
#main_top_alt {
    margin-top:-50px;
    height:14px;
    background: url(../images/cssimg/bg_body_top.png) bottom no-repeat;
    position:relative;
    z-index:5;
}
#header_splash {
}
#main_content {
    padding-top:18px;
    position:relative;
    z-index:1001;
}

 /* firefox link fix */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#top_bg {

    height:260px;
    background:url(../Images/body_top.png) top center repeat-x;
}
#main_bottom {
    position:relative;
    z-index:50;
    padding:18px 25px 0;
    height:177px;
    background: url(../images/cssimg/main_bottom.png) no-repeat top center;
}
#main_bottom_splash {
    position:relative;
    z-index:50;
    padding:18px 25px 0;
    height:177px;
    background: url(../images/cssimg/main_bottom_splash.png) no-repeat top center;
}
#footer_wide {
    border-top: solid 1px #0C5C8B;
    height:93px;
    position:relative;
    margin-top:-30px;
    z-index:3;
    background:url(../images/cssimg/footer_bg.png) repeat-x top center;
}
#placeholder-footer {
    position:relative;
    top:52px;
    overflow:hidden;
}

#placeholder-footer p {
    color:#9DC5E5;
    font-size:10px;
    font-style:italic;
}
#footer_wide a:link, #footer_wide a:visited {
	color:white;
}
p.pleft {
    float:left;
}
p.pright {
    float:right;
}
#testimonials {
    float:left;
    margin-right:28px;
}
#upcoming {
    float:left;
    margin-right:40px;
}
#tweet {
float:left;
}
#intro_bottom {
    width:760px;
    margin: 0 auto;
}
#splash {
    background: url(../images/cssimg/splash_bg.jpg) 0 -14px no-repeat;
    
    height:320px;
}    
.imagearea {
    float:left;
    padding:7px 15px;
}
.textarea {
    float:left;
    padding-top:0px;
    width:350px;
    position:relative;
    height:280px;
    display:block;
    padding-left:10px;
}
.textarea h2 {
    margin-bottom:0;
    font-size:36px;
}
.textarea p {
    font-size:15px;
}
a.takeme {    
    float:right;
}
#main {
	background: url(../images/cssimg/bg_body_sides.png) 0 0 repeat-y;
}
