/*
IE pc hacks are in hfiIE6.css

contents

html
layout divs
header
horizontal images
nav
content
footer
*/

/**
======================================================

add a div for the 2, currently borders, in the main content section?
don't worry if Ian wants images

======================================================
**/

/* html */
body {
	background: #fff url(../images/bg.png) repeat 0 0 scroll;
    font-family: Arial, "Lucida Grande", Verdana, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 76%;
	width: 100%;
	height: 100%;
	text-align: center;
}
div {
	margin: 0;
	padding: 0;
}
h2 {
	text-transform: uppercase;
	font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, HelveticaNeue, Arial, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
	color: #50737C;
	font-weight: bold;
	line-height: 20px;
}
a:link {
    color: #315764;
}
a:visited {
    color: #9b2a35;
}
a:hover {
    color: #000066;
}
a:active {
    color: #666666;
}
a img {
	border: 0 none #000;
	color: #000;
}

ul {
	margin: 1em 1em 0 16px;
	padding: 0;
}

/* layout divs */
#container {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	height: 100%;
	text-align: left;
}

#header {
	background: #c7dbdf url(../images/header.png) no-repeat 0 0 scroll;
	width: 720px;
	border-bottom: 3px solid #a7c7ca;	
}

#horizontalimage {
	background: #EEEEE8;/* url(../images/horizontalimage/main.jpg) no-repeat 0 0 scroll;*/
	width: 720px;
	height: 250px;
	border-bottom: 3px solid #a7c7ca;
}

#nav {
	width: 720px;
	height: 30px;
	border-bottom: 3px solid #a7c7ca;
}

#features {
	background: #c7dbdf;
	padding: 5px 0 0 0;
	border-bottom: 3px solid #a7c7ca;
}

#footer {
	background: #ebebe3 url(../images/footer.png) repeat-x 0 0 scroll;
	width: 720px;
	color: #589999;
	padding-bottom: 1px;
}

/* header */
h1 {
	position: relative;
	margin: 0;
	padding: 0;
	color: #a7c7ca;
	height: 145px;
}
h1 a {
	z-index: 1;	
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 145px;
	display: block;
	background: transparent url(../images/header.png) no-repeat;
	font-size: 1em;
	overflow: hidden;
}

/* horizontal images 

body#home #horizontalimage		{ background: url(../images/horizontalimage/home.jpg); }
body#events #horizontalimage	{ background: url(../images/horizontalimage/events.jpg); }
body#web #horizontalimage		{ background: url(../images/horizontalimage/web.jpg); }
body#flash #horizontalimage		{ background: url(../images/horizontalimage/flash.jpg); }
body#print #horizontalimage		{ background: url(../images/horizontalimage/print.jpg); }
body#contact #horizontalimage 	{ background: url(../images/horizontalimage/contact.jpg); }
*/

/* nav */
#nav ul {
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	width: 720px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/nav.png) no-repeat top left;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 100px;
}
#nav ul li a {
	position: absolute;
	top: 0;
	height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-indent: -9999em;
	color: #000;
/*	border: 1px solid #000;*/
}

body#home #nav ul		{ background-position: 0 -30px; }
body#events #nav ul		{ background-position: 0 -60px; }
body#web #nav ul		{ background-position: 0 -90px; }
body#flash #nav ul		{ background-position: 0 -120px; }
body#print #nav ul		{ background-position: 0 -150px; }
body#contact #nav ul 	{ background-position: 0 -180px; }


#nav ul li#home a		{ width: 100px; left: 10px; }
#nav ul li#events a		{ width: 110px; left: 130px; }
#nav ul li#web a		{ width: 90px;  left: 260px; }
#nav ul li#flash a		{ width: 100px; left: 365px; }
#nav ul li#print a		{ width: 100px; left: 488px; }
#nav ul li#contact a	{ width: 110px; left: 605px; }

/* content */
#features div.top1, #features div.top2 {
	height: 20px;
	width: 358px;
	background: #a7c7ca;
	float: left;
}	
#features div.top2 {
	margin: 0 0 0 4px;
}

#features div.column1 {
	width: 348px;
	padding: 0px 0 0 10px;
	float: left;
	}
#features div.column2 {
	width: 358px;
	padding: 5px 0 0 0;
	float: left;
	margin: 0 0 0 4px;
}

#features div.column1 div, #features div.column2 div {
	padding: 5px 15px 10px;
	margin: 0 0 0;
	color: #50737C;
}
#features div.column2 div { background: #a7c7ca;  } 
#features div.column2 div.h180 { min-height: 180px; }

div.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
#features div.column2 div p, #features div.column2 div li, #features div.column2 div dt {
	font-size: 1.2em;
}
/* normal size for the contact page */
#contact #features div.column2 div p, #contact #features div.column2 div li, #contact #features div.column2 div dt { font-size: 1em; }

p.a2436 { /* arial with 24pt main, 36pt bold em */
	font-size: 2em;
}
p.a2436 em {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
ul.dash {
	margin-left: 0;
	margin-bottom: 1em;
	list-style: none;
}
ul.dash li {
	margin-left: 0;
	padding-left: 15px;
	background: transparent url(../images/bullet.png) no-repeat 0 50%;
}
img.leftImg {
	float: left;
	padding: 1em 10px 40px 0;
	margin-left: -10px;
}
#features div.column1 div.address {
	width: 181px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
a.mailLink { text-decoration: none; }
/* for fixing the left cols */
span.text20 { padding-left: 20px; }
span.text48 { padding-left: 48px; }
span.text70 { padding-left: 70px; }
span.text115 { padding-left: 115px; }

/* contact form */
#features div.column2 dl.form {
	margin: 0;
	padding: 0;
}
#features div.column2 dl.form dt {
	width: 50px; 
	float: left;
	margin-bottom: 0.5em;
	padding-top: 2px;
}
#features div.column2 dl.form dd {
	width: 230px;
	float: left;
	margin-bottom: 0.5em;
}
#features div.column2 dl.form input {
	width: 160px;
}
#features div.column2 dl.form textarea {
	width: 230px;
}
#features div.column2 div.submit {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* footer */
#footer address {
	margin: 5px 0 0 25px;
	padding: 0;
    font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	color: #589999;
}

#footer div.column1 {
	width: 358px;
	float: left;
}
#footer div.column2 {
	width: 358px;
	float: left;
	margin: 0 0 10px 4px;
}