
body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body
{
	background-color: #2C9ED4;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#divBody
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#divContent
{
	clear: both;
	width: 100%;
	background-color: #2C9ED4;
	background-image: url(../images/content_bg_shadow.jpg);
	background-repeat: repeat-x;
	text-align: justify;
}
#divFooter
{
	width: 100%;
	background-image: url(../images/footer_bg_main_new.jpg);
	background-repeat: repeat-x;
}
#divContentFooter
{
	width: 100%;
	background-image: url(../images/content_footer_bg_new.jpg);
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
}
#divLogo
{
	width: 245px;
	height: 167px;
	float: left;
}

#divSidePromo
{
position:fixed;
 top:180px;
 right:0;
 float:right;
 width:40px;
 height:110px;
}


#divLoginBG
{
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	width: 660px;
	height: 122px;
	float: right;
}
#divLoginButton
{
	position: relative;
	left: 308px;
	top: 43px;
	float: left;
}
#divLoginOr
{
	position: relative;
	left: 308px;
	top: 43px;
	float: left;
}
#divLoginAccount
{
	position: relative;
	top: 47px;
	float: right;
	color: #FFFFFF;
	padding-right: 40px;
}
#divLoginAccount a
{
	color: #9dc5d8;
}
#divLoginSignup
{
	position: relative;
	left: 308px;
	top: 43px;
	float: left;
}
#navButton
{
	float: left;
}
#divContentMain
{
	background-image: url(../images/content_bg_main.jpg);
	background-repeat: repeat-y;
	clear: both;
}

#divContentMain A:link {text-decoration: none; color: #014d70}
#divContentMain A:visited {text-decoration: none; color: #014d70}
#divContentMain A:active {text-decoration: none; color: #014d70}
#divContentMain A:hover {text-decoration: none; color: #f13532;}

#divContentTop
{
	background-image: url(../images/content_bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 10px;
	padding-bottom: 10px;
}



p
{
	margin: 0px;
	margin-top: 15px;
}

.footerBG
{
	background-image: url(../images/footer_main_new.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 230px;
}
.footerColumn
{
	width: 280px;
	border-right: 1px dashed #006699;
	min-height: 120px;
	padding-left: 30px;
	float: left;
}
#footerContent
{
	padding-top: 15px;
}

#footerContent A:link {text-decoration: underline; color: #013e5a}
#footerContent A:visited {text-decoration: underline; color: #013e5a}
#footerContent A:active {text-decoration: underline; color: #013e5a}
#footerContent A:hover {text-decoration: underline; color: #fff;}


#footerContent table tr td
{
	font-size: 10px;
}
h1
{
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
	color: #016593;
}
legend
{
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
fieldset
{
	margin: 10px;
}
/*
input{
	width:100%;
}
*/
#accountNav a
{
	color: #2d9ed4;
}
#accountNav a:hover
{
	color: #5aaf07;
}
.innerNav
{
	list-style: none;
}

/* style for the ajax updating process */
#loading
{
	height: 35px;
	padding: 0;
	margin: 0;
}
#loading img
{
	margin: 0;
	margin-left: 25px;
	padding: 0;
	display: none;
}
/* style for the ajax updating process */
.breadcrumb
{
	font-size: 10px;
	color: #999999;
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
/* Fieldset Styling */
fieldset
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	clear: both;
	margin: 1.2em 0px 1.2em 0.3em;
	padding: 1em 1.4em 1.4em 1.4em;
	width: 80%;
}
fieldset legend
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px -0.4em;
	padding: 0.2em 0.8em;
}
fieldset label
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
fieldset input
{
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 35%;
	border: thin solid #999999;
}


p.tips
{
	font-size: 110%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.form-button
{
	float: left;
	margin-right: 10px;
}

.loading
{
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: 0.55;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000000;
}
.loadingContent
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	position: absolute;
	top: 210px;
	width: 100%;
	z-index: 1001;
}
.sidebarNav
{
	font-weight: bold;
	padding: 5px;
	background-color: #92c5de;
	border-bottom: 1px solid #2d87b3;
	margin-bottom: 5px;
	margin-right: 10px;
}

.sidebarNav A:link {text-decoration: none; color: #014d70}
.sidebarNav A:visited {text-decoration: none; color: #014d70}
.sidebarNav A:active {text-decoration: none; color: #014d70}
.sidebarNav A:hover {text-decoration: underline; color: #FFF;}

/******************************  WORD PRESS STYLES */
#blog_content
{
	padding: 5px;
}

#blog_nav
{
	float: right;
	padding-right: 5px;
}


#blog_nav ul li h2
{
	font-size: 13px;
}
/****************************** END  WORD PRESS STYLES */

.signupButton
{
	border: 2px solid #009900;
	background-image: url(../images/signup_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #76ff76;
	font-weight: bold;
	height: 33px;
	text-transform: uppercase;
	cursor: pointer;
}
.signupButton:hover
{
	border: 2px solid #00ff00;
	color: #FFFFFF;
}

#calender_feed, #blog_feed
{
	font-size:10pt;
}

ul.survey_question li
{
	margin-top:10px;
}

#divFooter A:link {text-decoration: underline; color: #013e5a}
#divFooter A:visited {text-decoration: underline; color: #013e5a}
#divFooter A:active {text-decoration: underline; color: #013e5a}
#divFooter A:hover {text-decoration: underline; color: #fff;}

