/* @group basics */

body {
	font: 12px/1.5 arial, serif;
	color: #545454;
	background-image: url(../img/baseWrapper.gif);
	background-position: top center;
	background-repeat: repeat;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* @end */


/* @group links */

a:link {
	color: #bc9307;
	text-decoration: none;
}

a:visited {
	color: #78775b;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

.external {
	background: url(../img/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

/* @end */


/* @group text */

p {
	font-size: 1.1em;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #aba798;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #aba798;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

/* @end */


/* @group spacing */

ol {
	list-style: decimal;
}

ul {
	list-style: square;
	
}

li {
	margin-left: 60px;
	padding-bottom: 0.4em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

/* @end */

/* @group structure */

#masthead {
	margin: 0 auto;
	height: 165px;
	text-align: center;
	background-color: #000;
}

#nav {
	height: 64px;
	background-color: #000;
	border-bottom: 1px solid #fff;
}

#mainWrapperHome {
	margin: 0 auto;
	text-align: center;
	background: #fff url(../img/mainWrapperHome.jpg) no-repeat center top;
}

#mainWrapper {
	margin: 0 auto;
	text-align: center;
	background: #fff url(../img/mainWrapper.jpg) repeat center top;
}

#mainWrapperTop {
	margin: 0 auto;
	height: 25px;
	text-align: center;
	background: #fff url(../img/mainWrapperTopBg.jpg) repeat center top;
}

#mainWrapperBase {
	margin: 0 auto;
	height: 25px;
	text-align: center;
	background: #fff url(../img/mainWrapperBaseBg.jpg) repeat center top;
}

#colWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#colLeft {
	width: 330px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	text-align: left;
}

#colRight {
	width: 630px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	text-align: left;
}

#colRightHome {
	width: 630px;
	height: 363px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	text-align: left;
}

#baseWrapperHome {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-top: #fff 1px solid
}

#basecolWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 100px;
	text-align: center;
}

#basecolLeft {
	width: 330px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	text-align: left;
}

#basecolRight {
	width: 630px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	text-align: left;
}


/* @end */

/* @group main nav */

#mainNavBar { 
	padding: 0;
	list-style: none;
	width: 960px;
	height: 64px;
	margin: 0 auto;
}

#mainNavBar li { 
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}

#mainNavBar a {
	float: left;
	text-indent: -9999px;
}

#mainNavBar li img {
	padding: 0;
	margin: 0;
}

#mainNavBar #fill1 { 
	width: 200px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
}

#mainNavBar #fill2 { 
	width: 48px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
}

#mainNavBar #one a { 
	width: 96px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav1.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #one a:hover { 
	width: 96px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav1.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #one a.here { 
	width: 96px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav1.jpg) top left no-repeat;
	background-position: 0 -128px;
}

#mainNavBar #two a { 
	width: 128px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav2.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #two a:hover { 
	width: 128px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav2.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #two a.here { 
	width: 128px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav2.jpg) top left no-repeat;
	background-position: 0 -128px;
}

#mainNavBar #three a { 
	width: 108px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav3.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #three a:hover { 
	width: 108px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav3.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #three a.here { 
	width: 108px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav3.jpg) top left no-repeat;
	background-position: 0 -128px;
}

#mainNavBar #four a { 
	width: 126px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav4.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #four a:hover { 
	width: 126px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav4.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #four a.here { 
	width: 126px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav4.jpg) top left no-repeat;
	background-position: 0 -128px;
}

#mainNavBar #five a { 
	width: 121px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav5.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #five a:hover { 
	width: 121px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav5.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #five a.here { 
	width: 121px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav5.jpg) top left no-repeat;
	background-position: 0 -128px;
}

#mainNavBar #six a { 
	width: 133px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav6.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNavBar #six a:hover { 
	width: 133px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav6.jpg) top left no-repeat;
	background-position: 0 -64px;
}

#mainNavBar #six a.here { 
	width: 133px;
	height: 64px;	
	float: left;
	display: block;
	text-decoration: none;
	background: url(../img/nav6.jpg) top left no-repeat;
	background-position: 0 -128px;
}

/* @end */

/* @group colLeft */

#colLeft p, #colLeft h2, #colLeft h3, #colLeft img {
	margin: 0 40px 1em 20px;
}

#colLeft h1 {
	margin: 0 40px 1em 20px;
}


/* @end */

/* @group colRight */

#colRight p, #colRight h1, #colRight h2, #colRight img {
	margin: 0 30px 1em 35px;
}

#basecolRight p {
	font-size: 0.9em;
	margin: 20px 30px 1em 20px;
}

#colRight h1 {
	width: 185px;
	height: 70px;
}

#colRight h3, #colRight h6 {
	margin: 0 30px 0.2em 35px;
}

#colRight h1 span.whatwedo {
	background: url(../img/h1Whatwedo.jpg) no-repeat;
	position: absolute;
	width: 185px;
	height: 70px;
}

#colRight h1 span.portfolio {
	background: url(../img/h1Portfolio.jpg) no-repeat;
	position: absolute;
	width: 185px;
	height: 70px;
}

#colRight h1 span.ourclients {
	background: url(../img/h1Ourclients.jpg) no-repeat;
	position: absolute;
	width: 185px;
	height: 70px;
}

#colRight h1 span.ourpeople {
	background: url(../img/h1Ourpeople.jpg) no-repeat;
	position: absolute;
	width: 185px;
	height: 70px;
}

#colRight h1 span.contactus {
	background: url(../img/h1Contactus.jpg) no-repeat;
	position: absolute;
	width: 185px;
	height: 70px;
}


/* @end */


/* @group images */

img.people {
	float: left;	
	width: 217px;
}

#gallerygrid img {
	float: left;
	width: 170px;
	margin: 12px 5px 20px 16px;
	border: 1px solid #dcd1af;
}

#gallerygrid img.left {
	float: left;
	width: 170px;
	margin: 12px 5px 20px 35px;
	border: 1px solid #dcd1af;
}

#gallerygrid2 img {
	float: left;
	width: 170px;
	margin: 0 5px 20px 16px;
	border: 1px solid #dcd1af;
}

#gallerygrid2 img.left {
	float: left;
	width: 170px;
	margin: 0 5px 20px 35px;
	border: 1px solid #dcd1af;
}


/* @end */


