/* CSS Document */

/* defaults */


body {
	margin: 0px;
	padding: 10px;
	background-color: #73aca1;
}

body, div, input, select, textarea {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

a {
	text-decoration:underline;
	color: #009966;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

h1 {
	color: #1E685B;
}

h2 {}

h3 {
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	color: #408E7F;
}

h4 {}

hr {
	height: 0px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #408E7F;
}

/* main divs */


#maincontainer {
	display:block;
	width: 950px;
	margin: auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../images/page_bkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#logobox {
	display:block;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#col-left {
	display: block;
	width: 200px;
	float: left;
	clear:left;
	padding: 0px;
	background-color: #d9e8e5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main-right {
	display: block;
	float: right;
	clear:right;
	margin-right: 10px;
	width: 720px;
	margin-left: 10px;
}

#menusbox {
	display:block;
	background-color: #9bc4bc;
	}

#menusbox a {
	display:block;
	width: auto;
	background-color: #408e7f;
	color:#FFFFFF;
	text-align:left;
	padding: 8px 15px;
	font-weight: bold;
	margin-bottom: 1px;
	text-decoration: none;
	text-transform: uppercase;
	background-position: right bottom;
	}	
	
#menusbox a:hover {
	color: #408E7F;
	background-color: #FFFFFF;
	text-decoration: none;
	background-position: right bottom;
	}		

#menusbox #menu4, #menusbox #menu5 {
	background-color: #70aa9f;
	color:#FFFFFF;
	text-transform: none;
	background-position: right bottom;
}

#menusbox #menu4:hover, #menusbox #menu5:hover {
	color: #408E7F;
	background-color: #FFFFFF;
	text-decoration: none;
	background-position: right bottom;
}

#headerimg {
	display:block;
	}

#maincontent {
	display:block;
	padding: 20px;
	margin-bottom: 10px;
	}

#footer {
	display:block;
	padding: 15px;
	text-align: center;
	background-color: #D9E8E5;
	margin: 0px 10px;
	}

/* classes, properties */

.maxwidth {
	width: 970px;
	margin: auto;}	


.boxclear { clear:both;
height: 0px;
display:block;}


.content15pad { padding: 15px;}


.imgright { float:right; margin: 0px 0px 15px 20px; border: 1px solid #cccccc;}

.darkGrey{
    color:#636363;
}

.lightGrey{
    color:#a1a1a1;
}

.ebizSig{
    height: 10px;
    width: 160px;
    font-size: 9px;
    float: left;
    margin-left:150px;
    margin-top:1px;
}

#footer .ebizSig a:link {color:#a1a1a1; text-decoration: none;}
#footer .ebizSig a:visited {color:#a1a1a1; text-decoration: none;}
#footer .ebizSig a:hover {color:#a1a1a1; text-decoration: none;}
#footer .ebizSig a:active {color:#a1a1a1; text-decoration: none;}