/* 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;
}
h3 a{
	color:#000000;
	text-decoration:none;
}
h3 a:hover{
	color:#000000;
	text-decoration:underline;
}
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:215px;
	height:51px;
	float:left;
	margin-top: 9px;
	background-image:url(../images/meyercord-logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#menu {
	width:498px;
	height:35px;
	float:right;
	padding-top:19px;
}
#contentwrapper{
	width:720px;
	float:left;
	margin:15px 0 0;
}
#content{
	width:720px;
	border:1px solid #CCC;
	float:left;
	background-color:#FFF;
	margin-top:4px;
}
#innercontent{
	margin:10px;
	border:1px solid #CCC;
	background-attachment: fixed;
	background-image:url(../images/Meyercordbg.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	padding:0 5px;
	overflow-y:auto;
	height:356px;
}
#innercontentSilver{
	margin:10px;
	border:1px solid #CCC;
	background-image:url(../images/SilverServicePlan.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 5px;
	overflow-y:auto;
	height:370px;
}
#innercontentPlatinum{
	margin:10px;
	border:1px solid #CCC;
	background-image:url(../images/PlatinumServicePlan.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 5px;
	overflow-y:auto;
	height:370px;
}
#innercontentGold{
	margin:10px;
	border:1px solid #CCC;
	background-image:url(../images/GoldServicePlan.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 5px;
	overflow-y:auto;
	height:370px;
}
#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;
}
.ITW{
	text-decoration:none;
	font-size:14pt;
	color:#282828;
}
.smallertext{
	font-size:smaller;
}
.infoLinks a{
	color:#000000;
	text-decoration:none;
}
.infoLinks a:hover{
	color:#000000;
	text-decoration:underline;
}
.headingnomargin{
	margin-top:0;
	margin-bottom:0;
}
.paragraphmargins{
	margin-top:5px;
	margin-bottom:5px;
}
.readmore{
	font-size:10pt;
	color:#0033FF;
}
#readmoreplatinum1{
	margin-top:25px;
}
#readmoreplatinum2{
	margin-top:95px;
}
#readmoresilver1{
	margin-top:25px;
}
#readmoresilver2{
	margin-top:170px;
}
#readmoregold1{
	margin-top:25px;
}
#readmoregold2{
	margin-top:95px;
}
#silverback{
	width:700px;
	height:360px;
	background-image:url(../images/SilverServicePlan.jpg);
	background-repeat:no-repeat;
}