/* Site colours */
/* Dark brown for body background */
.Brown	{ color: #3a1616; }

/* Dark red for main column background */
.DarkRed	{ color: #580f0f; }

/* Lighter red for borders */
.LightRed	{ color: #6F0A0A; }

/* Orange for copy */
.Orange	{ color: #F7931E; }


/* --------------- Generic styles ----------------- */
body
{
	font-family: Helvetica, Arial, Verdana, sans-serif, Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #3a1616;
}


/* ---------------- Link styles -------------------- */
a {
	text-decoration: none;
	color: #F7931E;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

/* Headings and content styles */
h2,
h3,
p,
table {
	margin: 0 0 1em 0;
}

h1 {
	font-size: 150%;
	margin: 0 0 0.75em 0;
	color: #580f0f;
	line-height: 0.9em;
}

h2 {
	font-weight: normal;
	font-size: 95%;
	color: #F7931E;
}

h3 {
	font-weight: normal;
	color: #F7931E;
	font-size: 75%;
	line-height: 1em;
	margin: 0 0 0.25em 0;
}

p,
table,
ul,
ol {
	color: #fff;
	font-size: 75%;
	line-height: 1.25em;
}

ul, ol {
	margin: 0 0 1em 20px;
	padding: 0;
}

li {
	margin: 0 0 0.5em 0;
}

ul.nobullet {
	list-style: none;
	margin: 0 0 1em 0;
}

td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

hr {
	height: 1px;
	color: #CCC;
	background: #CCC;
	border: 0px;
	border-bottom: 1px solid #CCC;
	margin: 0 15px 1em 0;
}

strong {
	color: #F7931E;
	font-weight: normal;
}

.flLeft {
	float: left;
}
.flRight {
	float: right
}

span.Size1 {
	font-size: 90%;
	cursor: pointer;
}
span.Size2 {
	font-size: 115%;
	cursor: pointer;
}
span.Size3 {
	font-size: 130%;
	cursor: pointer;
}

/* ------------------- Clear tags --------------------- */
#siteBorder:after,
#siteBody:after {
	content: "";
	height: 1px;
	display: block;
	clear: both;
}


/* ------------------- Main site body ------------------ */
#siteBorder {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	min-height: 500px;
	background: #580f0f url('../images/back-footer.gif') repeat-x 0 100%;
}


/* ------------- Header and Footer styles ------------- */
#siteHeader {
	padding: 75px 25px 15px 25px;
	background: #580f0f url('../images/back-header.gif') repeat-x 100% 0;	
}
#siteFooter {
	padding: 15px 25px;	
	clear: both;
}

#siteHeader .flLeft,
#siteHeader .flRight {
	width: 45%;
}
#siteHeader .flLeft img,
#siteHeader .flLeft div {
	float: left;
}

#siteHeader .flLeft div {
	color: #F7931E;
	font-size: 75%;
	padding: 12px 0 0 5px;
}

#siteHeader .flRight {
	text-align: right;
}


#siteHeader ul,
#siteFooter ul {
	list-style: none;
	margin: 0;
	font-size: 65%;
}
#siteHeader ul li,
#siteFooter ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #fff;
}
#siteHeader ul li.Item-1,
#siteFooter ul li.Item-1 {
	padding-left: 0;
	border-left: 0;
}

#siteHeader ul.NavHeader li.TextTransform {
	display: none;
}

#siteHeader ul.Nav1 {
	padding-top: 25px;
	clear: both;
}
#siteHeader ul.Nav1 li {
	text-transform: lowercase;
}
#siteHeader ul.Nav1 li a,
#siteFooter ul.NavFooter li a {
	color: #fff;
}
#siteHeader ul.Nav1 li a:hover,
#siteHeader ul.Nav1 li a.current,
#siteHeader ul.Nav1 li a.section,
#siteFooter ul.NavFooter li a:hover,
#siteFooter ul.NavFooter li a.current,
#siteFooter ul.NavFooter li a.section {
	color: #F7931E;
}


/* ------------------- Main body of site -------------------- */
#siteBody {
	padding: 0 25px;	
}

/* Top white copy box */
#siteBody .TopBox {
	background: #fff;
	padding: 25px;
	height: 125px;
	overflow: auto;
	border: 4px solid #6F0A0A;
}
#siteBody .TopBox.NumCopy {
	background-image: none !important;	
}
#siteBody .TopBox div {
	width: 65%;	
}
#siteBody .TopBox .hide {
	display: none;
}
#siteBody .TopBox p {
	color: #000;
	margin: 0;
	line-height: 1.15em
}
#siteBody .TopBox a {
	font-weight: bold;
}

/* ------------- Curved edge boxes ---------- */
#siteBody .ContactBoxes,
#siteBody .NumBoxes,
#siteBody .NumDescriptions {
	clear: both;
	margin-top: 15px;
}
#siteBody .ContactBoxes p {
	margin: 0;
	font-size: 70%;
}
#siteBody .ContactBoxes .ContactBox,
#siteBody .NumBoxes .NumBox {
	width: 30%;
	background-color: #6F0A0A;
	margin-bottom: 15px;
}

#siteBody .ContactBoxes .flLeft {
	margin-right: 3%;
}
#siteBody .ContactBoxes .ContactBox div.inner,
#siteBody .NumBoxes .NumBox .inner {
	background-color: #3a1616;
	padding: 10px 0 10px 5px;
	min-height: 1.75em;
}

/* -------- Home page numbered boxes --------- */
#siteBody .NumDescriptions .NumDesc {
	width: 32%;
	margin-left: 2%;
}

#siteBody .NumDescriptions .Desc3 {
	width: 30%;
	margin-left: 2%;
}

#siteBody .NumBoxes .NumBox {
	margin-left: 3%;
	text-align: center;
}
#siteBody .NumBoxes .Box1 {
	margin-left: 0;
}
#siteBody .NumBoxes .NumBox h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1000%;
	margin: 0.1em 0 0 0;
	line-height: 1em;
}

/* ------- jQuery specific Home page boxes -------------- */
#siteBody .NumBoxes .jQueryBox {
	cursor: pointer;
	position: relative;
	left: 0;
}
#siteBody .NumBoxes .jQueryBox p.flRight {
	font-size: 100%;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
}
#siteBody .NumBoxes .jQueryBox p.more {
	margin: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
}
#siteBody .NumBoxes .jQueryBox p.more a {
	margin: 0;
	display: block;
	width: 5em;
	padding: 5px;
	background-color: #6F0A0A;
}

/* Main content box */
#siteBody .Content {
	clear: both;
	padding: 15px 15px 0 15px;
	border: 4px solid #6F0A0A;
}
#siteBody .Content a {
	font-weight: bold;
	text-decoration: underline;	
}
#siteBody .Content .Top {
	margin: 0;
}
#siteBody .Content .Top a {
	display: block;
	width: 5em;
	padding: 8px;
	background-color: #6F0A0A;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#siteBody .Content .Top a:hover {
	text-decoration: underline;
}

/* ----------- Home Page Content Boxes --------*/
.SecHomePage #siteBody .CnLeft {
	width: 60%;
	float: left;
	clear: none;
}

.SecHomePage #siteBody .CnRight {
	width: 25.5%;
	float: right;
	clear: none;
	margin-right: 0.5%;
}
/* ----------- Home Page News Boxes ----------*/

.SecHomePage #siteBody .Content {
	min-height: 8.2em;
	position: relative;
}

.SecHomePage #siteBody .Content .Top {
	clear: both;
	padding-top: 0.5em;
	position: absolute;
	bottom: 0;
	left: 15px;
}

.SecHomePage #siteBody .Content .Top a {
	width: 11.5em;
}

.SecHomePage #siteBody .CnRight .Top a {
	width: 5em;
}
.SecHomePage #siteBody .Content .feed {
	width: 47.5%;
	padding: 0 0 0 1.5%;
	border-left: 4px solid #6F0A0A;
	float: left;
}
.SecHomePage #siteBody .Content .feed p {
	min-height: 45px;
	margin: 0;
	padding: 0;
}
.SecHomePage #siteBody .Content .feed1 {
	padding: 0 2% 0 0;
	border-left: 0;
}

/* ---------------- News boxes ---------------- */
#siteBody .NewsFeeds {
	clear: both;
}
#siteBody .NewsFeeds a {
	font-weight: bold;
	text-decoration: underline;	
}
#siteBody .NewsFeeds ul {
	list-style: none;
	margin-left: 0;
}
#siteBody .NewsFeeds li {
	margin-bottom: 1em;
}
#siteBody .NewsFeeds .NewsFeed {
	padding: 2% 2% 0 2%;
	border: 4px solid #6F0A0A;
	width: 26%;
	min-height: 280px;
	margin-left: 3%;
	position: relative;
}
#siteBody .NewsFeeds .Feed1 {
	margin-left: 0;
}

#siteBody .NewsFeeds .Top {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

#siteBody .NewsFeeds .Top a {
	display: block;
	width: 5em;
	padding: 8px;
	margin-left: 15px;
	background-color: #6F0A0A;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#siteBody .NewsFeeds .Top a:hover {
	text-decoration: underline;
}

/* --------- Split page boxes ----------- */
#siteBody .SplitBoxes {
	clear: both;
}
#siteBody .SplitBoxes .Box {
	width: 44%;
	padding: 2% 2% 4% 2%;
	border: 4px solid #6F0A0A;
	position: relative;
	min-height: 800px;
}
#siteBody .SplitBoxes .Top {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
#siteBody .SplitBoxes .Top a {
	display: block;
	width: 5em;
	padding: 8px;
	margin-left: 15px;
	background-color: #6F0A0A;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#siteBody .SplitBoxes .Top a:hover {
	text-decoration: underline;
}

/* ---------- Register pages ----------- */
.SecRegisterPage #siteBody .Content .Top {
	display: none;
}
