@charset "utf-8";
@import url(Additions.css);

body {
	background-color: #1b1b1b;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#ccc;
}
#main{
	margin:0px auto;
	width:935px;
}


/**************************************************/
/* FORMATTING etc.
/**************************************************/

p{
	margin:10px 0px 10px 0px;	
}
.highlight{
	/* specified in colours files */
}
img.highlight{
	opacity:0.3;
	filter:Alpha(Opacity:30);
}

.lowlight{
	color:#666;
}
a{text-decoration:none;}
a:active{color:#999;}
a:visited{color:#999;}
a:hover{color:#FFF;}

/* button links */
a.btn{padding:4px 6px 4px 6px;}
a.btn:link{color:#fff;}
a.btn:visited{color:#fff;}
a.btn:hover{background-color:#666;}

/*remove borders from linked images */
a img{
	border:0px;	
	position:relative; /* align without align attribute */
	top:8px;
}

#logo{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
}
h2{font-size:1.5em;font-weight:normal;text-transform:uppercase;margin:15px 0px 10px 0px;}
h3{font-size:1.6em;font-weight:normal;margin:15px 0px 0px 0px;}
h4{font-size:1.6em;font-weight:normal;color:#888;margin:15px 0px 15px 0px;}
h5{font-size:1.2em;font-weight:normal;color:#888;}

h3 + h4{margin-top:-2px;}

h3 a, h3 a:visited{color:#fff;}

#slideshowTitle{
	font-size:1.6em;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
}

.primaryContent h2{
	margin-top:0px;	
}
/* h3 and h4 when in the top box */
.primaryContent .box4 .boxMiddle h3{
	display:inline;
}
.primaryContent .box4 .boxMiddle h4{
	display:inline;
	margin-bottom:0px;	
}

.hr{
	width:100%;
	height:1px;
	background-image:url(../../images/separator_h_full.gif);
	background-repeat:no-repeat;
	clear:both;
	border:none;
	margin:20px 0px 20px 0px;
	padding:0px;
}
.hr span{
	display:block;
	width:100%;
	height:1px;
	background-image:url(../../images/separator_h_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.hr2, .hr2 span{
	background-image:none;
	background-color:#222;
}
.clear{
	clear:both;	
}

/* LIST */
/**/
ul.list{
	background-image:url(../../images/list_item_bg_off.gif);
	background-repeat:repeat-y;
}
ul.list, ul.list li{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.list li{
	
}
ul.list li a{
	display:block;
	height:31px;
	line-height:31px;
	text-indent:10px;
	color:#cccccc;
}
ul.list li a:hover{
	background-image:url(../../images/list_item_bg_over.gif);
	background-repeat:no-repeat;
}
/*
.aList{
	background-image:url(../../images/list_item_bg_off.gif);
	background-repeat:repeat-y;
}
.aList, .aList a{
	margin:0px;
	padding:0px;
}
.aList {
	position:relative;
	overflow-y:visible;
}
.aList a{
	display:block;
	overflow-y:visible;
	display:block;
	height:31px;
	line-height:31px;
	text-indent:10px;
	color:#CCC;
}
.aList a:hover{
	border-bottom-width:0px;
	background-image:url(../../images/list_item_bg_over.gif);
	background-repeat:no-repeat;
}
*/
/**************************************************/
/* FORMS
/**************************************************/
#signupError{
	display:inline;
	margin-left:20px;
}
#signupError label.error { 
	margin:0px;
	height:20px;
}
.pageForm label{
	float:left;
	width:150px;
	font-weight:bold;
	margin-bottom:10px;
	height:24px;
	line-height:24px;
}
.pageForm .textInput, 
.pageForm .textArea{
	color:#fff;
	float:left;
	width:340px;
	border:none;
	background-color:#333;
	line-height:20px;
	padding:4px 2px 2px 2px;
}
.pageForm .textInput{
	margin-bottom:10px;
	height:20px;
}
.pageForm .textArea{
	height:100px;
	line-height:20px;
}
.pageForm .submit{
	border:none;
	margin:10px 150px;
	color:#fff;
	cursor:pointer;
	padding:4px 6px 4px 6px;
}
.pageForm .submit:hover{
	background-color:#666;
}
.pageForm .submit:active{
	border:1px solid #666;
	padding:3px 5px 3px 5px;
}

label.error { 
	float: none; 
	color: red; 
	margin:0px 0px 0px 150px; 
	padding-left:12px;
	background-image:url(../../images/icon_required_field.gif);
	background-repeat:no-repeat;
	background-position:3px;
}
/* footer signup form */
#signupForm{
	display:inline;
	height:30px;
	margin:0px;
	padding:0px;
}
#signupForm label{
	display:none;
}
#signupForm .textInput{
	border:none;
	background-color:#333;
	color:#ccc;
	width:140px;
	height:14px;
	padding:4px 2px 2px 2px;
	font-size:1em;
	margin-top:0px;
}

#signupForm .submitSmall{
	margin:0px 0px 0px 0px;
	width:10px;
	height:20px;
	border:none;
	background-color:#1b1b1b;
	background-image:url(../../images/submit_small.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	text-indent:-500px;
	padding-left:10px; /* get rid of text in IE */
	cursor:pointer;
}
/**************************************************/
/* LAYOUT
/**************************************************/

/* COLUMNS */

.col{
	width:233px;
	float:left;
}
.colLeft{
	width:232px;
	border-right:1px solid #222;
	padding-right:35px;
}
.colCentre{
	width:232px;
	border-right:1px solid #222;
	margin-left:35px;
	padding-right:35px;
}
.colRight{
	margin-left:35px;
}
.col1col2{
	float:left;
	width:501px;
	padding-right:35px;
}
.col2{
	float:left;
	width:330px;
	margin-left:20px;
}

/* ROWS */

#row1{}
#row2{}

/* ARTICLE BOX */

.article{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #222;
}
.article img{
	float:left;
	margin-right:5px;
	top:-7px;
	left:-7px;
}

/* TABLE */
.table{
	
}
.table th, .table td{
	padding:8px;
}
.table th{
	text-align:left;
	background-color:#333;
	color:#fff;
	font-weight:bold;
}
.table td.rowHeader{
	color:#fff;
	font-weight:bold;
}
.table td{
	border-bottom:1px solid #333;
	color:#ccc;	
}

/**************************************************/
/* HEADER
/**************************************************/


/* LOGO */
h1 a{
	display:block;
	height:152px;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	background-position:318px 50px ;
	text-indent:-4000px;
}

#header{
	width:100%;
	text-align:center;
}
#mainMenu{
	width:935px;
	text-align:center;
	background-image:url(../../images/separator_h_full.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
	margin:0px;
	padding:0px;
}
#mainMenu *{
	margin:0px;
	padding:0px;
	list-style:none;
}
#mainMenu li{
	display:inline;
	margin:5px 20px 0px 0px;
	line-height:40px;
}
#mainMenu a{color:#999;text-transform:uppercase;font-weight:bold;}
#mainMenu a.selected{color:#fff;}
#mainMenu a:hover{color:#FFF;}
#mainMenu a:active{}
#mainMenu a:visited{}

/**************************************************/
/* CONTENT AREAS
/**************************************************/

#content{
	padding:30px 0px 15px 0px;
	background-image:url(../../images/header_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.primaryContent{
	/*padding:15px 15px 15px 15px;*/
}
.secondaryContent{
	padding:15px 15px 15px 15px;
	background-image:url(../../images/separator_h_full.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#1b1b1b;
}
.primaryContent h2{
	margin-left:25px;
}

/**************************************************/
/* FOOTER
/**************************************************/

#footer{margin-bottom:100px;}
#footer .f1, #footer .f1a, #footer .f2{
	display:block;
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:40px;
	background-image:url(../../images/separator_h_full.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
	color:#999;
	font-weight:bold;
}
#footer .f1 a, #footer .f1a a {color:#999;}

f#footer .f1 a:hover, #footer .f1a a:hover {color:#fff;}
#footer .f2{color:#666;font-weight:normal;}
#footer .f2 a{color:#666;}
#footer .f2 a:hover{color:#fff;}
#footer .f2 .copyright{float:left;margin-right:10px;}
#footer .f2 .legal{float:left;}
#footer .f2 .credit{float:right;margin-right:20px;}

#footer p{
	margin:0px;	
	padding:0px;
	border:1px solid red;
}
#footerLinks, #footerLinks li, #footerServiceLinks, #footerServiceLinks li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footerLinks li, #footerServiceLinks li {
	float:left;	
	padding-right:5px;
	height:30px;
}

#signup{
	width:280px;
	float:right;
	margin-right:20px;
	height:30px;
}
#signupText{
	display:block;
	float:left;
	padding-right:3px;
	height:30px;
}
/* IE transparent images fix */
img, div, logo, contentBox { behavior: url(iepngfix.htc) }

.padding_40{padding:5px;}

