/*
Built by Radiant Core on the Foundation Website Management Platform - www.radiantcore.com.
(c) 2005, Granite Executive Search International Inc. All rights reserved.
*/


/*------------- =general ---------------*/

* {
	padding:0px;
	margin:0px;
}

img {border: 0;}

p {margin: 0.8em 0;}

/* we're going to set the font-size on the body to 76%. &nbsp;This means that when we set a font to 1em, it will be pretty close to the user's default font size. &nbsp;NO USING PX FOR FONTS - ems or % only please */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	background: #8BA3B7/*url(images/background.png) repeat-y top left*/;
	color:#05355B;
}


/*------------- =layout ---------------*/

#holder {
	margin: 0px auto;
	width: 736px;
	background-color: #FFF;
}
#wrapper { 
	width: 734px;
	margin:0px auto;
	background-color: #FFF;
}

#content {
	width: 734px;
	background: #FFF url(images/watermark.png) no-repeat bottom right;
}

#content2 {
	width: 734px;
}

.new-section {
	width: 734px;
	display: block;
	clear:both;
}

.main-text {
	width: 465px;
	float: left;
	padding: 20px 0px 20px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:445px;
}

html>body .main-text {
	width: 445px;
}

.main-text2 {
	width:714px;
	clear: both;
	float: left;
	padding: 20px 0px 20px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:445px;
}

html>body .main-text2 {
	width: 714px;
}
.sidebar {
	margin-left: 480px;
	width: 735px;
	padding-top: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:250px;
}

html>body .sidebar {
	width: 250px;
}

.sidebar2 {
	margin-left: 480px;
	width: 735px;
	padding-top: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:250px;
}

html>body .sidebar2 {
	width: 250px;
}

.btm-nav {
	padding: 6px 20px 0px 0px;
}

#footer {
	clear:both;
	display: block;
	width: 734px;
	border-top: 1px solid #8BA3B7;
	text-align: right;
}

.left {
	float: left;
}

.right {
	width: 195px;
	float: right;
	margin-right: 5px;
}

/*------------- =header ---------------*/

#header {
	width: 432px;
	height: 100px;
	margin-left: 30px;
}
	
#header h1 {
	text-indent: -9999px;
	}

/*------------- =navigation ---------------*/

#main-nav {
	display: block;
	width: 735px;
	height: 136px;	
	*margin-left: 1px;
}

#main-nav ul {
	display: inline;
}

#main-nav li {
	float: left;
	display: block;
	width: 146px;
	height: 136px;
	margin-right: 1px;
}

#main-nav .index {background: url(images/overview.png) no-repeat 0px 0px;}
#main-nav .who {background: url(images/who.png) no-repeat 0px 0px;}
#main-nav .approach {background: url(images/approach.png) no-repeat 0px 0px;}
#main-nav .search {background: url(images/search.png) no-repeat 0px 0px;}
#main-nav .contact {background: url(images/contact.png) no-repeat 0px 0px;}

#main-nav {
	font: .9em Century Gothic, Arial, Helvetica, sans-serif;
}

#main-nav ul li a.main-link {
	display: block;
	width: 146px; 
	height: 136px;
	padding-left: 4px;
	*padding-left: 0px;
}

#main-nav li.index a.white-overlay {background: url(images/overview.jpg) no-repeat 0px -272px;}
#main-nav li.who a.white-overlay {background: url(images/who.jpg) no-repeat 0px -272px;}
#main-nav li.approach a.white-overlay {background: url(images/approach.jpg) no-repeat 0px -272px;}
#main-nav li.search a.white-overlay {background: url(images/search.jpg) no-repeat 0px -272px;}
#main-nav li.contact a.white-overlay {background: url(images/contact.jpg) no-repeat 0px -272px;}

#main-nav ul li.index a.main-link:hover, #main-nav ul li.index a.current {background: url(images/overview.jpg) no-repeat 0px -136px;}	
#main-nav ul li.who a.main-link:hover, #main-nav ul li.who a.current {background: url(images/who.jpg) no-repeat 0px -136px;}	
#main-nav ul li.approach a.main-link:hover, #main-nav ul li.approach a.current {background: url(images/approach.jpg) no-repeat 0px -136px;}	
#main-nav ul li.search a.main-link:hover, #main-nav ul li.search a.current {background: url(images/search.jpg) no-repeat 0px -136px;}	
#main-nav ul li.contact a.main-link:hover, #main-nav ul li.contact a.current {background: url(images/contact.jpg) no-repeat 0px -136px;}	

/*------------- =typography ---------------*/

.main-text h1, .main-text2 h1 {
	margin: 0px 0px 1.5em 0px;
	padding:0px;
	font-size: 1.4em;
	color:#05355B;
	text-transform: uppercase;
	font-weight: bold;
}

.main-text h2, .main-text2 h2 {
	margin: 1em 0px 0px 0px;
	padding:0px;
	font-size: 1.1em;
	color:#05355B;
}

.main-text h3, .main-text2 h3 {
	margin: 1.5em 0px 0px 0px;
	padding:0px;
	font-size: 1.2em;
	color:#05355B;
	font-weight: bold;
}

.sidebar h3, .sidebar2 h3 {
	margin: 1em 0px 0px 0px;
	padding:0px;
	font-size: 1.2em;
	color:#05355B;
	font-weight: bold;
}

.main-text p {
	margin: .2em 0px 1em 0px;
	line-height: 1.4em;
}

.difference {
	display: block;
	font-style: italic;
	margin-left: 15px;
	padding: 2px 5px;
	background-color: #e2e8ed;
	font-size: .95em;
	
}

blockquote {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #647786;
	padding-right: 15px;
	font-style:italic;
}

blockquote cite {
	text-align: left;
	display: block;
	padding-top: 10px;
}

#footer p {
	padding-right: 15px;
	font: .8em Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

h1 {
	font-size: 1.4em;
}

.hidden {
	text-indent: -9999px;
}

.hidden-image {
	display: none;
}

/*------------- =links ---------------*/

a {
	color: #05355B;
}

a:hover {
	color: #8BA3B7;
}

#footer {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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


/*------------- =lists ---------------*/

.main-text ul {
/*	list-style: circle;*/
}

.main-text li {
	margin-left: 15px;
	padding: 5px 0px 8px 0px;
}

.nolist ul {
	
}

.nolist li {
	list-style: none;
	padding: 0px;
}

/*------------- =forms ---------------*/

/*------------- =tables ---------------*/

/*------------- =ie hackery ---------------*/