@charset "UTF-8";

/* The below restores some basic defaults */


*, html, div, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }


strong { font-weight: bold }

em { font-style: italic }

ol, ul, li { list-style:none }



a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }

a img { border:none } /* Gets rid of IE's blue borders */
	


/* HEADER */

body  {
	font: 13px/20px Helvetica, Arial, Verdana, sans-serif;
	background: url(images/bg_body2.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #8D9697;
}

#wrapper {
	width: 940px;
	background: #fff;
	margin: 30px auto 0;
	z-index: 10;
}

#header  {
	height: 120px;
	text-align: left;
	position: relative;
	padding: 40px 30px 0 0;
	border-bottom: solid 1px #cad0d0;
	/* background: url(images/bg_header2.jpg) top right no-repeat; */ /* Green triangle "fold" in upper right corner */
}

#header #logo {
	width: 381px;
	height: 102px;
	position: absolute;
	top: 40px;
	left: -21px;
}

#header #logo h1 a {
	display: block;
	width: 381px;
	height: 102px;
	text-indent: -9999px;
	background: url(images/logo2.jpg) no-repeat;
}


/*

#nav {
	margin: 0 0 0 420px;
}

#nav ul li {
	float: left;
	margin: 65px 45px 0 0;
	display: inline;
}

#nav ul li a {
	color: #6a9b9b;
	font-size: 14px;
	padding: 0 0 2px 0;

}

#nav ul li a:hover {
	border-bottom: solid 1px #6a9b9b;
}

#nav ul li a.current {
	font-weight: bold;
}

*/



/* DROPDOWN NAVIGATION */


#navigation {
	margin: 50px 0 0 420px;
	position: relative;
	z-index: 100;
}

#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #fff;
	line-height: 100%;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */

#nav a {
	color: #6a9b9b;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
}

#nav a:hover {
	background: #e2ebeb;
	color: #fff;
}

#nav a.current {
	font-weight: bold;
	color: #3f6b6b;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #4e8989;
	color: #fff;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: #e2ebeb;
	border: none;
	color: #6a9b9b;
	font-size: 12px;

}

#nav ul a:hover {
	background: #4e8989  !important;
	color: #fff !important;
}

#nav ul li:hover a.current, #nav li:hover li a.current {
	font-weight: bold;
	color: #3f6b6b;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 10px 0;
	width: 210px;
	position: absolute;
	top: 29px;
	left: 0;
	background: #e2ebeb;
	border: solid 1px #cad0d0;
	

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

	






/* CONTENT */


#content {
	padding: 30px 30px 10px;
	text-align: left;
}

#content #mainContent {
	margin: 0 270px 0 0;
	position: relative;
}

#content #mainContent p {
	margin: 0 0 10px;
}

#content #mainContent p.intro {
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #cad0d0;
}

#content #mainContent p.intro2 {
	margin: 20px 0 30px 0;
}

#content #mainContent p a {
	padding: 0 0 2px 0;
	color: #2e7979;
}

#content #mainContent p a:hover {
	border-bottom: solid 1px #2e7979;
}

#content #mainContent li a {
	padding: 0 0 2px 0;
	color: #2e7979;
}

#content #mainContent p li a:hover {
	border-bottom: solid 1px #2e7979;
}


#content #mainContent ul.thumb_sc a {
	display: block;
	width: 220px;
	height: 120px;
	float: left;
	margin: 0 20px 20px 0;
	background: url(images/thumb_sc.jpg) no-repeat;
	text-indent: -9999px;
}

#content #mainContent ul.thumb_sc a:hover {
	background-position: 0 -120px;
}

#content #mainContent ul.thumb_kg a {
	display: block;
	width: 220px;
	height: 120px;
	float: left;
	margin: 0 20px 20px 0;
	background: url(images/thumb_kg.jpg) no-repeat;
	text-indent: -9999px;
}

#content #mainContent ul.thumb_kg a:hover {
	background-position: 0 -120px;
}


#content table.thumbs td {
	padding: 0;
	margin: 5px;
	width: 150px;
	height: 150px;
}

#content table.thumbs td a {
	margin: 0;
}

#content table.thumbs td a:hover {
	margin: -4px 0 0 -2px;
	border: none;

}
#content table.thumbs_home td {
	padding: 2px;
	margin: 5px;
	width: 135px;
	height: 135px;
}

#content table.thumbs_home td a {
	margin: 0;
}

#content div#chart {
	width: 610px;
	height: 150px;
	background: url(images/chart_developers.gif) no-repeat;
	padding: 10px 0 10px 0px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #cad0d0;
}

#content div.chartblock {
	width: 115px;
	margin: 0px 40px 10px 0;
	float: left;
	display: inline;
}

#content div.chartblock_last {
	width: 115px;
	margin: 0;
	float: left;
	display: inline;
}

#content div#chart h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#content div#chart p {
	line-height: 18px;
	font-size: 12px;
}
	
#content #mainContent .col_left {
	float: left;
	width: 280px;
	margin: 0 30px 0 0;
}

#content #mainContent .col_right {
	float: left;
	width: 280px;
}

#content div.clientquote {
	padding: 0 50px;
	background: url(images/bg_quote.jpg) left top no-repeat;
}

#content div.clientquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

#content div.clientquote .clientname {
	font-family: Helvetica, Arial sans-serif;
	font-size: 13px;
	font-style: normal;

}

#content ul.list2 {
	margin: 0 0 10px 0;
}

#content ul.list2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 50px 0 50px;
}	
	


table.hhcraig {
	margin: 0 0 30px 0;
}

table.hhcraig td {
	color: #e0e7e7;
	margin: 0px;
	padding: 15px;
	width: 290px;
}

table.hhcraig .hh {
	background: #325b5b url(images/bg_tableleft.jpg) repeat-x;
}

table.hhcraig td.top {
	padding: 0;
	margin: 0;
}

table.hhcraig td.hh_top {
	padding: 0 ;
	background: url(images/bg_superheroes.gif) repeat-x 0 0;
}

table.hhcraig .craig {
	background: #90a0a0 url(images/bg_tableright.jpg) repeat-x;
}

table.hhcraig td.craig_top {
	padding: 0 ;
	background: url(images/bg_craig.gif) repeat-x 0 0;
}




/* SIDEBAR */


#content .sidebar1 {
	width: 210px;
	float: right;
	padding: 0 0 0 0;
}

/*
#content .sidebar1 h3 {
	display: block;
	height: 50px;
	width: 245px;
	background: url(images/bg_sidebarhead.jpg) top left no-repeat;
	color: #fff;
	position: absolute;
	top: 0px;
	right: -50px;
	padding: 10px 0 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
*/

#content .sidebar1 h3 {
	display: block;
	height: 49px;
	width: 245px;
	background: url(images/bg_sidebarhead.jpg) top left no-repeat;
	padding: 11px 0 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
	position: relative;
	z-index: 1;
}

#content .sidebar1 p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(images/bg_quote.jpg) no-repeat;
	line-height: 28px;
	margin: 0 0 10px 0;
}

#content .sidebar1 ul {
	margin: 0 0 30px 0;
}

#content .sidebar1 ul.services li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #cad0d0;
}

.sidebar2 {
	width: 230px;
	float: right;
	position: relative;
	padding: 0 0 0 0;
}

.sidebar2 .description {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6a9b9b;
	letter-spacing: 1px;
}

.sidebar2 .projectinfo {
	margin: 10px 0 10px 0;
}

.sidebar2 .projectinfo li {
	margin: 5px 0 0 0;
}

.sidebar2 ul.list {
	margin: 0 0 30px 0;
}

.sidebar2 ul.list li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0 10px;
}

.sidebar2 p {
	margin: 10px 0 0;
}

.sidebar2 a {
	color: #2e7979;
	padding: 0 0 2px 0;
}

.sidebar2 a:hover {
	border-bottom: solid 1px #6a9b9b;
}

/*
.sidebar2 h3 {
	display: block;
	height: 49px;
	width: 265px;
	background: url(images/bg_sidebarhead2.jpg) top left no-repeat;
	padding: 11px 0 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	position: relative;
	z-index: 1;
}
*/

.sidebar2 li.clientname {
	font-size: 26px;
	font-weight: lighter;
	line-height: 30px;
	font-family: Museo300, Georgia, "Times New Roman", Times, serif;
	color: #6a9b9b;
	margin: 0 0 10px 0;
}

.sidebar2 li.clientproject {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bec8c7;
}

.sidebar2 h3 {
	font-weight: bold;
	color: #6a9b9b;
}

.sidebar2 #prevnext li {
	float: left;
	display: inline;
}

.sidebar2 #prevnext li.previous a {
	height: 30px;
	width: 115px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_previous.gif) left top no-repeat;
	display: block;
	text-indent: -9999px;
}

.sidebar2 div#prevnext {
	margin: 10px 0 20px 0;
	padding: 15px 0 15px 0;
	border-top: solid 1px #cad0d0;
	border-bottom: solid 1px #cad0d0;
	display: block;
}

.sidebar2 #prevnext li.previous a:hover {
	background-position: 0px -30px;
	text-decoration: none;
	border: none;
}

.sidebar2 #prevnext li.previous .null {
	height: 30px;
	width: 115px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_previous.gif) 0 -60px no-repeat;
	display: block;
	text-indent: -9999px;
	
}

.sidebar2 #prevnext li.next a {
	height: 30px;
	width: 115px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_next.gif) left top no-repeat;
	display: block;
	text-indent: -9999px;
	
}

.sidebar2 #prevnext li.next a:hover {
	background-position: 0px -30px;
	text-decoration: none;
	border: none;
}

.sidebar2 #prevnext li.next .null {
	height: 30px;
	width: 115px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_next.gif) 0 -60px no-repeat;
	display: block;
	text-indent: -9999px;
	
}










/* FOOTER */


#footercontainer {
	background: #1c4545;
	width: 100%;
}

#footer  {
	background: url(images/bg_footer2.jpg) top left no-repeat;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
	
#footer #contact {
	padding: 48px 0 90px 50px;
}

#footer #contact h2 {
	float: left;
	margin: 0 20px 0 0;
}

#footer #contact p {
	color: #8D9697;
	padding: 3px 0 0 0;
}

#footer #contact a {
	color: #4e8989;
}

#footer #contact a:hover {
	padding: 0 0 2px 0;
	border-bottom: solid 1px #4e8989;
}

#footer .col_left {
	width: 140px;
	float: left;
	margin: 0 10px 0 20px;
}

#footer .col_mid {
	width: 140px;
	float: left;
	margin: 0 10px 0 0;
}

#footer .col_right {
	width: 640px;
	margin: 0 0 0 340px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	padding: 0 0 2px 0;
	border-bottom: solid 1px #fff;
}

#footer h2 {
	color: #4e8989;
}

#footer form fieldset {
	width: 300px;
	float: left;
	border: none;
}

#footer form fieldset#rightform {
	margin: 0 0 0 20px;
}

#footer form fieldset legend {
	display: none;
}

#footer form input {
	margin: 3px 0 10px 0;
	border: none;
	background: #87a3a3;
	height: 20px;
	width: 270px;
	padding: 5px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#footer form textarea {
	margin: 3px 0 10px 0;
	border: none;
	background: #87a3a3;
	height: 152px;
	width: 270px;
	padding: 5px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

#footer .submit {
	margin: 10px 0 0 320px;
}

#footer .submit {
	display: block;
	text-indent: -9999px;
	background: #fff url(images/submit.jpg) no-repeat;
	height: 40px;
	width: 105px;
	cursor: pointer;
	border: none;
}

#footer p {
	color: #d6e1e1;
	margin: 0;
}

#footer h2 {
	line-height: 24px;
}
	
	 



/* MISX. STYLES */


@font-face {
font-family: Museo300;
src: url(styles/fonts/museo300-regular-webfont.ttf);
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.mainContent .fltlft, .mainContent2 .fltlft, .mainContent3 .fltlft, { 
	float: left;
	margin-right: 30px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family: Museo300, Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 36px;
	line-height: 42px;
	color: #4e8989;
	margin-bottom: 10px;
}

h2 {
	font-family: Museo300, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 100;
	margin: 0 0 10px 0;
	color: #6B7677;
}

h3 {
	color: #5e8080;
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}





	
	
	

