/*  
Theme Name: Health4Hire 
Theme URI: http://wordpress.org/
Description: Adapted from 'Tranquille' by Dave Shea 
Version: 1.0
Author: David Hutchful
Author URI: http://www.kojohutchful.com/

	 v1.0
	 Health4Hire 
*/

/* Global
 *********************/
body {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
	font: 13px "Lucida Grande", Verdana, Arial, sans-serif;
    background: #e5e5e5 url(images/body_bg.gif) repeat-y center top;
}

a { color: #307082; }

a:hover { color: #D60808; }

h2 {
    margin: 0;
    font-size: 12px;
}

.reset { clear: both;}

ol li, ul li { 
margin-bottom: 15px; 
margin-left: 0;
}


/* Wrapper
 *********************/
#container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    width: 724px;
    text-align: left;
    background: #fff;
}
* html #container {
    width: 744px;
    w\idth: 724px;
}


/* Header
 *********************/
#pageHeader {
    position: relative;
    top: 25px;
    left: 30px;
}
#pageHeader h1 {
    margin: 0;
    width: 156px;
    height: 25px;
    overflow: hidden;
    background: url("images/Health4Hire.gif");
}

#pageHeader #rightinfo {
	float: right;
	margin-top: -10px;
	margin-right: 30px;
	padding: 0;
    height: 25px;
	font-size: small;
}
#pageHeader #rightinfo a { color: #aaa; font-size: small; text-decoration: none; }
#pageHeader #rightinfo a:hover { color: #999; }


#quickSummary  {
	position: relative;
	margin-top: 40px;
    width: 724px;
    height: 171px;
    color: #fff;
    background: url("images/mombg.jpg") no-repeat;
}

#quickSummary .p1 {
    display: block;
    padding: 25px 540px 0 30px;
	font-size: 12px;
	line-height: 25px;
}


/* Main container
 *********************/
#supportingText {
    margin: 0 0 0 230px;
    min-height: 250px;
}

#explanation {
	width: 490px;
	margin-bottom: 20px;
	line-height: 20px;
}
 
#explanation h3 {
    display:block;
    margin: 40px 0 20px 0;
    width: 400px;
    height: 28px;
    font-size: 2em;
	text-align: center;
}

#explanation ul li, #explanation ol li {
	margin-top: 1px;
	margin-right: 0em;
	margin-left: 1em;
	list-style-position: outside;
}
#explanation ul li {
	list-style-image: url(images/bull.gif);
}

#explanation em { font-weight: bold; }

#explanation .pwy-right { 
	float: right; 
	margin-top: -460px;
	padding: 5px;
	width: 200px;
	text-align: center;
	border: 1px solid #ddd;
}


/* Sidebar 
 *********************/
#linkList {
    position: absolute;
    top: 295px;
    left: 0;
    width: 210px;
}

#lselect ul, #lsearch ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}


#lselect ul li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
    border-left: 1em solid #eee;
}

#lselect ul li a.active,
#lselect ul li a:hover {
	color: #FFF;
	background: #436ba6; /* #436ba6; */
	border-color: #cce263;
}

#lselect ul li a:hover {
	color: #FFF;
	background: #6384b7; /* #436ba6; */
	border-color: #cce263;
}


#lselect ul li {
    margin: 0px;
	margin-bottom: 5px;
    padding-bottom: 0px;
    width: 200px;
    font-size: 12px;
    border: 1px solid #E6EEF0;
}

#lsearch ul { margin-top: 20px; }

#lsearch ul li {
    display: block;
    font-size: 13px;
}

#s { 
	width: 200px; 
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #e6eef0;
}
#s:hover { 
	border: 1px solid #dddddd;
}

#searchsubmit {
	width: 70px;
	color: #666;
	margin-top: 10px;
}


/* Footer 
 *********************/
#footer {
	clear: both;
	margin-top: 25px;
    margin-left: 230px;
    padding: 0;
    height: 48px;
    color: #fff;
    font-size: 11px;
    line-height: 26px;
	text-indent: 25px;
    background: url("images/footer.gif") no-repeat;
}
#footer a {
    color: #fff;
    text-decoration: none;
} 
#footer a:hover { text-decoration: underline; }

