/* Reset */

* { margin: 0; padding: 0; outline: 0; }

img, fieldset { border: 0; }

/* Basic Styles */

body {
	font: 13px Helvetica,Arial,sans-serif;
	background: url(../images/background.png) repeat-y center top #6597fd;
	color: #0239a8;
}

a {
	color: #636363;
	text-decoration: none;
}

a.more {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { font-size: 18px; }

h3 { font-size: 16px; line-height: 24px; }

h3.content-box-header {
	padding: 3px 24px 1px;
	background-color: #d4e2ff;
	clear: both;
}

h3.content-box-header span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

h4 { font-size: 14px; line-height: 18px; }

h5, h6 { font-size: 13px; line-height: 17px; margin: 15px 0; }

p, ul, ol { margin: 10px 0; line-height: 17px; }

ul, ol { padding-left: 1em; }

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

p img.left { margin: 3px 18px 10px 0; }

p img.right { margin: 3px 0 10px 18px; }


p img.space { margin-bottom: 30px; }

/* Containers & Wrappers */

#container {
	width: 1030px;
	margin: 0px auto;
	padding: 20px 0 50px;
}

#wrapper-middle,
#wrapper-top,
#wrapper-bottom { width: 100%; }

#wrapper-middle { background: url(../images/wrapper-middle.png) repeat-y; }
#wrapper-top { background: url(../images/wrapper-top.png) no-repeat top; }
#wrapper-bottom { background: url(../images/wrapper-bottom.png) no-repeat bottom; }

#main { 
	padding: 30px;
	position: relative;
}

#content-wrapper {
	background-color: #ffffff;
	clear: both;
	padding: 20px;
}

#content {
	height: 100%;
	overflow: hidden;
}

#main-content {
	float: right;
	width: 620px;
	border: 1px solid #000000;
}

.content-box {
	padding: 1px 24px;
	border-top: 1px dotted #000000;
}

.column { float:left; }
.column.first { clear: both; }
.content-box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

#main-content .content-box { width: 572px; }

/* Header */

#home-link {
	display: block;
	position: absolute;
	right: 60px;
	top: 10px;
	width: 45px;
	height: 12px;
	text-indent: -9999px;
	background: url(../images/home-link.png) no-repeat top;
}

#home-link:hover { background-position: bottom; }

#header {
	background-color: #000000;
	border: 1px solid #ffffff;
	padding-left: 20px;
	height: 122px;
}

#header h1 {
	float: left;
	width: 479px;
	height: 54px;
	background: url(../images/masthead.gif) no-repeat;
	margin-top: 42px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header img { float: right; }

/* Main Navigation */

#navigation {
	width: 100%;
	height: 23px;
	margin: 5px 0;
	padding: 0;
	background-color: #0239a8;
	border-top: 1px dotted #a4c2fe;
	border-bottom: 1px dotted #a4c2fe;
	list-style: none;
	clear: both;
	color: #ffffff;

}

#navigation li.top-level {
	position: relative;
	float: left;
	border-left: 1px dotted #a4c2fe;
	height: 23px;
}

#navigation li.first { border-left: 0; }

#navigation li a { color: #ffffff; }

#navigation li.top-level a.top-level {
	display: block;
	height: 23px;
	line-height: 23px;
	background: no-repeat top;
	text-indent: -9999px;
	float: left;

}

#navigation li.top-level a.top-level:hover,
#navigation li:hover a.top-level,
#navigation li.top-level a.active { background-position: bottom; }

#navigation #nav-bio { width: 138px; background-image: url(../images/nav-bio.gif); }
#navigation #nav-works { width: 92px; background-image: url(../images/nav-works.gif); }
#navigation #nav-perf { width: 278px; background-image: url(../images/nav-perf.gif); }
#navigation #nav-rec { width: 131px; background-image: url(../images/nav-rec.gif); }
#navigation #nav-reviews { width: 110px; background-image: url(../images/nav-reviews.gif); }
#navigation #nav-contact { width: 216px; background-image: url(../images/nav-contact.gif); }

#navigation li ul {
	list-style: none;
	display: none;
	position: absolute;
	left: 0px;
	top: 23px;
	margin: 0;
	padding: 0;
	border-top: 6px solid transparent; /* for IE */
}

#navigation li li {
	border-top: 1px dotted #86bcf9;
	font-size: 12px;
	font-weight: bold;
	background-color: #0239a8;
	white-space: nowrap;
}

#navigation li li a {
	display: block;
	padding: 6px 18px;
}

#navigation li li a:hover {
	background-color: #c5d9fe;
	color: #0239a8;
}

#navigation li:hover ul { display: block; }

/* Sidebar Content */

#sidebar {
	width: 290px;
	float: left;
	background-color: #d4e2ff;
	border-bottom: 2px solid #D4E2FF;
}

#sidebar .content-box-header {
	background-color: #000000;
	color: #ffffff;
}

#sidebar .content-box {
	border-top: 1px solid #ffffff;
	width: 242px;	
}


/* Home Page */

#home #main-content { border: 0; }

#home-feature-box {
	padding: 24px;
	border: 1px solid #000000;
	margin-bottom: 18px;
}

#home-feature-box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

#home-feature-box img {
	float: right;
	margin-left: 18px;
}

#home #main-content .content-box-header {
	border-top: 1px dotted #000000;
	background-color: #d7d7d7;
}

#home #main-content .content-box {
	background-color: #d4e2ff;
}

/* Works */

.table {
	padding: 10px 24px;
	line-height: 16px;
}

.table h4 { font-style: italic; }

.table ul {
	margin: 0;
}

.table .column { padding-right: 20px; width: 100px; }

.table .column.first { width: 275px; padding-left: 35px;}

.table .column.links a {  
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer */

#footer {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	clear: both;
	position: relative;
	top: -20px;
}

#footer a { color: #ffffff; }