@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/wood_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:900px;
	height:auto;
}

/* MENU */

.menu{
	display:block;
	position:relative;
	width:139px;
	height:auto;
	float:left;
	margin:220px 0px 0px 0px;
}

.arrowlistmenu{
	width: 139px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 11px Arial;
	color: #FFFFFF;
	background: url(links/arrow.gif) no-repeat center left;
	/*background: black url(titlebar.png) repeat-x center left;*/
	margin:0px 0px 8px 0px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 0px 0px 0px 25px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}


html/**/body .arrowlistmenu .menuheader { /*(IE)*/
	padding:-5px 0px 0px 25px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF;
	/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0px 0;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 11px;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #8B8D09;
	/*background-color: #F3F3F3;*/
}

/* LINKS */

.a, .a:hover {
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.a:hover {
	color:#8B8D09;
	}
	
.alink, .alink:hover {
	font-weight:bold;
	color:#8B8D09;
	text-decoration:none;
	}
	
.alink:hover {
	color:#ffffff;
	}
	
	
/* MAIN CONTENT */
	
.content_container{
	display:block;
	position:relative;
	width:761px;
	height:auto;
	float:left;
	margin:197px 0px 0px 0px;
}

.content_left{
	display:block;
	position:relative;
	width:235px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#5B5600;
	background-image: url(links/content_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	_width:226px;
}

.content_instruction{
	display:block;
	position:relative;
	width:500px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#5B5600;
	background-image: url(links/content_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	_width:226px;
}
.content_middle{
	display:block;
	position:relative;
	width:235px;
	height:auto;
	float:left;
	margin:0px 0px 0px 12px;
	background-color:#5B5600;
	background-image: url(links/content_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	_width:226px;
}

.content_right{
	display:block;
	position:relative;
	width:225px;
	height:auto;
	float:right;
	margin:1px 0px 0px 0px
}

.content_double{
	display:block;
	position:relative;
	width:502px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#5B5600;
	background-image: url(links/content_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	_width:484px;
}

.content_triple{
	display:block;
	position:relative;
	width:762px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#5B5600;
	background-image: url(links/content_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px 10px 0px 10px;
	_width:740px;
}

/* FONTS */

h1 {
	font-size:1.2em;
	color:#FFFFFF;
	margin:15px 0px 10px 0px;
	font-weight:normal;
	}
	
.body_white {
	font-weight:normal;
	font-size:0.7em;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
	}
	
.body_white_big {
	font-weight:normal;
	font-size:0.9em;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
	}
	
	
	/* LOGIN */

.input {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0px 0px 0px 4px;
}

select {
	background-color: #004FA2;
	border: 1px solid #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:-10px 0px 0px 0px;
}

.radio {
	border: 0px solid #004FA2;
	outline:none;
	
}
.subtopic {
	font-size: smaller;
	color: white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
}

.subtopic1 {
	font-size:14px;
	color: white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
}

.right_text_container p, .right_text_container_centre p {
	font-size:medium;
	color: #757052;
}

.privacy_link_text a:hover{
	color:#8C8582;
}

.clear {
	display:block;
	clear:both;
	width:900px;
	height:16px;
	background-color:#454A3B;
	line-height:0px;
}

.privacy_link_text, .privacy_link_text a, .privacy_link_text a:hover{
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	text-decoration:none;
	color:#453B2E;
	line-height:20px;
	width:120px;
	float:left;
}

.privacy_link_text a:hover{
	color:#8C8582;
}

.privacy_link_text2, .privacy_link_text2 a, .privacy_link_text2 a:hover{
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	text-decoration:none;
	color:#453B2E;
	line-height:20px;
	width:90px;
	float:left;
}

.privacy_link_text2 a:hover{
	color:#8C8582;
}

	
.body_content {
	font-weight:lighter;
	font-size:small;
	font-style:normal;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
	}
	
	