/* CSS Document EMERSON CHASE*/

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background: url(images/bk.jpg) repeat-x #fff;
	font-size:85%;
}

p {	margin: 0 0 1em 0;
	font-size:11px;}

a {color:#0770A7;}

a:hover {
	color: #000;}

a:visited {
	color: #0099CC;}


/* ~~~~~~~~~~~~~~MAIN~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:900px;}

/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#top {
	width:900px;
	height:88px;
	background: url(images/top.jpg);
	float:left;
}
#top h1 { text-align:center;}
#top h1 a { text-align:center;}
#top h1 a strong{ text-align:center;}

#logo {
	width:323px;
	height:65px;
	float:left;
	margin-top: 10px;
}

#search {
	width:507px;
	height:50px;
	float:left;
	padding: 15px 0 0 70px;
	margin-top: 10px;
}

#search form {
	margin:0;
	padding:0;}

#search label {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

#header {
	width:900px;
	height: 184px;
	float:left;}


/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */

#menu {
	width:840px;
	float:left;
	height: 43px;
	padding:2px 0 0 60px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	line-height: 1;}

#nav a, #nav a:visited {
	height:20px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding:12px 15px 5px 15px;
	background: url(images/menudiv.jpg) right no-repeat;
	display:block;
	float: left;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav a:hover {
	color:#9BC9E1;
	background-color:#333;}

#nav li ul {
	position: absolute;
	background-color:#333;
	width: 140px;
	top: 35px;
	left: -999em;}

#nav li ul li a {
	display:block;
	padding: 5px 10px ;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	background:none;
	color:#fff;
	height:18px;
	width:119px;
	border-left:1px solid #ccc;}

#nav li ul li a:hover {
	color: #9BC9E1;
	background-color:#000;}

#nav li:hover {background-position: 0 0;}

#nav li ul ul { /* third-and-above-level lists */
	margin: -3em 0 0 140px;
	background-color:#333;
}

#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;
	left: 0;
}

/* ~~~~~~~~~~~~~~CONTENT~~~~~~~~~~~~~~~~ */


#content {
	width:900px;
	float:left;
	background: url(images/contentbk.jpg) no-repeat;}

#contentbk {
	width:900px;
	float:left;
	background: url(images/cross.jpg);}

#contentip {
	width:900px;
	float:left;
	background: url(images/contentbkip.jpg) no-repeat;}

#contentbkip {
	width:900px;
	float:left;
	background: url(images/crossip.jpg);}

/* ~~~~~~~~LEFT~~~~~~~~~ */
#left {
	width:318px;
	float:left;
	padding: 15px 0 0 30px;
}

/* ~~~~~~~~CENTER~~~~~~~~~ */
#center {
	width:267px;
	float:left;
}

#head {
	width:246px;
	background: url(images/headtop.jpg) no-repeat;
	float:left;
	padding: 20px 20px 10px 20px;
}

#headbk {
	width:286px;
	background: url(images/headcross.jpg);
	float:left;}

#plan {
	width:246px;
	background: url(images/plantop.jpg) no-repeat;
	float:left;
	padding: 20px 20px 10px 20px;
}

#center p {
	margin:0;
	padding:5px 10px;
	color: #000000;
}

#center p.odd {
	padding:5px 10px;
	margin:0;
	background-color:#9BC9E1;
}

#center h3 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 15px 10px;
	margin: 0px;
}

#center a {
	color:#000000;
	text-decoration:none;}

#center a:hover {
	color: #097FBD;
	text-decoration:underline;}

/* ~~~~~~~~RIGHT~~~~~~~~~ */
#right {
	width:206px;
	float:left;
	padding: 25px 40px 0 20px;
}

#rightip {
	width:446px;
	float:left;
	padding: 30px 40px 0 30px;}

#rightip h3 a {
	color: #000;
	text-decoration:underline;}

#rightip h3 a:hover {
	color: #666666;
}

/* ~~~~~~~~BOTTOM~~~~~~~~~ */
#bottom {
	width:900px;
	background: url(images/bottombk.jpg) no-repeat;
	float:left;}

#bottombk {
	width:900px;
	background: url(images/bottomcross.jpg);
	float:left;}

#whyuse {
	width:348px;
	float:left;}

#latestjobs {
	width:492px;
	float:left;
	padding: 10px 40px 10px 20px;
}

#latestjobs h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	margin: 0px;
}

#latestjobs a {
	color: #CCCCCC;
	text-decoration: none;}

#latestjobs a:hover{
	color: #fff;
}

#latestjobs p {
	line-height: 16px;
	color: #999999;
}




/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */
#footer {
	width:840px;
	height:44px;
	float:left;
	color:#666666;
	background:url(images/footer.jpg) no-repeat;
	padding: 20px 30px 0 30px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
}


/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */

h1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96aab3;
	padding: 0px;
	margin: 0px;
	line-height: 11px;
	font-weight: normal;
}

h1 a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #96aab3;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 11px;
	font-weight: normal;
	text-decoration:none; }

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0770A7;
	padding: 0 0 20px 0;
	margin: 0px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 0px; }

h3 a, h4 a { text-decoration: none; }
h3 a:hover, h4 a:hover { text-decoration: none; color: #FF9933; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin:0;
	padding:0;
}

h4 {
	font-size:13px;
	color:#000000;
	margin:0;
	padding:0 0 10px 0;
}

.black {
	color:#000;}

.white {
	color:#FFFFFF;}

.blue {
	color:#0770A7;
	font-weight: bold;
}

a.rss {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;}

a.rss:hover {
	color: #000;}

.floatright {
	float:right;}


.formbutton{
	cursor:pointer;
	background: url(images/search.gif) no-repeat bottom;
	width:53px;
	height:24px;
	text-indent: -9999px;
	border: none;
}

/* ~~~~~am pus eu~~~~~~ */
.cform li { display:block; float:left; padding-top:5px; padding-bottom:5px; width:450px;}
.cform input { vertical-align:middle; margin-left: 10px; }
.cform input.default { width:250px; font:normal 12px arial; padding:3px;}
.cform select.default { width:260px; font:normal 12px arial; padding:3px; margin-left: 10px;}
.cform textarea.default { width:255px; height:100px; font:normal 12px arial; padding:3px; margin-left: 10px;}
.cform input.cf-box-b { width:auto}
.cform fieldset { border:0;}
.cform legend { font-size: 18px; display:none }
.cform p.success { display:none;}
.cform p.failure { display:block; color:red; font-weight:bold}
.cform ol li {  clear:both; margin-bottom:10px;}
.cform label { width:50px; display:block; float:left; margin-right: 10px; padding-top:5px; }
.cform img { vertical-align:middle}
.cform .sendbutton { border:0; background-color:#0770a7; font:bold 12px arial; color:#fff; padding:5px 8px; cursor:pointer }
/* ~~~~~am pus eu~~~~~~ */

.footbox{
	float: left;
	width: 145px;
	padding: 14px 102px 0px 20px;
	font-size: 11px;
	line-height: 12px;
}
.footbox img{
	float: right;
}
.footbox h3{
	color: #ececec;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footbox a, .footbox a:visited{
	display: block;
	color: #ccc;
	text-decoration: none;
	padding-top: 5px;
}
.footbox a:hover{
	text-decoration: underline;
	color: #85bed9;
}

.footbox a strong, .footbox a:visited strong{
	color: #85bed9;
}
#latjobs a{
	display: block;
	padding: 11px 0;
	padding-left: 17px;
	border-bottom: dotted 1px #368dbb;
	background: url(images/arr.gif) no-repeat 0 14px;
	
}
#latjobs{
	width: 227px;
	padding: 20px;
}
#latjobs h2 a, #latjobs h2 a:hover{
	color: #fff;
	background: none;
	border: none;
	padding: 0;
}

ul li { font-size: 11px; }