/*
Theme Name: JobResults
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 

*/

@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636363;
}

h1, h2, h3 {
	margin-top: 0;

}

h1 {

}

h2 {

}

h3 {

}

p, ol, ul {
	margin-top: 0;
}

a img {
	border: none;
}

a {
	color: #fd7200;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;

}

/* Logo */

#logo {
	float: left;

	width: 704px;
	height: 168px;
	background: url(images/logo.jpg) no-repeat left top;	
}

#logo h1{
	display: none;		
}
#logo h2{
	display: none;	
}

/* Search */
#search {
	float: right;
	margin: 0;
	padding: 120px 30px 0px 0px;
	color: #1b6896;
	font-size: 14px;
	font-weight: bold;	
}

/* Menu */

#menu {
	margin: auto;
	width: 1000px;
	height: 55px;
	background: url(images/topbar.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #E0E8EF;
}
#menu li.first {
	border: 0px;
}

#menu a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}
/* Wrapper2 */
#wrapper2 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/contentbg.jpg) repeat-y left top;
	
}


/* Content */
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg2.jpg) no-repeat left bottom;
}

/* Left */
#left {
	float: left;
	width: 680px;
	margin: 0 auto;
	padding: 20px;
}

/* Post */
#post {

}

#post h1 {
	width: 400px;
	padding: 0px 0px 7px 0px;
	border-bottom: 2px solid #c4d4e0;
	font-size: 18px;
	font-weight: bold;
	color: #fd7200;
}

/* Right */
#right {
	float: left;
	width: 279px;
	margin: 0 auto;
	padding: 0;	
}


/* Search2 */
#search2 {

	margin: 0;
	padding: 30px 0px 0px 20px;	
}

#search2 h1 {
	border-bottom: 1px solid #000000;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#search2 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}

/* Phone Box */
#phone {
	padding:0;
	margin: auto;
	width: 200px;
	height: 90px;
	background: #698fba;
}

#phone .box1 {
	width: 180px;
	height: 70px;
	background: #ffffff;
	border: solid 10px #698fba;
	color: #2b3d8c;
	font-weight: bold;
	font-size: 20px;
}
#phone .box2 {
	width: 180px;
	height: 25px;
	background: #afd0ff;
	color: #2b3d8c;
	font-weight: bold;
	font-size: 14px;
}

/*spacer */
#spacer {
	width: 1px;
	height: 420px;
	
}

/* Clear */
#clear {
	clear: both;
}

/* Footer */

#footer {
	width: 1000px;
	height: 69px;
	background: url(images/bottombar.jpg) repeat-x left top;
}

#footer ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #E0E8EF;
}
#footer li.first {
	border: 0px;
}

#footer a {
	padding: 120px 20px 120px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;	
}

#footer a:hover {
	text-decoration: underline;
}




