@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color: #006699;
	text-decoration: underline;
}

.nowrap {
   white-space:nowrap;
}

a:hover {
	text-decoration: none;
}

#navigation {
	background-color: #6699FF;
	margin: 0px;
	height: 40px;
	width: 98%;
	padding-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}

#navigation ul {
	list-style: none;
	padding-top: 10px;
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
}

input.button {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 14px;
	padding: 0.35em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input[type=text]  {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

select  {
  	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

#navigation li .login a {
	color: #FFFFFF;
	font-weight: bold;
}

#header {
	clear:both;
	width: 100%;
	margin: 0px;
}

#header img {
	border: none;
}

#header #postcv {
	float: right;
	width: 200px;
	margin: 0px;
	text-align:center;
}

#header #featuredapplicant {
	margin-right: 155px;
	margin-left: 550px;
}

#header #logo {
	float: left;
	width: 500px;
	margin: 0px;
}

#footer {
	padding: 5px;
	width: 100%;
	border-top: 1px solid #EFEFEF;
	text-align: center;
	display: block;
	margin: 0px;
	margin-top: 5px;
}

.space {
	clear: both;
	height: 30px;
}

.center {
	display:block;
	text-align:center;
}

#contentshell {
	width:99%;
	margin: 0px;
	height:100%;
}

#contentshell #sidebar {
	float: left;
	width: 18%;
	vertical-align: top;
	display: block;
	padding-left: 1%;
	background-color:#efefef;
}

#contentshell #sidebar #searchbox {
	margin-top: 0px;
	color: #ffffff;
	border-bottom: solid 1px #004466;
	background-color: #6699FF;
	padding: 10px;
	display:block;
	text-align:justify;
}

#contentshell #maincontent {
	vertical-align: top;
	display: block;
	height: 100%;
	position: relative;
	width: 60%;
	float:left;
	margin-left:.5%;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:14px;
	margin: 0px;
}

input.button {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 14px;
}

input.text {
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	margin-top: 2px;
	margin-bottom: 2px;
}

.rowB {  
  background-color:#efefef;  
}  

.rowA {
  background-color:#ffffff;
}  

img {
  border:none;
}

.submit    {
	color: #000066;
	height: 23px;
	width: auto;
	font-size: 12px;
	margin: 0px;	
}

fieldset {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	
}

fieldset input {
	width: 100px;
	
}

fieldset a {
    font-size: 10px;
 	color:#FFFFFF;
}  


fieldset .welcome {
	font-size:12px;
	color:#000066;
	font-weight:normal;
}

fieldset .welcome a {
	font-size:12px;
	color:#000066;
	font-weight:normal;
}

fieldset .welcome a:hover {
    font-size:12px;
	color:#000066;
	font-weight:normal;
}
#statediv {
	display: block;	
  	float: left;
	padding-right: 3px;
}



#citydiv {
  	display: block;	
  	float: left;
	padding-right: 3px;
}

#searchdiv {
	display: block;	
  	float: left;
	padding-right: 3px;
}
#formselect {
	display: block;	  	
}
#formselectstate {
	display: block;	  	
}
#formselectcity {
	display: block;	  	
}
