
/** clearfix hacks **/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/** clearfix **/

body {
	background: #fff;
	font: normal 76% Verdana;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

#masthead {
	height: 100px;
	background: #036;	
}

#masthead .wrap {
	height: 85px;
	padding-top: 15px;
	position: relative;
	z-index: 100;
}

#masthead .wvu {
	margin-top: 5px;
  float: left;	
}

#masthead ul.meta {
	float: right;
}

#masthead ul.meta li {
	float: left;
	background: url(/images/bullet.gif) no-repeat left center;
	padding-left: 10px;
}

#masthead ul.meta li.first {
	background: none;
}

#masthead ul.meta a {
	color: #fff;
	text-decoration: none;
}

#actions {
	position: absolute;
	bottom: 5px;
	right: 0;
}

#actions span.date {
	float: left;
	padding: 5px 10px;
	color: #69c;
}

#actions form {
	float: left;
	margin: 0;
	padding: 0;
}

		#search {
			border: solid 1px #cedeef;
			font-size: 12px;
			padding: 3px 4px;
			height: 14px;
		}
	
		#search-go {
			height: 20px;
			width: 20px;
			margin: 0 4px 0px 4px;
		}

#quicklinks {
	background: #fff;
	float: left;
	margin-left: 8px;
	position: relative;
}

.ie #quicklinks {
  top: 2px;
}

#quicklinks span {
	display: block;
	width: 200px;
	height: 16px;
	color: #777;
	padding: 2px 4px;
	cursor: pointer;
  background: #fff url(/images/downarrow.png) no-repeat right center;
  border: solid 1px #cedeef;
}

		ul.links {
			top: 0;
			left: 0;
			right: 0;
			position: absolute;
			border: solid 1px #cedeef;
			padding: 1px;
			background: #fff;
				z-index: 5000;
		}
	
		ul.links li {
		}

		ul.links a {
			background: #fff;
			display: block;
			width: 198px;
			padding: 2px 4px;
			text-decoration: none;
			color: #333;
		}

		ul.links a:hover {
			background: #cedeef;
		}
	
	
#navigation {
	float: left;
}

    ul.audience {
			width: 200px;
			font: normal 16px Arial;
			margin-top: 50px;
		}		
		
		ul.audience li {
		}
		
		ul.audience a {
			display: block;
			color: #036;
			padding: 2px;
			text-decoration: none;
			padding-left: 10px;
			border-left: solid 3px #ddd;
		}
		
		ul.audience a:hover {
			background: #ddd;
			border-color: #036;
		}
		
		ul.audience li {
			border-top: dotted 1px #ccc;
			padding: 2px;
		}
		
		ul.audience li.first {
			border-top: none;
		}

		ul.audience li.apply-now {
			margin-top: 25px;
			xbackground: url(/images/apply_now.png) no-repeat 0px 9px;
		}
		
		ul.audience li.apply-now a {
			color: #fc0;
		}
		
		ul.menu {
			margin-top: 50px;
		}
		
		ul.menu a {
			color: #5B88B5;
			background: url(/images/bulletarrow.png) no-repeat center left;
			padding-left: 10px;
			text-decoration: none;
		}
		
		ul.menu a:hover {
			text-decoration: underline;
		}
		
#footer {
	background: #004A95 url(/images/footer.png) repeat-x top left;
	height: 110px;
	clear: both;
	color: #69c;
	font-size: 0.9em;
	line-height: 1.3;
}

#footer a {
	color: #fc0;
}

#footer .copyright {
	float: left;
	padding-top: 20px;	
}

#footer .ads {
	float: right;
	padding-top: 0px;
}

#footer p {
	padding-bottom: 10px;
}

.hidden {
	position: absolute !important;
	left: -9000px !important;
	width: 0 !important; 
}

#main {
	color: #333;
}

a {
	color: #69c;
}

a:hover {
  color: #036;	
}

h3,h4,h5,h6 {
	font-family: Arial;
	margin: 0.75em 0;
}

h3 {
	font-size: 1.7em;
	color: #111;
}

h4 {
	font-size: 1.5em;
	color: #036;
}

td.two-column ul {
	list-style: disc;
	margin: 0 0 0.5em 1.5em;
	padding-left: 0.5em;
}