
body, html {
	background-color:#424242;
	color:#858585;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

#header-wrapper {
	background:#fbfbfb;
	width:100%;
}

#header {
	background:url(images/banner_background.png) no-repeat;
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 40px;
}

.site-width {
	margin:0 auto;
	overflow:visible;
	width:830px;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

p {
	font-size:0.85em;
	padding:0 0 15px;
	
}

li a:link, li a:hover, li a:visited {
	color:#f93;
	padding:0;
	text-decoration:none;
}

a.orange, a.orange:hover, a.orange:visited {
	color:#f93;
	padding:0;
	margin:0;
	text-decoration:underline;
	font-size:1em;
	line-height:1em;
	display:block;
}

li a:hover {
	display:inline;
	font-size:inherit;
	line-height:normal;
	margin:0;
	padding:0;
	text-decoration:underline;
}

#header h1 {
	color:#06a0d9;
    font-size: 13em;
    letter-spacing: -0.08em;
	line-height: 1em;
	margin:0;
	text-shadow:2px 2px 0 #2d3740;
}

#header h2 {
	color:#213344;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 4.5em;
	line-height:0.7em;
	margin:0;
	text-shadow:2px 2px 0 #fff;
}

blockquote {
	color:#F93;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.25em;
	margin:0;
	padding:35px 0 65px;
}


/* NAVIGATION */

#nav {
	background:#424242;
	height:50px;
	width:100%;
}

#nav ul {
	margin: auto;
	width:750px;
}

#nav li {
	float:left;
}

#nav a:link, a:hover, nav a:visited {
	color:#fefefe;
	cursor:pointer;
	display:block;
	font-size:0.9em;
	line-height: 100%;
	padding:18px 25px;
	text-decoration:none;
}

#nav a:hover {
	background:#F93;
}

.border-right {
	border-right:1px dotted #555;
}

.border-left {
	border-left:1px dotted #555;
}



/* MAIN-CONTENT */

#main-wrapper {
	background:#fdfdfd;
	border-bottom:1px solid #fff;
	border-top:1px solid #edecec;
	width:100%;
}

#main-content {
}

.header-content h1 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	margin-left:-20px;
}

#main-content h2 {
	color:#2d3740;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
}

#main-content h3 {
	color:#2d3740;
	font-size:0.9em;
}

#main-content ul {
	font-size:0.8em;
	margin:-8px 0 25px 15px;
}


/* FOOTER */


#footer-wrapper {
	padding:30px 0;
	width:100%;
}

footer {
	text-align:center;
}

img {
	display: block;
    margin: 0 auto;
    width: 960px;
}

footer p {
	color:#797979;
	font-size:0.8em;
	font-style:italic;
}

#note {
    background:red;
    padding:24px;
    margin-bottom:24px;
}

#note h3 {
    color:#fff;
}



/* CURRENT PAGE */

body.homepage li a.homepage,
body.rolloff li a.rolloff,
body.contact li a.contact {
	background:#f93;
}