/*

css/default.css

*/

* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
}

body {
	background:#EEE;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center;
}

.clear { clear:both; }

a { color:inherit; }

a img { border:0; }

td { vertical-align:top; }

	/* wrapper */
.wrapper {
	width:960px;
	margin:20px auto;
	text-align:left;
}

	/* header */
.header {
	background:url(/img/sky_light.jpg);
	position:relative;
	height:84px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-radius-topright:10px;
}

#logo {
	background:url(/img/homepage_logo_smallcaps.png);
	text-indent:-1000px;
	height:75px;
	width:350px;
	position:absolute;
	left:10px;
	top:0;
}

#blueorb {
	position:absolute;
	left:316px;
	top:6px;
	width:69px;
	height:69px;
}

	/* navbar */
.navbar {
	position:absolute;
	right:10px;
	top:20px;
	background:url(/img/navbarbg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

.navbar ul {
	list-style:none;
	margin:0 14px;
}

.navbar li {
	float:left;
	margin-top:6px;
}

.navbar li a {
	display:block;
	height:30px;
	font-size:14px;
	text-transform:uppercase;
	padding:4px 13px 0;
	color:#FFF;
	text-decoration:none;
	outline:0;
}

.navbar li a:hover {
	background:#8B78FE;
}

.navbar .highlighted a, .navbar .highlighted a:hover {
	background:#FFF;
	color:#666666;
}

	/* banner */
.banner {
	position:relative;
	margin:0 10px 10px;
	height:100px;
	width:940px;
	height:63px;
	overflow:hidden;
	background:url(/img/cutouts/e0eee0.png) repeat-x 154px 0;
}

.banner .location {
	width:230px;
	color:#FFF;
	text-align:center;
	background:url(/img/navbarbg.png) repeat-x scroll left bottom #939393;
	vertical-align:middle;
	overflow:hidden;
}

.banner h2 {
	font-weight:normal;
	color:#FFF;
}


	/* content */
.contentcontainer {
	background:#FFF;
	padding:10px 0;
}

.content .onecol {
	width:960px;
}

.content .twocols td {
	width:480px;
}

.content .threecols td {
	width:309px;
}

.section {
	background:#EEE;
	color:#666666;
	margin:0 10px 10px;
	height:200px;
	font-size:14px;
}

.rightcolumn .section {
	margin:0 10px 10px 0;
}

.section h3 {
	background:#FFF;
	display:inline;
	padding:4px 8px 4px 4px;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#848484;
	letter-spacing:0;
}

.section p {
	padding:8px;
}

.section .action {
	display:block;
	text-align:right;
}

.threecols .section {
	height:150px;
}

.threecols .first {
	margin:0 0 10px 10px;
}

	/* footer */
.footer {
	text-align:center;
	color:#575757;
	margin-bottom:30px;
}
