html {
	
}
body
{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-image: url('../images/bg-gradient.jpg');
	background-repeat: repeat-x;
	background-color: #b4d5c4;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
}
/*#header h1 {
	margin: 0;
	color: white;
}*/

.desktop_attr_label {
	font-weight: bold;
}
#header_border {
	height: 1px;
	width: 100%;
	border-top: thin #EEE solid;
	clear: both;
}

#desktop_piece {
	margin: 5px;
}



#introLine {
	font-size: 115%;
}

h1, h2 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.5em;
}

#headerTagline {
	
}

#header {
	height: 185px;
}

#header a:hover {
	color: #030;
}

#header a:active {
	position:relative;
	top: 1px;
	left: 1px;
}

#headerTagline {
	border: none;
	width: 450px;
}
#headerLogo 
{
	border: none;
	text-decoration: none;
	float: left;
	width: 125px;
}

#headerTagLineContainer {
	float: left;
	color: rgb(81, 117, 90);
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 0;
	margin-top: 20px;
	width: 100%;
}

#headerMenu {
	margin-top: 5px;
	float: right;
	width: 48%;
	clear: both;
}

#headerMenu ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
	padding-left: 0;
	font-weight: bold;
}

#headerMenu li {
	display: inline;
	margin-left: 10px;
}


#headerMenu a {
	color: #eee;
	/*color: rgb(146, 182, 155);*/
	font-size: 100%;
	text-decoration: none;
}

#pageHeading {
	position: relative;
	height: 2em;
}

.pageHeadingText {
	position: absolute;

	margin: 0;
	top: 0;
	left: 0;
	color: #FFF;
	z-index:1;
}

.pageHeadingShadow {
	position:absolute;
	top: 2px;
	left: 3px;
	margin: 0;
	color: #555;

	z-index:0;
}

.highlight {
	font-weight: bold;
	color: black;
}


#home li {
	list-style-type: square;
	padding-bottom: 3px;
}

#home li li {
	list-style-type: circle;
}

#servicesSummary {
	width: 40%;
}