/*
1.  TYPOGRAPHY
2.  SITEWIDE CLASSES
3.  BUTTONS
4.  STRUCTURAL DIVS
5.  PRIMARY NAV
6.  LOGIN FORM
7.  FOOTER
8.  RIGHT COLUMN
9.  MAIN COLUMN
10. FORMS
11. TEMPLATES
	- HOME
	- CONTACT

*/
/* TYPOGRPHY ==================================================================================*/
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
h1 {
	color: #0579b8;
	font-weight: bold;
	font-size: 24px;
	padding:10px 0;
}
h2 {
	color: #0579b8;
	font-size: 15px;
}
h3 {
	color: #0579b8;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
h4 {
	color: #0579b8;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	padding:0 0 10px 0;
}
p {
	padding-bottom: 14px;
	line-height: 14px;
}
li, p {
	color: #0579b8;
}
a:link, a:visited, a:hover, a:active {
	color: #0579b8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
em {
	font-style: italic;
}
ol{
	margin:10px 0 0 20px;
	
	}
ol li {
	list-style:decimal;
	padding: 0 0 10px 0;
	}
ol li ol{
	margin:10px 0 0 0px;
	}
ol li ol li{
	list-style:none;
	}
/* SITEWIDE CLASSES */
p.intro {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px #aed4e8 dotted;
	padding: 0 90px 20px 0;
	margin:0 0 20px 0;
	width:530px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
} 
.underline {
	border-bottom: 1px solid #FFF;
}
/* BUTTONS */
a.readMore:link, a.readMore:visited, a.readMore:hover, a.readMore:active {
	color: #0579b8;
	font-weight:bold;
	text-decoration: none;
	background: url(../images/blue_link_arrow.gif) no-repeat right;
	padding-right: 8px;
}
a.readMore:hover {
	color: #5dc5f9;
	background-image: url(../images/lt_blue_link_arrow.gif);
	text-decoration: none;
	background: url(../images/blue_link_arrow.gif) no-repeat right;
}
a.rehabExampleLink:link, a.rehabExampleLink:visited, a.rehabExampleLink:hover, a.rehabExampleLink:active {
	color: #0579b8;
	background: url(../images/orange_link_arrow.gif) no-repeat right;
	text-decoration: none;
	font-size: 12px;
	padding-right: 8px;
}
a.rehabExampleLink:hover {
	color: #5dc5f9;
}
a.button, a.button:link, a.button:visited, a.buttong:hover, a.button:active{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	width:187px;
	padding: 10px 0 10px 15px;
	line-height: 20px;
}
a.button:hover {
	background-position: bottom center;
}
a.subscribeLink, a.subscribeLink:link, a.subscribeLink:visited, a.subscribeLink:hover, a.subscribeLink:active {
	background-image: url(../images/subscribe_box_button.gif);
	height:23px;
	font-size:18px;
	text-transform:uppercase;
}
a.subscribeLink img{
	padding:0 0 0 5px !important;
	}
a.downloadLink, a.downloadLink:link, a.downloadLink:visited, a.downloadLink:hover, a.downloadLink:active {
	background-image: url(../images/download_box_button.gif);
	height:23px;
	font-size:18px;
	text-transform:uppercase;
}
a.exampleLink, a.exampleLink:link, a.exampleLink:visited, a.exampleLink:hover, a.exampleLink:active {
	height:103px;
	background-image: url(../images/example_box.gif);
	font-size: 15px;
	margin-top: 15px;
}
a.recomendLink, a.recomendLink:link, a.recomendLink:visited, a.recomendLink:hover, a.recomendLink:active {
	height:103px;
	background-image: url(../images/recomend_button.gif);
	font-size: 15px;
	margin-top: 0;
}
/* STRUCTURAL DIVS */
body {
	background:url(../images/background_gradient_repeat.gif) repeat-x top left;
}
.container {
	width: 880px;
	margin: 0 auto;
	background: url(../images/background_image.jpg) no-repeat top center;
}
.navigation {
	background: url(../images/navigation_bar.gif) no-repeat;
	height: 31px;
	margin-top: 30px;
	margin-bottom: 17px;
}
.supportingContentLeft {
	width: 202px;
	float: left;
}
.mainContent {
	width: 662px;
	margin-left: 0;
	background-image: url(../images/main_columnwide_background_repeat.jpg);
	float: left;
}
.mainContentTop {
	background: url(../images/main_columnwide_top.jpg) no-repeat top;
}
.mainContentBase {
	min-height:470px;
	height:auto !important;
	height:405px;
	padding: 10px 20px 70px 20px;
	background: url(../images/main_columnwide_base.jpg) no-repeat bottom center;
}
.rightColumn {
	width: 199px;
	float: right;
}
.footer {
	width: 662px;
	padding: 25px 0 35px 0;
}
/* PRIMARY NAV */
.primary_nav li {
	display:inline;
	float: left;
	background: url(../images/navigation_divider.jpg) no-repeat top right;
	padding-right: 1px;
}
.primary_nav li a:link, .primary_nav li a:visited, .primary_nav li a:hover, .primary_nav li a:active {
	height: 17px;
	display: inline-block;
	padding: 7px 12px;
	background: white url(../images/nav_background_repeat.jpg) repeat-x top left;
	color: #FFFFFF;
	text-decoration: none;
}
.primary_nav li a:hover,
.primary_nav li.selected a:link, .primary_nav li.selected a:visited, .primary_nav li.selected a:hover, .primary_nav li.selected a:active {
	background-position: 0px -31px;
}
.primary_nav li.home a:link, .primary_nav li.home a:visited, .primary_nav li.home a:hover, .primary_nav li.home a:active {
	background-image: url(../images/home_btn_background.jpg);
	background-repeat: no-repeat;
	background-color:white;
}
/* LOGIN FORM */ 
.login_form {
	float:right;
	background: url(../images/navigation_divider.jpg) no-repeat top left;
	color:#ffffff;
	width:373px;
	padding:0;
	margin:0;
}
.login_form p{
	margin:0;
	padding:0;
}
.login_form label{
	margin:0;
	padding:8px 0 0 10px;
	float:left;
}
.login_form .password,
.login_form .text{
	padding:0 3px 1px 3px;
	float:left;
	margin:5px 0 0 5px;
	height:11px;
	font-size:11px;
	width:125px;
	font-family:Arial, sans-serif;
}
.login_form input.loginButton {
	background: url(../images/form_btn_go.png) no-repeat top right;
	width:44px;
	height:31px;
	border:0;
	line-height:0;
	margin:0;
	font-size:0;
	padding:0;
	float:right;
}
.login_form input.loginButton:hover{
	background-position:bottom right;
	cursor:pointer;
}
/* RIGHT COLUMN */ 
.testimonial {
	background: url(../images/quote_box_bk_repeat.png) repeat-y top center;
	display: none;
}
.testimonial blockquote {
	background: url(../images/quote_block_top.jpg) no-repeat top;
	padding: 10px 15px 0 15px;
	font-size: 15px;
	color: #2da6ef;
	line-height: 18px;
}
.testimonial p {
	color: #0579b8;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 15px 25px 15px;
	background: url(../images/quote_box_base.jpg) no-repeat bottom;
}
.testimonial .quoteRefCompany {
	font-weight: normal;
	color: #2da6ef;
}
a.registerLink:link, a.registerLink:visited, a.registerLink:hover, a.registerLink:active {
	height:81px;
	background-image: url(../images/register_box_button.png);
	font-size: 17px;
}
span.demoCaps {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}

/* MAIN COLUMN */
.leftContent{
	width:180px;
	float:left;
	}
.leftContent img{
	margin-left: -19px !important;
	position:relative;
}
.rightContent {
	float: right;
	width: 423px;
	padding-rght:17px;
}
.rightContent img {
	padding-bottom: 24px;
}
.mainContent ul {
	padding-bottom: 18px;
}
.mainContent ul li{
	background: url(../images/orange_bullet.gif) no-repeat 0 4px;
	padding-left: 15px;
	line-height: 18px;
	}
/* FOOTER */
.footer li, .footer li a:link, .footer li a:visited, .footer li a:hover, .footer li a:active {
	display: inline;
	background: none;
	text-decoration: none;
	color: #9fad9f;
	font-size: 10px;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer p{
	color: #9fad9f;
	float:right;
	font-size: 10px;
	}
/* TEMPLATES - HOME PAGE */
.template_home p.intro {
	margin-bottom: 12px;
	padding: 0 30px 13px 0;
	width:auto;
}
.template_home .mainContent {
	width: 442px;
	margin-left: 18px;
	background: url(../images/main_column_background_repeat.jpg) repeat-y top;
}
.template_home .mainContentTop{
	background: url(../images/main_column_top.png) no-repeat top;
}
.template_home .mainContentBase {
	min-height:212px;
	height:auto !important;
	height:212px;
	width: 413px;
	padding: 10px 15px 193px 15px;
	background: url(../images/main_column_base.jpg) no-repeat bottom center;
}
.template_home .footer {
	width: 880px;
	padding-top: 0;
}
/* homepage lhs */ 
.benefitListWrapper {
	background: url(../images/left_column_bkg_repeat.jpg) repeat-y top;
}
.benefitListWrapper h2 {
	background: url(../images/left_column_cap.jpg) no-repeat top center;
	height: 26px;
	padding: 9px 1px 0 12px;
	color:#ffffff;
}
.benefitList .readMore {
	padding-left: 15px;
	margin-bottom:0;
	padding-bottom:0;
}
.benefitList {
	background: url(../images/left_column_bkg.jpg) no-repeat bottom;
	padding: 3px 0 5px 0;
}
.benefitListBase {
	background: url(../images/left_column_bkg_base.jpg) no-repeat top center;

	height: 9px;
}
.benefitList li {
	padding: 0 0 4px 15px;
	margin: 0 12px 4px 9px;
	border-bottom: 1px #aed4e8 dotted;
	background: url(../images/orange_bullet.gif) no-repeat 0 4px;
	line-height: 14px;
}
.libraryBox {
	background: url(../images/library_box_background.jpg) no-repeat top;
	height: 133px;
	margin-top: 18px;
	padding: 15px 15px 0 15px;
}
.libraryBox p {
	font-size: 15px;
	color: #2da6ef;
	line-height: 18px;
	padding-bottom: 5px;
}
/* TEMPLATE - CONTACT */
#submissionFormContact{
	float:right;
	padding-left:20px;
	}
/* TEMPLATE - EXAMPLES */
.template_list{
	margin: 0 0 0 -20px;
	}
ul.template_list li{
	list-style:none;
	width: 185px;
	float: left;
	margin:0;
	padding: 0 0 0 20px;
	background:none;
	display:inline;
}
/* TEMPLATE FAQ */ 
.template_faq .mainContent img{
	float: left;
	margin-left: -40px;
}
/* TEMPLATE DOWNLOAD */
.template_download p.intro {
	border: none;
	padding-bottom: 10px;
}
.template_download .mainContent,
.template_download .rightColumn {
	margin-top: 78px;
}
/* TEMPLATE - CONTACT */
.submission_form{
	width:205px;
	float:right;
	margin-left:15px;
	}
.submission_form h3{
	padding-bottom:10px;
	}
.submission_form label{
	font-weight:bold;
}
.submission_form input.checkbox {
	float:left;
	height:15px;
}
.submission_form label.checkbox {
 	width:350px;
	float:left;
	margin:0;
}
.submission_form input.text, .submission_form textarea{
	width:190px;
	border:2px solid #a0a0a0;
	border-bottom:1px solid #ffffff;
	border-right-width:1px;
	height:14px;
	padding:2px 4px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9fad9f;
}
.submission_form textarea{
	height:94px;
}
.submission_form input.text:focus, .submission_form textarea:focus,
.submission_form input.text:hover, .submission_form textarea:hover{
	color:#0579b8;
	border-color:#666666;
	border-bottom-color:#a0a0a0;
}
.submission_form .submit{
	background:#ffffff url(../images/blue_link_arrow.gif) no-repeat right 4px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0579b8;
	text-indent:-2px;
	padding:0 5px 0 0;
	font-weight:bold;
	text-aign:left;
	border:none;
}
.submission_form .submit:hover{
	cursor:pointer;
	color:#2da6ef;
}
.template_contact p.intro{
	margin-bottom:60px;
	width:510px;
	padding-right:110px;
}
/* TEMPLATE SIGN UP */
#submissionFormSignup{
	float:left;
	margin:0 -20px 0 0;
	width:auto;
	padding:0;
	}
#submissionFormSignup p{
	width:auto;
	padding-right:20px;
	}
.template_signup p.intro{
	margin-bottom:80px;
	}
/* TEMPLATE EXAMPLES*/
.template_examples p.intro{
	padding-bottom:80px;
	}
/* TEMPLATE FAQS */
.template_faq .rightContent {
	width: 440px;
}
.template_faq p.intro {
	padding-bottom:52px;
}
object, embed {
	margin-bottom:20px;
	}
/*TEMPLATE THANKS*/
.template_thanks p.intro {
	border: none;
}
.template_thanks h2 {
	text-transform: uppercase;
	padding-bottom: 5px;
}
/* TEMPLATE SIGN UP */
#submissionFormSignup label{
	display:block;
	width:200px;
}
#submissionFormSignup label.checkbox{
	width:180px;
	margin:3px 0 0 0;
	}
#submissionFormSignup p{
	width:220px;
	float:left;
	padding-right:0px;
}

