/*  
Name: 
Description:
Author: will rossiter
Copyright: Its a FREE template but i would like if you left this notice here :D

*/

/***Misc Tags***/

* {
	padding: 0px;
	margin: 0px;
}

body {
 background: #fff url(images/bodybg.png) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -8500px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 850px;
 margin: 0 auto;
 height: 150px;
 border-top: 1px solid #000;}
 	
#logo {
 float: left;
 margin-left: 10px;
 margin-top: 15px;
 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:115px;
 margin-left: 360px}

#topnav a{
	display: block;
	float: left;
	text-align: center;
	width: 95px;
	height: 24px;
	line-height: 25px;
	text-decoration: none;
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 0.7em;
	background-image:url(images/tab2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#topnav a:hover {
 background-image:url(images/tab2.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
#topnav .active {
 background-image:url(images/tab2.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
/***MAIN CONTENT (WHITE) AREA***/

#content {
	clear: both;
	text-align: left;
	width: 850px;
	padding: 5px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 750px;
 background: #f4f4f4;
 font-size: 1.0em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #FF0000;}
 
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}


/***Random stuff Area***/

 
#latest {
	width: 100%;
	font-size: 0.7em;
	padding-top: 50px;
	background-color: #333333;
	background-image: url(new/baseAssets/bodybg-copy.gif);
	background-repeat: repeat-x;
}

#container2 {
 clear: both;
 background: #333333;
 text-align: left;
 width: 850px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}
 
.name {
color: #c0c0c0;
}
 
.blocklinks {
 width: 320px;
 float: left;
 background: #333333;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a:hover.link { 
  color: #DDD;
  background: #525252;
  border-top: 1px dotted #a0a0a0;
}




#articles {
 width: 320px;
 float: right;
 background: #333333;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #333333;
 font-size: 0.9em;
 margin-top: 55px;
 color: #a0a0a0;}
.cellborder {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	width: 293px;
}
.cellbordertop {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: c4c4c4;
	border-left-color: c4c4c4;
	border-bottom-style: none;
}

