/* Containing Elements */
body {
	margin: 15px;
	font-family: "Tahoma", "Helvetica", "Times New Roman", Serif;
	font-size: small;
	background-color: #919090;
	color: #444;
	text-align: center;
}

#maincontainer {
	position: relative;
	width: 802px;
	margin: 0 auto;
	height: 100%;
}

#topleft {
	display: inline;
	position: absolute;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	width: 172px;
	height: 159px;
	text-align: left;
	float: left;
	margin: 0 auto;
	border-left: 1px solid #3A3A3A; 
	border-top: 1px solid #3A3A3A;
}

#topright {
	position: absolute;
	top: 0px;
	left: 173px;
	width: 628px;
	height: 159px;
	text-align: right;	
	float: left;
	border-right: 1px solid #3A3A3A; 
	border-top: 1px solid #3A3A3A;
	background: url(/images/right-header.jpg) left top no-repeat;
}

#mainmenu {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 172px;
	min-height: 275px;
	text-align: left;
	background: url(/images/left-column-bg.jpg) left top no-repeat;
	float: left;
	border-left: 1px solid #3A3A3A; 
	border-bottom: 1px solid #3A3A3A;
	z-index: 100;
}

#maincontent {
	position: absolute;
	top: 160px;
	left: 172px;
	width: 628px;
	min-height: 450px;
	text-align: left;
	padding-top: 25px;
	border-right: 1px solid #3A3A3A; 
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #3A3A3A;
	background-color: #FFF;
}

#maincontent p {
	margin-left: 20px;
	margin-right: 30px;
}

#mainmenu ul {
	text-align: right;
	list-style-type: square;
	list-style-position: outside;
	text-indent: 0px;
	font-weight: bold;
}

#mainmenu li {
	text-indent: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#mainmenu li:hover{
	color: #EB008B;
	text-indent: 5px;
}

#mainmenu li a{
	color: #000;
	text-decoration: none;
}

#mainmenu li a:hover {
	text-decoration: underline;
}

#tollfree {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
	font-size: 20px;
	font-color: #3A3A3A;
}

#footerinfo {
	position: absolute;
	bottom: 15px;
	margin-bottom: 15px;
	width: 97%;
	text-align: center;
}

#map {
	float: right;
	margin-right: 10px;
	border: 2px #CCCCCC;
}

#contactinfo {
	float: left;
	display: inline;
	margin-left: 20px;
	margin--top: 25px;
}