/*
Generic styling
*/
div, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, img {margin: 0; padding: 0; border: 0;}
form * {vertical-align: middle;}

body {
	margin: 20px auto;
	width: 748px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	background: white;
}

h2 {
	color: #9c3;
	font-size: 120%;
	margin-bottom: 10px;
}

h4 {
	color: #036;
	font-size: 130%;
	margin-bottom: 10px;
}

h5 {
	color: #036;
	font-size: 90%;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-color: #9c3;
}

p {
	font-size: 75%;
	line-height: 1.4;
	margin-bottom: 10px;
}

.credit {
	font-size: 75%;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #003366;
	text-align: right;
}

/*
Masthead
*/
#access {
	display: none !important;
}

#masthead {
	background: transparent url('/images/mh_back.png') top left no-repeat;
	height: 76px;
	position: relative;
	z-index: 1;
}

#masthead h1 {
	background: transparent url('/images/mh_pofplogo.png') 45px 15px no-repeat;
	text-indent: -5000px;
	height: 60px;
	width: 240px;
	float: left;
}

#masthead_tagline {
	float: right;
	margin-right: 5px;
}

#masthead_search{
	float: right;
	margin-top: -10px;
	margin-right: 6px;
	z-index: 20;
}

input#q {
	border: 2px solid #ccc;
	width: 150px;
	margin-right: 5px;
	color: #999;
	z-index: 100;
}

#tabs {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

#tabs li {
	float: left;
	margin: 0 3px;
}

#tabs li a {
	display: block;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	width: 101px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#tabs #tab_about a {
	background-image: url('/images/tab_about.png');
}

#tabs #tab_about a:hover {
	background-image: url('/images/tab_about_over.png');
}

#tabs #tab_services a {
	background-image: url('/images/tab_services.png');
}

#tabs #tab_services a:hover {
	background-image: url('/images/tab_services_over.png');
}

#tabs #tab_login a {
	width: 51px;
	background-image: url('/images/tab_login.png');
}

#tabs #tab_login a:hover {
	background-image: url('/images/tab_login_over.png');
}

#tabs #tab_poptalk a {
	width: 51px;
	background-image: url('/images/tab_poptalk.png');
}

#tabs #tab_poptalk a:hover {
	background-image: url('/images/tab_poptalk_over.png');
}

#tabs #tab_home {
	margin-right: 15px;
}

#tabs #tab_home a {
	width: 51px;
	background-image: url('/images/tab_home.png');
}

#tabs #tab_home a:hover {
	background-image: url('/images/tab_home_over.png');
}

/*
Left navigation
*/
#leftnav {
	width: 151px;
	margin-top: 21px;
	margin-right: 16px;
	float: left;
}

#leftnav_search {
	width: 151px;
	height: 31px;
	margin: 31px 0 0;
	padding: 0;
/*
	background: #f7f7f7;
	border: 1px solid #ccc;
*/
}

#leftnav_search #q {
	width: 105px;
	margin: 0;
}

#leftnav h2 {
	width: 135px;
	height: 31px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}

#leftnav h2#about {
	background-image: url('/images/subnav_about.png');
}

#leftnav h2#srvs {
	background-image: url('/images/subnav_services.png');
}

#leftnav h2#industry {
	background-image: url('/images/subnav_industry.png');
	margin-top: 15px;
}

#leftnav h2#testim {
	background-image: url('/images/subnav_testimonials.png');
}

#leftnav h2#techsup {
	background-image: url('/images/subnav_techsup.png');
}

#leftnav h2#cta {
	background-image: url('/images/subnav_contactus.png');
}

#leftnav h2#search {
	background-image: url('/images/subnav_search.png');
	margin-top: 15px;
}

#leftnav ul, #leftnav p, #leftnav h3 {
	width: 133px;
	list-style: none;
	font-size: 115%;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 0 0 20px 0;
}


#leftnav h3 {
	border-bottom: none;
	padding: 10px 0 0;
	text-align: center;
}

#leftnav li {
	font-size: 70%;
	font-weight: bold;
	padding: 10px 10px 0;
}

#leftnav li.current_page a {
	/*background: transparent url('/images/lnav_arrowhead.png') 2px 14px no-repeat;*/
	color: #9c3;
}

#leftnav a {
	color: #003366;
	text-decoration: none;
}

/*hack to get content in a column instead of wrapping around leftnav */

#content_container {
	width: 748px;
	position: relative;
}

#content_container:after {
	content:'.';
	display: block;
	visibility: hidden;
	clear: both;
}

#result_report, #results, #other_pages, #powered_by {
	margin: 0 10px;
}
/*
Generic content (must be with leftnav and thirdcol)
*/
#generic_content {
	margin: 33px 0px 10px 0;
	width: 575px;
	float: left;
	clear: none;
}

#generic_content.threecol {
	width: 405px;
}

#generic_content .first {
	padding: 0;
}

#generic_content h2 {
	font-size: 100%;
	padding-top: 21px;
}

#thirdcol {
	float: left;
	width: 130px;
	margin-top: 25px;
	border-left: 1px solid #9c3;
	margin-left: 21px;
	padding-left: 21px;
	padding-bottom: 21px;
}

#thirdcol h3 {
	background: transparent url('/images/rt_boxtop.png') left top no-repeat;
	padding-top: 35px;
	text-transform: uppercase;
	font-size: 80%;
	color: #666;
	margin-bottom: 5px;
	margin-left: -25px;
	padding-left:25px;
}

#thirdcol p {
	color: #069;
	line-height: 1.2;
	font-size: 70%;

}
/*
Front page content
*/

#front_centre {
	/* background: transparent url('/images/imagebox_usmp.jpg') top left no-repeat; */
	width: 750px;
	height: 200px;
	margin-top: 21px;
	/* padding-left: 430px;
	padding-right: 21px; */
}

#front_centre h2 {
	font-size: 120%;
	color: #9c3;
	padding: 12px 0 10px;
	margin: 0;
	display: none;
}

#front_centre p, #front_centre li {
	font-size: 70%;
	font-weight: bold;
	color: #666;
	display: none;	
}

#front_centre ul {
	list-style: none;
	float: right;
	padding: 0; margin:0;
	background: transparent url('/images/navarrow.png') right 50% no-repeat;
	padding-right: 35px;
	text-align: right;
}

#front_newsbox {
	background: transparent url('/images/header_tagline.png') top left no-repeat;
	width: 515px;
	height: 177px;
	margin-top: 21px;
	margin-right: 21px;
	padding-top: 31px;
	border-bottom: 1px solid #ccc;
	float: left;
}

#front_newsbox .item {
	width: 154px;
	height: 160px;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #ccc;
	margin: 10px 0;
	position: relative;
}

#front_newsbox .item a {
	width: 19px;
	height: 0;
	padding: 19px 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 140px;
	background: transparent url('/images/navarrow.png') center center no-repeat;	
}

#front_newsbox #last.item {
	border-right: none;
}

#front_newsbox h3 {
	color: #9c3;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#front_newsbox h3 strong {
	color: #036;
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
	display: block;
}

#front_newsbox .item p {
	font-size: 70%;
	color: #666;
}

#front_extra {
	float: right;
	width: 207px;
	height: 222px;
	margin-top: 20px;
	text-align: center;
}

div#front_metrics {
	width: 207px;
	height: 109px;
	text-indent: -5000px;
	background: transparent url('/images/cta.png') top left no-repeat;	
}

div#front_customers {
	width: 207px;
	height: 115px;
	text-indent: -5000px;
	background: transparent url('/images/boxfull_customers.png') center top no-repeat;
	position: relative;
}

div#front_customers img {
	position: absolute;
	top: 14px;
	left: 26px;
}

#contactform {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#contactform select, #contactform input, #contactform textarea {
	width: 150px;
	margin-bottom: 3px;
	border: 1px solid #999;
}

#contactform textarea {
	height: 50px;
}

h3.bio {
	color: #036;
	font-size: 130%;
	margin-top: 20px;
}

h3.bio span {
	display: block;
	color: #ccc;
	font-style: italic;
	font-size: 75%;
}

h3.testimonial {
	color: #036;
	font-size: 90%;
	margin-bottom: 10px;
}

.content_list {
	list-style: none;
}

.content_list li {
	font-size: 75%;
	line-height: 1.4;
	margin-bottom: 10px;
}

.content_list li em {
	font-style: normal;
	font-weight: bold;
	color: #036;
}

.boxrt {
	margin: 0 0 10px 10px;
	float: right;
}

#thirdcol li {
	color: #069;
	font-size: 75%;
	list-style: disc;
	margin-left: 20px;
}

blockquote {
	text-indent: 0;
	margin: 0 0 10px;
}

p.cite {
	text-align: right;
}

cite {
	color: #933;
	font-weight: bold;
	font-style: italic;
}
/*
Footer
*/

#footer, #footer a {
	margin: 0px 0 20px;
	color: #999;
	text-decoration: none;
	text-align: center;
	clear: both;
}

#footer {
	font-size: 70%;
}
