﻿body     
{

	background-color: #999999;    
	font-size:12px;    
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

div#outer     
{
	width: 850px;    
	background-color:#FFFFFF;    
	margin-top: 5px;    
	margin-bottom: 5px;    
	padding: 0px;    
	border: thin solid #000000;
	margin-right: 5px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header
{
	height:100px;
	border:solid 0px;
}

div#footer     
{
	padding: 5px;    
	margin: 0px; 
	color:#000;    
	text-align:center; 
	font-size:11px;
}     

.required
{
	color:Red;
}

.JobBoxLeft
{
    float:left;
    height:270px;
    width:8px;
    background-image:url(Images/JobBoxLeft.gif);
    background-repeat:no-repeat;
}          

.JobBoxCenter
{
	float:left;
	height:270px;
	width:520px;
	background-image:url(Images/JobBoxCenter.gif);
	background-repeat:repeat-x;
}

.JobBoxRight
{
    float:left;
    height:270px;
    width:8px;
    background-image:url(Images/JobBoxRight.gif);
    background-repeat:no-repeat;
}


.JobBoxAdLeft
{
    float:left;
    height:325px;
    width:8px;
    background-image:url(Images/JobBoxAdLeft.gif);
    background-repeat:no-repeat;
}          

.JobBoxAdCenter
{
	float:left;
	height:325px;
	width:520px;
	background-image:url(Images/JobBoxAdCenter.gif);
	background-repeat:repeat-x;
}

.JobBoxAdRight
{
    float:left;
    height:325px;
    width:8px;
    background-image:url(Images/JobBoxAdRight.gif);
    background-repeat:no-repeat;
}




.searchBoxLeft
{
    float:left;
    height:170px;
    width:8px;
    background-image:url(Images/JobSearchBoxLeft.gif);
    background-repeat:no-repeat;
}    
.searchBoxCenter
{
	float:left;
	height:170px;
	width:520px;
	background-image:url(Images/JobSearchBoxCenter.gif);
	background-repeat:repeat-x;
}
.searchBoxRight
{
    float:left;
    height:170px;
    width:8px;
    background-image:url(Images/JobSearchBoxRight.gif);
    background-repeat:no-repeat;
}
#jobsByCat
{
    width:165px;
    border:solid 0px;
    float:left;
    margin-left:5px;
}
#jobsByTown
{
    width:457px;
    border:solid 0px;
    float:left;
    margin-left:20px;
}
#jobsByIndustry
{
    width:165px;
    border:solid 0px;
    float:left;
    margin-left:20px;
}

.linkHeader
{
    width:100%;
    background-color:#E7E7E7;
    text-align:center;
}
.linkHeader h2
{
	font-size:15px;
	font-family:Arial;
	height:20px;
	margin-bottom:0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-left:100px;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
} 