/* 	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 #006F99;
	color: #A71930;
	font-size: 1.8em;
	padding-bottom: 2px;
}
h2 {margin: 15px 0;	font-size: 1.6em;}
h3 {margin: 10px 0;	font-size: 1.4em;}
h3 {margin: 5px 0; font-size: 1.2em;}
h4 {margin: 2px 0; font-size: 1.1em;}
h5 {margin: 2px 0; font-size: 1em; font-style:italic;}

#content p {line-height: 1.4em;	margin: .8em 0;}
#content a {color: #006999;}
#content a:hover, #content a:focus {color: #A71930;}
#content a:active {color: red;}
#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;
	color: #A71930;
	border-top: 1px solid #A71930;
}
th {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #A71930;
}
td {
	padding: 4px;
	border-bottom: 1px solid #CCC;
}
hr {
	color: #006999;
	height: 1px;
	background-color: #006999;
	border: none;
	margin: 1em;
}

/*********** 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/banner.jpg") top left no-repeat;
	border-bottom: 1px solid #565A5C;
	border-right: 24px solid #A71930;
	background-color: #006999;
	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.gif") center left no-repeat;	
}
#subtitle {
    color: #A71930;
	font-size: .75em;
	text-align: left;
	margin-left: 170px;
	padding:3px 0 0 10px;
	}

#utility {
	padding: .4em 10px;
	text-align: right;
	color: #A71930;
}
#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: #A71930;
	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 16px; 
	background:  url("../images/design/bullet.gif") 8px 0.8em no-repeat;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover, #nav a:focus {text-decoration: underline;}

/*********** Main Content Area ***********/
#content {
	margin-left: 170px;
	padding: 0 10px;
}
/*********** End Of Page Navigation ***********/
#prevnext {
	margin: 1em 200px 0 180px;
	padding: .5em 0;
	border: 1px solid #006999;
	border-left: 4px solid #006999
}
#prevnext p {
	padding-left: 20px;
	line-height: 1.8em;
}
#prevnext label {font-weight: bold; color: #A71930;}
#prevnext .next {background: url("../images/design/next.gif") 8px no-repeat;}
#prevnext .prev {background: url("../images/design/prev.gif") 8px no-repeat;}

#prevnext a {
	color: #000;
	text-decoration: none;
}
#prevnext a:hover, #prevnext a:focus { text-decoration: underline; }

/*********** Footer ***********/
#footer {
	font-size: .85em;
	margin: 1.5em 0 1em 180px;
}
.footerlinks {
	color: #A71930;
	padding-bottom: 1em;
}
#footer a {
	color: #000;
	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.gif") right no-repeat;
	padding: .2em 1.5em;
	border-bottom: 1px solid #006999;
} 
.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;}

