	/*---------Reset Styles-------------------*/
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------End Reset Styles---------------*/

	body,	html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:95%;
	padding:0;
	color:#242424;
	background:#242424;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	}
	#wrap {
		width:960px;
		margin:20px auto 30px auto;
		background:#a49876;
		background-image: url(images/main-bg.gif);
		background-repeat: repeat-y;
	}
	#header {
	background:#ddd;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 160px;
	}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
h1 {
	margin: 1.25em 0 .5em 0;
	font-size: 1.5em;
}
h2 {
	margin: 1.25em 0 .4em 0;
	font-size: 1.25em;
}
h3 {
	margin: 1.25em 0 .4em 0;
	font-size: 1em; 
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #5BC236;
	margin: 1.25em 0 1.25em 0;
}
h5 {
	font-size: 2em;
	font-weight: bold;
	color: Red;
	margin: 30px 0 30px 0;
}
h6 {
	width: 20%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	padding:0px 25px 5px 10px;
	border-left: 6px solid #ccc;

}
ol {
	margin: 20px 0;
}
ul {
	margin: 20px 0;
	list-style: disc outside;
	white-space: normal;
	margin: 4px 24px 4px 44px;
	}
li { 
	line-height: 1.5em
}	

	a:link{color:#555555}
	a:visited{color:#555555}
	a:hover{color:#111111}
	
#nav {
	background-color: #697243;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
	float:left;
	width:610px;
	padding:10px 20px 30px 10px;
	background:#e8e1b3;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	}
	#sidebar {
		float:right;
		width:320px;
		background:#a49876;
		
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#7a854d;
		text-align: center;
		height: 70px;
		padding: 16px 0 0 0;
	}
	#footer p {
		margin:0;
		font-size: .7em;
    }
	* html #footer {
		height:1px;
	}
/* placeholderMainMenu_Tabs */
.tabActive_Left {width:13px;height:35px;background:url('images/tab_active_left.gif') no-repeat}
.tabActive_Center {white-space:nowrap;background:url('images/tab_active_center.gif')}
.tabActive_Right {width:13px;height:35px;background:url('images/tab_active_right.gif') no-repeat}

.tabInactive_Left {width:13px;height:35px;background:url('images/tab_inactive_left.gif') no-repeat}
.tabInactive_Center {white-space:nowrap;background:url('images/tab_inactive_center.gif')}
.tabInactive_Right {width:13px;height:35px;background:url('images/tab_inactive_right.gif') no-repeat}

a.tabInactiveLink:link {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;

}
a.tabInactiveLink:visited {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;
	
}
a.tabInactiveLink:hover {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;
	
}

a.tabActiveLink:link {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;

}
a.tabActiveLink:visited {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;
	margin: 14px 0 0 0;

}
a.tabActiveLink:hover {
	font-family: "Times New Roman", Geneva, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color: #242424;
	text-decoration:none;

}
td.tabActive_Center {
	vertical-align: middle;
}
td.tabInactive_Center {
	vertical-align: middle;
}

div#estimate label { 
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	
}

div#estimate fieldset {
 
  /*  	padding: 15px;       padding in fieldset support spotty in IE */
	margin: 15px 0 20px 50px;
  	border: 0;
	width: 280px;
}


div#estimate input, textarea {
	margin:  4px 0 10px 0; 
	width: 200px;
	 /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

div#estimate legend {
display: none;
}

div#contact label { 
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	
}

div#contact fieldset {
 
  /*  	padding: 15px;       padding in fieldset support spotty in IE */
	margin: 15px 0 20px 10px;
  	border: 0;
	width: 280px;
}


div#contact input, textarea {
	margin:  4px 0 10px 0; 
	width: 200px;
	 /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

div#contact legend {
display: none;
}
.imageArray {
	width: 618px;
	margin: 20px auto 40px auto;
	
}
.imageArray img {
	padding: 0 0 0 2px;
	text-align: center;
}
a.myworkspace {
	font-size: .8em;
	font-weight: bold;
}
a.admin {
	font-size: .8em;
	font-weight: bold;
}
.breadcrumb {
	margin: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
