/* Begin: HTML Elements
----------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding:34px 0 20px 0;
	/*text-align:center;*/
	font:12px/16px Arial, Verdana, sans-serif;
	color:#7a4c2c;
	background:#fef8ec url(/images/page_bg.jpg) no-repeat left top;
}
h2 {
	font-size:14px;
	color:#518490;
	margin-bottom:5px;
}
h3 {
	font-size:13px;
	color:#518490;
}
ol, ul {
	list-style:none;
}
img, a img, a:hover img {
	border:0;
	text-decoration:none;
}

/* Begin: Links
----------------------------*/
/* default links */
a {
	color:#518490;
	text-decoration:none;
}
a:hover {
	color:#5f7aa3;
	text-decoration:underline;
}
#siteLogo a {
	display:block;
	width:140px;
	height:37px;
}

/* Begin: Site Nav
----------------------------*/
#siteNav {
}
#siteNav {
	margin:6px 0 0 0;
}
#siteNav li {
	text-align:right;
	margin-bottom:3px;
	line-height:12px;
}
#siteNav li a {
	display:block;
	color:#84b0b9;
	margin:0 36px 0 0;
	padding:0 3px 0 0;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}
#siteNav li a:hover {
	background-color:#e3edef;
	text-decoration:none;
}
#siteNav li.current, #siteNav li.current a, #siteNav li.current a:hover {
	background-color:#98c7cd;
	color:#fff;
}

/* Begin: Layout
----------------------------*/
#wrapper {
	text-align:left;
	/*margin:0 auto;*/
	padding:100px 0 20px 0;
	width:950px;
}
#navCol {
	float:left;
	width:200px;
	padding-top:40px;
}
#pointerCont {
	float:left;
	/*background:no-repeat 0 0;
	margin-left:200px;*/
	width:106px;
	height:397px;
}
.homePointer {
	background-image:url('/images/pointers/home_pointer.jpg');
}
.approachPointer {
	background-image:url('/images/pointers/approach_pointer.jpg');
}
.servicesPointer {
	background-image:url('/images/pointers/services_pointer.jpg');
}
.clientsPointer {
	background-image:url('/images/pointers/clients_pointer.jpg');
}
.aboutPointer {
	background-image:url('/images/pointers/about_pointer.jpg');
}
.contactPointer {
	background-image:url('/images/pointers/contact_pointer.jpg');
}
#mainContent {
	position:relative;
	float:left;
	background:#e6f1f3 url('/images/content_bg.jpg') no-repeat 58px 0;
	padding:30px 200px 0 30px;
	width:400px;
	height:367px;
	overflow:auto;
}
#mainContent p {
	padding:0 0 15px 0;
}
#mainContent dt {
	color:#518490;
}
#mainContent dd {
	background:url('/images/ico_bullet.gif') no-repeat 0 3px;
	margin:0 0 3px 12px;
	padding:0 0 0 12px;
}
#mainContent ul.brownIcon, #mainContent ul.blueIcon {
	margin-left:18px;
}
#mainContent ul.blueIcon {
	list-style-image: url('/images/ico_bullet_blue.gif');
}
#mainContent ul.brownIcon {
	list-style-image: url('/images/ico_bullet.gif');
}
#mainContent li {
	margin-bottom:5px;
}
#mainContent li a {
	color:#518490;
	font-weight:bold;
}
#mainContent #backLink {
	float:right;
	color:#938c0c;
	margin:5px 145px 0 0;
}
#mainContent .subHeaderServices, #mainContent .subHeaderClients {
	float:right;
	margin:5px 65px 0 0;
}
#mainContent .subHeaderClients {
	margin-right:25px;
}
#pagination {
	position:absolute;
	left:380px;
	font-weight:bold;
}
#flashCont {
	position:absolute;
	top:1px;
	right:0;
}
#footer {
	clear:both;
	text-align:right;
	font-size:10px;
	padding:10px 15px 0 12px;
}

/* Begin: Pagination
----------------------------*/
#bodyField, #extendedField {
	position:absolute;
	top:65px;
}
#extendedField {
	left:390px;
}

/* Begin: Headers
----------------------------*/
#siteLogo {
	text-indent:-4000px;
	background:url('/images/site_logo.gif') no-repeat left top;
	margin-left:55px;
	width:140px;
	height:40px;
}
#homepage h2, h1 {
	font-size:24px;
	font-weight:normal;
	text-transform:lowercase;
	color:#7a4c2c;
	padding-bottom:18px;
}
#homepage h3 {
	padding:0 0 6px 0;
	font-weight:normal;
	font-size:13px;
	color:#518490;
}
#homepage h4 {
	margin:0 0 6px 0;
	font-size:12px;
	color:#7a4c2c;
}

/* Begin: hCard
----------------------------*/
.vcard {
	line-height:20px;
}

/* Begin: Generic/Font classes
----------------------------*/
a.defaultBtn {
	float:left;
	background:url('/images/default_btn_left.gif') no-repeat left top;
	padding:0 0 0 7px;
	height:26px;
/*	width:auto !important;
	width:.1em;*/
	text-transform:lowercase;
}
a.defaultBtn span {
	float:left;
	background:url('/images/default_btn_right.gif') no-repeat right top;
	padding:8px 30px 0 7px;
	height:18px;
}
a.defaultBtn:hover {
	background-position:0 -26px;
	color:#fff;
	text-decoration:none;
}
a.defaultBtn:hover span {
	background-position:right -26px;
	color:#fff;
	cursor:pointer;
}
.callout {
	color:#938c0c;
}
.uppercase {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.alignLeft {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/* use these for striping rows */
.oddRow {
	
}
.evenRow {
	
}

/* Begin: Hacks
----------------------------*/
* html #preFooter #countryList {
	padding-top:10px;
}