@charset "UTF-8";
/* CSS Document */
/*/////////////////////////////////// LOGIN BOTTOM NAVNAV ///////////////////////////////////*/
.twoColEls #bottom_Nav {
	background:url(../images/nav_btm_sub.png) no-repeat top left;
	width:752px;
	height: 35px;
}

/*/////////////////////////////////// PAGE PROPERTIES ///////////////////////////////////*/
.twoColEls #sidebarL {
	float: left;
	width: 489px; /* since this element is floated, a width must be given */
	padding: 10px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
}
.twoColEls #sidebarR {
	float: right;
	width: 202px; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; -- the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
}

/*/////////////////////////////////// FLASH CONTENT ///////////////////////////////////*/
.twoColEls #flash_hero {
	padding:30px 0px 0px 0px;
	height:268px;
	width:752px;
	z-index:0;
}

/*/////////////////////////////////// PRESS & NEWS ///////////////////////////////////*/
.twoColEls #press_news {	
	width:200px;
}
.press_news_top {
	background-image:url(../images/press_top.jpg);
	width:200px;
	height:31px;
}
.press_news_btm {
	background-image:url(../images/press_btm.jpg);
	width:200px;
	height:31px;
}
.press_news_content {
	background-image:url(../images/nav_sub_bkgd.jpg);
	background-repeat:repeat;
	width:180px;
/*	color:#efbd75;*/
	padding: 0px 10px 0px 10px;
/*	border:0px 1px 0px 1px solid #210d0a;*/
	background-color:#461e18;
}
.press_news_content ul{
	list-style-type: none;
	text-decoration:none;
	display:inline;
	list-style-position:inside;
	padding-left:0px;
	margin-left:0px;
}
.press_news_content ul li{
	color:#efbd75;
	padding: 5px 0px 10px 0px;
	margin:0;
	list-style-position:inside;
}

*html .press_news_content ul li, *html .press_news_content ul{
	list-style-type:none;
	list-style-position:inside;
}

.press_news_content hr{
	color:#efbd75;
/*	padding: 5px 0px 5px 0px;
	border-bottom-style:dashed;
*/
}
.press_news_content a:link {
	color: #efbd75;
	text-decoration: none;
}
.press_news_content a:visited {
	color: #efbd75;
	text-decoration: none;
}
.press_news_content a:hover {
	text-decoration: underline;
	color: #efbd75;
}
.press_news_content a:active {
	color: #efbd75;
	text-decoration: none;
}
.press_news_content a {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

/*/////////////////////////////////// image FORMATTING ///////////////////////////////////*/
img {
	border:none;
}

/*/////////////////////////////////// Trial FORMATTING ///////////////////////////////////*/

.trial {
	padding: 0px 10px 10px 10px;
	float: left;
}
.trial #freeTrial_wrapper {
	width: 211px;
	height:100%;
}
.freeTrial_top {
	background-image:url(../images/trial_top.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height: 30px;
}
.freeTrial_content {
	background-image:url(../images/trial_prod.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height:96px;
}
.freeTrial_btm {
	background-image:url(../images/trial_btm.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height:43px;
}

/*/////////////////////////////////// Industry FORMATTING ///////////////////////////////////*/
.industry {
	padding: 0px 10px 10px 30px;
	float: left;
}
.industry #industry_wrapper {
	width: 211px;
	height:100%;
}
.industry_top {
	background-image:url(../images/indsol_top.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height: 30px;
}
.industry_content {
	background:#FFFFFF;
	width: 211px;
	height:96px;
	text-align:left;
}
.industry_btm {
	background-image:url(../images/indsol_btm.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height:43px;
}

.industry_content ul{
	list-style-type: none;
	text-decoration:none;
	display:inline;
	list-style-position:inside;
	padding-left:0px;
	margin-left:0px;
}
.industry_content ul li{
	color:#efbd75;
	padding: 5px 10px 0px 10px;
	margin:0;
	list-style-position:inside;
}

*html .industry_content ul li, *html .industry_content ul{
	list-style-type:none;
	list-style-position:inside;
}

.industry_content a:link {
	color: #461e18;
	text-decoration: none;
}
.industry_content a:visited {
	color: #461e18;
	text-decoration: none;
}
.industry_content a:hover {
	text-decoration: underline;
	color: #461e18;
}
.industry_content a:active {
	color: #461e18;
	text-decoration: none;
}
.industry_content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*/////////////////////////////////// Partners FORMATTING ///////////////////////////////////*/
.partners {
	padding: 0px 10px 10px 10px;
	float: right;
}
.partners #partners_wrapper {
	width: 211px;
	height:100%;
}
.partners_top {
	background-image:url(../images/prtnr_top.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height: 30px;
}
.partners_content {
	background-image:url(../images/prtnr_content.jpg);
	width: 211px;
	height:96px;
}
.partners_btm {
	background-image:url(../images/prtnr_btm.jpg);
	background-repeat:no-repeat;
	width: 211px;
	height:43px;
}