/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

body {
	font-size: 15px;
	line-height: 22px;	
	color: #000;
	font-family: helvetica,	sans-serif;
	background: url(../images/global/bg.jpg);
}

/*typography*/

.wp-caption-text {
	color: #000;
	font-size: 10px;
	text-align: center;
	padding-right: 10px;
	line-height: 15px;
	margin: 0;
}

.alignleft {margin: 10px 20px 10px 0;}
.alignright {margin: 10px 0 10px 20px;}
.aligncenter {margin: 10px auto; display: block;}

a, a:link, a:visited, a:focus {
	color: #996500;
}

h1, h2, h3 {
	color: #996500;
	font-weight: normal;
	margin: 12px 0 20px 0;
	line-height: normal;
}

h1 {
	color: #0F95A6;
	font-size: 30px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

p, ul, ol {
	margin: 15px 0;
}

blockquote {
	font-size: 17px;
}

.alignleft {float: left;}
.alignright {float: right;}

#content ul.arrows li {
	background: url(../images/global/bullet.png) 30px 6px no-repeat;
	padding: 2px 0 2px 65px;
	font-size: 13px;
}

#content ul.arrows li strong {font-size: 15px;color: #996500;}

#content li {
	background: url(../images/global/bullet2.gif) 0 4px no-repeat;
	padding: 2px 0 2px 15px;
}

.footnote {
	font-size: 11px;
	font-style: italic;
	border-top: 1px solid #F0ECE1;
	padding-top: 5px;
}

em {color: #996500;}

#content p.button {
	overflow: hidden;
	height: 1%;
	padding: 20px 0 0 0;
	position: relative;
}

.button a {
	display: block;
	text-decoration: none;
	color: #0F95A6;
	font-size: 16px;
	margin-right: 65px;
	padding: 3px 12px;
	border: 1px solid #DBD5C6;
	float: right;
}

.button a:hover {
	background: #F7F6F5;
}

#header {
	background: #c5f6fa url(../images/global/header.jpg) no-repeat center top;
	height: 117px;
	position: relative;
	min-width: 970px;
	border-bottom: 14px solid #0F95A6;
}

#header h1 {
	margin: 0;
	width: 530px;
	background: url(../images/global/logo.png) no-repeat 3px 1px;
	height: 162px;
	left: 50%;
	position: absolute;
	margin-left: -480px;
}

#header h1 a {
	display: block;
	height: 128px;
	width: 530px;
	text-indent: -5000px;
	overflow: hidden;
}

#header ul {
	margin: 0;
	right: 50%;
	position: absolute;
	margin-right: -395px;
	top: 82px;
}

#header li {
	float: left;
	padding: 0 7px;
}

#header li a {
	display: block;
	padding: 10px 0;
	color: #337588;
	font-size: 14px;
	text-decoration: none;
}

#header li a:hover, #header li.current_page_item a {
	border-top: 4px solid #337588;
	padding-top: 6px;
}

#content {
	width: 820px;
	padding: 28px 0 20px 0;
	margin: 0 auto;
	background: url(../images/global/content-bg.png);
}

#wrap {
	overflow: hidden;
	height: 1%;
	margin: 0 25px 0 25px;
	background: #fff;
	padding: 10px 35px 30px 35px;
	min-height: 300px;
}

.two-col {
	border-top: 1px solid #F0ECE1;
	overflow: hidden;
	height: 1%;
	font-size: 13px;
}

.two-col .col {
	width: 320px;
	float: left;
	padding: 10px 30px 0 0;
}

.bios .col {
	padding: 10px 20px 0 0;
	width: 330px;
}

.two-col .col p {line-height: 19px}

/*
	Footer
*/

#footer {
	background: url(../images/global/footer.png) no-repeat;
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	color: #b7ae9e;
	line-height: 14px;
	font-size: 12px;
}

#address {
	float: left;
	padding: 4px 70px 0 0;
}

#footer p {
	line-height: 16px;
	margin: 6px 0;
}

#footer ul {
	padding: 0 0 5px;
	overflow: hidden;
}

#footer li {
	float: left;
}

#footer li a {
	border-left: 2px solid #b7ae9e;
	padding: 0 10px;
	text-decoration: none;
	color: #b7ae9e;
	text-transform: uppercase;
	font-weight: bold;
}

#footer li.current_page_item a {color: #337588;}
#footer a:hover {color: #337588}
#footer li:first-child a {border: 0; padding-left: 0}

#footer img.globe {
	position: absolute;
	top: -101px;
	right: -78px;
}

#footer img#large {
	top: -250px;
	right: -86px;
}

#footer ul, #footer p, #wrap p {
	position: relative;
	z-index: 2;
}

#footer #social img {
	margin: 0 0 -3px 2px;
}

#footer p a {
	color: #b7ae9e;
}

/* clients */

#client-list h3, #sidebar h3 {
	color: #337588;
	font-size: 16px;
	font-weight: bold;
	background: #D0E1E4;
	padding: 10px 15px;
	margin: 0;
}

#client-list {
	background: #f7f9fa;
	float: right;
	width: 240px;
	font-size: 11px;
	position: relative;
	z-index: 3;
	margin: 80px 0 60px 0;
	border-left: 30px solid #fff;
}

#client-list ul {
	border: 1px solid #F0ECE1;
	margin: 0;
	padding: 5px 5px 15px 15px;
}

#client-list li {
	background: none;
	line-height: 16px;
	padding: 5px 0;
}

#client-list strong {
	font-size: 14px;
	color: #337588;
	font-weight: normal;
}

/* bios */

.bio-image img {
	float: left;
	border: 1px solid #F0ECE1;
	padding: 5px;
	margin: 0 12px 0 0;
}

.bio-image {
	height: 1%;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.bio-image h2 {
	margin: 60px 0 0 0;
}

.bio-image p {
	font-style: italic;
	color: #996500;
	margin: 0;
}

.more {
	display: none;
}

.read-more a {
	color: #337588;
	font-style: italic;
	text-decoration: none;
}

/*homepage*/
.home #wrap h1 {
	font-size: 36px;
}

.home #wrap p, .home #wrap ul, .home #wrap ol {
	width: 430px;
}
