@charset "utf-8";
/* CSS Document */

/* ##### Page layout styles ##### */
html {
	font-size: 100%;
}
body * {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
}
#centerContent {
	width: 938px;
	margin: 0 auto 0;
}
#mainContent {
	background: #fff url(../images/mainContentSlice.gif) repeat-y;
	text-align: left;
	color: #666;
	float: left;
	width: 938px;
	border-bottom: 10px solid #fff;
}
#header {
	background-color: #fff;
	float: left;
	width: 100%;
}
#header img {
	float: left;
	width: 252px;
	margin: 0 0 8px 0px;
}
#contactDetails {
	float: right;
	width: 100%;
	color: #666;
	text-align: right;
	margin: 1em 0;
	font-weight: bold;
}
#contactDetails span {
	margin: 0 5px;
}
#contactDetails a {
	color: #666; 
}
#header #websiteTitle {
	float: right;
	margin: 45px 0 0 0;
	color: #000;
	font-size: 1.8em;
	text-transform: uppercase;
}
#topQuote {
	background: #1A171B url(../images/bgMainBlockquoteSlice.gif) repeat-y;
	width: 791px;
	float: left;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}
#topQuote strong {
	padding: 5px 0 3px 10px;
	display: block;
}
br.clear {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* --- Left menu --- */
ul#menu {
	width: 137px;
	border-right: 10px solid #fff;
	list-style-type: none;
	float: left;
	background-color: #fff;
	margin: 0;
	min-height: 317px;
}
ul#menu li a {
	padding: 5px 5px 3px 10px;
	background: #999 url(../images/bgMenuL1.gif) repeat-y;
	display: block;
	border-bottom: 2px solid #fff;
	color: #1A171B;
	text-transform: uppercase;
}
ul#menu li a:hover {
	text-decoration: none;
}
ul#menu li.selected {
	background-color: #fff;
}
ul#menu li.selected a {
	background-image: none;
	background-color: #1A171B;
	color: #fff;
}
ul#menu li a:hover {
	background-color: #1A171B;
	background-image: none;
	color: #fff;
}

/* --- Left menu - Level 2 --- */
ul#menu li ul {
	list-style-type: none;
	margin: 5px 0 12px 0;
}
ul#menu li ul li, ul#menu li.selected ul li {
	background: #fff url(../images/bgMenuL2.gif) 5px bottom no-repeat;
	padding: 0 0 0 25px;
}
ul#menu li ul li a, ul#menu li.selected ul li a {
	background-color: #fff;
	color: #1A171B;
	padding: 0;
	margin: 0;
	position: relative;
	top: 5px;
	text-transform: none;
}
ul#menu li.selected ul li.active a {
	font-weight: bold;
	text-decoration: underline;
}

#homepageImage {
	border-left: 8px solid #006AB6;
	margin: 7px 7px 0 0;
	width: 504px;
	float: left;
	height: 286px;
	overflow: hidden;
}
#calendar {
	width: 270px;
	float: right;
}
#calendar img {
	margin: 0 0 0 8px;
	border: 0;
}
#calendar h2 {
	padding: 5px 0 3px 10px;
	background-color: #1A171B;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	border-top: 7px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#calendar ul {
	list-style-type: none;	
}
#calendar a {
	display: block;
	padding: 10px;
	background-color: #D9D7D8;
	border-left: 8px solid #006AB6;
	font-size: 1.2em;
	color: #006AB6;
	font-weight: bold;
}
#calendar a.wide {
	padding: 0;
}
#calendar a.wide img {
	margin: 0;
}
#calendar a:hover {
	background-color: #B9B5B7;
	text-decoration: none;
}
#calendar a span {
	color: #000;
	display: block;
	text-transform: uppercase;
	margin: 3px 0;
}
#calendar a.center {
	text-align: center;
}
#calendar a.center img {
	margin: 0 4px 0 0;
}
#latestNews {
	float: left;
	width: 650px;
}
#latestNews ul {
	list-style-type: none;
}
#latestNews li {
	margin-bottom: 5px;
	float: left;
	width: 650px;
}
#latestNews img {
	float: left;
	width: 137px;
	margin-right: 8px;
}
#latestNews li div {
	float: left;
	width: 500px;
}
#latestNews li div h2 {
	margin: 5px 5px 0;
	color: #006AB6;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#latestNews h2 a {
	color: #006AB6;
}
#latestNews li div p {
	margin: 0 5px 5px;
}
#latestNews li div strong {
	color: #000;
}
#latestNews li div.odd {
	background-color: #EFEFEF;
}
#pageContent {
	float: left;
	width: 650px;
	position: relative;
}
#pageInnerContent {
	border-left: 142px solid #efefef;
	padding-left: 10px;
}
#pageContentWide {
	float: left;
	width: 650px;
}
#pageContentWide h2 {
	margin-left: 152px;
}
#pageContentWide #pageInnerContent {
	border-left: 0;
	padding-left: 0;
}
#pageContentWide table, #pageInnerContent table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
	margin-bottom: 1.5em;
}
#pageContentWide table th, #pageContentWide table td {
	padding: 6px;
}
th.leftColumn, td.leftColumn {
	background-color: #EFEFEF;
	width: 130px;
	text-align: center;
}
td.date {
	font-weight: bold;
}
#pageInnerContent th {
	color: #006AB6;
}
#pageInnerContent th, #pageInnerContent td {
	padding: 5px;
}

#twoColumnContent, #admin {
	float: left;
	width: 791px;
	border-top: 10px solid #fff;
	background-color: #fff;
	margin: 0;
}
#twoColumnContent div {
	width: 390px;
	float: left;
}
#twoColumnContent div p {
	margin-bottom: 0.5em;
}
#twoColumnContent #column1 {
	border-right: 8px solid #006AB6;
	width: 396px;
}
#twoColumnContent #column1 img {
	border-left: 8px solid #006AB6;
}
#twoColumnContent #column2 {
	width: 384px;
}
#twoColumnContent h2 {
	color: #006AB6;
	font-size: 2.4em;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
}

/* --- Image gallery --- */
#imageGallery {
	float: left;
	width: 650px;
	background-color: #fff;
}
#imageGallery ul {
	list-style-type: none;
}
#imageGallery ul li {
	display: inline;
}
#imageGallery img {
	border: 0;
}

#pageInnerContent ul, #twoColumnContent ul {
	margin: 0.5em 0 1em 10px;
}
#pageInnerContent ul li, #twoColumnContent ul li {
	margin-left: 1.5em;
}
#twoColumnContent h2, #twoColumnContent h3, #twoColumnContent p {
	margin-left: 10px;
}
#pageInnerContent ol, {
	margin: 0.5em 0 1em 10px;
}
#pageInnerContent ol li, {
	margin-left: 1.5em;
}

/* --- Content --- */
h1 {
	color: #006AB6;
	font-size:2.8em;
	font-weight: normal;
	text-transform: capitalize;
	background-color: #fff;
	border: 1px solid #fff;
	border-width: 15px 10px 10px 0;
}
h2 {
	color: #006AB6;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.5em;	
}
h3 {
	color: #006AB6;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;	
}
p {
	margin-bottom: 1em;	
}
a {
	color: #006AB6;
	text-decoration: none;	
}
em {
	color: #006AB6;
	font-style: normal;
}
.grey em {
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a.grey {
	color: #666;
	text-decoration: none;	
}
a:hover.grey {
	text-decoration: underline;
}


#pageContent .sponsors .websiteBy {
	text-align: center;	
}
#pageContent .sponsors .websiteBy a img {
	border: 0;
}
#pageContent .sponsors ul {
	margin: 0;
	list-style-type: none;
}
#pageContent .sponsors ul li {
	float: left;
	width: 165px;
	height: 97px;
	margin: 0;
}
#pageContent .sponsors ul li a {
	border: 1px solid #006AB6;
	color: transparent;
	float: left;
}
#pageContent .sponsors ul li a:hover {
	border: 1px solid #ddd;
}
#pageContent .sponsors ul li.sponsors img {
	float: left;
	margin: 0;
	border: 0;
}

#articleImage {
	text-align: center;
}
.spec h3 {
	float: left;
	width: 120px;
	clear: left;
}
.spec p {
	float: left;
	width: 350px;
}
p#pdfGuide a {
	position: absolute;
	top: 10em;
	left: 10px;
	width: 120px;
	color: #666;
}
#map {
	height: 300px;
	margin-bottom: 1em;
	width: 400px;
}
#footer {
	background: #000 url(../images/bgFooter.gif) repeat-y;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 0;
	float: left;
	clear: left;
	width: 100%;
}
#footer span {
	padding-left: 147px;
	font-weight: bold;
	color: #fff;
}
.contact div.column {
	float: left;
	width: 240px;
}
.contact div.column h2 {
	margin-bottom: 0;
}
.contact div.lineUp em {
	width: 4em;
	display: block;
	float: left;
	font-family:"Times New Roman",Times,serif;
	font-size:1.4em;
}
.contact div.lineUp p {
	margin-bottom: 0;
	clear: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}