body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	width: 800px;
	margin: 0px auto;
	padding: 5px;
}

a {
	color: blue;
}
a:hover, a:visited {
	color: navy;
}

img {
	border: 0px;	
}
form {
    margin: 0px;
    padding: 0px;
}

#header {
	border: 3px solid #000;
	background-color: #903;
	background-image: url(http://www.employmenttrends.com/images/utwo.png);
	background-position: 99% 90%;
	background-repeat: no-repeat;
	height: 55px;
}

#nav {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #2a2a2a;
	height: 20px;
	text-align: center;
}

#navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#navlist li {
	text-align: center;
	vertical-align: middle;
	display: inline;	
}

#navlist li a {
	padding: 2px 10px;
	color: #fff;
	text-decoration: none;
}

#navlist li a:hover {
	background-color: #ffcc01;
	color: #000;
}

#content {
	border: 3px solid #000;
    clear: both;
    float: left;
    width: 100%;
}
#contentbox {
	border: 3px solid #000;
    width: 100%;
}

#content-text {
	background-color: #036;
	color: #fff;
	padding: 10px;
}

#content-text h1 {
	font-size: 18px;
	text-align: center;
	color: #ffd02a;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

#content-login {
	background-color: #fff;
	width: 235px;
	vertical-align: top;
	text-align: center;
	border-left: 3px solid #000;
}

#content-section {
	width: 100%;
	border-top: 3px solid #000;	
}

#content-section td {
	vertical-align: top;	
}

#content-section-headings td {
	padding: 0px;
}

#content-section-clients {
	border-right: 2px solid #b2b2b2;
}

#content-section-clients-heading {
	border-right: 2px solid #fff;	
}

#content-section-clients-footer {
	border-right: 2px solid #b2b2b2;
}


#content-section-candidates {
	border-left: 1px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;	
}

#content-section-candidates-heading {
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;	
}

#content-section-candidates-footer {
	border-left: 1px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;	
}

#content-section-resources {
	border-left: 1px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;
}

#content-section-resources-heading {
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;	
}

#content-section-resources-footer {
	border-left: 1px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;
}

#content-section-jobsearch {
	border-left: 1px solid #b2b2b2;
}

#content-section-jobsearch-heading {
	border-left: 1px solid #fff;	
}

#content-section-jobsearch-footer {
	border-left: 1px solid #b2b2b2;
}

.content-section-heading a,
.content-section-heading a:visited {
	display: block;
	background-color: #d8b733;
	text-align: center;
	vertical-align: middle;
	color: #86163c;
	text-decoration: none;
	padding: 2px 0px;
}

.content-section-heading a:hover {
	background-color: #ffcc01;
}

.content-section-image {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
}

.content-section-text {
	padding: 5px 25px 0px 35px;
	margin-bottom: 0px;
}

.content-section-footer {
	vertical-align: bottom;
	text-align: right;
}

.content-section-footer td {
	padding-bottom: 5px;
}

.content-section-footer a,
.content-section-footer a:visited {
	color: #86163c;	
	font-weight: bold;
	padding: 5px;
}

#footer {
	border: 3px solid #000;
	border-top: 0px;
	background-color: #903;
	color: #fff;
}

#footer-table {
	width: 98%;	
	margin: 0px auto;
}

#footer-heading {
	padding: 0px;
	margin: 0px;	
}

#footer-city-list {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#footer-tag {
	margin: 15px 0px;	
}

#footer-image {
	padding: 5px 10px;
	text-align: right;	
}

.bold { font-weight: bold; }

.content-section-heading {
	background-color: #d8b733;
	text-align: center;
	vertical-align: middle;
}

.content-section-heading a {
	color: #86163c;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

/* Mikes edits for table-less version */
#content-text { 
	float: left; 
	/*width: 540px;*/
	width: 66%;
	margin-left: 0; 
	border: 0; 
	border-right: 3px solid #000; 
	}
#content-login { 
	float: right; 
	margin-right: 5px;
	/*width: 225px;*/ 
	width: 29%;
	height: 100%; 
	border: 0; 
	}
#footer {
	height: 100px;
	width: 100%;
	}
#footer-image {
	float: right;
	}
#footer-heading {
	padding-top: 10px;
	}
#footer-city-list, #footer-tag, #footer-heading {
	padding-left: 10px;
	}
#contentbox {
	float: left;
	clear: both;
	border: 3px solid #000;
	width: 100%;
	}
#content-section {
	float: left;
	clear: both;
	}
#content-section-resources, 
#content-section-jobsearch, 
#content-section-candidates, 
#content-section-clients {
	float: left;
	width: 25%;
	height: 225px;
	position: relative;
	overflow: hidden;
	border: 0;
	}
#content-section-clients {
	clear: left;
	}
#content-section-clients-body,
#content-section-candidates-body,
#content-section-resources-body {
	border-right: 3px solid #b2b2b2;
	height: 100%;
	}
.content-section-heading {
	border-right: 3px solid #fff;
	}
.content-section-heading-jobsearch {
	border-right: 0;
	margin: 0;
	}
.content-section-footer {
	position: absolute;
	bottom: 5px; right: 5px;
	margin: 0;
	}
#footer {
	clear: both;
	width: 100%;
	}
#header {
	width: 100%;
	}
#nav {
	width: 100%;
	}
.content-section-heading a {
	display: block;
	width: 100%;
	}
	
/* SUB PAGES */
		#navlist li a:hover, 
		body#t-home #ta-home a,
		body#t-clients #ta-clients a,
		body#t-candidates #ta-candidates a,
		body#t-resources #ta-resources a,
		body#t-jobsearch #ta-jobsearch a,
		body#t-aboutus #ta-aboutus a,
		body#t-contactus #ta-contactus a
		{
			background-color: #ffcc01;
			color: #000;
			}
        #page_banner {
			background-color: #000;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			height: 50px;
			position: relative;
            width: 100%;
        }
		#t-clients #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/clients_11.gif);
			}
		#t-candidates #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/candidates_11.gif);
			}
		#t-resources #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/resources_11.gif);
			}
		#t-jobsearch #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/searchjobs_11.gif);
			}
		#t-aboutus #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/aboutus_11.gif);
			}
		#t-contactus #page_banner {
			background-image: url(http://www.employmenttrends.com/images/subphotosection/contactus_11.gif);
			}

		#header_main {
			border: 3px solid #000;
			background-color: #fff;
			background-image: url(http://www.employmenttrends.com/images/ET.png);
			background-position: 0% 50%;
			background-repeat: no-repeat;
			height: 55px;
			position: relative;
			width: 100%;
			}
		#header_sub {
			background-image: url(http://www.employmenttrends.com/images/utwo_small.png);
			background-position: 99% 70%;
			background-repeat: no-repeat;
			height: 55px;
			width: 100%;
			position: absolute;
			right: 0;
			bottom: 0;
			}
		#sub_nav {
			background-color: #edcc00; /* slightly more subdued than the main highlighted navigation */
			height: 18px;
			text-align: left;
			font-size: 90%;
            width: 100%;
			}		
		#sub_navlist {
			margin: 0px;
			padding: 0px;
			list-style-type: none;	
			}		
		#sub_navlist li {
			text-align: center;
			vertical-align: middle;
			display: inline;	
			}		
		#sub_navlist li a {
			padding: 0 10px;
			color: #000;
			text-decoration: none;
			}		
		#sub_navlist li a:hover {
			color: #86163C;
			text-decoration: underline;
			}
		#main_content {
			position: relative;
			padding: 3px 8px;
			}
		h3 {
			padding-bottom: 0;
			margin-bottom: -10px;
			font-size: 13px;
			font-weight: bold;
			}
		#loginbox {
			float: right;			
			width: 175px;
			border: 0;
			padding: 5px;
			margin: 10px;			
			font-size: 10px;
			}
		#loginbox h3 {
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			margin-bottom: 10px;
			}
		#loginbox form {
			background-color: #003366;
			color: #fff;
			padding: 5px;
			width: 100%;
			}
		#loginbox a {
			color: #fff;
			display: block;
			padding: 5px 0;
			text-align: center;
			}
		#loginbox input {
			margin-bottom: 5px;
			width: 80px;
			}
		#loginbox label {
			width: 70px;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: block;
			padding: 5px 0;
			}
		#loginbox img {
			padding-top: 25px;
			}
		h2 {
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-size: 18px;
			line-height: 100%;
			color: #566A55;
			font-weight: bold;
			}
			
		.headerlink {
			font-size: 14px;
			font-weight: bold;
			display: block;
			}
		img.rightside {
			float: right;
			padding: 5px;
			}
		div.rightside {
			float: right;
			padding: 5px;
			}
		h3 {
			padding-bottom: 0;
			margin-bottom: -15px;
			font-size: 13px;
			font-weight: bold;
			}
		em {
			font-weight: bold;
			font-style: normal;
			}
		h6 {
			font-size: 18px; 
			font-weight: bold; 
			color:#FFD02A;
			padding-bottom: 5px;
			margin-bottom: 0;
			}
			
/* POPUP WINDOWS */
body#popup {
	width: 380px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #495599;
	
	font-size: 10px;
	line-height: normal;
	margin: 0px auto;
	}
body#popup #content {
	background-color: #fff;
	position: relative;
	padding: 5px;
	}

#popup_footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
/*#popup_footer a {
	color: red;
	}*/
	
/* jobsearch */
.req {
	color: red;
	font-size: 90%;
	}
