@charset "utf-8";
/* CSS Document */

/********************** Positional Elements ************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fefffd;
	line-height: 18px;
}

#wrapper {
  	width:800px;
  	margin:0px auto;
  	text-align:left;
	height: 100%;
	}

/*************************** Link Styles *************************************/

a {
	outline:none;
	text-decoration:none;
	color:#5e5b5b;
	font-weight:bold;
	border:none;
	}
	
a:hover {
	color: #aa9b7f;
	border:none;
	}
	
img {
	border:none;
	}

/*************************** Row One *************************************/
#topbar {
	height: 120px;
	padding: 0px;
	background-color:#070707;
	}
	
#logo {
		width:249px;
		height:104px;
		position:absolute;
		overflow:visible;
		margin: 8px 0 0 10px;
	}
	
#telno {
		font-size:1.2em;
		width:300px;
		float:right;
		margin: 60px 5px 0 0;
		text-align:right;
	}
	
/*************************** Row Two *************************************/

#bar2 {
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color:#aa9b7f;
	line-height:30px;
	text-align:center;
	font-size:1.2em;
	}
	
/*************************** Row Two Menu Style *************************************/

	
a.menu:link, a.menu:visited, a.menu:active {
	color:#fdfdfc;
	font-weight:bold;
	border:none;
	}
	
a.menu:hover {
	color: #444547;
	border:none;
	}
	
.currentlink {
	color: #444547;
	font-weight:bold;
	}
	
/*************************** Row Three *************************************/

#bar3 {
	width:800px;
	margin: 0px;
	padding: 0px;
	font-size:1.1em;
	line-height:1.6em;
	}
	
#bar3-1 {
		width:500px;
		padding:10px;
		margin:0px;
	}
	
#bar3-2 {
		width:780px;
		padding: 10px;
		margin:0px;
		background-color:#aa9b7f;
		color:#696986;
	}
	
#bar3-3 {
		width:247px;
		padding:10px;
		margin:0px;
		float:right;
	}
	
/*************************** Header Style *************************************/

h1 {
	font-size:1.1em;
	color:#fefffd;
}

h2 {
	font-size:1.1em;
	color:#5e5b5b;
}
	
/*************************** Footer *************************************/

#footer {
	height: 30px;
	margin: 0px;
	padding: 0px 10px;
	background-color:#94805e;
	line-height:30px;
	font-size:1.1em;
	}
