/* Normalizes margin, padding */
*{ 
	outline: none;
}
body, div, h1, h2, h3, p { 
	margin : 0; 
	padding : 0;
}

img { 
	border : 0; 
}
html {
	text-align: center;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 11px;
	color: #223344;
	margin: 0px;
	padding: 0px;
	background-color: #DBD5C9;

}
 
#content {
	position: relative;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding: 0px;
	 
}

/* branding/header and sub elements */
#branding {
	 
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 214px;
	width: 960px;
	
}
#head_callout {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: 685px;
	top: 0px;
	width: 250px;
	text-align: center;
	line-height: 18pt;
}

#head_callout A{
	color: #FFFF33;
	display: block;
	padding-top: 12px;
}
/* end of footer elements */

/* main menu elements */
#main_menu {
	width: 960px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 60px;
	background-color: #034A82;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C5E6F5;
	border-bottom-color: #C7E7F4;
 
}
#main_menu UL {
	list-style-type: none;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main_menu UL LI {
	display: block;
	float: left;
	margin-right: 4px;
	width: 100px;
}

#main_menu A:link {
	display: block;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
}
#main_menu A:visited {
	display: block;
	height: 28px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.menu_home {
	background-image: url(../images/but_welcome.jpg);
	background-position: 0px 0px;
}
.menu_home:hover {
	background-position: 0px -29px;
}
.menu_services {
	background-image: url(../images/but_services.jpg);	
	background-position: 0px 0px;
	
}
.menu_services:hover {
	background-position: 0px -29px;
}
.menu_about {
	background-image: url(../images/but_about_css.jpg);	
	background-position: 0px 0px;
}
.menu_about:hover {
	background-position: 0px -29px;
}

.menu_articles {
	background-image: url(../images/but_articles.jpg);	
	background-position: 0px 0px;
	
}
.menu_articles:hover {
	background-position: 0px -29px;
}
.menu_events {
	background-image: url(../images/but_events.jpg);	
	background-position: 0px 0px;
	
}
.menu_events:hover {
	background-position: 0px -29px;
}

.menu_hr {
	background-image: url(../images/but_hr_benefits.jpg);
	background-position: 0px 0px;
}
.menu_hr:hover {
	background-position: 0px -29px;
}

.menu_faqs {
	background-image: url(../images/but_faqs.jpg);
	background-position: 0px 0px;
}
.menu_faqs:hover {
	background-position: 0px -29px;
}
.menu_testi {
	background-image: url(../images/but_testimonials.jpg);	
	background-position: 0px 0px;
	
}
.menu_testi:hover {
	background-position: 0px -29px;
}
.menu_contact {
	background-image: url(../images/but_contact.jpg);
	background-position: 0px 0px;
	
}
.menu_contact:hover {
	background-position: 0px -29px;
}
/* end of header / branding elements */

/* sidebar and sub elements */
div#sidebar {
	width: 240px;
	float: left;
	margin-left: 0px;
	display: inline;
	position: relative;
	 
}
img#sidebar_learn_more {
	display: block;
	margin: 15px 0px 0px 15px;
	padding: 0px;
}
#sidebar a:link, #content_main a:link  {
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
#sidebar a:visited, #content_main a:visited {
color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sidebar a:hover, #sidebar a:active, #content_main a:hover, #content_main a:active {
	color: #3B7CB4;
}
#sidebar P.header {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 4px;
	color: #003366;
}

#sidebar UL {
 padding-left:25px;
 margin-left:0;
}
#sidebar UL  LI {
	font-size: 13px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 5px;
	list-style: disc url(none);
	padding-top: 4px;
	color: #16445E;
	margin-bottom: 10px;
	
}

#sidebar P {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 5px;
	color: #334455;
}

.sidebar_bg {
	width: 206px;
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 16px;
	margin-right: 4px;
	background-color: #CEEAF6;
	border: 1px solid #FFFFFF;
	padding-bottom: 10px;
	
}

.sidebar_bg P {
	margin-right: 10px;
	margin-left: 7px;
	line-height: 1.5em;
}
#signup {
width:205px; 
height:160px;
text-align:center; 
margin-left: auto; 
margin-right:auto;
}
#social {
width:205px; 
height:130px;
text-align:center; 
margin-left: auto; 
margin-right:auto;
}
#contact {
	background-color: #ECE8E2;
	text-align: center;
}

p.testi_from {
	font-style: oblique;
	text-align: right;
	padding-top: 8px;
	padding-left: -2px;
}


/* end of sidebar and sub elements */


#content_main {
	width: 720px;
	float: right;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	
}
#content_main h1 {
	font-size: 18pt;
	color: #2A7BB3;
	padding-top: 25px;
	padding-left: 40px;
	clear: left;
	padding-right: 35px;
}

#content_main h2 {
	font-size: 15pt;
	color: #16445E;
	padding-top: 15px;
	padding-left: 40px;
	clear: left;
}
#content_main h3 {
	font-size: 14pt;
	color: #FFFFFF;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18445F;
	margin-right: 35px;
	margin-left: 30px;
	margin-bottom: 0px;
	background-color: #C2B9A8;
	margin-top: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


 
#content_main p {
	font-size: 11pt;
	color: #003366;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.5em;
	font-weight: normal;
}

#content_main ol li {
	font-size: 11pt;
	color: #003366;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 40px;
	list-style-type: decimal;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-image: none;
	list-style-position: outside;
	font-weight: normal;
}

#content_main ul li {
	font-size: 11pt;
	color: #003366;
	padding-right: 50px;
	line-height: 1.5em;
	margin-left: 35px;
	padding-left: 10px;
	margin-top: 10px;
	font-weight: normal;
}
#content_main ol li ul li {
	font-size: 11pt;
	color: #003366;
	line-height: 1.5em;
	margin-top: 8px;
	margin-right: 20px;
	list-style-type: disc;
	padding: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-image: none;
	list-style-position: outside;
	font-weight: normal;
}

hr {
	border: 0;
   width: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5EDF1;
}

/* footer divs and sub elements */
#foot {
	
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	clear: both;
}
#address {
margin-top: 50px;
}
#address P{
	font-size: 11px !important;
	color: #666666  !important ;
	margin-left: 0px;
	
}
div.icons img {
	font-size: 10px;
    margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px;
}
 

   
div.icons A:link  {
	text-decoration: none !important;
	border-bottom-style: none !important;
	background-color: #FFFFFF !important;
	
}
 
.form_label {
	font-size: 11pt;
	font-weight: bold;
	background-color: #E6F4FB;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A7BB3;
}
table.contact_form {
	margin-left: 25px;
}
table.rowsonly td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A7BB3;
	vertical-align: top;
	font-size: 11pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

table.rowsonly tr td li{
	font-size: 11pt;
	margin-left: 10px;
}

#adm_content {
	background-color: #FFFFFF;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4em;
}
.calloutbox {
	width: 640px;
	background-color: #ECE8E2;
	border: 1px solid #C2B9A8;
	margin: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.calloutbox2 {
	margin: 40px;
	margin-top: 10px;
	border: 1px solid #97BEE1;
	width: 640px;
	background-color: #EDF8FC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

#wrc_credits P{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#wrc_credits A:link, #wrc_credits A:visited {
	color: #FFFFFF;
}
#wrc_credits A:hover {
	color: #FFFFFF;
	background-color:#006699;
}

#sash {
	float: left;
	z-index: 70;
	left: 0px;
	top: 0px;
	position: absolute;
}
.img_right {
	padding: 2px;
	float: right;
	border: 1px solid #D6ECF7;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.learn_more {
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.content_shift {
	margin-left: 25px;
}
.callout_therapy {
	background-color: #FFFF66;
	font-size: 12pt;
	font-weight: bold;
	color: #014886;
	width: 200px;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	border: medium solid #3375AF;
	line-height: 18pt;
}
.callout_therapy A:link, .callout_therapy A:visited {
	color: #014886;
	 
}
.calloutbox img {
	padding: 2px;
	border: 1px solid #fff;
}

