* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	line-height: 170%;
	background: #f4f9f2 url(images/bg1.png) repeat-x;
	color: #50614b;
}

#container {
	width: 697px;
	margin: 0 auto;
}
#header {
	padding: 16px 0px 0px 0px;
	height: 160px;
}
#header h1 {
	background: url(images/logo.png) no-repeat;
	width: 98px;
	height: 124px;
	text-indent: -5000px;
	margin: 0 auto;
	padding-bottom: 3px;
}
#header ul {
	margin: 0px 0px 0px 3px;
}
#header ul li {
	list-style: none;
	display: inline;
}
#header ul li a{
	height: 33px;
	display: block;
	float: left;
	padding-left: 2px;
}
#header ul li#Home a {
	background: url(images/home.png) no-repeat;
	width: 65px;
	text-indent: -5000px;
}
	#header ul li#Home.active a {
		background: url(images/hActive.png) no-repeat;
	}
#header ul li#Links a {
	background: url(images/links.png) no-repeat;
	width: 71px;
	text-indent: -5000px;
}
	#header ul li#Links.active a {
		background: url(images/ulActive.png) no-repeat;
	}
#header ul li#Contact a {
	background: url(images/contact.png) no-repeat;
	width: 79px;
	text-indent: -5000px;
}
	#header ul li#Contact.active a {
		background: url(images/cActive.png) no-repeat;
	}
#header ul li#Commercial a {
	background: url(images/commercial.png) no-repeat;
	width: 104px;
	text-indent: -5000px;
}
	#header ul li#Commercial.active a {
		background: url(images/cepcActive.png) no-repeat;
	}
#header ul li#Domestic a {
	background: url(images/domestic.png) no-repeat;
	width: 88px;
	text-indent: -5000px;
}
	#header ul li#Domestic.active a {
		background: url(images/depcActive.png) no-repeat;
	}
#header ul li#DEC a {
	background: url(images/dec.png) no-repeat;
	width: 60px;
	text-indent: -5000px;
}
	#header ul li#DEC.active a {
		background: url(images/decActive.png) no-repeat;
	}
#header ul li#SAP a {
	background: url(images/sap.png) no-repeat;
	width: 111px;
	text-indent: -5000px;
}
	#header ul li#SAP.active a {
		background: url(images/sapActive.png) no-repeat;
	}
#header ul li#Legislation a {
	background: url(images/legislation.png) no-repeat;
	width: 99px;
	text-indent: -5000px;
}
	#header ul li#Legislation.active a {
		background: url(images/lActive.png) no-repeat;
	}
/* End header */
/*Main Content and sidebar :) */
#mainContent {
	width: 697px;
	background:url(images/mainBG.png) repeat-y;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2d3e27;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #2d3e27;
	margin-bottom: 10px;
}
blockquote {
	padding: 0px 0px 10px 35px;
}
p {
	padding-bottom: 20px;
}
#sidebar {
	width: 189px;
	float: right;
	padding-left: 23px;
	margin-top: 25px;
	height: 100%;
	background: url(images/shadow.png) left center no-repeat;
}
#sidebar h4 {
	font-size: 14px;
	padding-bottom: 6px;
	background: url(images/hDiv.png) no-repeat left bottom;
	margin-bottom: 5px;
}
#sidebar img {
	margin-bottom: 5px;
	border: none;
}
#content {
	padding: 25px 0px 0px 20px;
	width: 460px;
}
#contactcontent {
	padding: 25px 0px 0px 20px;
	width: 641px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	line-height: 160%;
	color: #50614b;
	background: url(images/footerBg.png) repeat-x;
	height: 81px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #6a7d65;
}
#footer img {
	padding: 12px 30px 0px 0px;
	float: left;
}
#footer p.footer {
	padding: 15px 0px 0px 50px;
}
#footer a {
	color: #b6e776;
	text-decoration: none;
}
#footerCenter {
	margin: 0 auto;
	width: 697px;
}