/* This stylesheet goes along with the site template.
To overwrite these styles and/or to make your own
styles, please edit yourstyles.css in the includes folder.
For help with this, contact http://www.foremostmedia.com/
 */
html{
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	top:0;
}
h1{
	color:#0069aa;
	margin-top:0;
	margin-bottom:0;
}
h2{
	font-size:18pt;
	color:#0069AA;
}
h3{
	font-size:14pt;
}
h4{
	font-size:10pt;
	font-weight:400;
}
h5{
	font-weight:400;
	font-size:8pt;
}
li{
	font-size:10pt;
}
iframe{
	width:700px;
}
#bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#wrapper{
	position:relative;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
	width:785px;
	padding-top:3%;
}
#header{
	width:720px;
}
#logo{
	width:205px;
	height:65px;
	float:left;
	padding-top: 9px;
}
#menu {
	width:498px;
	height:35px;
	float:right;
	padding-top:19px;
}
#contentwrapper{
	width:720px;
	float:left;
	margin-top:19px 0 0;
}
#content{
	width:720px;
	border:1px solid #CCC;
	float:left;
	background-color:#FFF;
	margin-top:5px;
}
#innercontent{
	margin:10px;
	border:1px solid #CCC;
	background-attachment: fixed;
	background-image:url(../images/Meyercordbg.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	height:356px;
}
#innercontentform{
	margin:10px;
	border:1px solid #CCC;
	background-attachment: fixed;
	background-image:url(../images/Servicebg.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	overflow-y:auto;
	height:351px;
	padding:5px 0px 0px 10px;
}
#footer{
	width:720px;
	height:47px;
	float:left;
	padding-top:15px;
	font-size:10pt;
	color:#282828;
}
#footer a{
	text-decoration:none;
	color:#282828;
}
#footer a:hover{
	text-decoration:underline;
}
#footerleft{
	width:311px;
	height:47px;
	float:left;
}
#footermid{
	width:97px;
	height:47px;
	float:left;
}
#footerright{
	width:312px;
	height:47px;
	float:right;
	font-size:10pt;
	text-align:right;
}
#links{
	padding-top:15px;
	padding-bottom:15px;
	width:720px;
	float:left;
	font-size:9pt;
	color:#282828;
	text-align:center;
	line-height:15pt;
}
#links a{
	text-decoration:none;
	color:#282828;
}
#links a:hover{
	text-decoration:underline;
}
.smallertext{
	font-size:smaller;
}