html {overflow-y: scroll;}

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	background-color:#D2B48C;
	}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #999999; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	
	}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #homecontent, #imageline, #container, #breadcrumb, #footer{
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:20px 0;
	border-bottom:1px solid #484943;
	}

#header .fl_left{
	display:block;
	float:left;
	width:260px;
	}

#header .fl_left h1, #header .fl_left p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#header .fl_left h1{
	font-size:27px;
	}

#header h1 a{
	color:#666666;
	background-color:#FFFFFF;
	}

#header .fl_right{
	display:block;
	float:right;
	margin-top:10px;
	width:auto;
	}
/* ----------------------------------------------Header-------------------------------------*/

#topbar{
	padding:20px 0px 0 0;
	}

#topbar .fl_left p{
	margin:0 0 6px 0;
	padding:0;
	}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	display:block;
	width:900px;
	margin:5px 0 0 0;
	padding:30px;
	color:#666666;
	background-color:#F0F0F0;
	font-family:Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#intro a{
	color:black;
	text-decoration:underline; 
	}
	
#intro a:hover {
	color:#A33732;
	background-color:#F0F0F0;
	text-decoration:underline;
	}
	
#intro .fl_left{
	display:block;
	float:left;
	width:360px;
	}

#intro .fl_right{
	display:block;
	float:right;
	width:520px;
	margin-right:8px;
	
		}

#intro .fl_right h2, #intro .fl_right ul, #intro .fl_right p{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#intro .fl_right h2{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	font-family:"Trajan Pro";
	}

#intro .fl_right p{
	line-height:1.6em;
	font-size:16px;
	}
	
#intro .fl_right p p{
	font-family:"Times New Roman", Times, serif;
	}

#intro h2{
	font-family:Trajan Pro,Times New Roman;
	font-variant:small-caps;
	font-size:24px;
	margin:4px;
	color:black;
	font-weight:bold;
	}

#intro h3{
	color:black;
	font-family:Trajan Pro,Times New Roman;
	font-size:16px;
	font-weight:bold;
	margin:3px;
	margin-left:29px;
	}

#intro p.answer{
	background-color:#dedede;
	border:1px solid #484943;
	padding:10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
	}

#intro .answer{
	background-color:#dedede;
	border:1px solid #484943;
	padding:10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
	font-family:Times New Roman;
	font-size:15px;
	color:black;
	}		

#intro p{
	font-family:Times New Roman;
	font-size:15px;
	color:black;
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
	}

		
#intro ul li {
	color:black;
	font-size:16px;
	font-weight:bold;
	font-family:Trajan Pro,Times New Roman;
	line-height:30px;
	}

#intro hr.grey {
	color:#484943;
	background-color:#484943;
	border-bottom:1px solid #484943;
	}

#intro table.contentTable{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	border-collapse:collapse;
	border:1px solid grey;
	}

#intro table.contentTable thead{
	background-color:#ddd9c3;
	color:black;
	font-weight:bold;
	}

#intro table.contentTable  td{
	border:1px solid grey;
	
	text-align:center;
	}

#intro table.contentTable  tbody td{
	background-color:#c6d9f1;
	color:black;
	}

#intro table.contentTable  tfoot td{
	font-style:italic;
	font-size:12px;
	color:black;
	text-align:left;
	}

#intro ul.contentList li{
	font-family:Times New Roman;
	font-size:14px;
	margin:5px;
	font-weight:normal;
	}

#intro img.contentImage {
	border:1px solid #9d9d9d;
	margin:10px;margin-top:6px;
	padding:2px;
}


/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	display:block;
	width:940px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#copyright, #copyright a{
	color:#666666;
	background-color:#F6F6F6;
	}

#copyright p{
	margin:0;
	padding:0;
	}

#copyright p img.floatRight{
	float:right;
	margin: -5px 0px 0px 0px;
	}

/* ------------------------------------------Navigation------------------------------------*/
#topnav{
	display:block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	font-size:17px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	}

#topnav ul, #topnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover{
	display:block;
	margin:0;
	padding:8px 20px;
	color:#FFFFFF;
	background-color:#484943;
	
	}

#topnav ul ul li a:link, #topnav ul ul li a:visited{
	border:none;
	}

#topnav li.last a{
	margin-right:0;
	width:70px;
	}

#topnav li a:hover, #topnav ul li.active a{
	color:#FFFFFF;
	background-color:#333333;
	}

#topnav li a:hover, #topnav ul li ul li.active a{
	color:#FFFFFF;
	background-color:#333333;
	}

#topnav ul ul li.shortMenu a {
	width:90px;
	float:none;
	margin:0;
	padding:7px 10px;
	font-size:15px;
	font-weight:normal;
	font-family:inherit;
	color:#FFFFFF;
	background-color:#484943;
	
	}

#topnav ul ul li.shortMenu a:hover, #topnav ul ul li.shortMenu a:active	{
	color:#FFFFFF;
	background-color:#333333;
	}

		
#topnav li li a:link, #topnav li li a:visited{
	width:140px;
	float:none;
	margin:0;
	padding:7px 10px;
	font-size:15px;
	font-weight:normal;
	font-family:inherit;
	color:#FFFFFF;
	background-color:#484943;
	}
	

#topnav li li a:hover{
	color:#FFFFFF;
	background-color:#333333;
	font-size:15px;
	font-family:inherit;
	}

#topnav li ul{
	z-index:9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:140px;
	
	}


#topnav li ul a{width:140px;}

#topnav li ul ul{margin:-32px 0 0 0;}

#topnav li:hover ul ul{left:-999em;}

#topnav li:hover ul, #topnav li li:hover ul{left:auto;}

#topnav li:hover{position:static;}

#topnav li.last a{margin-right:0;}

/* ---------------------------------------------------------Tables------------------------------------------------ */

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	background:#dedede;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

table.address {
	background:#dedede;
	color:#484943;
	font-size:14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
table.address td {
	line-height:1.6em;
	padding:4px 0px 0px 10px;
	vertical-align:top;
	width:auto;
}

table.address th {
	width:auto;
	text-align:right;
	vertical-align:top;
	padding:6px 0px 0px 10px;
}
table.contactForm th, table.contactForm td {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#484943;
	font-size:14px;
	}

table.contactForm th {
	text-align:right;
	vertical-align: top;
	padding:10px;
	}

table.contactForm td {
	padding:10px 0px 0px 10px;
	}

table thead th{
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;	
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}

table .contactForm{
	font-family:Georgia, "Times New Roman", Times, serif;
	}