* { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #e0e0e0 url('../img/gradient-bg.gif') left top repeat-x;
	text-align: center;
	font-family: 'Cortoba', 'Verdana', 'Tahoma', 'Arial', 'Helvetica', 'Sans';
	font-size: 1em;
	color: #454545;
}

.container { /* Forces everything to be fixed width */
	position: relative;
	display: block;
	width: 960px;
	margin: 0px auto;
}

.logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

.uv {
	position: absolute;
	top: 10px;
	left: 200px;
}

.menu {
	position: absolute;
	top: 60px;
	left: 560px;
}

.sidebar {
	position: absolute;
	top: 190px;
	left: 0px;
}

.content-container-container {
	position: absolute;
	top: 100px;
	left: 200px;
	display: block;
	width: 740px;
}

.content-container {
	display: block;
	width: 740px;
	padding: 40px 0px 0px 0px;
	background: white url('../img/content-top.gif') top left no-repeat;
}

.content {
	display: block;
	width: 660px;
	padding: 0px 40px 20px 40px;
	min-height: 600px;
	background: white url('../img/content-bottom.gif') bottom left no-repeat;
	text-align: left;
}

.content-footer {
	display: block;
	padding: 8px 30px 40px 0px;
	text-align: right;
	font-size: 0.7em;
	color: #999999;
}

.content-footer a {
	color: #666666;
	text-decoration: none;
}

.content-footer a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #505050;
	margin: 2em 0 0.5em 0;
}

p {
	margin: 0 0 1em 0;
	font-size: 0.8em;
	line-height: 1.3em;
}

.content a {
	color: #2266AA;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.spotlight {
	width: 670px;
}

ul.portfolio {
	list-style: none;
	text-indent: 0px;
}

ul.portfolio li {
	display: inline;
	text-align: center;
}

ul.portfolio li img {
	margin: 10px 15px 10px 15px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

img.thumb {
	margin: 5px 0px 10px 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}


/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: none;
}

fieldset legend {
	display: none;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	margin: 0 0 0.5em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	margin: 0 0 0.5em 0;
}
.success {
	background: green;
	color: #fff;
}

