/****** COLORS

dark blue: #0367b4
medium blue: #6e99d1
light blue: #a4bde2
lighter blue: #d2def1
text blue: #004880;

*****/
html {height:100%}
#map_convas {height:100%}
body {
	font: normal 0.8em/1.2em Arial, Verdana, Sans;
	color: #555;
	text-align: center;
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background: #fff url(../gfx/background_lite.jpg) repeat-x left top;
}

body#home, body#our-team, body#brochures {
	background: #fff url(../gfx/background.jpg) repeat-x left top;
}

a img { border: none; }

a { color: #0367b4; }

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#container #header, body#home #container #header {
	height: 111px;
}

body#home #container #header {
	background: transparent url(../gfx/boat.jpg) no-repeat 45px 74px;
	height: 302px;
}

body#our-team #container #header {
	background: transparent url(../gfx/team.jpg) no-repeat 55px 100px;
	height: 302px;
}

body#brochures #container #header {
	background: transparent url(../gfx/brochures.jpg) no-repeat 55px 100px;
	height: 302px;
}

/* body#events #container #header {
	background: transparent url(../gfx/talk.jpg) no-repeat 55px 101px;
	height: 302px;
} */

#container #header #logo {
	position: absolute;
	margin: 26px 0 0 790px;
}

/***** NAVIGATION *****/

#container #header ul#nav {
	list-style-type: none;
	position: absolute;
	margin: 76px 0 0 20px;
	padding: 0;
}

#container #header ul#nav li {
	float: left;
	height: 24px;
	margin: 0;
	line-height: 24px;
	background: transparent url(../gfx/nav-devider.gif) no-repeat left -6px;
}

#container #header ul#nav li.current_page_item {
	background: #0367b4 url(../gfx/nav-tab.jpg) repeat-x left top;
	border-left: 1px solid #0367b4;
	border-right: 1px solid #0367b4;
}

#container #header ul#nav li a{
	display: block;
	text-transform: uppercase;
	color: #555;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 12px;
}

#container #header ul#nav li.current_page_item a{
	color: #fff;
}

#container #header ul#nav li a:hover{
	color: #0367b4;
}

#container #header ul#nav li.current_page_item a:hover{
	color: #d1dff1;
}

/***** INTRO TEXT *****/

#container #header #headerText {
	position: absolute;
	width: 460px;
	margin: 120px 0 0 20px;
	color: #fff;	
}

#container #header #headerText a {
	color: #fff;	
}

#container #header #headerText p{
	padding: 0;
	margin: 0 0 10px 0;	
}

/***** HIGHLITES *****/

#highlites {
	width: 738px;
	float: left;
	margin: 15px 0 0 9px;
}

#highlites div {
	width: 206px;
	padding: 20px;
	float: left;
	margin: 0;
	background: transparent url(../gfx/hilite_back.jpg) no-repeat center top;
}

#highlites div h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 30px;
}

#highlites div h2 a{
	display: block;
}

#highlites div#consulting h2 {
	background: transparent url(../gfx/h2_consulting.gif) no-repeat center 3px;
}

#highlites div#managed h2 {
	background: transparent url(../gfx/h2_managed.gif) no-repeat center 3px;
}

#highlites div#training h2 {
	background: transparent url(../gfx/h2_training.gif) no-repeat center 3px;
}

#highlites div h3 {
	font-weight: bold;
	color: #a4bde2;
	font-size: 0.9em;
	padding: 0 0 0 3px;
	margin: 10px 0 6px 0;
}

#highlites div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#highlites div ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent url(../gfx/bullet.gif) no-repeat 4px 4px;
}

#highlites div ul li a {
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 5px 16px;
	color: #505050;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}

#highlites div ul li a:hover {
	color: #0367b4;
}

a.moreLink {
	color: #0367b4;
	font-size: 0.8em;
	float: right;
	margin-right: 6px;
}

a.moreLink:hover {
	color: #555;
}

/***** SEARCH *****/

div#search {
	width: 202px;
	height: 31px;
	margin: 26px 0 0 28px;
	float: left;
}

div#search {
	background: transparent url(../gfx/searchBox.gif) no-repeat left top;
}

body#home div#search, body#our-team div#search {
	background: transparent url(../gfx/searchBox.jpg) no-repeat left top;
}

div#search input {
	width: 116px;
	height: 16px;
	font-size: 0.8em;
	margin: 6px 12px 0 8px;
	border: 1px solid #ddd;
}

div#search a {
	font-size: 0.9em;
	text-decoration: none;
	color: #6e99d1;
}

div#search a:hover {
	color: #004880;
}

/***** UPCOMING EVENT *****/

div#nextEvent {
	width: 202px;
	margin: 20px 0 0 28px;
	float: left;
}

div#nextEvent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nextEvent ul li {
	margin: 10px 0 0 6px;
	padding: 0;
}

div#nextEventold h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 12px;
	background: transparent url(../gfx/h2_nextEvent.gif) no-repeat left top;
}
div#nextEvent p.date {
	font-size: 0.9em;
	font-weight: bold;
	margin: 6px 0 0 0;
	color: #999;
}

div#nextEvent h3 {
	font-size: 1em;
	margin: 3px 0;
	padding: 0;
	font-weight: normal;
}

div#nextEvent h3 a{
	text-transform: uppercase;
	text-decoration: none;
	color: #004880;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}

/*****   *****/
div.seperator {
	width: 1000px;
	height: 1px;
	margin-top: 20px;
	float: left;
	border: none;
	background: transparent url(../gfx/hr.gif) no-repeat 20px top;
}

/***** NEWS *****/

div#content {
	width: 696px;
	float: left;
	margin: 15px 31px 0 20px;
}

div#content .post {
	padding-bottom: 14px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d2def1;
}

body#home div#content .post {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

div#content .post .postmetadata {
	font-size: 0.8em;
	color: #999;
	margin-top: 20px;
}

div#content h2 {
	text-transform: uppercase;
	text-decoration: none;
	font: normal 1.8em/1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 6px 0 10px 0;
	color: #fff;
}

div#content h2#news, div#sidebar h2#news {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 13px;
	background: transparent url(../gfx/h2_news.gif) no-repeat left top;
}

div#content a.rss {
	float: right;
	margin-right: 22px;
}

div#content h3 {
	margin: 12px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #0367b4;
	font: normal 1.4em/1.1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#content h3 a{
	text-decoration: none;
	color: #0367b4;
}

div#content h3 a:hover{
	color: #004880;
}

div#content small {
	color: #999;
}

div#content p{
	margin: 8px 0;
	padding: 0;
}

div#content h4 {
	font-weight: bold;
	color: #6e99d1;
	padding: 0 0 0 0px;
	margin: 10px 0 6px 0;
}

div#content ul, div#content ul.st-related-posts, div#sidebar ul.recentposts{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sidebar ul.recentposts{
	margin: 10px 0;
}

div#content ul.st-related-posts li, div#sidebar ul.recentposts li, div#content ul li {
	margin: 2px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: transparent url(../gfx/bullet_small.gif) no-repeat 7px 4px;
}

div#content ul li {
	color: #777;
}

div#content ul.st-related-posts li a, div#sidebar ul.recentposts li a {
	text-decoration: none;
	color: #777;
	display: block;
}

div#content ul.st-related-posts li a:hover, div#sidebar ul.recentposts li a:hover {
	color: #0367b4;
}

div#content a.moreLink {
	font-size: 0.9em;
	float: left;
	margin-top: 10px;
}

div#content img {
	float: left;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #d2def1;
	margin: 4px 10px 4px 0;
}

div#content img {
	float: left;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #d2def1;
	margin: 4px 10px 4px 0;
}

div#content a.rss img {
	border: none;
}

div#content dl dt {
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: transparent url(../gfx/bullet_grey.gif) no-repeat 7px 4px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

div#content dl dd {
	margin: 2px 0 6px 20px;
	padding: 0;
	color: #777;
}

div#content div.navigation {
	width: 696px;
}

div#content div.navigation div.alignleft {
	float: left;
	font-size: 0.9em;
}

div#content div.navigation div.alignright {
	float: right;
	font-size: 0.9em;
}

div#content div.navigation div.alignleft a, div#content div.navigation div.alignright a {
	text-decoration: none;
}

div#content div.navigation div.alignleft a:hover, div#content div.navigation div.alignright a:hover {
	color: #666;
}

/***** SIDEBAR *****/

div#sidebar {
	width: 202px;
	float: left;
	margin: 15px 0 0 28px;
}
#sidebar h2, div#nextEvent h2, h2#taxTalk {
	color:#069;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
}
/***** ARCHIVES & CATEGORIES *****/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li.widget ul li {
	padding: 2px 0 2px 12px;
	background: transparent url(../gfx/bullet_small.gif) no-repeat 2px 6px;
}

#sidebar ul li.widget ul li a {
	text-decoration: none;
	color: #666;
	display: block;
}

#sidebar ul li.widget ul li a:hover {
	color: #0367b4;
}

#sidebar ul li.widget_categories h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 12px;
	background: transparent url(../gfx/h2_categories.gif) no-repeat left top;
}

#sidebar ul li.widget_archives h2 {
	text-indent: -9000px;
	margin: 20px 0 0 0;
	padding: 0;
	height: 12px;
	background: transparent url(../gfx/h2_archives.gif) no-repeat left top;
}

/***** TAXTALK *****/

div#sidebar h2#taxTalkold {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 13px;
	background: transparent url(../gfx/h2_taxtalk.gif) no-repeat left top;
}

body#home #sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body#home #sidebar ul li {
	padding: 4px 0 4px 12px;
	background: transparent url(../gfx/bullet_small.gif) no-repeat 2px 8px;
}

body#home #sidebar ul li a {
	text-decoration: none;
	color: #69a43d;
	display: block;
}

body#home #sidebar ul li a:hover {
	color: #0367b4;
}

/***** EVENTS *****/

body #content .post h2{
	margin: 20px 0 3px 0;
}

body #content .post h2 a {
	font-size: 1em;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}

#content .post h2 a:hover {
	color: #004880;
}

#content .post h2 + h3 {
	font: bold 1em/1em Arial, Verdana, Sans;
	color: #6e99d1;
	text-transform: none;
	margin-top: 0px;
}

/***** CONTACTFORM *****/

div.contactform form {
	background-color: #fff;
	padding: 20px;
	width: 500px;
	border: 1px double #d2def1;
	margin-top: 14px;
}

div.contactform form label {
	width: 120px;
	float: left;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #0367b4;
	margin-top: 10px;
	padding-right: 6px;
}

div.contactform form input {
	width: 250px;
	margin-top: 10px;
}

div.contactform form input#contactsubmit {
	margin-left: 130px;
	width: auto;
}

div.contactform form textarea {
	width: 250px;
	margin-top: 10px;
}

div.contactform form small {
	color: #888;
	margin-top: 10px;
}

/***** FOOTER *****/

div#footer {
	width: 1000px;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 0.8em;
	color: #999;
	background: transparent url(../gfx/hr.gif) no-repeat 20px top;
}

div#footer a {
	text-decoration: none;
	color: #999;
}

div#footer a:hover {
	text-decoration: underline;
}

