/*defaults*/
body 	{
	color:#000000;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
	background-color: #779182;
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
p		{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{
	text-align:center;
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F5F9B9;
}
#holder		{
	width:100%;
	background:#FFFFFF;
	text-align:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#logo		{
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #782327;
	background-image: url(../logos%20and%20stuff/address.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header		{
	padding:10px;
	height:158px;
	background-color: #DADADA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url(../images/officenew.jpg);
}
#content	{
	float:left;
	width:490px;
	padding:20px 10px 0 0;
	line-height:160%;
	background-color: #FFFFFF;
}
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{
	background:#FEFFD5;
	border:1px solid #782327;
	font-size:90%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#home #container #holder .newsItem2 {
	float: none;
}

#footer		{
	clear:both;
	width:100%;
	font-size:80%;
	background:#FEFFD5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #782327;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}


/*headings*/
.newsItem h3	{color:#69775C; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{
	font-size:170%;
	font-weight:normal;
	line-height:130%;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#logo h1		{
	font-weight:bold;
	font-size:170%;
	margin:0;
	color:#7a2505;
	padding: 0;
}


/*navigation*/
ul#navigation  			{
	margin:0;
	padding:10px 0;
	font-weight: bold;
	background-color: #FEFFD5;
}
ul#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
ul#navigation a			{color:0000000; padding:0 15px 0 0; text-decoration:none; }
ul#navigation a:hover	{color:#782327; text-decoration:underline; }

#home #homeLink,
#aboutus #aboutusLink,
#locatio #locationLink,
#newsletters #newslettersLink,
#services #servicesLink,
#products #productsLink,
#affiliations #affiliationsLink,
#quotes #quotesLink,
#contact #contactLink,
#newsletter #newsletterLink
{text-decoration:underline; }


#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; }
.clearfix {
	display:inline-block;
	float: none;
	width: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	float: none;
}
.clearfix {
	display:block;
}

