/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body 			{margin: 0;padding: 0;text-align: center;background: #0a2e81;}
p, h1, h2, h3, h4, h5, a, ul, li, blockquote {font-family: Arial, Helvetica, sans-serif; text-align: left;}
p, li, blockquote {font-size: 12px;}
p, h1			{margin: 5px 0 20px 0;}
blockquote 		{margin: 0 0 25px 10px;}
h1 				{border-bottom: 1px solid #999999;color: #000000;font: 24px "Times New Roman", Times, serif;margin: 8px 0 20px 0;}
h2 				{font-size: 14px;color: #000000;}
h3 				{font-size: 12px;color: #0238b3; margin: 0 0 -5px 0;}
address 		{text-align: left;font: normal 10px Arial, Helvetica, sans-serif;padding-top: 15px;padding-bottom: 20px;color: #2f3030; letter-spacing: 1px;}
address strong 	{color: #000; font-weight:bold; }
strong 			{color: #8C3838; }

hr {
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
	padding-bottom: 5px;
	clear: both;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #d4d9dd; float: left; margin: 0 15px 10px 0;}
.rightborder 	{padding: 2px; border: 1px solid #d4d9dd; float: right; margin: 0 0 10px 15px;}
.border 		{padding: 2px; border: 1px solid #d4d9dd;}
.clear 			{clear: both;}
.clearlt 		{clear: left;}
.center 		{text-align: center;}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited { color: #006699; }

/* ----------------- Horizontal ------------------- */
div#nav {
	width: 860px;
	height: 30px;
	background: url(images/bg-nav.gif) top left no-repeat;
	padding: 1px 10px;
}

ul#mainnav {margin: 0; padding: 0;}

ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 9px 14px;
	white-space: nowrap;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited { background: url(images/bg-nav-current.gif) repeat-x; }

* html #nav a {width: 1%;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 880px;
}

div#header {
	width: 880px;
	height: 114px;
	background: url(images/bg-header.gif) top left no-repeat;
	text-align: left;
}

	div#header img {
		border: none;
	}
	
div#flash-index {
	background: url(images/bg-flash.gif) no-repeat;
	height: 217px;
	width: 880px;
}

div#content {
	background: url(images/bg-content.gif) repeat-y;
	width: 820px;
	padding: 1px 30px 1px 30px;
	line-height: 18px;
	color: #666;
	position: relative;
}

	div#content ul {
		margin: 0px 0px 25px 10px;
		padding: 0px;
		list-style: none;
	}
	
	div#content li {
		background: url(images/bullet.gif) no-repeat left 6px;
		padding-left: 15px;
		margin-left: 5px;
	}
	
	div#content ul.left {
		float: left;
		margin: 0px 50px 20px 10px;
	}
	
div.box {
	width: 250px;
	padding: 5px 10px;
	margin: 0 0 15px 15px;
	background: #e0edf9;
	border: 1px solid #d4d9dd;
	float: right;
}

.companyname {
	font-weight: bold;
	color: #2f3030;
}
/* ----------------- Hiding all secondary divs to start ----------------- */
#RestorationProcess,
#RestorationCarpetCleaning,
#DisasterResponseTeams,
#HotelsandAssistedLivingCommunities,
#PrivateHomeOwnersAssociations,
#PropertyManagement
{ display: none;
	background: #e2ecf4;
	border: 3px double #5B9ED5;
	margin-top: 8px;
	padding: 0px 15px;
	margin-bottom: 15px; } 
/* change the above to block to see all the divs in dreamweaver design view for easier changes, just change it back when your done */
/* ---------------------------------------------------------------------- */

div#footer {
	width: 860px;
	height: 88px;
	background: url(images/bg-footer.gif) no-repeat left top;
	font-size: 10px;
	text-align: left;
	color: #f5f3f3;
	padding-left: 20px;
}

div#footer .right {
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;
}

div#footer a:link, div#footer a:visited { color: #f5f3f3; }

div#copyright {
	margin-top: 30px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f5f3f3;
}

div#copyright a:link, div#copyright a:visited { color: #f5f3f3; }

div#copyright img {margin: 5px 0;}

.style1{
	font-size:12px;
	}
