/**
*	General Settings
**/


* {
	padding: 0; margin: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial;
	color: #300;
	margin-top: 10px;
}

img {
	border: none;
}

a {
	color: #660;
	text-decoration: none;
}

a:hover {
	color: #C63;
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	width: 754px;
	height: 600px;
	border: 1px solid #300;
	background: #300;
}

blockquote {
	font-size: 1.4em;
	margin: 10px;
	margin-top: 30px;
	text-indent: -10px;
}


/** 
*	Navigation
**/


#nav {
	background: url('../img/bg.gif');
	width: 250px;
	height: 600px;
	float: left;
}

#nav .menu-tab {
	width: 250px;
	height: 140px;
	margin-bottom: 5px;
	clear: both;
}

#nav .one { margin-top: 15px; }

/* Menu Tabs are at different heights and need to be fixed individually */

.tab-img {
 	width: 165px;
	float: left;
}

.tab-img img {
	border: solid #fff 5px;
	float: right;
}

.one .tab-img img:hover {	border-color: #C63;	}
.two .tab-img img:hover {	border-color: #660;	}
.three .tab-img img:hover {	border-color: #99C;	}
.four .tab-img img:hover {	border-color: #633;	}

.tab-txt {
	float: right;
	width: 85px;
	height: 140px;
	float: left;
}

.tab-txt a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	margin-top: 100px;
	margin-left: 10px;
}

.tab-txt a:hover {
	color: #300;
}

/**
*	Banner
**/

#banner {
	height: 96px;
	width: 504px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background: #fff;
}

#bnr-logo {
	position: relative;
	top: 15px;
	left: 320px;
}

#bnr-title {
	position: relative;
	top: 10px;
	left: -93px;
}

/** 
*	Content
**/

.content-wrapper {
	height: 504px;
	width: 504px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 228px;
	height: 481px;
	padding: 12px;
}

#content h1 {
	font-size: 1.4em;
}

#content p {
	font-size: 1.2em;
	color: #300;
	margin-bottom: 10px;
}

#content ul {
	margin:  15px 20px;
}

#content li {
	font-size: 1.2em;
	color: #300;
	list-style-type: disc;
	list-style-position: outside;
}

#content p.indent {
	padding-left: 10px;
}

#content p.publication {
	font-size: 1.0em;
	margin-top: 15px;
}

/* Credits */

#credits {
	margin: 0px auto;
	width: 754px;	
	text-align: right;
	margin-top: 3px;
}

#credits a {
	color: #958675;	
	text-decoration: none;
}

#credits a:hover {
	color: #300;
	text-decoration: underline;
}

/* Admin Overlay */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#quickAuth {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #f1f3f5;
	text-align: left;
}

#login {
	position: absolute; top: 0; left: 0;
	background: #f1f3f5;
	border: 2px solid #f90;
	width: 400px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#login h1 { margin: 0; padding: 5px; font-size: 1.6em; text-align: center; }
#login h2 { margin: 0; padding: 3px; font-size: 1.3em; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

label {
	width: 70px;
	float: left;
	padding: 3px 0 0;
}

.textbox {
	width: 160px;
	height: 20px;
	float: left;
	margin: 1px 0;
	padding: 1px 1px 1px 0;
}

.button {
	clear: both;
	width: 160px;
	text-align: center;
	margin: 0 0 0 70px;
}

#login-wrapper {
	width: 260px;
	margin: 20px 0 0 20px;
	float: left; display: inline;
}

.loginImage {
	width: 64px; height: 64px;
	float: left; display: inline;
	margin: 10px 0 0 40px;
}