/*  
Theme Name: Express Personnel Services
*/

body {
	background: #000 url(images/background.jpg) repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	}
body * {
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	color: #005690;
	text-decoration: underline;
	}
	
a:hover{
	color: #000;
	text-decoration: none;
	}
img a{
	text-decoration: none;
        margin: 0px 0px 0px 0px;
	border: none;
	}	

.linktext {
	font-size:9px;
	margin-left:5%;
	margin-right:5%;
}
.linktextarea {
	font-size:9px;
	font-family:verdana;
	overflow:hidden;
}	

#fcontainer { 
	width: 100%;
	background: #006fb1 url(images/background.jpg) repeat-x top;
	min-height: 100%;
	}
#container { 
	width: 845px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}

#header { 
	height: 400px;
	padding: 0px;
	background: #006fb1 url(images/header.jpg);
	position: relative;
	}

/*
 Navigation Start */
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 341px;
	text-align: right;
	padding-top: 14px;
	color: #fff;
	padding-right: 17px;
	size: .85em;
} 

#topnav a{
	text-decoration: none;
	color: #fff;
}

#topnav a:hover{
	border-bottom: 1px dotted #fff;
}

#topnav img{
	border: none;
	margin-top: 7px;
}

#topnav img a:hover{
	border: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 40px;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 845px;
}

#nav a {
	display: block;
	border: none;
	font-size: 11px; 
	color: #fff;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	padding-left: 24px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px 17px;
}

#nav li a:hover { /* all list items */
	background: #0066a5;
}

#nav li ul { /* second-level lists */
	position: absolute;
	clear: left;
	background: #000;
	background-image: none;
	border-top: 1px solid #fff;
	left: -999em;
	width: 130px;
	font-size: 11px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li, #nav li ul li a {
	color: #fff;
	background-image: none;
	text-align: left;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	text-indent: 5px;
	width: 130px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*
 Navigation End
*/

/* Content */

#company {
	margin-top: 5px;
	margin-bottom: 10px;
}

#bodywrap { 
	width: 821px; 
	float: left; 
	margin: 0px;
	background: #FFFFFF;
	font-size: 13px;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 230px;
	}
* html #bodywrap {
     width: 821px;
     min-height: 230px;
}
#bodywrap p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 20px 10px 0px;
	}
	
#bodywrap p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#bodywrap ol {
	padding: 0px 0px 10px 35px;
}
#bodywrap ul {
	padding: 0px 0px 10px 25px;
}
#bodywrap h1 {
	color: #1b391d;
	font-size: 22px;
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#bodywrap h1 a  {
	color: #21672c;
	text-decoration: none;
	border-bottom: 1px dotted #21672c;
	}

#bodywrap h1 a:hover {
	color: #155d25;
	text-decoration: none;
	background: transparent;
	}

#bodywrap h2 {
	color: #005690;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 18px;
	text-decoration: none;
	font-weight: bold;
	}
#bodywrap h2 a  {
	color: #005690;
	text-decoration: underline;
	}

#bodywrap h2 a:hover {
	color: #000;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#bodywrap blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

#content {
	width: 611px;
	float: left;
}

#sidebar {
	width: 185px;
	float: right;
}
#sidebar p { 
     margin: 0px 0px 15px 0px;
     padding: 0px 0px 0px 0px;
}
.postspace {
	background: none;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: none;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#spacer { 
	clear: both;
	width: 845px;
	background: #fff;
	margin: 0 auto;
	min-height: 100%;
	}
	
/*footer */
#footer { 
	clear: both;
	width: 100%;
	color: #000;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	min-height: 159px;
	background: #000 url(images/bottombg.jpg) repeat-x;
	}	
#footerwidth { 
	width: 845px;
	height: 40px;
	padding-top: 50px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	}	
#footerwidth a{ 
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}	
#footerwidth a:hover{ 
	color: #fff;
	text-decoration: none;
	border: none;
	}	
#footerwidth p{
	margin-bottom: 19px;
	}
	
/* Search */

#s {
    color: #7faac7;
    font-size:11px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #7faac7;
    width: 124px;
    height: 20px;
    line-height: 19px;
    padding: 3px 0 0 3px;
	margin-bottom: 15px;
}


#searchsubmit {
    border: none;
    background-color: #0088c0;
	background-image: url(images/submit.jpg);
  	width: 54px;
	height: 26px;
	margin-bottom: 14px;
}

