/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #bcbdbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #767778;
	text-align: left;
	margin: 0px 0px 0px 0px;
}



/* ----------------------------------------------------- */
/* STRUCTURE 							                               */

#container {
	width: 1000px;
	margin-top: 25px;	
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	background-image: url('images/bg_main.gif');		
}

#content_topbottom {
	width: 1000px;
	height: 5px;
}

#content_shell {
	width: 990px;
	margin: 0px 0px 0px 5px;
}

#content_left {
	width: 225px;
	min-height: 510px;	
	float: left;
	background-image: url('images/bg_left.gif');		
}

#content_left_index {
	width: 225px;
	min-height: 510px;	
	float: left;	
}


#content_right {
	width: 765px;
	float: left;
	min-height: 510px;	
	background-image: url('images/bg_right.gif');		
}

#content_right_index {
	width: 765px;
	float: left;
	min-height: 510px;			
}

#content {
	width: 730px;
	min-height: 440px;
	margin: 0px 0px 20px 20px;	
}

#interface {
	width: 730px;
	height: 25px;
	margin: 25px 0px 0px 0px;
}

#header {
	height: 100px;
}

#field {
	width: 800px;
	height: 25px;
}

#content_right2 {
	width: 765px;
	float: left;
	min-height: 510px;	
}

#services_buttons_shell {
	width: 300px;
	height: 30px;
}

#services_button {
	width: 140px;
	height: 30px;
	float: left;
}

.imgpad {
	padding: 0px 10px 10px 0px;
}

#factoid_shell {
	margin: 40px 0px 0px 32px;
	width: 136px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}


/* ----------------------------------------------------- */
/* TEXT 							                               */

h1 {
	font-size: 17px;
	color: #72b0df;
}

h2 {
	font-size: 13px;
	color: #ff9c1a;
}

h3 {
	font-size: 12px;
	color: #72b0df;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 15px; 	
}

img {border: none;}

a {
	font-weight: bold;
	color: #72b0df;
	text-decoration: underline;
}

hr {
	height: 2px;
	border-style: none;
	background-color: #f68b1f;
}

hr2 {
	height: 1px;
	border-style: none;
	background-color: #f68b1f;
}

.bullet {
	vertical-align:text-top;
}

.text_orange {
	font-weight: bold;
	color: #ff9c1a;
}


.link {
	font-weight: bold;
	color: #72b0df;
	text-decoration: underline;
}

.sitemap {
	color: #bcbdbf;
	text-decoration: underline;
}

/* ---------------------- */
/* NAVIGATION           */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 459px;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	height: 20px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url('images/white.png');
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 8px;
	border: 1px solid #f08b23;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0;
}

* html #nav li ul {background: #fff;}

/* target IE6 */
* html #nav li ul {margin-top: 8px;}

#nav li ul li {padding-left: 9px; font-size: 12px; background: none; height: auto; padding-bottom: 7px;}
#nav li ul li a {color: #7d7d7d; background: none;}
#nav li ul li a:hover {color: #f08b23; background: none;}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li.about {width: 73px; height: 20px; background: url('images/int_about.gif');}
#nav li.about:hover {background: url('images/int_about.gif') 0 20px;}
#nav li.about_on {width: 73px; height: 20px; background: url('images/int_about.gif') 0 20px;}
#nav li.about span, #nav li.about_on span {visibility:hidden;} 

/* target IE6 */
* html #nav li.about :hover { height: 20px; background: url('images/int_about.gif') 0 20px; margin-bottom: -8px;}
* html #nav li.about ul li :hover {background: none;}




#nav li.services {width: 69px; height: 20px; background: url('images/int_services.gif');}
#nav li.services:hover {background: url('images/int_services.gif') 0 20px;}
#nav li.services_on {width: 69px; height: 20px; background: url('images/int_services.gif') 0 20px;}
#nav li.services span, #nav li.services_on span {visibility:hidden;} 

/* target IE6 */
* html #nav li.services :hover {height: 20px; background: url('images/int_services.gif') 0 20px; margin-bottom: -8px;}
* html #nav li.services ul li :hover {background: none;}



#nav li.experience {width: 86px; height: 20px; background: url('images/int_experience.gif');}
#nav li.experience:hover {background: url('images/int_experience.gif') 0 20px;}
#nav li.experience_on {width: 86px; height: 20px; background: url('images/int_experience.gif') 0 20px;}
#nav li.experience span, #nav li.experience_on span {visibility:hidden;} 

/* target IE6 */
* html #nav li.experience :hover { height: 20px; background: url('images/int_experience.gif') 0 20px; margin-bottom: -8px;}
* html #nav li.experience ul li :hover {background: none;}

#nav li.approach {width: 75px; height: 20px; background: url('images/int_approach.gif');}
#nav li.approach:hover {background: url('images/int_approach.gif') 0 20px;}
#nav li.approach_on {width: 75px; height: 20px; background: url('images/int_approach.gif') 0 20px;}
#nav li.approach span, #nav li.approach_on span {visibility:hidden;} 

/* target IE6 */
* html #nav li.approach :hover { height: 20px; background: url('images/int_approach.gif') 0 20px; margin-bottom: -8px;}
* html #nav li.approach ul li :hover {background: none;}

#nav li.contact {width: 86px; height: 20px; background: url('images/int_contact.gif');}
#nav li.contact:hover {background: url('images/int_contact.gif') 0 20px;}
#nav li.contact_on {width: 86px; height: 20px; background: url('images/int_contact.gif') 0 20px;}
#nav li.contact span, #nav li.contact_on span {visibility:hidden;} 

/* target IE6 */
* html #nav li.contact :hover { height: 20px; background: url('images/int_contact.gif') 0 20px; margin-bottom: -8px;}
* html #nav li.contact ul li :hover {background: none;}

#nav li.spacer {width: 15px; height: 20px; background: url('images/int_spacer.gif');}




