/********************************************************/
/* LAYOUT */
/********************************************************/
#secondary_content{
	width:960px;
	background:url(../../images/bkgd_secondary_content.gif) #FFF repeat-x;
	background-position:top;
}

/*MAIN CONTENT COLUMNS*/
#sec_column_1{
	float:left;
	width:160px;
	margin:40px 0px 0px -15px;
}

#sec_column_2{
	float:left;
	width:540px;
	margin:40px 0px 0px 30px;
}

#sec_column_3{
	float:right;
	width:170px;
	/*margin:40px 35px 0px 0px;*/
	margin:40px 0px 0px 0px;
	/*background-color:#ddebf5;*/
	padding:15px 15px 15px 15px;
	/*border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #ebebeb;*/
}

/*CENTER CONTENT COLUMNS*/
#center_column_1{
	float:left;
	width:250px;
}

#center_column_2{
	float:right;
	width:250px;
}

/*CONTACT PAGE CONTENT COLUMNS*/
#contact_page_column_1{
	float:left;
	width:400px;
}

#contact_page_column_2{
	float:right;
	/*width:250px;*/
}

/*PRODUCT CONTENT COLUMNS*/
#product_column_1{
	float:left;
	width:170px;
}

#product_column_2{
	float:left;
	width:170px;
	margin:0px 10px 0px 10px;
}

#product_column_3{
	float:right;
	width:170px;
}

/********************************************************/
/* GENERAL STYLING */
/********************************************************/

#secondary_content p{
	font-size:11.5px;
	color:#646464;
}

ul{
	font-size:11.5px;
	color:#646464;
	padding-left:1.5em;
	margin-top:0;
}

.nob_list {
	font-size:11.5px;
	color:#646464;
	margin-top:0;
	list-style:none;
	padding:0;
}

.nob_list li{
	padding-left:1.5em;
}

/*HEADLINES*/
#secondary_content h3{
	font-size:19px;
	font-weight:bold;
	color:#003e6f;
	text-transform:uppercase;
	padding-bottom:10px;
}

#secondary_content h4{
	font-size:15px;
	font-weight:bold;
	color:#2170ae;
	text-transform:uppercase;
}

#secondary_content h5{
	font-size:13px;
	font-weight:bold;
	color:#2170ae;
	text-transform:uppercase;
}

#secondary_content h6{
	font-size:11px;
	font-weight:bold;
	color:#2170ae;
}

/*SECONDARY NAVIGATION BUTTON*/
.btn_secondary{
	background:url(../../images/btn_secondary.png);
	width:128px;
	height:32px;
	text-align:center;
}

.btn_secondary:hover{
	background-position:-125px;
}

.btn_secondary_current{
	background:url(../../images/btn_secondary.png);
	width:128px;
	height:32px;
	text-align:center;
	background-position:-125px;
}

.btn_secondary_wrapper{
	padding:7px 0px 0px 20px;
	text-align:left;
}


/********************************************************/
/* LINK STYLING */
/********************************************************/

/*SECONDARY LINK*/
a.secondary_link{
	font-size:11px;
	font-weight:bold;
	color:#828282;
	text-decoration:none;
}

a.secondary_link:link{
	color:#828282;
	text-decoration:none;
}

a.secondary_link:visited{
	color:#828282;
	text-decoration:none;
}
a.secondary_link:hover{
	color:#003e6f;
	text-decoration:none;
}
a.secondary_link:active{
	color:#003e6f;
	text-decoration:none;
}

/*BODY LINK*/
a.body_link{
	/*font-size:11px;*/
	font-weight:bold;
	color:#2170ae;
	text-decoration:none;
}

a.body_link:link{
	color:#2170ae;
	text-decoration:none;
}

a.body_link:visited{
	color:#2170ae;
	text-decoration:none;
}
a.body_link:hover{
	color:#ff7200;
	text-decoration:none;
}
a.body_link:active{
	color:#ff7200;
	text-decoration:none;
}

/*BODY LINK NO UNDERLINE*/
a.body_link2{
	font-size:11px;
	font-weight:bold;
	color:#2170ae;
	text-decoration:none;
}

a.body_link2:link{
	color:#2170ae;
	text-decoration:none;
}

a.body_link2:visited{
	color:#2170ae;
	text-decoration:none;
}
a.body_link2:hover{
	color:#003e6f;
	text-decoration:underline;
}
a.body_link2:active{
	color:#003e6f;
	text-decoration:underline;
}

/*PRODUCTS PAGE HEADLINE LINKS*/
a.products_headline_link{
	font-size:15px;
	font-weight:bold;
	color:#2170ae;
	text-decoration:none;
}

a.products_headline_link:link{
	color:#2170ae;
	text-decoration:none;
}

a.products_headline_link:visited{
	color:#2170ae;
	text-decoration:none;
}
a.products_headline_link:hover{
	color:#2170ae;
	text-decoration:none;
}
a.products_headline_link:active{
	color:#2170ae;
	text-decoration:none;
}

/*BODY LINK - LARGER*/
a.body_link3{
	font-size:15px;
	font-weight:bold;
	color:#2170ae;
	text-decoration:none;
}

a.body_link3:link{
	color:#2170ae;
	text-decoration:none;
}

a.body_link3:visited{
	color:#2170ae;
	text-decoration:none;
}
a.body_link3:hover{
	color:#ff7200;
	text-decoration:none;
}
a.body_link3:active{
	color:#ff7200;
	text-decoration:none;
}


/********************************************************/
/* DEMO SCREENSHOTS */
/********************************************************/
/*DEMO SCREENSHOTS*/
.demo_screenshot{
	float:right;
	border:2px solid #CCC;
}

.demo_screenshot:hover{
	border:2px solid #003e6f;
}

.demo_module{
	border-top:4px solid #f36c00;
	padding:10px 10px 0px 10px;
	margin:0px 0px 40px 0px;
	background:url(../../images/demo_module_bkgd.gif) #FFF repeat-x;
}

.association_logo{
	width:108px;
	float:left;
	text-align:center;
}
