
body {
	background: #680038;
}

/* STRUCTURAL DIVS */

div.container {
	position: relative;
	margin: 20px auto;
	width: 950px;
}

div.top_shadow {
	width: 950px;
	height: 7px;
	background: url( /images/top_shadow.png ) no-repeat;
}

div.side_shadows {
	background: url( /images/side_shadows.png ) repeat-y;
}

div.inner_container {
	width: 895px;
	background: white;
	margin: 0px 0px 0px 7px;
	padding: 0px 20px;
	border: 1px solid #666;
}

div.projects {
	background: black;
}

div.emotion {
	background: url( /images/emotion_bg.jpg );
}

div.header {
	white-space: nowrap;
	padding: 20px 0px;
}

div.header_images_container {
	position: absolute;
	top: 28px;
	left: 228px;
}

div.main_left {
	float: left;
	width: 200px;
}

div.main_right {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 675px;
}

div.section_sub_menu {
	display: inline;
}

div.content {
	margin: 20px 20px 20px 20px;
	padding-right: 10px;
}

div.bottom_highlights {
	background: white url(/images/grey_to_white.png) bottom center repeat-x;
	border: 1px solid #ddd;
	padding: 10px;
}

div.clear {
	width: 1px;
	height: 1px;
	clear: both;
}

div.hidden {
	display: none;
}

div.footer {
	font: 70% Verdana,sans-serif;
	color: #ddd;
	text-align: center;
	padding-bottom: 10px;
}

div.bottom_shadow {
	width: 950px;
	height: 7px;
	background: url(/images/bottom_shadow.png) no-repeat;
}

div.onecolumnmessage {
	float: left;
	width: 795px;
	padding: 15px 50px;
}



img {
	border: 0px;
}

div.onecolumn {
	float: left;
	width: 889px;
	padding: 0px;
}

div.insetpicright {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 20px;
	background: #ddd;
	color: #666;
	font-size: 85%;
	text-align: center;
}

div.insetpicleft {
	float: left;
	padding: 5px;
	margin: 0px 20px 10px 0px;
	background: #ddd;
	color: #666;
	font-size: 85%;
	text-align: center;
}

div.projects div.insetpicleft,
div.projects div.insetpicright {
	color: #ddd;
	background: #666;
}

div.highlighted {
	background: #d4e15a;
	padding: 5px;
}

/* PARAGRAPH STYLES */

p {
	margin: 0px 0px 20px 0px;
	font: 80% Verdana,sans-serif;
	color: #666;
	text-align: justify;
	line-height: 150%;
}

div.projects p {
	color: #ddd;
}

div.onecolumnmessage p {
	text-align: center;
}

p.adminlinks,span.adminlinks {
	display: inline-block;
	background: #eee;
	border: 1px dashed #ddd;
	padding: 4px;
	font: 8pt Verdana,sans-serif;
	color: #666;
	margin-bottom: 5px;
}

div.projects .adminlinks {
	color: #ddd;
	background: #666;
}

p.larger {
	font-size: 130%;
	line-height: 150%;
}

p.intro {
	font-weight: bold;
}

p.small {
	font-size: 80%;
	color: #ddd;
}

p.success {
	background: #cfc; // green
	border: 2px solid #090;
	color: #090;
	padding: 8px;
}

p.warning {
	background: #fdd; // red
	border: 2px solid #c00;
	color: #c00;
	padding: 8px;
}

p.tip {
	background: white url( ../images/info.png ) 5px 5px no-repeat;
	border: 2px solid #ddd;
	color: #666;
	padding: 8px 8px 8px 36px;
	font-size: 90%;
}

div.footer p {
	margin: 0px;
	text-align: center;
}


/* HEADINGS */

h1 {
	margin-top: 0px;
	font: 150% Verdana,sans-serif;
	color: #666;
}

div.onecolumnmessage h1 {
	text-align: center;
}

h1.filled {
	padding: 5px;
	background: #d4e15a;
	border: 0px;
}

h1.reverse {
	background: #680038;
	color: white;
}

h2 {
	font: 120% Verdana,sans-serif;
	color: #680038;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.projects h1,
div.projects h2 {
	color: #ff8282;
}

/* LINKS */

a {
	font-weight: bold;
}
a:link,a:visited {
	color: #e88b00;
	text-decoration: none;
}
a:hover,a:active {
	color: #680038;
	text-decoration: underline;
}

div.projects a:hover,
div.projects a:active {
	color: #ff8282;
}

div.menu a {
	color: #666;
	font-weight: normal;
}

div.footer a {
	font-weight: normal;
}

div.topright a {
	color: white;
}

a.buttonlink {
	padding: 2px 10px;
	background: #ddd;
	border: 1px solid #666;
	color: #666;
}


/* FORMS */

form {
	margin: 5px 0px 0px 0px;
}

input,textarea,select {
	font: 100% Verdana,sans-serif;
}

input.warning,textarea.warning,select.warning {
	background: #ddd;
	border: 2px solid #666;
	color: #666;
}


/* TABLES */

table {
	background: #ddd;
	color: #666;
	border: 1px solid #666;
	width: 100%;
	font: 80% Verdana,sans-serif;
}

table.invisible {
	background: none;
	border: 0px;
	color: #666;
}

table.invisible td {
	padding: 0px 10px 0px 0px;
	border: 0px;
}

table.invisible td h2 {
	margin-top: 0px;
}

tr.firstrow td {
	border-top: none;
}

td,th {
	vertical-align: top;
	border-top: 1px dashed white;
	padding: 10px;
}

td.labelcolumn {
	width: 120px;
	font-weight: bold;
}


/* IMAGES */

img.border {
	border: 1px solid #666;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

div.main_left img {
	border: none;
	margin-bottom: 10px;
}

div.insetpicright img,div.insetpicleft img [
	border: 1px solid #666;
}


/* LISTS */

ul {
	margin: 20px 0px;
	padding: 10px 30px;
	list-style-type: circle;
	color: #cb6e00;
	background: #fff8cf;	
}

li {
	font: 90% Verdana,sans-serif;
	line-height: 150%;
	margin: 5px 0px;
}


/* TOP MENU */

/* See separate CSS file menuh.css */

/* MISC */

.red {
	color: #c00;
}

.small {
	font-size: 85%;
}

.grey {
	color: #bbb;
}
