/*
-----------------------------------------------
Screen Stylesheet for HME Solutions

Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */

body, html {
	padding: 0;
	margin: 0;
	font-family: times, serif;	
	font-size: 13px;
	width: 100%;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ----- Positioning ----- */

body {
	background: url(../images/mainbg.jpg);
	
}

.container {
	width: 100%;
	height: 100%;
}

.header {
	width: 100%;
	height: 137px;
	background: #551111 url(../images/headerbg.jpg) repeat-x;
	clear: both;
}

.headerinner {
	margin: 0 auto;
	width: 800px;
}

.headerimg {
	background: url(../images/headlinebg.jpg) no-repeat;
	width: 750px;
	height: 186px;
	padding: 10px;
	color: white;
	font-size: 28px;
	font-family: times, serif;
}

.headerheadline {
	width: 350px;
	float: right;
	margin-right: 50px;
	font-size: 16px;
	color: #f0ede6;
	font-weight: normal;
	padding-top: 25px;
}

.bodywrapper, .footer {
	width: 800px;
	margin: 0 auto;
}

.nav {
	width: 800px;
 	position: relative;
	height: 50px;
	background: #afbf9d url(../images/navbg.jpg) repeat-x;
	text-align: center;
	margin-top: -25px;
	
}

.maincontentwrapper {
	width: 800px;
	position: relative;
	float: right;
	background: #fbfaf6;
}

.maincontent {
	width: 770px;
	margin-top: -15px;
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
}

.homebox {
	width: 230px;
	height: 130px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	background: url(../images/homebox.jpg) no-repeat;
}

.sidebar {
	width: 180px;
	padding: 10px;
	background: #efece5;
}

.content {
	width: 580px;
	padding: 10px;
}



/* ----- Text Formatting ----- */

h1 {
	
}

h2 {
	
}

h3 {
	font-size: 20px;
	font-weight: none;
	color: #191919;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}
/* ----- Links ----- */

a img {
	border: none;
}

a.menu {
	font-size: 18px;
	color: white;
	font-family: times, serif;
	text-transform: uppercase;
	text-decoration: none;
}

a.menu:hover {
	color: #191919;
}

a {
	color: #561111;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ----- Form ----- */

input, textarea {
	border: 1px solid #8e8e8e;
	padding: 5px;
	color: #561111;
	font-size: 14px;
}

/* ----- Footer ----- */

.footer {
	padding: 10px;
	color: #8e8e8e;
	font-size: 13px;
}


