* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #999999;
	border: none;
	text-align: center;

}

#main {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 34px;
	width: 856px;
	background: url(../images/header.jpg) no-repeat;
	padding: 201px 0 0 44px;
	border: none;
}

/** START NAVIGATION BAR **/
#nav {
	padding: 0;
	margin: 0;
	height: 34px;
	list-style: none;
	display: inline;
	overflow: hidden;
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#nav a {
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
#nav a:hover {
	background-position: 0 -34px;
}
#nav a.selected {
	background-position: 0 -34px;
}
#home a {
	background: url(../images/menu/home.gif) no-repeat;
	width: 62px;
}
#services a {
	background: url(../images/menu/services.gif) no-repeat;
	width: 80px;
}
#testimonials a {
	background: url(../images/menu/testimonials.gif) no-repeat;
	width: 112px;
}
#contact a {
	background: url(../images/menu/contact.gif) no-repeat;
	width: 79px;
}
#articles a {
	background: url(../images/menu/articles.gif) no-repeat;
	width: 82px;
}
#quote a {
	background: url(../images/menu/get_a_quote.gif) no-repeat;
	width: 101px;
}
/** END NAVIGATION BAR **/

#middle {
	background: url(../images/main_div_bg.gif) repeat-y;
	width: 900px;
}

#subheader {
	background: url(../images/subheader_bg.gif) no-repeat;
	border: none;
	padding: 0;
	margin: 0;
}

.subheader {
	padding: 14px 0 14px 22px;
	border:none;
}

#rightbar {
	float: right;
	width: 184px;
	height: 487px;
	background: url(../images/sidebar_papers.jpg) no-repeat;
}

#rightbar p.address {
	width: 109px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #669999;
	padding: 48px 37px 0 38px;
	text-align: center;
}
#rightbar a {
	color: #336666;
	text-decoration: underline;
}
#rightbar a:hover {
	color: #003366;
	text-decoration: underline;
}

#content {
	margin-right: 184px;
	border: none;
	text-align: left;
}

#content .homebg {
	background: url(../images/home_logo_bg.gif) no-repeat 44px 0px;
}
#content .homebg .provides{
	padding: 0 0 16px 56px;
}

#content p {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding: 0 0 16px 0;
	text-align: left;
}
#content p.contact {
	margin: 10px 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding: 0 0 2px 0;
	text-align: left;
}
#content a {
	color: #336666;
	text-decoration: underline;
}
#content a:hover {
	color: #003366;
	text-decoration: underline;
}
#content .homebg p {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	padding: 0 0 17px 0;
	text-align: left;
}
#content .homebg p.point {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding: 0 0 0px 0;
	text-align: left;
}
#content .homebg p.helpyou {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding: 0 0 15px 0;
	text-align: left;
}
#content p.subtitle {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding: 0 0 4px 0;
	text-align: left;
}
#content p.articletitle {
	margin: 0 212px 0 56px;
	width: 448px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	padding: 0 0 10px 0;
	text-align: left;
}
#content select {
	width: 150px;
	margin-bottom: 1px;
	}
#content label, input, input.box {
	width: 250px;
	margin-bottom: 1px;
	}
#content input.box, select {
	margin-left: 56px;
}
#content textarea {
	width: 400px;
	height: 60px;
	margin-left: 56px;
	}
#content label {
	text-align: right;
	width: 75px;
	}
#content input, textarea, select {
	border: 1px solid #666666;
	background: #eeeeee;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#content .submit {
	width: 100px;
	margin: 15px 0 16px 56px;
	padding: 0;
}
#content .reset {
	width: 100px;
	margin: 15px 0 16px 30px;
	padding: 0;
}

.page_title {
	padding: 12px 0 15px 56px;
}

#sidebar {
	float: right;
	padding: 12px 0 0 0;
	margin: 0;
	text-align: left;
	width: 191px;
	border: none;
}

#sidebar p {
	padding: 0 12px 0 12px;
	margin: 0;
	width: 167px;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
}

#sidebar strong {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003366;
}

#sidebar a {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #003333;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #336633;
	text-decoration: underline;
}

#footer {
	height: 32px;
	width: 900px;
	background: #003366;
	text-align: center;
	clear: both;
}

#footer p {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding: 11px 0 0 0;
	margin: 0;
}

#footer a {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

