/* COPYRIGHT 2007 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset.css);
@import url(forms.css);
@import url(slideBoxes.css);

html, body
{
	height: 100%;
}

body
{
	background: #F4F4F4 url(~/_img/body_bg.jpg) top center repeat-x;
}

/** ====================
 * Standard fonts and rollovers 
 */ 

.bodyText, body, td, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #414142;
	line-height: 2em;
}

.11point
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #414142;
	line-height: 2em;
}


h1
{
	font-family:"ITC Avante Garde Gothic Std Bk", Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #45719A;
}

h2
{
	font-family:"ITC Avante Garde Gothic Std Bk", Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #45719a;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45719a;
	font-weight: bold;
}

h3 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

h3 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a
{
	color:#DD480A;
	text-decoration:underline;
}

a:hover
{
	color:#DD480A;
	text-decoration:none;
}

em
{
	font-style: italic;
}

.map li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5em;
	font-style: normal;
	list-style-type:decimal;
	margin:5px 0px 0px 40px;
}

/** ====================
 * Standard fonts and rollovers 
 */ 

.error
{

}

.postAction
{

}

.back
{
	color:#DD480A;
	font-size:11px;
	text-decoration:underline;
	padding:0px 0px 0px 10px;
	margin:0px;
	background:url(~/_img/icon_back.gif) no-repeat 0 50%;
}

.back a:hover
{
	color:#DD480A;
	text-decoration:none;
}

.breadcrumbs
{
	font-size:11px;
}
	.breadcrumbs li
	{	
		float:left;
	}

/** ====================
 * outer-most container 
 */

#outerContainer
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background:url(~/_img/background.gif) top center repeat-y;
}

#headerContainer 
{
	width: 100%;
	height: 74px;
	background: #143949 url(~/_img/hdr_bg_ext.gif);
}

#header
{
	width: 963px;
	margin: auto;
}

#logo
{
	width: 192px;
	height: 74px;
	float: left;
}


#topNav
{
	float: right;
	margin: 31px 0px 0px 0px;
	width: 661px;
	height: 43px;
}

	#topNav li
	{
		display: block;
		float: left;
	}
	
	#topNav li a
	{
		display: block;
		height: 43px;
		float: left;
	}
	
	#topNav li .selected
	{
		display: block;
		height: 43px;
		float: left;
	}
	
	#topNav_About a
	{
		width: 111px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) 0px 0px no-repeat;
		text-indent:-9000px;
	}
	
	#topNav_About a:hover
	{
		background: url(~/_img/l1_nav.jpg) 0px -44px no-repeat;		
	}
	
	#topNav_About.selected a,
	#topNav_About.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) 0px -88px no-repeat;
		cursor:default;	
	}
	
	#topNav_Solutions a
	{
		width: 106px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) -111px 0px no-repeat;
		text-indent:-9000px;	
	}
	
	#topNav_Solutions a:hover
	{
		background: url(~/_img/l1_nav.jpg) -111px -44px no-repeat;		
	}
	
	#topNav_Solutions.selected a,
	#topNav_Solutions.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) -111px -88px no-repeat;	
		cursor:default;	
	}
	
	#topNav_Products a
	{
		width: 102px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) -217px 0px no-repeat;
		text-indent:-9000px;
	}
	
	#topNav_Products a:hover 
	{
		background: url(~/_img/l1_nav.jpg) -217px -44px no-repeat;		
	}
	
	#topNav_Products.selected a,
	#topNav_Products.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) -217px -88px no-repeat;
		cursor:default;	
	}
	
	#topNav_Services a
	{
		width: 100px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) -319px 0px no-repeat;
		text-indent:-9000px;	
	}
	
	#topNav_Services a:hover
	{
		background: url(~/_img/l1_nav.jpg) -319px -44px no-repeat;		
	}
	
	#topNav_Services.selected a,
	#topNav_Services.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) -319px -88px no-repeat;		
		cursor:default;	
	}
	
	#topNav_CaseStudies a
	{
		width: 130px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) -419px 0px no-repeat;
		text-indent:-9000px;	
	}
	
	#topNav_CaseStudies a:hover
	{
		background: url(~/_img/l1_nav.jpg) -419px -44px no-repeat;		
	}
	
	#topNav_CaseStudies.selected a,
	#topNav_CaseStudies.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) -419px -88px no-repeat;
		cursor:default;		
	}
	
	#topNav_Contact a
	{
		width: 112px;
		height: 43px;
		cursor:pointer;
		background: url(~/_img/l1_nav.jpg) -549px 0px no-repeat;
		text-indent:-9000px;
	}
	
	#topNav_Contact a:hover
	{
		background: url(~/_img/l1_nav.jpg) -549px -44px no-repeat;		
	}
	
	#topNav_Contact.selected a,
	#topNav_Contact.selected a:hover
	{
		background: url(~/_img/l1_nav.jpg) -549px -88px no-repeat;
		cursor:default;		
	}

#contentContainer
{
	padding: 20px;
	overflow:auto;
	width: 923px;
	clear: both;
	margin: auto;
	background: #ffffff url(~/_img/container_bg_ext.jpg) repeat-x;
}

#headerImage
{
	width: 922px;
	height: 306px;
}

#headerImage_inner
{
	width: 922px;
	height: 178px;
	margin: 0px 0px 11px 0px;
}

.gradientBox
{
	padding: 16px;
	background: url(~/_img/gradientBox_bg_ext.jpg) repeat-x;
}

.gradientBox .cornerTopLeft
{
	float:left;
	margin: -16px 0px 0px -16px;
}

.gradientBox .cornerTopRight
{
	float:right;
	margin: -16px -16px 0px 4px;
}


#welcomeWrapper
{
	clear:both;
	float:left;
	width:935px;
	
	min-height:200px;
	height: auto !important;
	height:200px;
	
	text-align: left;
	margin: 17px 21px 17px 0px;
}


#welcomeContainer
{
	width: 507px;
	min-height:200px;
	height: auto !important;
	height:200px;
	overflow:visible;
	float: left;
	
	text-align: left;
	margin: 17px 21px 17px 0px;
}

#welcome
{
	width: 480px;
	float: left;
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 10px 18px 0px 0px;
}

#welcome p
{

}

#welcome .learnMore a
{
	color: #DD480A;
}

#welcome .learnMore
{
	color: #DD480A;
	margin: 8px 0px 0px 0px;
}

#testimonial
{
	width: 174px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#testimonial p, .testimonial p
{
	color: #476C8C;
	font-style: italic;
}

#testimonial .person, .testimonial .person
{
	color: #858585;
	font-style: normal;	
	margin: 8px 0px 0px 0px;
}

.testimonialText
{
	color: #476C8C;
}

.testimonialPerson
{
	color: #858585;
	font-style: normal;	
}

#partnersContainer
{
	width: 329px;
	min-height:200px;
	height: auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin: 17px 0px 17px 0px;
}

#partnersContainer p
{
	margin-top: 10px;
}

#partnersList
{
	margin-top: 10px;
	width: 326px;
	height: 140px;
	overflow:hidden;
}

	#partnersList #scrollerContentContainer
	{
		overflow:hidden;
		width: 326px;
		height:120px;
	}

	#partnersList #scrollerContent
	{
		height:120px;
		padding:10px 10px 10px 10px;
	}

	#partnersList #scrollerContent img
	{
		margin:0px 5px 0px 0px;
	}

	#partnersList #scrollerBase
	{
		width: 326px;
		height:20px;
		background:#eeeeee;
	}

	#partnersList #scrollerKnob
	{
		width: 25px;
		height:20px;
		background:#45719A;
		cursor:move;
	}

#constantsContainer
{
	clear: both;
	margin: 45px 0px 0px 0px;
}

#constants
{
	
}

#constants li
{
	display: block;
	float: left;
}

#constants li a
{
	display: block;
	float: left;
	padding: 12px 24px 12px 24px;
	background: #F0F0F0;
	border-right: 1px solid #FFFFFF;
	font-family: ITC Avante Garde Gothic Std, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #636363;
}

#constants li a:hover, #constants li.selected a
{
	background: #E6E6E6;
	color: #DD480A;
}

#footerContainer
{
	width: 100%;
	font-size:10px;
	line-height:1.5em;
	position:absolute; 
	bottom:0px;
}

#footer
{
	padding: 0px 20px 15px 20px;
	width:923px;
	margin:auto;
}

#privacy
{
	padding: 6px 0px 0px 0px;
	margin:auto;
	text-align: right;
}

#privacy .privacyText
{
	font-family: arial, Sans-Serif;
	font-size: 10px;
	color: #999999;
	line-height: 1.5em;
}

#privacy .privacyText a
{
	color: #999999;
	text-decoration: none;
}

#privacy .privacyText a:hover
{
	color: #999999;
	text-decoration: underline;
}

#l2navContainer
{
	width: 220px;
	min-height:375px;
	height: auto !important;
	height:375px;
	overflow:visible;
	float: left;
	
	text-align: left;
	margin: 0px 21px 17px 0px;
}

#copyContainer
{
	width: 614px;
	min-height:375px;
	height: auto !important;
	height:375px;
	float: left;
	text-align: left;
	margin: 0px 0px 17px 0px;
}

#copyContainer p
{
	margin-top: 15px;
}

#onecolumnContainer
{
	width: 890px;
	min-height:200px;
	height: auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin: 0px 0px 17px 0px;
}

#sitemap p
{
	margin: 15px 0px 0px 0px;
}

#sitemap li a
{
	color: #DD480A;
	text-decoration: underline;
}

#sitemap li a:hover
{
	color: #DD480A;
	text-decoration: none;
}

ul.faq
{
	list-style:decimal;
	list-style-position:inside;
	
	margin:15px 0px 15px 0px;
}

ul.faq li.question, ul.faq li.question a
{
	color: #DD480A;
}

ul.faq li.question, ul.faq li.question a:hover
{
	color: #DD480A;
	text-decoration:none;
}

dl.testimonials
{
	margin:15px 0px 15px 0px;
}

dl.testimonials dt
{
	color: #476C8C;
	font-style: italic;
	border-top:1px solid #eeeeee;
	padding:10px 0px 0px 0px;
}

dl.testimonials dd
{
	color: #858585;
	font-style: normal;	
	margin: 8px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

dl.testimonials dd a
{
	color: #DD480A;
}

dl.testimonials dd a:hover
{
	text-decoration:underline;
}

table.faq
{	
	margin:15px 0px 15px 0px;
}

table.faq td.question a
{
	font-family:"ITC Avante Garde Gothic Std Bk", Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #45719a;
	text-decoration:none;
}

table.faq td.answer
{
	padding:0px 0px 20px 0px;
}

table.faq span
{
	margin-right:20px;
	font-size:10px;
	float:right;
}
	table.faq span a
	{
		color:#45719a;
	}

.bulletList li
{
	background:url(~/_img/bullet_arrow.gif) no-repeat 0 6px;
	padding:0px 0px 0px 20px;
	margin:0pc 0px 0px 20px;
}

.bulletList a
{
	text-decoration:underline;
	color:#DD480A;
}

.bulletList a:hover
{
	text-decoration:none;
	color:#DD480A;
}

.linkedList li a
{
	background:url(~/_img/icon_learnMore.gif) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	text-decoration:underline;
	color:#DD480A;
}

.linkedList a:hover
{
	text-decoration:none;
	color:#DD480A;
}

.sitemapList li
{
	background:url(~/_img/icon_learnMore.gif) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 40px;
	color:#DD480A;
}

.privacyList a
{
	background:url(~/_img/icon_learnMore.gif) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	text-decoration:underline;
	color:#DD480A;
}

#productsLogo
{
	clear:both;
	float:left;
	width:200px;
	height:200px;
	padding:0px;
	margin:9px 0px 0px 0px;
	background:#999;
}

#productsText
{
	float:right;
	width: 380px;
	padding:6px 0px 0px 0px;
	margin:0px;
}

.linkWeb
{
	background:url(~/_img/icon_learnmore.gif) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	margin:0px;
	text-decoration:underline;
	color:#DD480A;
}

.linkPDF
{
	background:url(~/_img/icon_linkpdf.gif) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	margin:0px;
	text-decoration:underline;
	color:#DD480A;
}

.productCell
{
	background:#FFF;
	padding:0px 20px 0px 20px;
	margin:0px;
}

.productsNumber
{
	font-size: 11px;
	color:#9f9f9f;
}

.productsThumb
{
	font-size: 11px;
}

/** ====================
 * chart 
 */ 

 #processChart {
 width: 608px;
 height: 190px;
 background: url(~/_img/process_img.jpg) no-repeat;
 margin:0; 
 padding:0;
 position:relative;

}

#processChart li {
margin: 0;
padding: 0;
list-style: none;
display: block;
position: absolute;
}

#processChart a {
display: block;
text-indent: -9999px;
text-decoration: none;
}

#assess {
left: 0px;
top: 53px;
width: 171px;
height: 120px;
}

#design {
left: 171px;
top: 53px;
width: 83px;
height: 120px;
}

#develop {
left: 257px;
top: 53px;
width: 90px;
height: 120px;
}

#review {
left: 354px;
top: 53px;
width: 71px;
height: 120px;
}

#maintain {
left: 428px;
top: 53px;
width: 178px;
height: 120px;
}

#assess a {
height: 120px;
z-index:100;
}

#design a {
height: 120px;
z-index:100;
}

#develop a {
height: 120px;
z-index:100;
}

#review a {
height: 120px;
z-index:100;
}

#maintain a {
height: 120px;
z-index:100;
}

#assess a:hover {
background:url(~/_img/process_balloon_assess.gif) 25px 90px no-repeat;
width:225px;
height:290px;
}

#design a:hover {
background:url(~/_img/process_balloon_design.gif) 0px 90px no-repeat;
position:absolute;
left:-60px;
width:200px;
height:290px;
}

#develop a:hover {
background:url(~/_img/process_balloon_develop.gif) 0px 90px no-repeat;
position:absolute;
left:-155px;
width:400px;
height:290px;
}

#review a:hover {
background:url(~/_img/process_balloon_review.gif) 0px 90px no-repeat;
position:absolute;
left:-60px;
width:200px;
height:228px;
}

#maintain a:hover {
background:url(~/_img/process_balloon_maintain.gif) 0px 90px no-repeat;
position:absolute;
left:-46px;
width:200px;
height:248px;
}


/** ====================
 * contactChart
 */ 

#contactForm
{
	padding:0;
	margin:0;
}

#contactChart
{
	clear:both;
	float:left;
	margin:15px 0px 15px 0px;
	padding:0;
	width: 600px;
}

	#contactChart li
	{
		display: block;
		float: left;
		height:170px;
		padding:0px 6px 0px 0px;
	}
	
	#contactChart p
	{
		margin:80px 0px 0px 20px;
		line-height:1.50em;
	}
	
	#contactChart_sales
	{
		width: 143px;
		height: 70px;
		cursor:default;
		background: url(~/_img/contact_img_sales.gif) 0px 0px no-repeat;
	}
	
	#contactChart_service
	{
		width: 143px;
		height: 70px;
		cursor:default;
		background: url(~/_img/contact_img_service.gif) 0px 0px no-repeat;
	}
	
	#contactChart_emergency
	{
		width: 143px;
		height: 70px;
		cursor:default;
		background: url(~/_img/contact_img_emergency.gif) 0px 0px no-repeat;
	}
	
	#contactChart_eservice
	{
		width: 143px;
		height: 70px;
		cursor:default;
		background: url(~/_img/contact_img_eservice.gif) 0px 0px no-repeat;
	}

/** ====================
 * directions 
 */
 
 #directionsText
 {
 	float:left;
	width:225px;
	padding:0px 0px 25px 0px;
}
 
 #directionsMap
 {
 	float:right;
	width:350px;
	height:350px;
	margin:20px 0px 0px 0px;
	overflow:none;
 }
