/*  Original Author: Will Rossiter
		Copyright: Its a FREE template but i would like if you left this notice here :D
		Modifications by: BeardyMcD */


/***Misc Tags***/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(images/bodybg.png) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #777;
	text-align: center;}
 
a img{
	border: 0px;}

a {
	text-decoration: none;}

.hidden {
	text-indent: -9000px;
	background: inherit;}

/** Skip Navigation Stuff **/

div#skipmenu{
	position:relative;
}

div#skipmenu a.skippy{
	position:absolute;
	top: -1000px;
	left:-1000px;
	height: 1px;
	width: 1px;
	overflow:hidden;
}

div#skipmenu a.skippy:active, div#skipmenu a.skippy:focus, div#skipmenu a.skippy:hover{
	position: absolute;
	top:auto;
	left:auto;
	width:100%;
	height: 1em;
	width: auto;
	font-size:1em;
	font-weight:bold;
	width:100%;
	padding-bottom:15px;
	color: black;
	z-index:100;
	text-align:right;
	margin-bottom:25px;
}


/***Header/logo tags***/

#header {
	width: 850px;
	margin: 0 auto;
	height: 180px;
	border-top: 1px solid #000;}
 	
#logo {
	float: left;
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
 /* width: 250px; */}

#logo h1,#logo h2 {
	font-weight:400;
	letter-spacing:-2px;

}

#logo h1 {
	font-size:2.4em;
	padding-top:10px;
	color: #F58220;
}

#logo h2 {
	font-size:1.3em;
	color: #a0a0a0;
}
 
 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
	margin-top:105px;
	margin-left: 300px}

#topnav a{
	display: block;
	float: left;
	text-align: center;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 0.7em;
	background-image:url(images/tab.png);
	background-position:bottom left;
	background-repeat:no-repeat;}

#topnav a:hover {
	background-image:url(images/tab.png);
	color: #000;
	background-position:top left;
	background-repeat:no-repeat;}
	
#topnav .active {
	background-image:url(images/tab.png);
	color: #000;
	background-position:top left;
	background-repeat:no-repeat;}
		
/***MAIN CONTENT (WHITE) AREA***/

#content {
	clear: both;
	text-align: left;
	width: 650px;
	margin: 20px auto 0 auto;
	padding: 5px;
	width: 655px;
	font-size: 0.8em;}

#content h2{
	padding-left: 8px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 8px;
	letter-spacing:-1px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #da741c;}


#content h3{
	padding-left: 8px;
	font-size: 1.0em;
	margin-left: 8px;
	letter-spacing:-1px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #da741c;}


#content h4{
	padding-left: 8px;
	font-size: .9em;
	margin-left: 8px;
	letter-spacing:-1px;
	margin-top: 15px;
	margin-bottom: 10px;
		color: #da741c;}

#content p {
	line-height: 1.5em;
	margin-bottom:10px;}

#content a{
	border-bottom: 1px dashed #324A97;
	color: #324A97;}
 
#content a:hover {
	color: #fff;
	background: #324A97;}

#content blockquote {
	margin: 15px;
	border: 1px solid #b0b0b0;
	padding: 10px;
	width: 500px;
	background: #f4f4f4;
	font-size: 0.8em;
	font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
	color: #666;}

#content blockquote .whom {
	text-align:right;
	font-style:italic;}
 
#content abbr {
	border-bottom: 1px dotted #8f8f8f;}

.imgRight {
	float:right;
	margin: 5px 10px 15px 25px;
}

.imgLeft {
	float:left;
	margin: 5px 25px 15px 15px;
}

#content ul, ol {
	margin:10px 10px 10px 30px;
}

#content ul li, ol li {
	margin:15px;
}

/** Supper Footer **/
 
#superFooter {
	width: 100%;
	background: #333333 url(images/bg2.png) repeat-x;
	font-size: 0.7em;
	padding-top: 80px;
}

#SFcontainer {
	clear: both;
	background: #333333;
	text-align: left;
	width: 650px;
	color: #fff;
	margin: 0 auto;}

#SFcontainer h3{
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 10px;
	letter-spacing:-1px;
	margin-bottom: 10px;
	color: #F58220;}
 
.name {
	color: #c0c0c0;
}
 
.footLinks {
	width: 320px;
	float: left;
	background: #333333;}

.footLinks a.link {
	display: block;  
	padding: 10px;
	background: inherit;
	color: #fff;
	border-top: 1px dotted #a0a0a0;
}

.footLinks a:hover.link { 
	color: #DDD;
	background: #525252;
	border-top: 1px dotted #a0a0a0;
}

#block1 {
	background: #333333;}

#block2 {
	width: 320px;
	float: right;
	background: #333333;}
	
#copyright {
	width: 100%;
	clear: both;
	text-align: center;
	background: #333333;
	font-size: 0.8em;
	padding-top: 30px;
	color: #a0a0a0;}
	
