/* Start of CMSMS style sheet 'SubCSS' */
/* author: info@starbits.com */
/* Creation date: 10/5/2007 */

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 85%;
   line-height: 1.4em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
	text-align: left;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit;
   color: #389545;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #389545;        
}

a:hover {
   text-decoration: none;
   background-color: #389545; 
   color: #fff;
}

p {
	margin: 8px 0px;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #000;
}

/* center wrapper, width 960 */
div#pagebox {
   width: 960px;
   margin: 0 auto;       /* this centers wrapper */
   background: #fff url(images/proq-logo-watermark.gif) no-repeat bottom left; 
}

div#topbox {
	background: url(images/top-bkg2.jpg) no-repeat;
	height: 153px;
	width: 960px;
}

div#headerbox{
	clear: left;
	margin-top: -60px;
	background: url(images/header-interior.gif) no-repeat;
	height: 156px;
	width: 960px;
}

div#contactbox {
	float: right;
	width: 164px;
	margin-right:14px;
	background: #389545;
	padding-top: 1em;
	padding-bottom: 11px;
}

div#contactbox a,
div#contactbox a:link 
div#contactbox a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #fff; 
}

div#contactbox a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #9f9;                
}

div#contactbox a:hover {
   text-decoration: underline;
   background-color: #fff;
   color: #389545;
}

div#headertxt {
	padding: 30px;
}

div#headertxt p {
	color: #fff;
	font-size: 120%;
	margin-top: 0px;
}

div#navmenulinks{
	position: relative;
	top: -67px;
	right: 0px;
	height: 67px;
	float: right;
	text-align: right;
	background:  #fff url(images/nav-bar-bg.gif) repeat-x right;
}

div#navmenulinks ul{
	margin-top: 25px;
}

div#navmenulinks li{
	text-align: center;
	font-weight: bold;
	display: inline;
	padding: 0px 7px;
	font-size: 90%;
}

div#navmenulinks dfn{
        display: none;
}

div#leftbox {
	float: left;
	width: 506px;
	padding: 12px;
}

div#rightbox {
	float: right;
	border-left: 1px solid #ccc;	
	width: 400px;
	padding: 14px 14px 14px 0px;
}

div#footer {
	clear: both;
	background: url(images/footer-cardio.gif) no-repeat;	
	padding: 25px 12px;
	font-size: .8em;
}

div#contentsbox ul {
        margin-left: 28px;
        margin-bottom: 0.5em;
}

h1 {
	font-family: 'Rockwell', 'Times New Roman', 'Georgia', serif;
	color: #fff;
	font-size: 2.5em;
	line-height: 1.4em;
}

h2 {
        padding-top: 0.5em;
	color: #389545;
	line-height:150%;
	font-size: 1.3em;
	font-style: italic;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	padding: 0.3em;
	color: #fff;
	text-align: center;
}

.subhead {
	font-weight: normal;
}

.left {
	float: left;
}

.quote {
        display: block;
	color: #2d6caf;
	font-weight: bold;
	font-style: italic;
	margin-left: 28px;
        margin-right: 28px;
	text-align: left;
}

em {
	color: #389545;
	font-weight: bold;
	font-style: italic;
}

.em {
	color: #389545;
	font-weight: bold;
	font-style: italic;
}
/* End of 'SubCSS' */

