@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

body {
	/*padding-top: 235px;*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background: url(../images/interface/bodyBG.jpg) top center repeat-y #fff;
}

body, div#masthead, ul#footer {
	width: 946px;
	margin: 0 auto;
}

div#masthead {
	position: absolute;
	top: 10px;
	height: 230px;
	background: url(../images/interface/masthead.gif) top left no-repeat;
}

/* Masthead */
div#masthead ul {
	position: relative;
	top: 102px;
	display: block;
	width: 100%;

	list-style-type: none;
}

div#masthead ul li {
	float: left;
	margin-left: 10px;
}

div#masthead ul, div#masthead ul li, div#masthead ul li a {
	height: 28px;
}

div#masthead ul li a {
	display: block;
	color: #fff;
	line-height: 28px;
	text-decoration: none;	
	padding: 0 10px;
}

div#masthead ul li a:hover { background: url(../images/interface/hover.gif) top left no-repeat; }

/* Columns */
div.column {
	float: left;
	width: 73%;
	padding-top: 10px;
	margin: 235px 0 10px 0;
}

div.column.side {
	float: right;
	width: 25%;
}	

/* Misc Formmatting*/
div.clear { clear: both; }

div.column h1, div.column h2 { font-weight: normal; color: #931164; }

div.column h3 {
	color: #6eafdc;
	font-size: 13px;
	margin-bottom: 10px;
}

div.highlight h3 { margin-left: 20px; }

div.column h4 {
	color: #931164;
	font-size: 13px;
}

div.column.side h2	 {
	padding: 2px 2px 2px 8px;
	color: #fff;
	background: url(../images/interface/h2.gif) top left no-repeat;
	height: 25px;
	line-height: 23px;
	font-size: 14px;
}

div.column.side p {
	color: #555;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}

div.column p {
	text-align: justify;
	margin-bottom: 10px;
	line-height: 17px;
}

div.column p.highlight {
	padding: 5px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 5px dotted #931164;
	font-size: 14px;
	line-height: 18px;
	color: #931164;
}

div.column ul {
	color: #931164;
	margin: 10px 0 20px 20px;
	list-style-position: inside;
}

div.column div.half, div.column ul.half {
	float: left;
	width: 47%;
}

div.column ul li { margin-bottom: 6px; }

div.highlight {
	background-color: #eee;
	margin: 10px 0;
	padding-top: 10px;
	border: 1px solid #efefef;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

div.highlight p { margin: 0 10px; padding-bottom: 10px; }

/* Scroller */
div#scrollerBox {
	position: absolute;
	top: 131px;
	width: 946px;
	height: 99px;
	overflow: hidden;
}

div#scrollerBox img {
	position: absolute;
}

/* Footer */
ul#footer {
	clear: both;
	height: 29px;
	margin-bottom: 15px;
	background: url(../images/interface/footerBG.gif) bottom left no-repeat;
	list-style-type: none;
}

ul#footer li {
	float: left;
	line-height: 28px;
	color: #fff;
	margin: 0 10px;
}

ul#footer, ul#footer li { height: 28px; }
ul#footer li a { color: #fff; }

/* WEBCASTLE BRANDING */
ul#footer li#webcastle { float: right; }
ul#footer li#webcastle { color: #222; }
ul#footer li#webcastle a { color: #931164; }

ul#footer li#webcastle span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;

	cursor: default;
}

ul#footer li#webcastle span span { border: 0; padding: 0; color: #fd1824; }

/* Blog/Links pages added 27th April 2009 */
ul#linksList li p {
	padding-left: 13px;
}

div.column.side pre {
	display: block;
	width: 96%;
	height: 50px;

	line-height: 40px;
	overflow: auto;

	margin-bottom: 10px;
	padding: 2%;
	border: 1px solid #ccc;
}

ul#blogPosts { list-style-type: none; font-weight: bold; }
ul#blogPosts li span { display: block; font-weight: normal; }
