/* begin site css */

body{
	background-color: #c7c7c7;
	margin: 0px;
	padding: 0px;
	min-width: 1100px;
}

#content{
	background-color: white;
	width: 950px;
	min-height: 400px;
	margin: 0px Auto;
}

#header{
	width: 100%
	min-width: 1000px;
	height: 105px;
	background-color:#5b5b5b;
	/* background-image: url('images/background1.jpg'); */
	background-image: url('images/clouds.jpg');
	background-position: left;
	overflow: hidden;
	background-position: top;
}

#headershadow {
	width: 100%
	min-width: 1000px;
	height: 10px;
	background-image: url('images/shadow.png');
	background-position: top;
}

.serviceitem {
	color: black;
	float: right;
	margin-left: 1px;
	margin-right: 1px;
	font-family: sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: white;
	/* background-color: #bfbfbf; */
	background-image: url('images/serviceitem.png');
	background-position: bottom;

}

.serviceitem:hover{
	color: black;
	/* background-color: #4d4d4d; */
	background-image: url('images/serviceitem2.png');
	background-position: bottom;

}


.menuitem{
	text-decoration: none;
	margin-top: 80px;
}

div.menubg{
	color: black;
	float: right;
	font-family: sans-serif;
	height: 120px;
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: white;
}

.menubg:hover{
	background-image: url('images/menuhover.png');
	color: black;
}

#bodyshadow{
	background-image: url('images/shadowdown.png');
	background-repeat: repeat-y;
	background-position: center;
	width: 985px;
	background-color: none;
	margin: 0px Auto;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;

}

a {text-decoration: none;}

a:active{outline: none;}

a:focus{-moz-outline-style: none;outline: 0;}

.banner{
	position: relative;
	left: -25px;
	height: 300px;
	width: 1000px;
}

.logo{
	position: relative;
	top: 2px;
	left: 20px;
	border: none;
	float:left;
}	


.indexbox{
	float: right;
	background-color: #e3e3e3;
	position: relative;
	right: 70px;

}

.pagetitle {
	font-size:25px;
	font-style:oblique;
	font-weight:bold;
	font-family: sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
}

.large {
	color: #3b3b3b;
	font-size:16px;
	font-weight:normal;
	line-height:1.25;
	margin-left:10px;
	margin-right:10px;
	max-width:980px;
}

.medium {
	color: #3b3b3b;
	font-size: 13px;
	font-weight:normal;
	line-height:1.25;
	margin-left:10px;
	margin-right:10px;
	max-width:980px;
}


.small {
	color: #3b3b3b;
	font-size: 12px;
	font-weight:normal;
	line-height:2px;
	margin-left:10px;
	margin-right:10px;
	max-width:980px;
}



