/* CLEAR CSS */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* MAIN CSS */

body {
	background: #000000;
	font-family: Tahoma;
	font-size: .8em;
}

p {
	line-height: 1.4em;
	padding-bottom: 1.2em;
}

h2 {
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 10px;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #494949;
}

.status {
	color: #222222;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0 0;
}

.status a {
	color: #1eaaec;
	text-decoration: none;
}

.latesttweets {
font-weight: bold;
color: #575757;
font-size: 1.3em;
padding: 0 0 0 55px;
}

.whatson {
font-weight: bold;
color: #787878;
font-size: 1em;
padding-left: 55px;
padding-bottom: 30px;
}

.status a:hover {
	text-decoration: underline;
}

.posted {
	color: #b6b6b6;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
}


#banner {
	width: 960px;
	height: 240px;
	padding-top: 19px;
}

#header {
	width: 960px;
	height: 100px;
}

#maincontent {
	padding-top: 30px;
	width: 960px;
	position: relative;
	padding-bottom: 30px;
}

div.clear {
clear: both;
}


#contentleft {
	width: 509px;
	float: left;
	padding-right: 5px;
	padding-left: 10px
}

#contactcontentleft {
	width: 609px;
	float: left;
	padding-right: 5px;
	padding-left: 10px
}

#break {
	float: left;
	height: 398px;
	width: 36px;
	background: url('images/break.jpg') no-repeat top left;
}

#contentrighthome {
	width: 390px;
	float: right;
	padding-left: 10px;
	background: top left no-repeat url('images/twitterbg.jpg');
}

#contactcontentright {
	width: 290px;
	float: right;
	padding-left: 10px;
	text-align: right;
	padding-right: 5px
}

#contentright {
	width: 390px;
	float: right;
	padding-left: 10px;
}

#contentright img {
	float: right;
	padding-right: 5px;
	padding-bottom: 10px;
}

#contactcontentright img {
	float: right;
	padding-bottom: 10px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	color: #e8e8e8;
}

#footercontact {
	float: right;
	text-align: right;
	font-weight: bold;
}

#footerlinks {
	float: left;
}

#footerlinks p {
	padding-top: 60px;
	color: #484848;
	padding-left: 6px;
}

#footerlinks a {
	color: #484848;
	text-decoration:none;
}

#footerlinks a:hover {
	color: #f2f2f2;
}

#footer h3 {
	font-size: 3em;
	font-weight: bold;
}

#mainwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#mainwrapper h1 {
	display: block;
	text-indent: -9999px;
	background: url('images/logo.jpg') no-repeat top left;
	height: 60px;
	width: 280px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

#outerwrapper {
	background: url('images/bg.jpg') #ffffff repeat-x;
}

.navigation {
	float: right;
	padding-right: 20px;
}

.navigation li {
	float: left;
}

.navigation a {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 60px 30px 10px 30px;
	margin-left: 3px;
}

.navigation a:hover {
	background: #000000;
	color: #ffffff;
}

.navigation a.selected {
	background: #000000;
	color: #ffffff;
}

/* CONTACT */

#contact p, label, legend { font: 1em Tahoma, sans-serif; color: #000000; }
#contact h1 { padding: 10px 0 20px 20px; font-size: 24px; color: #ffc425; }
#contact { float: left; width: 609px; background:#ffffff url('images/h1bg.jpg') repeat-x top; padding-bottom: 30px;  }
#contactright { width: 362px; height: 407px; float: right; padding-top:35px;}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1em; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 1em; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; }

.loader { padding: 0 10px; }

 #success_page h6 { background: url('images/success.gif') left no-repeat; padding-left: 20px; }



