/* -------------------------------------------------------------------------- */
/* Redefines                                                                  */
/* -------------------------------------------------------------------------- */

html, body, table, tr, td, div, img, object, ul, dl, p, h1, h2, h3, h4, hr, form, input { margin: 0px; padding: 0px; }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size:12px;
	text-align: left;
	background-image: url(../images/bg.jpg);
}
a {	text-decoration: none; color: #000000;}
a:hover { text-decoration: underline;}
p {
	line-height: 150%;
	padding: 6px 0px;
}
hr { background-color: #e8e8e8; height: 1px; border-style: none; }
h2 {	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
}
input { border: 1px solid #acacac; }
/* -------------------------------------------------------------------------- */
/* General                                                                    */
/* -------------------------------------------------------------------------- */
.button {
	color: #000000;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

:hover input.submit  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
input[type="submit"]:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.float_left { float:left;}
.float_right { float:right;}
#error{
	display: block;
	padding: 10px;
	border: 1px solid #990000;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/* -------------------------------------------------------------------------- */
/* Layout                                                                     */
/* -------------------------------------------------------------------------- */

#main_holder {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 810px;
	margin-bottom: 50px;
}
#drop_top {
	height: 21px;
	width: 810px;
	background-image: url(../images/bg_drop_top.png);
	position: relative;
	top: -100px;
}
#content_drop {
	background: url(../images/bg_drop_fill.png) repeat-y top center;
	position: relative;
	top: -100px;
}
#content_holder {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	background: url(../images/bg_drop_fill.png) repeat-y top center;
	/*background-image: url(../images/content_holder_bg.gif);
	background-repeat: repeat-x;background-position: center bottom;*/
	overflow: hidden;
	
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#logo {
	position: relative;
	left: 35px;
	z-index: 1000;
	height: 96px;
	width: 166px;
}
#drop_bottom {
	background-image: url(../images/bg_drop_bottom.png);
	background-position: top;
	position: relative;
	top: -100px;
}
#bottom_left {
	left: 20px;
	bottom: 1px;
	position: absolute;
	clear: left;
	display: block;
}

/* -------------------------------------------------------------------------- */
/* Top Navigation                                                             */
/* -------------------------------------------------------------------------- */
#top_nav {
	display: block;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_nav ul {
	text-align: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
}
#top_nav li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	background-color: #FFFFFF;
}
#top_nav li a {
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FAE8B6;
	padding: 8px 10px;
}

/* -------------------------------------------------------------------------- */
/* Main Navigation                                                            */
/* -------------------------------------------------------------------------- */

#nav { display: block; height: 54px; float:right; }
#nav ul { padding-top: 20px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
#nav li { list-style:none; display:inline; }
#nav a { float:left; padding:0px; margin:0px; }
/*#nav a:hover { background-position:0 -24px; }*/

.index { background: url("../images/home.gif") no-repeat; width: 67px; height: 24px; }
.results { background: url("../images/results.gif") no-repeat; width: 116px; height: 24px; }
.people { background: url("../images/people.gif") no-repeat; width: 108px; height: 24px; }

.index:hover { background-position:0 -24px; }
.results:hover { background-position:0 -24px; }
.people:hover { background-position:0 -24px; }

.index_active { background: url("../images/home.gif") no-repeat; width: 67px; height: 24px; background-position:0 -48px; }
.results_active { background: url("../images/results.gif") no-repeat; width: 116px; height: 24px; background-position:0 -48px; }
.people_active { background: url("../images/people.gif") no-repeat; width: 108px; height: 24px; background-position:0 -48px; }

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

#footer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #727272;
	top: -115px;
	position: relative;
}
#footer a { color: #727272; }
#footer a:hover { color: #000000; text-decoration: underline; }

#footer ul { list-style-type: none; }
.li_left { float: left; padding-top: 5px; padding-right: 20px; }
.li_right { float: right; padding-top: 5px; }

/* -------------------------------------------------------------------------- */
/* Home                                                                       */
/* -------------------------------------------------------------------------- */

#home_column1 {
	display: block;
	float: left;
	width: 423px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#home_column2 {
	display: block;
	float: right;
	width: 255px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#home_column1 h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0px;
	display:block;
	height:30px
}
#home_column2 h2 {
	display:block;
	height:26px;
	padding-bottom: 0px;
	padding-top: 4px;
}
/* -------------------------------------------------------------------------- */
/* Contact                                                                    */
/* -------------------------------------------------------------------------- */

#contact_column1 {
	float: left;
	width: 200px;
	padding: 20px 15px 20px 30px;
}
#contact_column2 {
	float: right;
	width: 478px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 15px;
}

dt { float: left; clear: left; width: 15px; text-align: left;}
dd { margin: 0px; padding: 0px 0px 5px 0px; }

#contact_subCol1 { float: left; padding-right: 25px; }
#contact_subCol2 { float: left; }
#contact_subCol3 { clear:both; padding-top:5px; }

.err_hand_hide { padding-left:10px; display:none;}
.err_hand_show { padding-left:10px; display:inline; }

.error { color:#b40000; }
.errorBox {
	color:#b40000;
	border: 1px solid #b40000;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
.sent {
	color:#009900;
	border: 1px solid #009900;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}

/* -------------------------------------------------------------------------- */
/* News                                                                       */
/* -------------------------------------------------------------------------- */

#news_column1 {
	float: left;
	width: 478px;
	padding: 20px 15px 20px 30px;
}
#news_column2 {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 15px;
}
/* -------------------------------------------------------------------------- */
/* Results                                                                    */
/* -------------------------------------------------------------------------- */

#results_column1 {
	float: left;
	width: 220px;
	padding: 20px 15px 20px 30px;
}

#results_column2 {
	float: right;
	width: 458px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#results_column3 {
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
}
#results_column2 h1 {
	font-size: 18px;
	padding-bottom: 6px;
}
.caseStudy h2 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

#quote{
 font-size: 16px;
 font-weight: bold;
 text-align:center;
 display:block;
 padding:15px;
}
