/* CSS Document */
/* Redefined Body Tag */
body {
	background-color: #1A1E1D;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* divs */
#container_outer {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container {
	width: 800px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	top: auto;
}
#banner {
	background-image: url(../img/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 800px;
}
#contentBox {
	background-color: #1A1E1D;
	padding: 6px;
	border: 1px solid #424C49;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
#eventsBox {
	background-color: #1A1E1D;
	padding: 6px;
	border: 1px solid #424C49;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 820px;
}
#content {
	text-align: left;
	top: auto;
	padding: 0px 24px 12px;
	margin-left: 190px;
}
#mainBody {
	text-align: left;
	top: auto;
	padding-bottom: 40px;
}
#leftBar {
	width: 190px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#rightQuotes {
	padding: 12px 24px;
	text-align: left;
}
#leftbar {
	padding: 5px;
	text-align: left;
}
#skipNav {
	background-color: #000000;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FF00CC;
}
/* divs for pages with right bar included */
#rightBar {
	text-align: center;
	float: right;
	width: 140px;
	padding: 0px 0px 10px;
}
#main {
	text-align: left;
	margin-right: 150px;
	margin-left: 0px;
	padding: 0px 0px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#workBody {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* Text Styles */
p,ul,ol {
	font-size: 85%;
	color: #FFFFFF;
	text-align: left;
}
p.rightMarginText {
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: italic;
	color: #ff9900;
}
li {
	list-style-image: url(img/bullet.gif);
	list-style-type: none;
}
li.listSubPoint {
	list-style-image: url(img/bullet_light.gif);
	list-style-type: none;
	font-size: 115%;
	list-style-position: outside;
	line-height: 135%;
}
.skipNavigation {
	text-align: right;
	padding: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.smallCaps {
	font-size: 90%;
	text-transform: uppercase;
	color: #1A1E1D;
	font-weight: bold;
}
.readMoreText {
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: normal;
	text-align: left;
}
h2,h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: normal;
	text-align: left;
}
h1.hidden,h2.hidden,h3.hidden {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: normal;
	display: none;
}
h1.box,h2.box,h3.box {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	background-color: #B6D73A;
	padding: 10px;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}
h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-transform: uppercase;
	text-align: left;
}
/* Skip Navigation Link Colours */
a.skip:link {
	color: #969988;
	text-decoration: none;
}
a.skip:visited {
	color: #969988;
	text-decoration: none;
}
a.skip:hover {
	color: #B3B7A3;
	text-decoration: underline;
}
a.skip:active {
	color: #B3B7A3;
	text-decoration: underline;
}
/* Global links */
#topnav {
	text-align: right;
	background-image: url(../img/top_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #2A312F;
	color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363F3C;
}
a.topnav:link {
	color: #133650;
	text-decoration: none;
}
a.topnav:visited {
	color: #133650;
	text-decoration: none;
}
a.topnav:hover {
	color: #C80002;
	text-decoration: none;
}
a.topnav:active {
	color: #C80002;
	text-decoration: none;
}
/* Left Bar Links */
ul.leftBar {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	letter-spacing: .1em;
}
a.navlink:link {
	color: #FFB74B;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.navlink:visited {
	color: #FFB74B;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.navlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.navlink:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#leftBar li {
	color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
/* Local links */
#locallinks {
	text-align: left;
	background-image: url(../img/top_nav_bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1A1E1D;
	font-size: 90%;
	color: #c80002;
	padding: 12px;
}
a.locallinks:link {
	color: #676863;
	text-decoration: none;
}
a.locallinks:visited {
	color: #676863;
	text-decoration: none;
}
a.locallinks:hover {
	color: #C80002;
	text-decoration: none;
}
a.locallinks:active {
	color: #C80002;
	text-decoration: none;
}
/* Generic Link Colours */
a:link {
	color: #FFB74B;
}
a:visited {
	color: #FFB74B;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
/* Style for repeated links at bottom of each page */
.smallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3B4442;
}
/* Footer Stuff */
#footer {
	text-align: left;
	padding: 6px 0px;
	clear: both;
	background-image: url(../img/nav_stroke.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footerText {
	font-size: 70%;
	color: #6C7E7B;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
	padding: 0px;
}
.reviewnames {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
}
.keyline {
	border: 1px solid #666666;
	padding: 4px;
}
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3B3B3B;
	border: 1px solid #666666;
	padding: 6px;
}
td {
	border: 1px solid #464646;
}
table.tablewhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 6px;
}
td.tdwhite {
	border: 1px solid #e6e6e6;
	color: #333333;
}
th {
	background-color: #CC6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	border: 1px solid #464646;
}
