html {
	min-height: 100%;
	height:100%;
}

body {	
	background:#4c757c url("../images/bg_main.gif") repeat-x top center;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #ffffff;
	height: 100%;
	margin:0;
}


h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height:normal;
	font-weight:bold;
	padding:0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height:20px;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	padding:0;
	margin: 0;
}

p {
	line-height: 18px;
	margin:0 0 20px 0;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #CD2C24;
	text-decoration: none;
}

strong {}

.border {
	border:1px solid #c7c7c7;
}

.border-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #c7c7c7;
}

.border-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #c7c7c7;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.container {
	position:relative;
	margin:0 10px 0 14px;
}

.hr {
	background:url("../images/hr.gif") repeat-x;
	height:1px;
	line-height: 1px;
	position:relative;
	text-align:left;
	margin: -5px 0 20px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

ol {
	margin:0 0 20px 20px;
}

ol li {
	line-height:22px;
}

#content ul {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 15px;
	background:url("../images/bullet.gif") no-repeat 0 5px;
	margin:0 10px 0 0;
	line-height:22px;
}

sup {
	font-size:9px;
	vertical-align:top; 
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	z-index:100;
}

/********************* LAYOUT STYLES *************************/

#top {
	position:relative;
	margin: auto;
	width:960px;
	height:106px;
	z-index:200;
}

a.logo {
	position:relative;
	display:block;
	height:75px;
	width:480px;
	background:url("../images/logo.gif") no-repeat top left;
	text-indent:-3000px;
}

#top_nav {
	position:absolute;
	top:0;
	right:0;
	color:#58585a;
	font-size:12px;
}

#top_nav a {
	color:#58585a;
	text-decoration:none;
}

#top_nav p {
	float:left;
	margin:4px 5px 0 0;
}

.request {
	position:relative;
	float:left;
	height:45px;
	width:174px;
	background:url("../images/bg_request_proposal.gif") no-repeat top left;
	padding:5px 0 8px 8px;
	color:#ffffff;
	font-size:10px;
}

#top_nav .request a {
	line-height:normal;
	text-decoration:none;
	font-size:14px;
	color:#58585a;
}

#banner {
	position:relative;
	width:100%;
	height:289px;
	background:#ffffff; /* url("../images/banner.jpg") no-repeat top center;*/
	text-align:center;
	z-index:100;
}

#short_banner {
	position:relative;
	width:100%;
	height:67px;
	background:#ffffff;
	text-align:center;
	z-index:100;
}

#subhead_bar {
	position:relative;
	background:#f1f2f2;
	height:59px;
	width:100%;
	padding-top:10px;
}

.subhead {
	position:relative;
	margin:auto;
	width:960px;
	font-size:21px;
	color:#555555;
	font-weight:bold;
}

#content {
	position:relative;
	background:url("../images/bg_content.gif") repeat-x top center;
	min-height:650px;
	height:auto !important;
	height:650px;
	padding-bottom:20px;
}

#content a:hover {
	background-position:0% 100%;
}


/********************* INTERIOR LAYOUT STYLES *************** */

#bg {
	position:relative;
	margin:auto;
	width:960px;
	background:url("../images/bg_home.jpg") no-repeat top;
	padding-bottom:40px;
}

#col_1 {
	position:relative;
	float:left;
	width:170px;
	padding:0;
	margin:27px 40px 0 0;
}

.testimonial {
	font-size:12px;
	line-height: 16px;
}	

.quote {
	margin:0 20px 10px 0;
	font-style:italic;
}

#content ul.subnav {
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
	font-size:16px;
}

#content ul.subnav li {
	padding:0;
	background:none;
	margin:0 15px 15px 0;
	line-height:normal;
}

#content ul.subnav li a {
	color:#ffffff;
	text-decoration:none;
}

#content ul.subnav li a:hover  {
	color:#57767a;
	text-decoration:none;
}

#content ul.subnav li a.this  {
	color:#57767a;
	font-weight:bold;
	text-decoration:none;
}

#col_2 {
	position:relative;
	float:left;
	width:460px;
	padding:0 30px 0 0;
	margin:27px 30px 0 0;
}

#col_3 {
	position:relative;
	float:left;
	width:205px;
	padding:0;
	font-size:12px;
	line-height: 16px;
	margin:27px 0 0 0;
}

#col_3 h1 {
	margin:0 0 5px 0;
}

#col_3 p {
	margin:0;
}

.uptodate {
	position:relative;
	background:url("../images/bg_uptodate.png") no-repeat top left;
	width:215px;
	height:87px;
	padding:10px 0 0 10px;
	margin:0 0 30px 0;
}
	

/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	margin:auto;
	width: 960px;
	padding:20px 0 50px 0;
	font-size:12px;
	text-align:center;
}

#footer a {
	text-decoration:none;
}
/* ***************  SUCKERFISH NAV STYLES *************** */

#main_nav {
	position:absolute;
	margin:4px 0 0 0;
	width:960px;
	z-index:101;
}

#nav li#btn_whoweare { 		background-image: url("../images/btn_whoweare.png"); 	width: 107px;height: 43px;	}
#nav li#btn_foundation  { 	background-image: url("../images/btn_foundation.png"); 	width: 194px;height: 43px;	}
#nav li#btn_techniques { 	background-image: url("../images/btn_techniques.png"); 	width: 124px;height: 43px;	}
#nav li#btn_profiling { 	background-image: url("../images/btn_profiling.png"); 	width: 148px;height: 43px;	}
#nav li#btn_whatwevedone { 	background-image: url("../images/btn_whatwevedone.png"); 	width: 138px;height: 43px;	}
#nav li#btn_news		 { 	background-image: url("../images/btn_news.png"); 	width: 117px;height: 43px;	}
#nav li#btn_resource 	{ 	background-image: url("../images/btn_resource.png"); 	width: 132px;height: 43px;	}


.on {
	background-position:0% 100%;
}

#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#ffffff;
}



/* ***************  LANDING PAGE STYLES *************** */


body#landing {	
	background:#4c757c url("../images/bg_landing.gif") repeat-x top center;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:21px;
	color: #ffffff;
	height: 100%;
	margin:0;
}

#landing_body {
	position:relative;
	margin: auto;
	z-index:100;
	background:url("../images/bg_main_landing.jpg") no-repeat top center;
	padding:430px 0 0 0;
	text-align:center;
}

#landing_body p {
	line-height:28px;
}
