@charset "UTF-8";
/* CSS Document */


a {
	text-decoration: none;
	/*color:#bbbbbb;*/
}

a:hover {color:#00a0c6;text-decoration: underline;}
/*a:focus {text-decoration: none;color:#005954}*/
/*a:active {text-decoration: none;color:#005954}*/
/*a:visited {text-decoration: none;color:#bbbbbb}*/
a:link {text-decoration: none;color:#00a0c6;}

body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7F7F7F;
	background-image: url(images/backdrop.png);
	background-repeat: repeat-x;
}

#container { 
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

* #container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#heading {
	margin: 30px 0 0 0;
	background-image: url(images/lps.png);
	background-repeat:no-repeat;
}


#container #mainMenu {
	margin: 0;
	padding: 70px 0 15px 195px; /*10px 10px 0px 0px;*/
	width: 550px;
	/*text-transform: uppercase;*/
	font-size:14px;	
}

#container #mainMenu UL {
	margin: 0;
	padding: 0;
}

#container #mainMenu LI {
	margin: 0;
	padding: 0;
	float:right;
	list-style-type:none;
	/*padding: 0px 13px;*/

	/*
	cursor:pointer;
	outline:none;	
	border:thin;
	border-style:dashed;
	*/
}

#container #mainMenu a {
	display:list-item;
	padding: 0px 8px;
	color: #7F7F7F;
	/*border: 1px solid #000000; */
}

#container #mainMenu a:hover {
	color:#00A0C6;
	text-decoration:underline;
}

#container #mainMenu a:active {
	color:#00A0C6;
	text-decoration:none;
}

#container #mainMenu a:focus {
	color:#00A0C6;
	text-decoration:none;
}


#container #contentBackground {
	margin: 0;
	padding: 0;
	/*background-image: url(images/background.png);
	background-repeat: no-repeat;*/
}

#container #backgroundLeft {
	margin: 0;
	padding: 0;
	background-image: url(images/background2.png);
	background-repeat: no-repeat;
}

#container #depend {
	margin: 0;
	padding: 0;
	padding-top: 50px;
}

#container #printerAlign {
	margin: 0;
	padding-top: 50px;
	padding-left: 40px;
}

#container #contentHeader img {
	margin: 0;
	padding: 0;
}

#container #content {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 10px 55px 0;
	width: 650px;
	/*height:250px;*/
	overflow:auto;
	/*border-left:1px solid #ababab;*/
	/*font-family: Arial; font-size: 13px;  color: #353131; font-weight: normal; line-height: 15pt;*/
}

#container #googleMap {
	margin: 40px 0 0 0;
	padding: 0;
	width: 425;
	height: 350;
}

h2 {
	font: 16px Helvetica Neue, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#00a0c6;
}

/* Footer */
#footer {
	margin: 0;
	padding: 0;
	font-size:11px;	
	color: #B3B3B3;
}

#footer p {
	margin: 10px 0 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
}

#container #footer a:hover {
	color:#00a0c6;
	text-decoration:underline;
}

#container #footer a {
	/*text-decoration: underline;*/
	color:#00a0c6;
}
