/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:10px Arial, Helvetica, sans-serif; 
	background:url(../images/bkg.png) repeat-x #39a7c6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
#page_title {
	padding:10px 0 0 30px;
	font-size:20px ;
		display:block;
	background:#e1f0c5;
	font-weight:bold;
	height:28px;
	margin:0;
}

h1{margin:0 0 15px 0;
	font-size:16px;
	font-weight:bold;}


h2 {
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
}
h3 {
	font:12px arial, helvetica, sans-serif;
	font-weight:bold;
}

hr{border:none; background:none; border-top:1px dotted #bdbcbc; padding:0; margin:0 0 15px 0; height:1px}

p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	padding:0 0 18px 0px;
}
li{margin:0 0 0 15px;}
lh{font-weight:bold}
ol{font-weight:bold}
ol li{margin:0 0 0 18px;}

blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
	color:#2c95b5;
}



/***** Forms *****/
 
form div {
	margin:0 0 3px 0;

}


.radio_button{float:left; margin:0 3% 0 0; border:none; clear:left }


/***** Tables *****/
/* 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

*/
/***** DESIGN *****/
 




#wrap {
	width: 1024px;
	margin: auto;
	text-align: left;
	position:relative;
}


#header {
	height:123px;
	margin:0;
	background:url(../images/header.png) no-repeat left;
}
	#header h1 {
		margin: 0; 
		padding: 10px 0; 
	}
	
#contact{
	width:195px;
	height:42px;
	background:url(../images/bkg_contact.png) no-repeat;
	float:right;
	margin:0 46px 0 0;
	padding:55px 0 0 35px;
	color:#2c95b5;
}

#nav_bar{
	height:32px;
	position:relative;
	z-index:500
}

#sitelink{font-weight:bold; color:#2c95b5; margin:8px 0 0 0; display:block }

#sitelink:hover{text-decoration:underline}



#nav{
	height:30px;
  margin:7px 0;
	padding:0;
	list-style:none;
	display:block;
	float:right;
	border-left:1px dotted #9fd7e1;
	height:19px;	
	
}

	#nav li{
		padding:0;
		margin:0;
		display:inline;
		list-style:none;
		border-right:1px dotted #9fd7e1;
		padding-right:5px;
		position:relative;
		
		float:left;
	}

	#nav a{
		font-size:11px;
		color:#9fd7e1;
		padding:0 27px 6px 27px;
		display:block;
		float:left;
		line-height:14px;
		
	}
		#nav a:hover, #nav a.current{color:#97ee6c; }

	
#nav ul {position:absolute; padding:0; margin: 0; top:-999em;  width:161px; z-index:200; background:#9fd7e1; border:1px solid white; z-index:500 }	
	 
#nav ul li{ float:none; padding:0; margin:0;  width:auto; display:block;    }

#nav ul li a{ background-image:none; text-indent:0;  color:#fff; font-size:10px; padding:4px 0; margin:0 12px -1px 12px; display:block; float:none; border:none; border-bottom:1px dotted white; text-transform:uppercase ; line-height:16px }

#nav ul li a:hover{ color:#0083A9;  }

#nav ul li img{margin:0 6px -6px 0}
#nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:0px; /* position first submenu directly under parent li */
	top:18px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}

#logo_link{position:absolute;}
	
	#search_form{float:right; margin:6px 13px 0 13px; padding:0;   }
		#search{border:1px solid #3daac8; height:16px;; background:white; }
		#search_button{border:none; background:url(../images/bkg_button.png) no-repeat; width:62px; height:18px; color:#FFFFFF; font-size:10px; padding:0; background-position:0px 1px}

#content_area{position:relative; clear:left; padding:25px 40px 0 54px; margin:0}


#content_home{
	width:343px;
	height:374px;
	float:left;
	color:#0084aa;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	padding:0;
}

#content_sub{
	width:943px;
	height:334px;
	float:left;
	color:#0084aa;
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:20px 20px;
	margin:0 0 36px 0 ;
}
	#robot{position:absolute; right:0;}

	#content_sub h1{color:#0083A9; font-size:24px;}
	
	.columns{ width:45%; float:left; margin:0 15px 0 0 }
	.columns img{border:3px solid #0084aa; margin:0 0 10px 10px}
	
	#tagline{background:url(../images/bkg_tagline.png) no-repeat; padding:31px 12px; width:319px; height:42px; color:#90e38a; font-size:18px; text-align:center; margin:0 0 5px 0;  }

#featured_project_window{ float:right; width:506px; overflow:hidden;  height:390px; position:relative; padding:0;  }

#inner_thumbs{padding:10px 0 0 0 }
.inner_thumb{border:2px solid #3daac8; margin:0 5px 5px 0 }
.inner_thumb_on{border:2px solid #6bd963}


#services_list {width:600px}
#services_list li{list-style-type:none; padding:0 0 10px 0; margin:0;}
#services_list h1{ font-size:14px; padding:0; margin:0;}

#animation_matrix{width:10000px; height:378px; position:absolute; z-index:0; }
.featured_project{float:left; position:relative; height:378px; z-index:0;}

.project_info{color:#0083a9; font-size:10px; padding:0 15px 5px 15px; height:27px}

.project_image{position:relative; float:left; width:506px; }
#shadow_mask{
	position:absolute;
	bottom:0px;
	left: 0;
	
}
.shadow{clear:left; float:left;}
.corner_tl{position:absolute; top:0; left:0}
.corner_tr{position:absolute; top:0; right:0}
.corner_bl{position:absolute; bottom:0; left:0}
.corner_br{position:absolute; bottom:0; right:0}

.featured_image{border:3px solid #3daac8}

#arrow_left, #arrow_right{position:absolute; top:166px}
#arrow_left{left:448px}
#arrow_right{left:993px}



#copyright{text-align:center; color:#9fd7e1; margin:10px 0}


#footer {
 margin:20px 0 0 14px ;
 padding:0;
 clear:left
}
	#email_action, #client_action, #news{
		width:330px;
		height:172px;
		float:left;
		padding:12px 0 0 32px;
		color:#b0d9e4;
		font-size:11px;
	
	}
	#news{width:233px; }
	
		#news li{ 
		list-style-type:none;
		border-bottom:1px dashed #b0d9e4;
		padding:5px 0 8px 0;
		width:125px;
		
		}
		#news a{color:#b0d9e4; }
		#news a:hover{color:#6BD963; text-decoration:underline }
	
	#footer form{background:url(../images/bkg_action_box.png) no-repeat; width:209px; height:112px; padding:9px 11px 9px 7px; margin:2px 0 0 0   }
		#footer form label {color:#b0d9e4; font-size:11px; height:10px; position:absolute;  }
		.formfeild{ margin:0 0 0 60px; height:18px; line-height:16px; padding:0;  width:150px; color:#666666; font:10px Arial, Helvetica, sans-serif;  border-style:none; border:none; }
		#footer form textarea { height:39px; }
		#footer #button{border:none; background:url(../images/bkg_button.png) no-repeat; width:62px; height:18px; color:#FFFFFF; font-size:10px; padding:0; background-position:0px 2px; float:right; font:10px Arial, Helvetica, sans-serif }
	#footer #news_feed{background:url(../images/bkg_action_box.png) no-repeat; width:209px; height:112px; padding:9px 11px 9px 7px; margin:2px 0 0 0; overflow:hidden; position:relative }
	#news_inside{position: absolute; top:0; padding:10px 0 0 0 ; }


#portfolio_thumbs_area{text-align:center;}
.portfolio_thumbs{border:4px solid #71bacf; margin:0 15px 15px 0 }
.portfolio_thumbs_current{border:4px solid #97ee6c; margin:0 15px 15px 0 }

.button{margin:2px 0 -3px 0; width:62px; height:17px; float:right}

#col_main_inner {
	margin:9px 200px 9px 30px;
	position:relative;
}
	#col_main_inner h1 {font:16px Arial, Helvetica, sans-serif; color:#000000}
	
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}

.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 15px 4px 0;
	border:1px solid #bdbcbc;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
	border:2px solid #97ee6c;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.midgray{
	color:#666666;
	font-weight:normal
}
.img_title{
	padding: 8px 0 0 0 ;
	color:#666666;
	font-weight:normal 
}
.img_caption{
	color:#666666;
	font-weight:normal;
	font-size:10px;
	margin:0 0 8px 0;
}
.two_col_img {border:1px solid #bdbcbc; float:right; margin:0 0 0 15px;}
.bottom_pad {margin-bottom:15px}
.img_border{border:1px solid #bdbcbc}
.not_bold{font-weight:normal}


#file_table {
width:100%;

float:left;
}
#file_table th{margin:0 0 3px 0; font:12px Arial, Helvetica, sans-serif; color:#999999; font-weight:bold}

#file_table td{ margin:0 0 3px 0;  color:#333333;}
.grid_headers{  margin:0 0 3px 0; font:12px Arial, Helvetica, sans-serif; color:#999999; font-weight:bold}

.grid_row{ background-color:#f4f2f2; margin:0 0 3px 0;  color:#333333; }


.grid_row_alt{ background-color:#FFF; margin:0 0 3px 0;  color:#333333; }
.grid_cell{width:23%; padding:4px 5px; float:left; }
.grid_wide{width:33%; padding:4px 5px; float:left; background:none} 
.grid_narrow{width:12%; padding:4px 5px; float:left; background:none;}
.grid_row:hover, .grid_row_alt:hover{background-color:#cce5ff;}
.grid_row a:hover {background-color:#cce5ff;}
.row_hover{background-color:#cce5ff;}
.red{color:#cc0000}
.hidden{display:none}
.form_button_green {background:url(../images/button_bkg_green.gif) repeat-x; border:1px solid #bdbcbc; height:22px; font:12px Arial, Helvetica, sans-serif; color:#000; width:108px; margin:5px 3% 0 0;  padding:0  }
.form_button_silver {background:url(../images/button_bkg_silver.gif) repeat-x; border:1px solid #bdbcbc; height:22px; font:12px Arial, Helvetica, sans-serif; color:#000; width:108px; margin:5px 3% 0 0;  padding:0  } 

/****** FIX FIREFOX ******
:-moz-any-link:focus {
 outline: none;
}
:focus {
	-moz-outline-style: none;
}
*/