/* CSS Document */
body {
	width: 100%;
	padding:0;
	margin:0;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #B71309;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 10px;
}
/*-----------------use this h2 heading for page titles on internal pages---------*/
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	color: #b8bcbf;
	line-height: normal;
	text-decoration: none;
}
h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding-right: 50px;
	margin-top: -48px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	color: #b8bcbf;
	line-height: normal;
	text-decoration: none;
}

h4 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	font-weight: normal;
	text-transform: uppercase;
	color: #595A5B;
	padding: 10px;
	margin:0px; 
}

h5 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3e3e3f;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 5px;
	margin: 3px;
}

p{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: normal;
	color: #595A5B;
	padding: 5px 10px;
	margin:0px; 
}
.red {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: bold;
	color: #B71309;
	padding: 2px 10px 0px 10px;
	margin:0px;
    margin-bottom: -4px;	
}	
.small {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #595A5B;
	padding: 5px 10px;
	margin:0px; 
}
.light {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #b8bcbf;
	padding-left: 10px;
	
}
li.light  {
	list-style-type: square;
	}
.dark {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: normal;
	color: #383839;
	padding: 5px 10px;
	margin:0px; 
}
li.dark  {
	list-style-type: square;
	}

/* ----------container to center the layout---------- */
#container {
width: 900px;
padding:0px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
width: 900px;
height: 170px;
padding: 0px;
margin: 0; }



#topmenu {
	width: 900px;
	position: relative;
	height: 22px;
	background-color: #424450;
	
	
}
#topmenu a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
#topmenu a:link{
		color:#cbc5c5;		
}
 #topmenu a:visited{
		color:#cbc5c5;
}
 #topmenu a:hover{
		color:#831501;
}

/* -----------------content - backdrop on all pages this defines links and the margin which is set to 0--------------------- */
#content{
	position: relative;
	background: #ffffff;
	margin: 0px;
}
#content a {
		text-decoration: none;
		font-weight: bold;
}

#content a:link{color:#595A5B;}
#content a:visited{color:#595A5B;}
#content a:hover{color: #7e7f7f;}
						
/* ----------wide page layout with background colour----------------- */
#wide {
	margin: 0;
	position: relative;
	width: 900px;
	height: 100%;
	background-color: #74757d;
	
}

#wide a {
		text-decoration: none;
}

#wide a:link{color:#C7CCD1;}
#wide a:visited{color: #b8bcbf}
#wide a:hover{color: #ac0505;
				font-weight: bold;}
								
/* -----------------divs used on wide page layout--------------------- */				
#text {
	position:absolute; 
    width:490px; 
	float: left;
	margin:10px; 
	
	
    }
#right {
	position:relative; 
    width:410px; 
    float:right;
	margin:10px;
	margin-right: 20px;
    }
				
/*  ----------------footer---------------------- */ 
#footer {
	width: 900px;
	clear: both;
	height: 22px;
/*	background-color: #a2a2a2; */
	text-align: right;
	border-bottom: 1px solid #dddddd;
}
#footer p { color: #7b7b7b; font-size: 65%; letter-spacing: 2px;}
#footer a {
	text-decoration: none;
	font-weight: normal;
	
}
#footer a:link{
		color:#727171;		
}
 #footer a:visited{
		color:#727171;
}
 #footer a:hover{
		color:#485689;
}


