/****************************************************************/
/* ---------------------[ Defaults ] */
/****************************************************************/

* {padding:0; margin:0;} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	background: url(images/bg_body.gif) center top repeat-y #212280;
	color: #666666;
	text-align: center;
	padding: 0 0 20px 0;
}

p { 
	margin:0 0 1.1em 0;
}

img {
	border: 0;
}

/****************************************************************/
/* ---------------------[ Headings ] */
/****************************************************************/

H1, H2, H3, H4, H5, H6
{ color:#000; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
H1
{ margin-bottom:.5em; font-size:110%;  }
H2
{ font-size:120%; margin-bottom:.9em; color: #000; }
H3
{ font-size:110% }
H4
{
	font-size:100%;
	color: #666666;
}
H5
{ font-size:110%;
	color: #212280; }
H6
{ font-size:110% }

/****************************************************************/
/* ---------------------[ Lists ] */
/****************************************************************/

ul, dl {
	margin:1em 0;
	padding:0;
	list-style:none;
}

dt {font-weight: bold;margin: 0 0 1.5em 0;}
dd {margin: 0 0 1.5em 0;}

ul li {
	background:url("images/bullet_list.gif") no-repeat 0 .2em;
	margin:0;
	padding:0 0 1.2em 1.9em;
	line-height: 1.2em;
}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/****************************************************************/
/* ---------------------[ Links ] */
/****************************************************************/


a:link {
	color: #212280;
	text-decoration:none;
}

a:visited {
	color: #212280;
	text-decoration:none;
}

a:hover {
	color: #212280;
	text-decoration: underline;
}

a:active {
	color: #212280;
	text-decoration: underline;
}

/****************************************************************/
/* ---------------------[ Layout ] */
/****************************************************************/

#container {
	margin: 0 0 0 0;
	z-index: 1;
	font-size: 1em;
	line-height: 1.3em;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#banner {
	width: 936px;
	padding: 0 7px 7px 7px;
	background: url(images/img_corners_bottom.gif) left bottom no-repeat #fff;
}
	#banner h2 {display: none}

#masthead {
	width: 936px;
	position: relative;
	background:url(images/bg_masthead.gif) left top;
	height: 138px;
}
	#masthead h1 {display: none}
		
	.finditfast {
		position: absolute;
		left: 307px;
		top: 104px;
	}
		
#left_column {
	position:absolute;
	left: 32px;
	top: 171px;
	width: 209px;
	z-index: 100;
}
	.img_left_column {margin: 20px 0 20px 0;}

#content_container {
	float:left;
	width: 950px;
	background: url(images/img_corners_top.gif) left top no-repeat #fff;
	z-index: 2;
	margin: 7px 0;
}
	*html #content_container {height: 233px;}
	
	#content {
		width: 632px;
		margin: 0 0 0 272px;
		padding: 33px 0 20px 0;
		float: left;
		display:inline;
		min-height: 233px;
	}
		*html #content {height: 233px;}
		
		#sub #content {min-height: 330px}
		*html #sub #content {height: 330px;}
	
		#content_left {
			width: 301px;
			float: left;
			background: url(images/bg_content_left.gif) right top repeat-y;
			padding: 0 28px 0 0;
		}
			#content_left h2 {clear: both;}
			#sub #content_left {width: 600px; background:none; padding: 0;}
			
				/* Page Unique Styles */
				#content_left_right {
				float: right;
				margin: 0 0 20px 20px;
				width: 210px;
				}
				#content_left_right p {
					margin: 20px;
					color: #8AC134;
					font-style:italic;
				}
			
			.column_float{
			width:180px;
			float:left;
			}
			


/*HOLLY HACK*-----makes the column floats work on two column width/				
				
/* Hides from IE5-mac \ */
* html .column_float {height: 1%;}
/* End hide from IE5-mac */
				
				
				
				

				#casestudies_select_industry { margin: 0 0 1.1em 0; color: #8AC134;}
				/* End Page Unique Styles*/
			
			#contact #content_left {width: 640px; padding: 0 20px 0 0;}
	
		#content_middle {
			float: left;
			
			width: 350px;
		}
	
				
		#content_right {
			float: left;
			margin: 0 0 0 28px;
			width: 269px;
		}
		
	
		
		
		
			#sub #content_right {
			width: 1px;
			display: none;
			}
			
	
			
			
			
			
			#contact #content_right {width: 1px;display: none; margin: 0;}
		
		
		
			
	.rule {
	padding: 10px 0 ;
	background: url(images/bg_red_dot.gif) left top repeat-x;
}
			
	
#pullquote_container {
	text-align:center;}
	
	
		
	#open_quote {
		clear:both;
		text-align:left;

		}
	
	#pullquote{
	margin-top:-20px;
	margin-left:38px;
		width:222px;
		text-align:left;
		}
		
	
	#close_quote {
	margin-top:-20px;
		text-align:right;
		margin-bottom:20px;
		clear:both;
		}
	
			
			

#footer {
	background: url(images/img_corners_bottom.gif) left bottom no-repeat;
	padding: 0 10px 10px 10px;
	font-size: .9em;
	width: 930px;
	clear: left;
}

	#footer div {
		padding: 10px 0 0 20px;
		background: url(images/bg_red_dot.gif) left top repeat-x;
	}
	#footer #sharp_logo{text-align:right;padding-bottom:7px;margin-top:15px;}

/****************************************************************/
/* ---------------------[ Misc ] */
/****************************************************************/

.img_right {
	float: right;
	margin: 0 0 20px 20px;
	}

/****************************************************************/
/* ---------------------[ Primary Nav ] */
/****************************************************************/

#primenav_container {
	background: url(images/bg_primenav_bottom.gif) left bottom no-repeat #222380;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 0 0 50px 0;
	width: 205px;
}


#primenav_container ul
{
	margin: 0;
	padding: 0;
}

#primenav_container ul li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background:none;
}

#primenav a:link, #primenav a:visited
{
	text-decoration: none;
	padding: 9px 12px 9px 12px;
	display:block;
	width: 181px;
	color: #fff;
	border-bottom: 1px solid #FFF;
}

#primenav a:hover
{
	color: #000;
	background-color: #8AC034;
	text-decoration: none;
	display:block;
}

#primenav_container #primenav #primenav_selected
{
	color: #000;
	background-color: #8AC034;
	text-decoration: none;
	font-weight: bold;
}

	/*----------[Second Level]------------*/
	
	#primenav li ul {
		background: #E7D16A;
	}
	
	#primenav li ul a:link, #primenav li ul a:visited
	{
		text-decoration: none;
		padding: 6px 12px 6px 12px;
		display:block;
		width: 161px;
		color: #000;
		margin: 0 10px;
		font-size: .9em;
		border-bottom: 1px dotted #FFF;
	}
	
	#primenav li ul a:hover
	{
		color: #000;
		text-decoration: underline;
		display:block;
		background: none;
	}
	
	#primenav_container #primenav li ul #primenav_sub_selected
	{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}

/****************************************************************/
/* ---------------------[ Seconday Nav ] */
/****************************************************************/

#secnav
{
	position:absolute;
	right: -7px;
	top: 12px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secnav li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .8em 0 -.8em;
	padding: 0 .8em 0 .8em;
	background-image:none;
}

#secnav a:link, #secnav a:visited{

}

#secnav a:hover{
	text-decoration:underline;
}

#secnav #secnav_selected{
	text-decoration: none;
	font-weight:bold;
}

/****************************************************************/
/* ---------------------[ Sub Nav ] */
/****************************************************************/

#subnav
{
	list-style-type: none;
	margin: 0 0 1.1em 0;
	padding: 0 0 1.1em 0;
}

#subnav li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .8em 0 -.8em;
	padding: 0 .8em 0 .8em;
	background-image:none;
}

#subnav a:link, #subnav a:visited{

}

#subnav a:hover{
	text-decoration:underline;
}

#subnav #subnav_selected{
	text-decoration: none;
	font-weight:bold;
}

#subnav li.firstchild {
	border-left: none;

