/******** Zero all margins and padding at start *******/

* {
  padding: 0;
  margin: 0;
}

/*************/

body		{		
		font-size : 14px;
		font-family : Arial, sans-serif;
		min-width: 920px;
		color: #797979;
		background: #fff;
		behaviour: url(csshover.htc);/*WinIE Behaviour Call*/
} 

/**********************/

#wrapper	{
	 	width:920px;
		position: relative;
		left: 50%;
		margin-left: -460px;
}

/********* Header Styling *********/

#headerpanel	{
		position: absolute;
		top:0;
		right: 0;
		color: #fff;
		width: 920px;
}

#headertext	{
		position: absolute;
		top:102px;
		left: 7px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		font-style:italic;
}

#telephonenumber
{
		position: absolute;
		top:102px;
		right: 2px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		font-style:italic;
}

/********** Menu Panel **********/

#menupanel	{
		position: absolute;
		top:140px;
		left: 0;
		width: 148px;
		text-align: right;
		font-weight: bold;
}

#menupanel ul	{
		position: absolute;
		top:0;
		left: 0;
		width: 148px;
		text-align: right;
		font-size: 15px;
}

#menupanel li	{
		list-style: none;
		margin: 0 0 9px 0;
		padding: 0 10px 0 0;
}

#menupanel li a	{
		text-decoration: none;
		color: #252e19;
}

#menupanel li a:hover	{
		text-decoration: underline;
		color: #458869;
}

/********** Contact Form Area Styling **********/

#maintextareapanel
{
		position: absolute;
		top: 137px;
		left: 170px;
		font-size: 16px;
		width: 750px;
}

#maintextareapanel h1
{
		font-size: 20px;
		font-family : Bookman Old Style, Arial, sans-serif;
		margin: 0 0 20px 0;

}

#maintextareapanel p
{
		margin: 0 0 10px 0;
}

#maintextareapanel li	{
		margin: 0 0 10px 20px;
		
}

#additionalpagelink
{
		position: absolute;
		top: 330px;
		right: 0;
}

/**********************************/

fieldset
{
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #9EA2C6;
}

fieldset dl
{
	padding-bottom: 5px;
}

fieldset dt
{
	float: left;
	width: 100px;
	padding: 5px;
}
			
fieldset dd
{
	margin: 0;
	padding: 5px;
	color: #fff;
}
		
#name, #subject, #email, #telno, #additionalinfo
{
	border: 1px solid #9EA2C6;
}


#alternativeContact
{
	position: absolute;
	top: 275px;
	left: 410px;
}

#alternativeContact1
{
	position: absolute;
	top: 320px;
	left: 410px;
	line-height: 24px;
}

#maintextareapanelconf
{
	position: absolute;
	top: 140px;
	left: 170px;
	width: 750px;
}

#maintextareapanelconf p
{
	line-height: 24px;
	margin: 10px 0 0 0;
}

/******************* Footer Panel **************/

#footercopyright p
{
		font-size: 10px;
		color: #555;
		position: absolute;
		top:631px;
		right: 10px;
		font-size: 9px;
}

#footercopyright a
{
		text-decoration: underline;
		color: #555;
}

#footercopyright a:hover
{
		color: #eee;
}

#footerlinks
{
		position: absolute;
		top: 629px;
		left: 0;
		width: 300px;
}

#footerlinks ul
{
		list-style-type: none;
		float: left;
}

#footerlinks li
{
		float: left;
		
		text-align: center;
	
}

#footerlinks a
{
		display: block;
		text-decoration: none;
		color: #8bb381;
		font-size: 100%;
		margin: 0 0 0 10px;
}

#footerlinks a:hover
{
		text-decoration: underline;
		color: #4E9258;
}

/**************** Assorted classes *****************/

.lightgreen	{
	color: #80ac4b;
}

.darkgreen	{
	color: #252e19;
}

.whitegreen	{
	color: #cfc;
}


.imageborder	{
		border: 1px solid #0052b7;
}