/*
	/css/screen.css
	Luke Armstrong <me@lukearmstrong.co.uk>
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	color: #000;
	background-color: #020336;
	text-align: center;
}
img {
	border: 0;
}


/* layout */
#container {
	margin: 0 auto;
	width: 850px;
	background: #fff url(../img/bg.jpg) top left;
}
#header {
    width: 850px;
    height: 162px;
    background-color: #fff;
}
#menu {
    width: 850px;
    height: 33px;
    background-image: url(../img/menu-bg.jpg);
    text-align: left;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	margin: 0 1px 0 0;
	border-top: solid 1px #000;
}
#menu ul li a {
	width: 120px;
	height: 22px;
	background: url(../img/menu.gif) no-repeat top left;
	display: block;
	line-height: 22px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
#menu ul li a:hover {
	background: url(../img/menu.gif) no-repeat bottom left;
	text-decoration: none;
}
#left {
	clear: both;
	float: left;
	width: 100%;
	margin-right: -144px;
}
#wrapper {
	clear: both;
	margin-right: 144px;
}
#nav {
	float: left;
	width: 162px;
	background-color: #e8e8e8;
	text-align: left;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	margin: 8px 0 0 0;
	height: 22px;
	background-color: #020336;
	border-top: solid 3px #020336;
	border-bottom: solid 3px #020336;
}
#nav ul li a {
	background: url(../img/nav.gif) no-repeat top left;
	width: 159px;
	height: 22px;
	display: block;
	line-height: 22px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
#nav ul li a:hover {
	background: url(../img/nav.gif) no-repeat bottom left;
	text-decoration: none;
}
#content {
	margin-left: 168px;
	background-color: #fff;
}
#right {
	float: right;
	width: 144px;
	background-color: #e8e8e8;
}
#right ul {
	list-style: none;
}
#right ul li {
	margin: 5px auto;
}
#footer {
	clear: both;
	width: 850px;
	text-align: left;
	background-color: #020336;
}
#footer img {
    float: left;
}
#footer p {
    float: right;
    text-align: right;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #e8e8e8;
    margin: 0;
    padding: 5px 0;
}
#footer p a {
    color: #e8e8e8;
}


/* .classes */
.ctr {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgl {
	float: left;
	padding: 10px;
}
.imgr {
	float: right;
	padding: 10px;
}
.clr {
	clear: both;
}
.space {
	height: 10px;
	clear: both;
}
.news {
	margin: 0 auto 30px auto;
	width: 500px;
	border-bottom: dashed 1px #000;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}


/* elements */
a {
	text-decoration: none;
	font-weight: bold;
	color: #00F;
}
a:hover {
	text-decoration: underline;
}
p {
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.3em;
	margin: 16px;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
}
h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #b61030;
	margin: 16px;
}
h2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #000;
    margin: 16px;
}
dl {
	text-align: left;
	margin: 0 0 0 60px;
	padding: 0 0 15px 0;
}
dt {
	line-height: 1.8em;
	font-size: 1.3em;
}
dd {
	margin: 0 90px 10px 30px;
	padding: 0 0 15px 0;
}
table {
	width: 400px;
	margin: 20px auto;
	background-color: #e8e8e8;
}
thead {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2.0em;
	background-color: #e8e8e8;
}
tbody {
	font-size: 1.3em;
	line-height: 2.0em;
	background-color: #fff;
}

/* lists */
#archive {
	margin: 0 0 0 50px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
}
#archive em {
	font-size: 0.8em;
}
#gallery {
	list-style: none;
	width: 465px;
	margin: 0 auto;
}
#gallery li {
	float: left;
	margin: 5px;
}


/* form */
.success {
	font-weight: bold;
	color: #00CC00;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	padding: 2px 1px 1px 1px;
	width: 260px;
}
* html input, * html textarea {
	width: 235px;
}
#ctl00_content_contactForm fieldset  {
	margin: 1em auto;
	width: 450px;
	text-align: left;
	border: 1px solid #bbb;
	padding: 1em;
}
#ctl00_content_contactForm ul {
	list-style: none;
	padding: 0 0 0 0;
}
#ctl00_content_contactForm ul li {
	margin: 5px 0;
	width: 100%;
}
#ctl00_content_contactForm label {
	float: left;
	display: block;
	width: 150px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}
#ctl00_content_contactForm em {
	color: #FF0000;
	font-weight: normal;
}
#ctl00_content_contactForm .formButton {
	text-align: center;
}
#ctl00_content_contactForm .formButton input {
	margin: 1em 0 0 0;
	padding: 3px 1em;
	width: 150px;
	cursor: pointer;
}
#ctl00_content_contactStatus {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
}