@charset "utf-8";
/* CSS Document */

body {
	padding:1% 18% 1% 18%;
	margin:2%;
	font:Verdana, Geneva, sans-serif;
	font-size:small;
	background-color:#DAD8A5
}
#main {
 	font:Candara, Geneva, italic, sans-serif small;
	padding: 1px 4px 1px 4px;
	margin: 0px 20px 0px 20px;
}
#header {
	background-image: url(../images/header_index.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:500px;
	position: relative;
	padding:2px;
	margin:0px;
	}
#footer {
	font-size:70%;
	text-align:center;
}
#allcontent{
	width:auto;
	height:auto;
	border:thin outset #666;
	background-color:#FFF;
}
#maincmpic {
	height:490px;
}
#maincmpic img {
	padding: 2px;
	margin: 4px;
}
#headerlink {
	background-image: url(../images/header_link.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:410px;
	position: relative;
	padding:2px;
	margin:0px;
}
#headercon {
	background-image: url(../images/header_con.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:410px;
	position: relative;
	padding:2px;
	margin:0px;
}
#headerserv {
	background-image: url(../images/header_serv.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	height:400px;
	position: relative;
	padding:2px;
	margin:0px;
}
#headerabout {
	background-image:url(../images/header_about.jpg); 
	background-position: bottom;
	background-repeat:no-repeat;
	height:400px;
	position: relative;
	padding:2px;
	margin:0px;
	}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
#main img {
	padding: 2px;
	margin: 4px;
	}
