/* styles specific to this site - colors, nav, etc. */

/* link colors */
a:link {
	color: #CC6600;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #CC6600;
}
a:visited:hover {
	color: #999999;
}

a.arrow {
	background: url(../images/arrows/arrow_orange_right.gif) no-repeat left center;
	padding-left: 8px;
}
a.arrow:hover {
	background: url(../images/arrows/arrow_gray_right.gif) no-repeat left center;
}

/* styles with colors specific to this site */
div#content_main h2 {
	color: #CC6600;
}
div.callout_main {
	background-color: #cc6600;
}
div.callout_main div.round_top {
	background: #cc6600 url(../images/bg_crn/crn_tr_orange.gif) no-repeat right top;
}
div.callout_main div.round_top span {
	background: url(../images/bg_crn/crn_tl_orange.gif) no-repeat left top;
}
div.callout_main div.round_bot {
	background: #cc6600 url(../images/bg_crn/crn_br_orange.gif) no-repeat right bottom;
}
div.callout_main div.round_bot span {
	background: url(../images/bg_crn/crn_bl_orange.gif) no-repeat left bottom;
}

dt {
	color: #cc6600;
}

/* narrower header div for large photo to float right  (full width of window pages - demo, get info) */
div.head_narrow {
	width: 408px; 
	float: left; 
	margin-right: 10px;
	margin-left: 10px;
}

/* current nav tab - indicates which section you are in */
/* need to show gray images by default, rather than default drkgrn */
/* apply id to body tag on any page within a section - nav stays the same and has matching id */
body#solutions div#nav_main ul li#solutions,
body#support div#nav_main ul li#support,
body#partners div#nav_main ul li#partners,
body#company div#nav_main ul li#company,
body#request_info div#nav_main ul li#request_info,
body#demo div#nav_main ul li#demo {
	background-position: right top;
}
body#solutions div#nav_main ul li#solutions a,
body#support div#nav_main ul li#support a,
body#partners div#nav_main ul li#partners a,
body#company div#nav_main ul li#company a,
body#request_info div#nav_main ul li#request_info a,
body#demo div#nav_main ul li#demo a {
	background-position: left top;
}
.demo_link {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#008166;
	text-decoration:underline;
	}
.demo_link a, demo_link a:link {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#008166;
	text-decoration:underline;
	}
.demo_link a:hover {
	color:#999999;
	text-decoration:underline;
	}