/*************************Main Style Sheet for JobMonkey home page and all pages that use same style**********************/


* {margin: 0; padding: 0; border: 0;} /***set all default margin, padding and border values to 0 to achieve consistent display across browsers - default values will be specified in the stylesheet***/

a, a:active { color: #3300CC; text-decoration: underline; }  /*default link styles*/
a:visited { color: #515151;}
a:hover { text-decoration: none;}

p, li { font-size: 1.2em; line-height: 1.3em;}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin-top: 10px;
	background-color: #F4F4F4;
		align: center; 
}



div#mainwrap { /*wrap all content, center it and*/
    align: center; 
	width: 825px;
	margin: 0 auto 10px auto;
	background-image: url(/imgs/columnCenterBkrnd/main-background-white.gif);
	background-position: -43px; /* position background image to create appearance of left and right columns*/
	background-repeat: repeat-y;
	overflow: hidden; /* hide overflow from background image */
}


div#submainwrap {/* create container for right column background */
	align: center; 
	width: 100%;
	background-color: transparent;
	background-image: url(/imgs/columnCenterBkrnd/right-background-brown.gif);
	background-position: 655px;
	background-repeat: repeat-y;
	overflow: hidden;
}

div#googleTopBanner { /*contain and position google ad banner*/
	width:100%;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 10px; /*create space between banner and "jobmonkey" content*/
	text-align: center;
}

/************************************************************Left Column*****************************************************************/

div#leftCol {
	float: left;
	width: 156px;
	background-color: transparent;
}

img#leftColTop { /*position top image in left column by setting display as block and right and left margins as auto*/
	display: block;
	margin: 20px auto 0 auto;
}

/* position and format google search*/

div#leftCol form.gSearch {
	display: block;
	margin: 0 auto;
	width: 150px;
}

div#leftCol form.gSearch input.enter {
	display: block;
	margin-left: 5px;
}

div#leftCol form.gSearch input.submit {
	display: block;
	margin: 5px 0 0 5px;
	padding: 2px;
	background-color: #ffffcc;
	color: #000;
}
/*** return to job monkey home page ***/
p#jmHome {
	margin: 20px 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

p#jmHome a, p#jmHome a:visited {
	color: #fff;
	text-decoration: underline;
}
p#jmHome a:hover {
	text-decoration: none;
}

/***Left Column Main Link List***/

ul#leftColMainlnks {
	list-style-type: none;
	margin: 20px 3px 20px 5px;
}

ul#leftColMainlnks li {
	line-height: 1.3em;
	font-size: 1.3em;
	margin-bottom:  1.1em;
}

ul#leftColMainlnks li.heading {
	background:  #cc9900;
	margin: 12px -4px 5px -5px;
	height: 20px;
}

ul#leftColMainlnks li.hiring {
	background:  #FFFFCC;
	margin: 12px -4px 5px -5px;
	height: 45px;
}

ul#leftColMainlnks li a, ul#leftColMainlnks li a:visited, ul#leftColMainlnks li a:active {
	color: #fff;
}

ul#leftColMainlnks li a:hover {
	text-decoration: none;
}

/*** left column "check out" links ***/

div#leftCol ul.checkOut {
	list-style-type: none;
	margin: 3px 3px 3px 5px;
	font-size: .9em;
}

ul.checkOut li {
	margin-bottom: 1.1em;
	padding-left: 10px;
	background-image: url(/imgs/5px-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #000;
	line-height: 1.3em;
	font-size: 1.15em;
}

ul.checkOut li a, ul.checkOut li a:visited, ul.checkOut li a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

ul.checkOut li a:hover {
	text-decoration: none;
}

/**********left column links for tools pages *******************/

div#leftCol ul#tools {
	list-style-type: none;
	margin: 0 3px 0 5px;
}

 ul#tools  ul {
	margin-left: 1em;
	list-style-type: none;
}

ul#tools ul ul  {
	margen-left: 1em;
	list-style-type: none;
}

ul#tools li {
	font-size: 12px;
	line-height: 1.5em;
}

ul#tools a, ul#tools a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

ul#tools a:hover {
	text-decoration: underline;
}


/**********google left column ad****************/

div#leftCol div.googleColPosition {
	width: 120px;
	margin: 20px auto;
}

/**********ads left column ****************/

div#leftCol div.adColPosition {
	width: 130px;
	margin: 20px auto;
}

/*************************************************Center Column****************************************************/

div#centerCol {
	position: relative;
	float: left;
	width: 500px;
	background: transparent;
}

div#centerCol div#centerColBanner {
	position: relative;
	height: 90px;
	width: 100%;
	margin: 0 auto;
	background-image: url(/imgs/headers/jobmonkey-com.gif);
	background-color:#ffffce;
	background-repeat: no-repeat;
	background-position: 10px 0;
	z-index: 10;
}

div#centerColBanner p {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 1px;
	left: -1000px;
}

/*** Center Column Nav Bar ***/

div#centerCol ul#centerColNavbar {
	list-style-type: none;
	background-color: #000;
	font-size: .8em;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 5px;
}

ul#centerColNavbar li {
	color: #ffffcc;
	display: inline;
}

ul#centerColNavbar li a, ul#centerColNavbar li a, ul#centerColNavbar li a {
	color: #ffffcc;
	text-decoration: none;
}

ul#centerColNavbar li a:hover {
	text-decoration: underline;
}

/*****Center Column *****/
div#centerCol div#mainContent {
 	margin: 0 10px;
}
div#centerCol div#mainContent p {
	margin: .75em 0;
}

div#centerCol  div#mainContent p.center {
	text-align: center;
}

div#mainContent h1, div#mainContent h2, div#mainContent h3, div#mainContent h4 { 
	color: #000;
	margin: .5em 0;
	font-weight: bold;
}

div#mainContent h1 { font-size: 1.75em; color: #996600}
div#mainContent h2 { font-size: 1.75em; }
div#mainContent h3 {font-size: 1.5em; }
div#mainContent h4 { font-size: 1.2em; }

/***** list style *****/
div#centerCol div#mainContent ul {
	margin: .75em 0;
	padding-left: 2.5em;
}

div#centerCol li {
	line-height: 1.3em;
}
	
/****table styles *****/
#mainContent th { font-weight: bold; text-align: left; font-size: 1.2em; padding: 3px;}
#mainContent td {text-align: left; font-size: 1.2em; padding: 3px;}

/********************** Float Images To Left or Right in Center Column only******************/

img.floatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

img.floatFight {
	float: right;
	margin: 10px 0 10px 10px;
}
	
/*****************************************Right Column*********************************************/
div#rightCol {
	float: left;
	width: 166px;
	padding: 0;
}

img#rightColTop { /*position top image in left column by setting display as block and right and left margins as auto*/
	display: block;
	margin: 20px auto 0 auto;
}

/*****Featured Employers*****/

div#rightCol ul#employers {
	list-style-type: none;
}

ul#employers li {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 85px;
}

ul#employers li img {
	display: block;
	margin: 0 auto;
}

/******Right Column Google ad position ******/

div#rightCol div.googleColPosition {
	width: 160px;
	text-align: center;
	margin: 125px auto 0px 3px;   /*margin auto centers in column*/
}

/********************************************Footer**************************************************/
/**********************new footer***************/
	div#footer {/* position footer properly between columns*/
		clear: both;
		background: transparent;
		margin-left: 157px;
		padding: 25px 0;
		text-align:  center;
		width: 498px;
}

div#footer ul {
	list-style-type: none;
	margin: 1.2em 0;
}

div#footer li {
	line-height: 1.1em;
	margin-bottom: 4px;
}

div#footer li a, div#footer li a:visited {
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

/**************************Universal Clearing Divs*********************/

div.clearLeft {clear: left;}
div.clearRight {clear: right;}
div.clearBoth {clear: both;}


<!-- ************************************Right Column Local ****************************** -->
div#dmcontent_container {
	margin-top: 0px;
	margin-right: 0px;
	width:160px;
	height:125px;
/*	border:1px solid #000000;*/
	background-color:#996600;

}
.dmcontent_title {
text-align:left;
line-height:18px;
background-color:#cc9900;
width:155px;
height:20px;
font-size:15px;
font-weight:bold;
color:#ffffff;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase;
padding-left:5px;
}

.dmcontent_body {
margin-top:5px;
line-height:24px;
float:left;
overflow-y: auto; 
text-align: left;
margin-right: auto;
width: 155px;
height: 95px;
}

.dmcontent_body a:hover {text-decoration:none;}


.dmcontent_link {
text-decoration:none;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
color:#ffffff;
font-size:16px;
text-decoration:underline;

}


