body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html {
	min-width: 920px;
	height: 100%;
}

body {
	background: #fff url('../imgs/layout_bg.gif');
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
}

a {
	border-bottom: 1px dotted #3e7ae1;
	color: #3e7ae1;
	text-decoration: none;
}

a:hover {
	color: #164a9f;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: #255bb4;
	margin: 0 0 10px;
}

hr {
	background: #fff;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #aaa;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.clear {
	display: none !important;
	border: none;
	visibility: hidden;
	margin: 0;
}

p {
	line-height: 20px;
	margin: 0 0 10px;
}

blockquote {
  background: #f5f5f5 url('../imgs/layout_box_bg.gif') bottom left repeat-x;
  border: 1px dotted #aaa;
  border-right: none;
  border-left: 4px solid #255bb4;
  width: 80%;
  padding: 10px;
  margin: 0 0 10px 25px;
}

small {
	font-size: 10px;
}

img {
	border: none;
	margin: 0 0 10px;
}

img.border {
	display: block;
	background: #fff;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 0 0 10px;
}

input, textarea {
	background: #fff url('../imgs/layout_input_bg.gif') repeat-x top left;
	border: 1px solid #AAA;
	font-size: 10pt;
	padding: 5px;
}

input#submit {
	background: #eee url('../imgs/layout_box_bg.gif') repeat-x bottom left;
	cursor: pointer;
}

textarea {
	width: 450px;
	height: 100px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #787878;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*===== Header =====*/

#header {
	background: #3473db url('../imgs/layout_header.gif') repeat-x;
	width: 100%;
	height: 92px;
}

#header-wrap {
	width: 900px;
	margin: 0 auto;
}

#header h1 {
	background: transparent url('../imgs/layout_logo.gif') no-repeat left center;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 250px;
	height: 80px;
}

#header ul {
	float: right;
}
#header li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvecita, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 0 0 10px;
}
#header li a {
	display: block;
	border: none;
	width: 65px;
	color: #fff;
	line-height: 88px;
	padding: 0 15px;
}
#header li a:hover {
	background: #083d94;
	border: 1px solid #3473da;
	border-bottom: none;
	padding: 0 14px;
}
#header li.current a {
	background: #083d94;
}
#header li.current a:hover {
	background: #083d94;
	border: none;
	padding: 0 15px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/*===== Body =====*/

#bodyTop {
	background: #fff url('../imgs/layout_corners.gif') no-repeat top left;
	border-top: 5px solid #083d94;
	width: 900px;
	height: 8px;
	line-height: 8px;
	margin: 0 auto;
}

#body {
	border: 1px solid #c2c2c2;
	border-top: none;
	border-bottom: none;
	background: #fff;
	padding: 5px 15px 1px 15px;
}

#bodyBtm {
	background: #fff url('../imgs/layout_corners.gif') no-repeat left -8px;
	width: 900px;
	height: 8px;
	line-height: 8px;
	margin: 0 auto;
}

/*===== Lists =====*/

#body ul, ol {
	padding: 0 0 5px 0;
}
#body ul li {
	margin: 0 0 10px 15px;
}
#body ol li {
	margin: 0 0 10px 22px;
}
#body ul.circle li {
	background: url('../imgs/layout_li_circle.gif') no-repeat 0 6px;
	list-style: none outside;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}
#body ul.diamond li {
	background: url('../imgs/layout_li_diamond.gif') no-repeat 0 6px;
	list-style: none outside;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}

/*===== Home =====*/

ul.recentWork li {
	float: left;
	background: url('../imgs/layout_recentwork_box.gif') left top;
	width: 370px;
	height: 220px;
	list-style: none;
	margin: 20px;
}
ul.recentWork li:hover {
	background: url('../imgs/layout_recentwork_box.gif') left bottom;
}
ul.recentWork li img {
	position: relative;
	top: 10px;
	left: 10px;
}
ul.recentWork li img.border {
	border: none;
	padding: 0;
	margin: 0;
}
ul.recentWork li a {
	border: none;
}

/*===== Contact =====*/

.details {
	border-left: 1px dotted #aaa;
	width: 350px;
	padding: 10px 0 0 10px;
}

/*===== Project =====*/

#body ul.projects li {
	background: #f5f5f5 url('../imgs/layout_box_bg.gif') bottom left repeat-x;
	border: 1px dotted #888;
	border-left: none;
	border-right: none;
	list-style: none;
	min-height: 200px;
	margin: 0 auto 10px auto;
}
#body ul.projects img.border {
	padding: 0;
}
#body ul.projects div {
	opacity: 0.75;
	width: 840px;
	min-height: 200px;
	cursor: pointer;
	padding: 15px;
}
#body ul.projects a {
	border: none;
	color: #505050;
}
#body ul.projects div:hover {
	opacity: 1;
}
#body ul.projects span {
	width: 460px;
	font-size: 8pt;
	line-height: 18px;
}
#body ul.projects h3 {
	margin: 0;
}
#body ul.projects p {
	margin-top: 10px;
}

/*===== Members =====*/

#body ul.members li {
	background: #f5f5f5 url('../imgs/layout_box_bg.gif') bottom left repeat-x;
	border: 1px dotted #aaa;
	border-left: none;
	border-right: none;
	list-style: none;
	min-height: 100px;
	margin: 0 auto 10px auto;
}
#body ul.members img.border {
	border: 1px solid #000;
	padding: 0;
}
#body ul.members div {
	opacity: 0.75;
	width: 840px;
	min-height: 100px;
	cursor: default;
	padding: 15px;
}
#body ul.members div:hover {
	opacity: 1;
}
#body ul.members span {
	width: 670px;
	font-size: 8pt;
	line-height: 18px;
}
#body ul.members h3 {
	margin: 0;
}
#body ul.members small {
	display: block;
	margin-bottom: 10px;
}

/*===== Footer =====*/

#footer {
	background: #505050;
	color: #ccc;
	height: 20px;
	line-height: 25px;
	font-size: 11px; 
	padding: 0 10px;
}
#footer a {
	border-bottom: 1px dotted #cdcdcd;
	color: #cdcdcd;
}
#footer a:hover {
	color: #fff;
}

#footerBtm {
	background: transparent url('../imgs/layout_corners.gif') no-repeat bottom left;
	height: 5px;
	line-height: 5px;
}
