/* CSS Document */

/*
L FILES
Common Layout styles
Created	13/08/08 WNPsaila
Last Modified 13/08/08 WNPsaila

*/

html, body { height: auto; }

body {
	padding: 0 0 80px 0;
	margin: 0;
	color: #fff;
	font: .7em/1.7em Arial, Helvetica, sans-serif;
	background: url(../images/main_bg.jpg) repeat-x 0 0 #111111;
}

#outer {
	width: 990px;
	margin: 0;
	padding: 0;
}

/* HEADER AND MAIN NAV */

#header {
	height: 109px;
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 109px;
	margin: 0;
	padding: 0;
	background: url(../images/siteid.gif) 0 0 no-repeat;
}

#header h1 a span,
#header form /* Hides search form */ {
	display: none;
}

/*********** Navigation styles ***********/

#mainNav {
	float: left;
	display: inline;
	width: 990px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #fff;
}

#mainNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 7px 28px;
	height: 13px; /* less padding */
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #960000;
	text-transform: uppercase;
	text-decoration: none;
}

#mainNav li a:hover,
#mainNav li a:active {
	color: #fff;
	background: #cb0404;
}

/* LEFT HAND COLUMN & SUBNAV */

#left {
	float: left;
	width: 182px;
	min-height: 595px;
	margin: 0 0 0 -729px;
	padding: 0;
	background: url(../images/ctn_column_bg.jpg) 0 0 repeat-x #a00707;
}

#left span {display: none;}

#left h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#left h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
	border-bottom: 1px solid #FFCC00;
	clear: both;
}

/* CONTENT STYLES */

#container {
	float: left;
	width: 990px;
	height: auto;
	margin: 3px 0 0 0;
	padding: 0;
	background: url(../images/ctn_outer_bg.gif) 0 0 repeat-y;
}

#centrecontent {
	float: left;
	display: inline;
	width: 544px;
	min-height: 595px;
	margin: 0 0 0 185px;
	padding: 0;
	background: url(../images/ctn_column_bg.jpg) 0 0 repeat-x #a00707;
}

#centrecontent #content {
	padding: 0 12px 12px 12px;
	margin: 0;
}

#centrecontent .sectionDescription {
	padding: 10px 0 0 0;
	margin: 0;
}

#centrecontent h1 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #ffae00;
	text-transform: uppercase;
	border-bottom: 1px dotted #ffae00;
}

#centrecontent h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	clear: both;
}

#centrecontent p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#centrecontent a:link,
#centrecontent a:visited,
#centreconent a:active {
	color: #ffae00;
	text-decoration: none;
}

#centrecontent a:hover {
	text-decoration: underline;
}

#centrecontent ul p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#centrecontent p a img {
	float: left;
	display: inline;
	clear: left;
	margin: 0 5px 5px 0;
	border: 1px solid white;
}


/* RIGHT HAND COLUMN */

#right {
	float: right;
	width: 258px;
	min-height: 595px;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	background: url(../images/ctn_column_bg.jpg) 0 0 repeat-x #a00707;
}

#right #details {
	padding: 10px;
}

/* FOOTER STYLES */

#footer {
	clear: both;
	width: 990px;
	height: 18px; /* less padding */
	margin: 0;
	padding: 20px 0 0 20px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}