/*-----------------------------------------------------------------------------

version:   1.0
author:    john mcmurtrie
website:   http://www.tartanturns.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
ul {
	list-style-type: none;
}

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {	
	margin:0;
	padding:0;
	font: 80%/1.6em Papyrus, Verdana, Arial, Helvetica;
	color:#000;
	text-align: center;
}

/* =Headings
-----------------------------------------------------------------------------*/
#d_header{
	margin-top:5px;
	width:756px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header_bar{
	border-top:7px solid #C5330C;
	margin:0 0 0 5px;
	padding:0;
	min-height:2em;
	_height:2em;
}

#logo{	
	position: absolute;
	width: 600px;
	height: 112px;
	top: 30px;
	left: 80px;
}


#tagline{
	position: absolute;
	width: 330px;
	height: 38px;
	top: 150px;
	left: 160px;
}

#year{
	position: absolute;
	width: 100px;
	height: 38px;
	top: 150px;
	left: 495px;
}

#banner{
        border: 1px solid #000000;
	position: absolute;
	width: 724px;
	height:322px;
	top: 200px;
	left: 25px;
}


/* =General Content Positioning
-----------------------------------------------------------------------------*/

#page{
	position: relative;
	top: 0px;
	width: 780px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
    	text-align: left;
}

#maincontent{
	position: relative;
	top: 560px;
}

.lefttext{
	position: relative;
	margin-left: 25px;
	font-weight: bold;
}

.maintext{
	position: relative;
	margin-left: 200px;
	top: -20px;
}


.footertext{
	position: relative;
	margin-left: 10px;
	font-weight: light;
	font-size:0.8em;
	text-align: center;
}


/* =Footer menu
-----------------------------------------------------------------------------*/
#d_footer{
	margin-top:30px;
	width:756px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#footer_nav{
	border-top:7px solid #C5330C;
	margin:0 0 0 5px;
	padding:0;
	min-height:2em;
	_height:2em;
}

#footer_nav li {
	list-style: none;
	float:left;
	display:block;
	top:10px;
	background:url(../img/footernav_divider.gif) no-repeat 0 0.5em;
	margin:10px 7px 0 0;
	padding:0 0 0 7px;
	}

#footer_nav li a{
	font-size:0.9em;
	color:#464749;
	text-decoration:none;
	font-weight:normal;
}

#footer_nav li a:hover{
	color:#C5330C;
	}

#footer_nav li.firstElement{
	background:none;
	padding:0;
}
#footer_nav li.firstElement a{
	padding:0;
	border-left:none;
}