body {
	padding: 0px;
	margin: 0px;
	background-color: #DFE7F2;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 13px;
}

#glow {
	width: 1130px;
	margin: 0 auto;
	background-image: url(images/glow1.png);
	background-repeat:no-repeat;
	min-height: 1000px;
}

#wrapper {
	width: 868px;
	margin: 0 auto;
}

#header {
	height: 150px;
}

#logo {
	width: 215px;
	float: left;
	padding: 35px 0px 0px 0px;
}

#right {
	width: 653px;
	float: right;
}

#number {
	height: 60px;
	padding: 30px 0px 0px 0px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #3565AD;
}

#nav {
	height: 60px;
	text-transform: uppercase;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 17px;
}

/*#nav ul {
	margin: 0px;
	padding: 23px 0px;
	list-style-type: none;
	text-align: right;
}

#nav ul li {
	display: inline;
	height: 60px;
}

#nav ul li a {
	color: #00134E;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #666;
}*/

#navlink {
	float: left;
	border-right: #CDCDCE solid 1px;
	padding: 23px 8px;
}

#last-navlink {
	float: left;
	padding: 23px 0px 23px 8px;
}

#nav a {
	color: #00134E;
	text-decoration: none;
}

#nav a:hover {
	color: #666;
}

#middle {
	clear: both;
}

#apply {
	width: 308px;
	height: 300px;
	float: left;
	background-color: #3565AD;
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    background-image: url(images/apply-bg.jpg);
    background-repeat: no-repeat;
    color: #FFF;
}

#apply h1 {
	font-family: "Trebuchet MS";
	text-align: center;
	font-size: 30px;
	color: #D2DCEC;
	padding: 0px;
	font-weight: bolder;
	margin: 17px 0px 15px 0px;
	letter-spacing: 2px;
}

#apply input {
	background-color: #FFF;
	border: #333 solid 1px;
	height: 15px;
	width: 165px;
	padding: 5px;
}

#apply textarea {
	background-color: #FFF;
	border: #333 solid 1px;
	height: 80px;
	width: 165px;
	padding: 5px;
}

#flash {
	width: 560px;
	height: 300px;
	float: right;
	background-color: #000;
}

#break {
	clear: both;
	padding: 10px 0px 10px 0px;
}

#search {
}

#main {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#credit {
	width: 275px;
	float: left;
}

#checks {
	width: 275px;
	float: left;
	padding: 0px 21px 0px 21px;
}

#web {
	width: 275px;
	float: left;
}

#text {
	padding: 0px 10px 0px 10px;
	color: #444;
	line-height: 18px;
}

#text h1{
	color:#000000;
	text-shadow:#FFFFFF;
}

h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 20px;
	color: #000;
	line-height: 20px;
}

#links {
	background-color: #D2DCEC;
	padding: 13px;
	font-size: 11px;
	height:195px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#links ul li{
	list-style-type:none;
}

#links ul{
	float:left;
}

#links a {
	color: #0D357D;
	text-decoration: none;
}

#links a:visited {
	color: #0D357D;
	text-decoration: none;
}

#links a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	color: #444;
	font-size: 11px;
}

#copyright {
	width: 314px;
	float: left;
	padding: 10px;
}

#disclaimer {
	width: 514px;
	float: right;
	padding: 10px;
	text-align: right;
	line-height: 15px;
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color: #fff;
  margin: 0;
  padding:0;
  z-index: 1000 !important;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px 5px;
  cursor:pointer;
  border-bottom: 1px solid #ccc;
}

div.autocomplete ul li a {
  color: #000;
  text-decoration: none;
}

div.autocomplete ul li a:hover {
  text-decoration: none;
  color: #0066CC;
}