/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
input:focus {
	outline: 0;
}


body {
	background-color: #000000;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 1.6em;
	line-height:  2em;
}

h2{
	font-size: 1.2em;
	line-height: 1.8em;
	text-decoration: underline;
}

.centre{
	text-align: center;
}

p {
	font-size:  .875em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 1.6em;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color: #ffffff;
}

#wrapper {
	width: 800px;
	margin:  0 auto;
}

#headline {
	width:  800px;
	text-align: center;
	font-weight: bold;
	font-size:  1.2em;
	margin: 5px 0 5px 0;
}

#header {
	width:  800px;
	height:  413px;
	background-image:url(../images/headerimage.jpg);
}

#menu {
	width:  800px;
	height: 61px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	
}

#content{
	width: 800px;
	margin: 15px 0 25px 0;
}

#leftcol {
	float:  left;
	width: 430px;
	margin: 0 0 0 22px;
}

#rightcol{
	float: right;
	width: 298px;
	margin:0 22px 0 21px;
}

#leftcol ul li,ol li{
	margin-left: 40px;
	font-size: .75em;
	line-height:1.25em;
	margin-bottom: 1.5em;
}

#rightcol ul li{
	font-size:1em;
	margin-bottom: 1em;
	list-style-type: none;
	padding-right:  5px;
}


.right{
	float: right;
}

.left{
	float: left;
}

.fix{
	clear: both;
}

.redemph {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 1em;
}

.homefeature{
	width: 298px;
}

.homefeature li{
	width:298px;
	height: 90px;
	padding: 5px;
	background-color: #ffffff;
	margin: 5px 0 5px 0;
	list-style-type: none;
}

.homefeature li.banner{
	width:300px;
	height:250px;
	padding: 0px;
	background-color: #000000;
}

.homefeature li.banner160{
	width:160px;
	height:600px;
	padding: 0px;
	background-color: #000000;
	margin:0 auto;
}

.faded {
	background-image: url(../images/sidebarbg.gif);
	background-repeat: repeat-y;
	text-align: right;
	font-size: .75em;
	line-height: 1.25em;
	padding: 2em 0 1.5em 0;
	margin-bottom:2em;
}

.location{
	margin-bottom:  2em;
	padding-right: 5px;
}

.city{
	font-weight: bold;
	font-size: 1.25em;
}

.quote{
background-image: url(../images/sidebarbg.gif);
background-repeat: repeat-y;
text-align: justify;
font-size: .75em;
line-height: 1.25em;
padding: 2em 1em 1em 1em;
margin-bottom:2em;
}

.byline{
	text-align:right;
	font-weight: bold;
	font-style: italic;	
	padding-top: 3px;
}

.logo{
	width: 144px;
	height: 114px;
	margin: 0 auto;
}

#unocolumn{
	margin: 0 22px 0 22px;
}

.block{
	float: left;
	width: 220px;
	margin: 0 15px 15px 0;
	padding:  10px;
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: repeat-y;
	font-size: .75em;
}

.blockend{
	margin: 0;
}

.blockpic{
	margin-bottom: 10px;
}

.blockfeature{
	font-weight: bold;
}

#unocolumn ul li{
	list-style-type: none;
}

#footer{
	width: 793px;
	height:  61px;
	background-image: url(../images/footer_center.jpg);
	background-repeat:repeat-x;
	float: left;
	font-size: .75em;
}

#footercapleft{
	float: left;
	height: 61px;
	width: 4px;
	background-image: url(../images/footer_left.jpg);
	background-repeat:no-repeat;
}

#footercapright{
	float: right;
	height:  61px;
	width:  3px;
	background-image: url(../images/footer_right.jpg);
	background-repeat:no-repeat;
}

#bottommenu {
	width: 793px;
    margin: 20px auto;
    text-align:center;
}

#bottommenu ul li{
	display:inline;
	list-style-type: none;
	padding: 0 8px 0 8px;
}

#bottommenu a{
	color: #ffffff;
	text-decoration:none;
}

#bottommenu a:hover{
	color: #750302;
}

#copyright{
    clear:both;
	width: 800px;
	text-align: center;
	font-size:  .5em;
	padding-top: 10px;
}


