body
{
	background-color: white;
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	min-width: 1000px;
}

#main
{
	border: 2px solid #002147;
	border-width: 1px 1px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper
{
	padding: 5px;
	border: 2px solid #002147;
}

#header
{
	background: #002147;
	color: white;
	height: 75px;
}
#header a
{
	color: white;
	border-bottom-color: white;
}
#logo
{
	background: url(/media/images/template/oxford_logo.gif) no-repeat;
	width: 156px;
	height: 55px;
	margin-top: 10px;
	float: left;
}
#website_name
{
	font-size: 25px;
	padding-top: 20px;
}
#website_name a
{
	border-bottom: none;
}
#website_byline
{
	height: 10px;
	font-size: 8px;
	text-align: right;
}
#content
{
	float: left;
	width: 806px;
	min-height: 300px;
	padding-right: 5px;
}

#footer a
{
/*	color: white;
	border-bottom-color: white;*/
}
#footer
{
	padding: 5px;	
	margin-top: 10px;
	border-top: 1px #002147 solid;
/*	background-color: #002147;
	color: white;*/
}
#ahrc_logo
{
	background: white url(/media/images/template/ahrc_logo.jpg) no-repeat;
	background-position: center;
	width: 75px;
	height: 75px;
	float: right;
}

/* Navigation */
#nav
{
	background-color: #002147;
	border: 1px solid #000;
	color: #FFF;
	float: left;
	width: 156px;
	margin-right: 10px;
	margin-top: 20px;
	
	font-size: 14px;
	font-weight: bold;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li.indent
{
	padding-left: 15px;
}
#nav li.indent_2
{
	padding-left: 25px;
}

#nav li
{
	border-bottom: 1px dotted #666;
	padding: 10px;
}

#nav a
{
	color: white;
	border-bottom: none;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}

/* Common Classes */
ul.semantic_list
{
	list-style: none;
	padding: 0px;
}
.clear
{
	clear: both;
}
span.edit_links
{
	color: gray;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

span.edit_links a
{
    color: inherit;
    border-bottom-color: gray;
}
span.edit_links a:hover
{
    color: black;
    border-bottom-color: black;
}

h3 + div.byline {
	color: gray;
	margin-top: -14px;
	font-style: italic;
	margin-bottom: 14px;
}
.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40); 	/* IE workaround */
}
a.disabled:hover {
	border-bottom: 1px dotted #0066CC;
}

/* Forms */
.errors
{
	color: red;
	font-weight: bold;
}
form fieldset
{
	border: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 0.35em 0.75em 0.625em;
}
form .field_label
{
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 5px;
}

form fieldset fieldset .field_label
{
	width: 169px;
}
form fieldset fieldset div.field p
{
	margin-left: 174px;
}
form fieldset fieldset div.field ul
{
	margin-left: 174px;
}
form fieldset fieldset fieldset .field_label
{
	width: 158px;
}
form fieldset fieldset fieldset div.field ul
{
	margin-left: 163px;
}
form fieldset fieldset fieldset div.field p
{
	margin-left: 163px;
}
form fieldset fieldset fieldset fieldset .field_label
{
	width: 147px;
}
form fieldset fieldset fieldset fieldset div.field ul
{
	margin-left: 152px;
}
form fieldset fieldset fieldset fieldset div.field p
{
	margin-left: 152px;
}


form div.field label.required
{
	font-weight: bold;
}
form div.field p
{
	margin-left: 185px;
}
form div.field ul
{
	list-style: none;
	padding: 0px;
	margin-left: 185px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
form div.fieldwrapper
{
	padding-bottom: 10px;
}
form div.field
{	
}
form p.help_text
{
	font-size: 10px;
	color: #999;
}

input[type=password] 
{
	margin: 0px; /* override a webkit default margin */
}
input[type=text] 
{
	width: 200px;
}

/* General Elements */
h1
{
	font-size: 20px;
	margin-top: 20px; /* Makes sure the h1 lines up with left menu bar */
}
h2
{
	font-size: 16px;
	border-bottom: 1px solid gray;
}
h3
{
	font-size: 14px;
}
a {
	border-bottom: 1px dotted #0066CC;
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	border-bottom: 1px solid white;
}
a:visited { 
	color: #0066CC;
}

table, tr, td
{
	border-collapse: collapse;
	border: #CCC solid 1px;
}

table thead 
{
	font-weight: bold;
}
table thead td
{
	padding: 5px;
}
table td
{
	text-align: center;
}
table tr
{
	border: #CCC solid 1px;
}