body {
margin: 0;
padding: 0;
text-align: center;  /* IE bug fix, centres page vertically */
background-color: #DAD3C1;
	}
	
/*	Link styles*/
a:link {
text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}
/* External Wrapper div */
#wrapper {
width: 773px;  
margin: 0 auto;
text-align: left;	/* counteracts the center align in the body tag - so that the text does not center in rest of site */
}
/* Top company logo div */	
#top {
	width:772px;
	height:94px;
	background-image: url(images/companyname.gif);
	background-repeat:no-repeat;
	text-align:right;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#544D43;
	margin-top: 50;
	}
	/* Large Image div */
#image	{
width:773px;
height:291px;
/* background-image: url(images/headerpic2.jpg); */
background-repeat:no-repeat;
margin-top:2px;
}	
 
/*Navigation Styling */

#navBar {
padding: 4px 0px 4px 50px;
margin-top: 4px;
margin-left: 0px;
margin-bottom: 0px;
border: none;
background-color: transparent;
color: #FFFFFF;
background-image: url(images/navbar.gif);
background-repeat: no-repeat;
height: 26px;
font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#navBar a:link, #navBar a:visited {
	color: #FAF8F7;
	text-decoration: none; 
}

#navBar a:hover {
	color: #5E2933;
	background-color: #000000;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End Navigation Styling */
	
	
#news	{
	width:231px;  /*plus padding = 239*/
	height:auto;
	border:4px solid #FFF;
	background-color:#D6CFBD;
	float:left;
	}
	
/* News Box header */
#darker	{
	width:231px;
	height:27px;
	background-color:#756F5F;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#D2D0B9;
	vertical-align:middle;
	text-align: center;
	line-height:30px;
	}
	
	/* News Box text*/
#text	{
padding:8px; 
width:218px;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#544D43;
}
/* Tex Box Header style */
#text H2 {
font-size: 13px;
color: #4E281D;
}

/* News and Tex Box Link */

#text a, #text a:link, #text a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#text a:hover {
	text-decoration: none;
	color: #B6765A;
}
#text a:active {
	text-decoration: none;
	}

	/* Main Content */
#content	{
width:502px; /* plus 12px padding plus 8px border = 522 */
padding: 6px;
margin-left:9px;
float:right;
border:4px solid #FFF;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#544D43;
line-height: 1.5em;
}
/* padding between the graphics in the Main Content area */
#content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
#content p {
width: 476px;
}
	
	/* H1 style for the Main Content area */
#content H1 {
font-size: 16px;
color: #634E4D;
}

#content H2 {
font-size: 14px;
color: #634E4D;
}

/* Link styles for the Main Content area */
#content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#content a:hover {
	text-decoration: none;
	color: #B6765A;
}
#content a:active {
	text-decoration: none;
	}
	
/* Bottom Copyright div */	
#bottom	{
margin-top:5px;
width:765px;
height:20px;
background-color:#9A9485;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #EAE8E5;
float:left;
padding: 4px;
text-align: left;
}
#bottom a, #bottom a:link, #bottomt a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#bottom a:hover {
	text-decoration: none;
	color: #FEFDFC;
}
#bottom a:active {
	text-decoration: none;
	}

/***** Contact Form *****/

form {width: 450px;}

fieldset{
	padding:10px;
	border: 1px solid #726C5E;
	margin-bottom:15px;
	width: 460px;
	font-size: 100%;
}

/* Input field styles */
input,textarea{
	border: 1px solid #5B5136;
	margin: 4px;
	padding: 2px;
}

label{
	color:#666;
	font-size: 100%;
}
legend{
padding:10px;/* padding between the border and the text*/
color: #756F5F;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B;
	background: #C1B697;
	color: #FFF;
	}
/* end of form styles */

/* Current Marker page styles*/

#navBar a.currentLink {color: #FFCC00;}

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}

