﻿/** header styles **/
#headerContainer
{
	height:85px;
	width:100%;
	background-image:url('Images/headerBackground.gif');
	background-position:left top;
	background-repeat:repeat-x;
}
#headerLogoContainer
{
	position:absolute;
	top:0;
	left:0;
	width:108px;
	height:85px;
	z-index:10;
}
#headerControlsContainer
{
	position:absolute;
	top:0;
	right:0;
	height:85px;
	width:520px;
	text-align:right;
	vertical-align:bottom;
	background-image:url('Images/headerTopRight.gif');
	background-position:right;
	background-repeat:no-repeat;
}
#headerControlsContainer a
{
	color:#FFFFFF;
}
#headerMembershipContainer
{
	display:inline;
	color:#FFFFFF;
	padding-right:8px;
	font-size:85%;
	font-weight:bold;
}
#headerSearchContainer
{
	display:inline;
	padding-right:8px;
}
/** end header styles **/


/** main nav bar styles **/
#navigationContainer
{
	width:100%;
}
/** end main nav bar styles **/


/** content styles **/
#contentContainer
{
	clear:both;
	padding-right:26px;
	background-image:url('Images/rightMargin.gif');
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFFFF;
}
#contentContainerImbedded
{
	padding:8px 4px 8px 30px;
	background-image:url('Images/leftMargin.gif');
	background-repeat:repeat-y;
	background-position:left;
}
#sideContentContainer
{
	float:left;
	width:20%;
}
#mainContentContainer
{
	display:block;
	margin-left:20%;
	height:1%;
}
div > #mainContentContainer
{
	margin-left:21%;
}
body.oneColumn #mainContentContainer
{
	margin-left:0%;
}
#pageControlsContainer
{
	float:right;
}
/** end content styles **/


/** footer styles **/
#footerContainer
{
	clear:both;
	color:#FFFFFF;
	font-size:80%;
}
#footerLeftContainer
{
	background-image:url('Images/footerLeftBackground.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#316497;
	width:25px;
	height:15px;
	float:left;
}
#footerRightContainer
{
	background-image:url('Images/footerRightBackground.gif');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#316497;
	width:25px;
	height:15px;
	float:right;
}
#footerCenterContainer
{
	background-image:url('Images/footerCenterBackground.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#316497;
	padding:10px 45px;
}
#footerContainer a
{
	color:#CCCCCC;
}
/** end footer styles **/


/** custom content styles **/
#homePageContainer
{
	overflow:hidden;
	vertical-align:top;
	background-color:#537EA9;
	background-image:url('Images/homePageImage_bg.gif');
	background-position:left top;
	background-repeat:repeat-x;
	width:99%;
	height:1%;
	min-width:400px;
	min-height:180px;
	z-index:1;
	border:solid 1px #316497;
}
#homePageText
{
	margin:0px;
	padding:0px;
	min-height:190px;
	width:100%;
}
* html #homePageText
{
	height:190px;
}
#homePageText div.homePageTextImage
{
	float:right;
	text-align:right;
	margin:0px;
	padding:0px;
	height:194px;
	width:240px;
	overflow:hidden;
	display:expression( 
		document.body.clientWidth < 770 ? "none" : "inline" );
	display:inline;
}
#homePageText div.homePageTextHeader
{
	color:#FFFFFF;
	white-space:nowrap;
	border-width:0px;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0px 0px 12px;
	margin:0px;
	line-height:100%;
}
#homePageText div.homePageTextBody
{
	color:#000000;
	padding:12px 20px 6px 12px;
	margin:0px;
	font-size:10pt;
	font-weight:bold;
	line-height:140%;
	letter-spacing:120%;
}
/** end custom content styles **/


/** form styles **/
.loginForm
{
	margin-left : 40px;
	width : 48em;
}
.registerForm
{
	margin-left : 20px;
	width : 48em;
}
.passwordRecoveryForm
{
	margin-left : 40px;
	width : 48em;
}
.profileForm
{
	margin-left : 20px;
	width : 50em;
}
/** form styles **/

.searchHeader
{
	background-color:#316497;
	color:#EEEEFF;
	font-weight:bold;
}
.searchHeader a
{
	color:#EEEEFF;
}

.clear
{
	clear:both;
}
#sidebar 
{
                width:225px;
                border-left: 1px solid #336699;
                padding:0 12px 12px 12px;
                margin-left:20px;
                line-height:18px;
                float:right;
                font-size:90%;
}
.image-border {
                                margin: 0px 0px 16px 0px;
                                border: 2px solid #336699;
                                display:block;
}
.sidebar-head {
                                font-weight:bold;            
                                margin-bottom:2px;
}
.sidebar-subhead {
                                margin-bottom:2px;
                                font-weight:bold;
}

