/* Main CSS for TRAC - Recruitment Systems Site */

/* Remove all predetermined settings */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bodyouterwrapper, #bodyouterwrapper p
{
	font-size: 10px; /* All other font sizes are set as em's relevant to this size */
	font-family: Verdana, Arial, sans-serif;
}

/* Main Page Layout */

#mainwrapper {
	background: #FFF;
	position: relative;
}

#bodyouterwrapper {
	background: #FFF url(/images/trac/bgfade.png) repeat-x center top;
	height: 1000px;
	overflow: visible;
}

#bodymiddlewrapper {
	margin:0 auto;
	padding:0;
	width:940px;
}

/* Header */

#headerimage {
	line-height: 0;
}

#headercontactinfo {
	position: absolute;
	top: 70px;
	left: 655px;
	color: white;
}

.spacer {
	font-size: 3em;
}

.contacttelno, .contactemail {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 5px;
}

.contacttelno {
	font-size: 1.8em;
}



/* Footer */

#bodyfooter {
	clear: both;
	background: #FFF url(/images/trac/footer_bg.jpg) no-repeat center top;
	height: 97px;
}

#footercolumn {
	float:left;
	margin-left: 38px !important;
	margin-left: 20px;
	margin-top: 6px;
	width: 182px;
}

#footercolumn, #footercolumn p {
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

#healtheweblogo
{
	height:50px;
	margin-left:-20px;
	margin-top:15px;
	width:225px;
	cursor: hand;
}


/* Menu */

#menu {
	background: #FFF url(/images/trac/menu_bg.jpg) center top;
	height: 45px;
}

.cssmenu {
	text-align: center;
}

#menu ul {
	padding-top: 12px;
}

#menu li {
	display: inline;
	margin: 0 2em;
	padding-top: 12px;
	font-size: 1.3em;
	font-weight: bold;
}

/* Main Content */

#twocolsandheader {
	background: #FFF;
	overflow: visible;
}

#maincontent {
	width: 940px;
	background: #FFF;
}

#crosscolumn {		
	width: 570px;
}

#leftcolumn {
	float: left;
	width: 270px;
	margin: 0 0 0 30px !important;
	margin: 0 0 0 10px;	
}

#centercolumn {
	float:left;
	margin: 10px 0 0 30px !important;
	margin: 0px 0 0 30px !important;
	width: 270px;	
}

#rightcolumn {
	float: right;
	margin: 0 30px 0 !important;
	margin: 12px 10px 0 10px;
	position: relative;
	width: 280px;
}

html>body #rightcolumn { *margin: 12px 30px 0 !important; } /* Hack to make IE7 understand the third column correctly */

/* Headings and Text */

h1, h2 {
	font-size: 2.3em;
	font-weight: bold;
	color: #0C1862;
	line-height: 1.4em;
	margin: 10px 0 10px 30px;
}

h6 { 
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	background: url(/images/trac/green_tick.gif) no-repeat left top;
	padding-left: 25px;
	overflow: visible;
	padding-top: 9px;
	margin-bottom: 15px;
}

h6 strong {
	color: #0C1862;
}

h5 { 
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	background: url(/images/trac/green_tick.gif) no-repeat left top;
	padding-left: 25px;
	overflow: visible;
	padding-top: 9px;
	margin-bottom: 15px;
}

h5 strong {
	color: #0C1862;
}

h4 { 
	position: relative;
	z-index: 2;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	background: url(/images/trac/smaller_green_tick.gif) no-repeat left top;
	padding: 7px 0 0 20px;
	margin: 0 0 10px 0; 
	overflow: visible;
}

h4 strong {
	color: #0C1862;
}

h4 em {
	font-weight: bold;
}

h4 a {
	color: #99CA3C;
}

h4 a:hover {
	color: #0C1862;
}

#maincontent p {
	margin-top: 7px;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: normal;
}

/* Frontpage button */

#green-button {
	background: url(/images/trac/green_button.png) no-repeat center top;
	height: 41px;
	padding-top:1px;	
	margin-top:10px;
}

#green-button p {
	text-align: center;
	font-size: 1.5em;
}

/* Right Column Page Specific Styles */

/* Home Page */

#home-right-col {
	background: url(/images/trac/rightbox_bg.jpg) no-repeat center top;
	height: 430px;
	padding:20px 15px 30px;
	margin-top: 10px !important;
	margin-top: 0;
}

#home-right-col h6 {
	color: #FFF;
	margin-top: 20px;
}

#home-right-col h1 {
	color: #FFF;
	margin: 0;
}

/* Get Started */

#monitor-right-col {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 30px;
}

/* What you get */

#wyg-bg-container {
	position: relative;
	height: 282px;
}

#what-you-get-bg {
	position: absolute;
	background: url(/images/trac/woman_bg.jpg) no-repeat bottom;
	height: 282px;
	width: 419px;
	left: -109px !important;
	left: -119px;
	z-index: 0;
}

/* Login Page  - May need a seperate div for login if the site requires a form. */

label {
	font-size: 1.4em;
}

input {
	border: 3px solid #cccccc;
	font-family: Tahoma, sans-serif;
}

.submitbutton {
	border: 0;
	background: url(/images/trac/smaller_green_button.png) no-repeat;
	width: 77px;
	height: 41px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	cursor: hand;
}

textarea {
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}


#contactform {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.textarea-remainingchars {
	font-size: 1.2em;
}

/* Doc Info Page */


#documentinfo a {
	color:blue;
}

#documentinfo {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.docconversiondisclaimer
{
	display: none;
}

#documentinfo p {
	padding-bottom: 0;
	padding-left: 3px;
}

.gobacklink {
	display: none;
}



 


 

