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

body {
	margin: 0;
	padding: 0;
	background-color: #eef9f9;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}

#wrapper {
	background-color:#FFF;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../assets/wrapperbg.jpg);
	background-repeat: repeat-y;
	
}
#plainwrapper {
	background-color:#FFF;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	
}
#header {
	height: 102px;
	background-image:url(../assets/mountwise-header.jpg)
	}
#menubar {
	background-color:#33cccc;
	font-size: 90%;
}
#widecontent {
	font-size: 90%;
	line-height: 140%;
	padding: 15px 20px;
}
#maincontent {
	font-size: 90%;
	line-height: 140%;
	padding: 15px 20px;
	width: 620px;
	float: left;
}
#sidebar {
	float: right;
	width: 220px;
	font-size: 80%;
	line-height: 140%;
	padding: 15px;
	}
h1 {
	font-size:150%;
	color: #3786c1;
	line-height: 140%;
}
h2 {
	font-size:120%;
	color: #3786c1;
	line-height: 140%;
}
h3 {
	line-height: 150%;}

#hometop {
	background-color:#eef9f9;
	padding: 10px;
}
#hometopleft {
	width: 550px;
	float: left;
}
#hometopright {
	width: 312px;
	float: right;
}
#bottomleft {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#bottommiddle {
	float: left;
	width: 300px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
}
#bottomright {
	float: right;
	width: 240px;
	padding: 10px;
	text-align: center;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.clearfloats {clear:both;}
.phone {
	color: #FFF;
	text-align: right;
	margin: 0;
	padding: 7px 15px 0 0;
}
#maincontent a, #sidebar a {
	color: #194b7a;
}
#maincontent img {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#footer {
	clear: both;
	border-top: 1px solid #7890ac;
	padding: 0 15px 15px 15px;
	background-color:#FFF;
	background-image:url(../assets/footer-logos.jpg);
	background-repeat:no-repeat;
	background-position: 95% 5%;
	line-height:140%;
	font-size: 80%;
}
