/* 960 stylesheets (more info at 960.gs) */
@import '960/reset.css';
@import '960/960.css';
@import '960/text.css';

/* Superfish Menu */
@import 'superfish/superfish.css';
@import 'superfish/superfish-vertical.css';

/* Quiz styles */

ol#questions li {
	padding: 5px 5px 10px 5px;
}

/* Template Styles */

body { color: #736357; font-family: verdana; }

a { color: #BE1E2D; }
a:hover { text-decoration: none; }

br.clear { clear: both; margin: 0; padding: 0; }

small { font-size: 90%; }
big { font-size: 110%; }

.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }

img.floatr {
	float: right;
	padding: 0 0 10px 10px;
}
img.floatl {
	float: left;
	padding: 0 10px 10px 0;
}

p.slim {
	margin-bottom: 0; padding-bottom: 0;
}

#branding { 
	background: #eee8d8 url('../images/branding3.jpg') no-repeat center center;	
	color: #A49C83;
	border-bottom: 1px solid #A49C83;
	height: 150px;
}
p.address {
	margin-top: 63px;
	line-height: 1.2;
	font-size: 90%;
}
p.address a {
	text-decoration: none;
	color: #A49C83;
}

#loginform {
	margin-top: 60px;
}
#loginform p {
	padding-left: 20px;
	border-left: 2px solid #d6d1be;
}
#loginform a {
	color: #A49C83;
	font-size: 90%;
	text-decoration: none;
}
#loginform a:hover {
	text-decoration: underline;
}
input#username {
	color: #99937b;
	width: 90%;
	padding: 5px;
	border: 1px solid #A49C83;
	margin-bottom: 3px
}
input#password {
	color: #99937b;
	width: 60%;
	padding: 5px;
	border: 1px solid #A49C83;
}
input#login {
	width: 30%;
	text-transform: uppercase;
	border: 1px solid #A49C83;
	color: white;
	background-color: #C7B299;
	padding: 3px;
}

h1, h2, h3, h4, h5, h6 {
	color: #BE1E2D;
	font-family: Georgia;
	margin-bottom: 5px;
}

h1 {
	margin: 0; padding: 0;
}
h1 a {
	margin: 0; padding: 0;
}

#topbar {
	background: #bf1e2e url('../images/redstripe.gif') repeat-x bottom left;
	border-bottom: 1px solid #981924;
}
#topbar h2 {
	color: white;
	margin: 0; padding: 0 0 3px 0;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;	
}

#content { 
	padding-top: 13px;
	line-height: 1.2;
}

#menu {
	display: block;
	height: 1%; /* Fix for IE */
	padding: 10px 0 20px;
	background: #BE1E2D url('../images/menucorner.png') no-repeat bottom right;
	font-size: 90%;
}
#menu a {
	text-transform: lowercase;
}
#menu li.current a {
	background: #981924;
}

#footer { 
	font-size: 90%;
	margin-top: 30px;
	padding-top: 10px;
	background-color: #eee8d8;
	color: #A49C83;
	border-top: 1px solid #A49C83;	
}
#footer a {
	color: #A49C83;	
}

table {
	width: 100%;
	border-collapse: collapse;
}
th a {
	color: white;
}
th	{
	background: #bf1e2e url('../images/redstripe.gif') repeat-x bottom left;
	padding: 4px 8px;
	color: white;
	text-align: left;
}
td {
	border-top: 2px solid #fff;
	padding: 4px 8px;
	background-color: #eee8d8;
}

.breadcrumbs {
	font-size: 90%;
	color: #A49C83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	text-transform: lowercase;
}
.breadcrumbs a {
	text-decoration: none;
	color: #A49C83;
}

div.box {
	padding: 10px 20px 5px;
	background: #eee8d8 url('../images/boxedge.png') no-repeat top right;	
	margin-bottom: 15px;
}
div.box p {
	color: #444;
	font-size: 110%;
	font-family: Georgia;
	padding: 0 0 5px 0; margin: 0;
}
div.box p a {
	color: #444;
}

/* Forms Styled */


form.styled fieldset {
	background-color: #dfdfdf;
}
form.styled label { 
	color: #333; 
	margin-right: 10px;
}
form.styled label.float {
	white-space: nowrap;
	padding-top: 3px;
	float: left;
}
form.styled input, form.styled textarea, form.styled select { font-family: Verdana; font-size: 100%; color: #333; }

form.styled input[type="text"]:focus, form.styled input[type="password"]:focus, form.styled textarea:focus {
	background-color: #ffc;
}
form.styled input[type="text"], form.styled input[type="file"], form.styled input[type="password"], form.styled textarea {
	padding: 2px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

form.styled input[type=checkbox], form.styled input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}

.tboxlge { width: 95%; }
.tboxmed { width: 75%; }
.tboxsml { width: 50%; }
.tiny	 { width: 50px; }
