/* ===================================================== */
#--------------------LAYOUT {}
body {
	background-color: #989898;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 901px;
	background-image: url(../gfx/bg-body.gif);
}
#--------------col1area {}
#col1 {
	min-width: 170px;
	width: 170px;
	min-height: 605px;  /*needed for background graphic if there is not enough content*/
/*	background-image: url(../gfx/col1-bg-star.gif);
*/	background-repeat: no-repeat;
	padding-left: 14px;
	float: left;
}
#mainmenu {
}
#--------------col2area {}
#col2 {
	width: 700px;
	min-height: 605px;  /*needed for background graphic if there is not enough content*/
/*	background-image: url(../gfx/col2-bg-star.gif);
*/	background-repeat: no-repeat;
	float: left;
}
#banner {
	float: left;
	height: 261px;
	width: 700px;
}
#content {
	width: 670px;
	float: left;
	padding: 15px;
}
#content-noborder {
}
#content-col1 {
	width: 650px;
	float: left;
}
#content-col3 {
	width: 650px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
#content-col2 {
	width: 137px;
	float: right;
}
#spotlight {
	float: left;
	width: 395px;
	background-image: url(../gfx/spotlight-box.gif);
	background-repeat: no-repeat;
}
#spotlight-content{
	width: 340px;
	margin-left: 40px;
	margin-top: 70px;
}
#inthenews {
	float: left;
	width: 292px;
	margin-left: 5px;
	margin-top: 5px;
}
#newsletter {
}
#newsletter a {
	border: 1px none #CCCCCC;
	text-decoration: none;
}
#newsletter img {
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-right: 5px;
}

#client-boxes {
	width: 150px;
	text-align: center;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px;
}

#sidebar-box {
	height: 44px;
	text-align: center;
	margin-bottom: 20px;
	display: table;
	vertical-align: middle;
	position: relative;
}

#----------------footer {}
#footer {
	float: left;
	width: 870px;
	height: 27px;
	background-image: url(../gfx/bg-footer.gif);
	text-align: right;
	padding-right: 31px;
	clear: left;
	padding-top: 10px;
}
/* ===================================================== */
#-----------------------TEXT {}
h1, h2, h3, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}
h1 {
	font-size: 13px;
	margin-bottom: 0.4em;
	line-height: 1.4em;
	color: #39425A;
	text-transform: capitalize;
}
h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 1.4em;
}
ul {
}
li {
	margin-bottom: 1em;
}
#content-col2 h1 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	color: #666666;
}
#content-col2 p {
}
#client-boxes p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}
#content p {
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*
#inthenews p {
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
#joblist p,
#joblist h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sidebar-content h1, 
#sidebar-content p {
	margin-bottom: 0px;
}

.txt-blue {
	color: #4D85C5;
	font-weight: bold;
}
.txt-small {
	font-size: 9px;
	line-height: 1.5em;
}
.txt-red {
	color: #CC0000;
}

.txt-underline {
	text-decoration: underline;
}
#form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#-------------------------LINKS {}
a {
	color: #4D85C5;
	text-decoration: none;
}
img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
	color: #2058A9;
}
#--------------------------IMAGES {}
img {
	margin: 0px;
	padding: 0px;
	display: block; /* fixes spacing issues */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-left {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
.img-right {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.img-right-0pad {
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar-box img {
	float: left;
}
/* ===================================================== */
#-------------------------MISC {}
#cleardivs {
	clear: both;
}
