*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

img { border: none; }

#container
{
	width: 960px;
	margin: 0 auto;
	border: solid 1px #6a737b;
	border-top: 0px;
	background: url(images/puzzlebg.jpg) no-repeat right bottom;
	padding-bottom: 120px;
}

#header
{
	width: 960px;
	height: 318px;
	border-bottom: solid 6px #006bb3;
	position: relative;
}

#home_link
{
	position: absolute;
	top: 0;
	left: 65px;
	display: block;
	width: 485px;
	height: 84px;
	text-indent: -9999px;
}

#header h1
{
	display: none;
}

.header_home { background: url(images/header4.jpg) no-repeat left top; }
.header_about { background: url(images/header3.jpg) no-repeat left top; }
.header_service { background: url(images/header2.jpg) no-repeat left top; }
.header_team { background: url(images/header11.jpg) no-repeat left top; }
.header_results { background: url(images/header7.jpg) no-repeat left top; }
.header_contact { background: url(images/header9.jpg) no-repeat left top; }

#navigation
{
	clear:both;
	display: block;
	width: 390px;
	height: 40px;
	color: #666;
	font-size: 11px;
	float:right;
	text-align: left;
	margin: 38px 0px 0px 405px;
	font-weight: bold;
}

#navigation a
{
	color: #666;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation a:active
{
	text-decoration: underline;
}

.navigationActive a:active, .navigationAction a:visited, .navigationActive a:active, .navigationActive
{
	color:#666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;

}

.NavTextLink a:link, .NavTextLink a:visited, .NavTextLink a:active, .NavTextLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a737c;
	text-decoration: none;
	size: 10px;
	line-height: 16px;
	font-weight: bold;
     }
    


#headernav ul
{
	list-style: none;
	margin: 38px 0px 0 570px;
	float: left;
	display: inline;
}

#headernav ul li
{
	float: left;
	display: inline;
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

#headernav ul li a
{
	color: #666;
	text-decoration: none;
}

#headernav ul li a:hover, #headernav ul li.active a
{
	text-decoration: underline;
}

h2, h3, h4, h5 { margin-bottom: 4px; }

h2
{
	color: #ec8000;
	font-size: 18px;
}

h3
{
	color: #333;
	font-size: 14px;
}

h4
{
	color: #333;
	font-size: 14px;
}

h5
{
	color: #006bb3;
	font-size: 14px;
}

#content
{
	width: 960px;
	margin-top: 30px;
	color: #6a737b;
	
}

#content p
{
	margin-bottom: 16px;
	line-height: 16px;
}

#content p.intro
{
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

#content a
{
	color: #006bb3;
	font-size: 12px;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#left-col
{
	width: 510px;
	margin: 0 70px 0 30px;
	float: left;
	display: inline;
	color: #333;
}

#content p
{
	margin-bottom: 16px;
	line-height: 16px;
}

#content ul
{
	margin: 0 0 16px 25px;
	line-height: 16px;
}

#content ul li
{
	margin-bottom: 8px;
}

#content ul.nobullet
{
	list-style: none;
	margin-bottom: 16px;
	color: #6a737b;
	margin-left: 0;
}

#content ul.nobullet li
{
	margin-bottom: 4px;
}

#right-col, #side_box
{
	width: 300px;
	float: right;
	display: inline;
	padding-right: 30px;
	padding-left: 20px;
}

#side_box
{
	padding: 26px 30px 4px 20px;
	margin-bottom: 16px;
}

.home #left-col
{
	width: 550px;
	margin-right: 60px;
}

.home #right-col
{
	width: 280px;
	padding: 25px 10px 10px 30px;
	color: #333;
	background-color: #ececec;
}

.home p.intro
{
	font-size: 16px;
	color: #b2b2b2 !important;
}

.pic
{
	padding: 5px;
	border: solid 1px #b2b2b2;
	margin-top: 50px;
}

.services_list ul
{
	color: #6a737b;
}

.services_list ul li
{
	margin: 8px 0;
}

.solution strong
{
	display: block;
}

.bio_pic
{
	float: left;
	display: inline;
	border: solid 1px #999;
	margin: 0 10px 8px 0;
	clear: both;
	width: 100px;
}

.bio
{
	margin-bottom: 15px;
	display: inline;
	float: left;
	clear: left;
	width: 510px;
}

.bio p
{
	margin-left: 110px;
}

a.button
{
	background-color: #FCC006;
	padding: 5px;
	border: 1px #C90 outset;
	font-weight: bold;
	margin-right: 10px;
}

a.button:hover
{
	text-decoration: none !important;
	border: 1px #C90 inset;
}

fieldset
{
	padding: 20px;
}

legend
{
	color: #ec8000;
	font-size: 18px;
}

fieldset ol
{
	list-style: none;
}

fieldset ol li
{
	margin-bottom: 8px;
}

fieldset ol li label
{
	width: 75px;
	margin-right: 6px;
	float: left;
	display: inline;
}

fieldset ol li input
{
	width: 250px;
}

fieldset ol li textarea
{
	width: 250px;
	height: 100px;
}

#footer
{
	clear: both;
	display: block;
	width: 960px;
	height: 25px;
	color: #666;
	font-size: 10px;
	text-align: left;
	margin: 10px auto;
	
}

#footernav
{
	float: left;
	display:inline;
	line-height: 20px;
	
}

#footer a
{
	color: #666;
	text-decoration: none;
	
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	float: left;
	display: inline;
	font-size: 11px;
	color: #666;

}

#footer ul li a
{
	text-decoration: none;
	color: #666;
}

#footer ul li a:hover, #footer ul li.active a
{
	text-decoration: underline;
}

#copyright
{
	float: right;
	display: inline;
	line-height: 20px;
}

.clear
{
	clear: both;
}
