/* 	Style sheet: main.css
	Site: Report Template
	Author: Chris Lamb
	---------------------------------------------------------------------------------------
*/
/*********** Global reset of values ***********/
* {	margin:0;	padding:0;}

/*********** Core styles ***********/
body {
	font: 76% Verdana, Helvetica, Arial, sans-serif; 
	margin: 0;
	background: url("../images/design/bg.gif") left repeat-y;
}
h1 {
	border-bottom: 1px solid #506D84;
	color: #4D466A;
	font-size: 1.8em;
	padding-bottom: 2px;
}
h2 {margin: 15px 0;	font-size: 1.4em; color:#506D84;}
h3 {margin: 10px 0;	font-size: 1.2em;color:#4D466A;}
h4 {margin: 2px 0; font-size: 1.1em;color:#506D84;}
h5 {margin: 2px 0; font-size: 1em; font-style:italic;}

#content p {line-height: 1.4em;	margin: .8em 0;}
#content a {color: #506D84;}
#content a:hover, #content a:focus {color: #A71930;}
#content a:active {color: #506D84;}
#content ul, #content ol {
	line-height: 1.6em;
	margin: .8em 0 .8em 1.5em;
}
table {margin: .8em 0;	background-color: #FFF;}
caption {
	padding: 4px;
	font-weight: bold;
	text-align: left;
	background-color:#C6B8A4;
	border-top: 1px solid #506D84;
}
th {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #506D84;
}
td {
	padding: 4px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
hr {
	color: #506D84;
	height: 1px;
	background-color: #006999;
	border: none;
	margin: 1em;
}
.highlight {
	background-color: #EDE4DE; 
	margin-bottom: 10px; 
	padding: 5px 10px;
}
blockquote {padding: 0 30px; font-style: normal; font-size: 0.9em;}

/*********** Layout styles ***********/
.offleft {position: absolute; left: -99em;}
.offleft a:focus {position: absolute; left: 99em; background-color:#FFF; padding: 2px; color: #006999;}

#printlogo {display: none;} /* Hides the printable logo */

#banner {
	background: url("../images/design/header_beige2.gif") top right no-repeat;
	border-bottom: 1px solid #4D466A;
	border-right: 24px solid #4D466A;
	background-color: #736357;
	height: 85px;
}
#banner img {
	float: left;
}
.title { 
	color: #FFF;
	font-size: 1.6em; /* Change to suit*/
	margin-left: 400px;
	padding: 30px 0 0 10px;
	background: url("../images/design/titlearrow_green.gif") center left no-repeat;	
}
#utility {
	padding: .4em 10px;
	text-align: right;
	color: #506D84;
}
#utility a {	
	font-size: .75em;
	text-decoration: none;
	color: #000;
}
#utility a:hover, #utility a:focus { text-decoration: underline; }

/*********** Main Nav Bar ***********/
#nav {
	width: 160px;
	float: left;
	font-size: .9em;
	margin-top: -1.6em;
}
.navheading {
	color: #4D466A;
	margin: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
#nav ul {
	list-style-type: none;
	margin: .5em 0;
}
#nav ul li {
	padding: .5em 2px .5em 24px; 
	background:  url("../images/design/next_purple.gif") 8px 0.8em no-repeat;
}
#nav a {
	color: #506D84;
	text-decoration: none;
}
#nav a:hover, #nav a:focus {text-decoration: underline;}

/*********** Main Content Area ***********/
#content {
	margin-left: 170px;
	padding: 0 10px;
}

#prevnext {
	margin-right: 300px;
	background-color: #F4F2E9;
	padding: 2px 20px;
}
#prevnext label {font-weight: bold;}


/*********** Footer ***********/
#footer {
	font-size: .85em;
	margin: 1.5em 0 1em 180px;
}
.footerlinks {
	color: #4D466A;
	padding-bottom: 1em;
}
#footer a {
	color: #4D466A;
	text-decoration: none;
}
#footer a:hover, #footer a:focus { text-decoration: underline; }
.copyright {font-weight: bold;}

/*********** Individual styles ***********/
.btt {
	font-weight: bold;
	font-size: .8em;
	text-align: right;
	background:  url("../images/design/top_purple.gif") right no-repeat;
	padding: .2em 1.5em;
	border-bottom: 1px solid #506D84;
} 
.btt a {text-decoration: none;}
.btt a:hover, .btt a:focus {text-decoration: none;}

.current {font-weight: bold;}
.bold {font-weight: bold;}
.small {font-size: .8em;}

