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

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

html, body {
	height: 100%;
	background: url(images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C4638;
}

ol, ul {
	list-style: none;
}

/* Body Page style=====================================================================>  */

a, a:active {
	color: #45A03D;
	text-decoration: none;
	outline:0;
}

a:hover {
	color: #333225;
	text-decoration: none;
}

.clear {clear: both}

p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 17px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}


/* Page Layout style=====================================================================>  */

#container {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: -173px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.push {
	height: 173px;
}

.interested {
	font-size: 31px;
	line-height: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C4638;
	padding-bottom: 8px;
}
.call_text {
	font-size: 19px;
	line-height: 120%;
}
.homepagephone {
	font-size: 24px;
	padding-left: 35px;
}
#phone {
	position: absolute;
	top: 140px;
	left: 185px;
}
#header {
	height: 161px;
	width: 965px;
}
#main_pages {
	background-image: url(images/main_background.png);
	background-repeat: repeat-y;
	position: relative;
	height: 100%;
}

#navigation {
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	height: 41px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}

/*-------------------- Navigation ---------------------*/

#nav {
	width: 930px;
	height: 41px;
	display: inline;
	float: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width:  930px;
	height: 41px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 41px;
	background: url(images/nav.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav.jpg);
}

#nav li#home a {
	width: 109px;
}
 
#nav li#home a:link,
#nav li#home a:visited {
	background-position: 0px 0px;
}
#nav li#home a:hover {
	background-position: 0px -41px;
}

#nav li#aboutus a {
	width: 129px;
}

#nav li#aboutus a:link,
#nav li#aboutus a:visited {
	background-position: -109px 0px;
}

#nav li#aboutus a:hover {
	background-position: -109px -41px;
}

#nav li#billing a {
	width: 102px;
}

#nav li#billing a:link,
#nav li#billing a:visited {
	background-position: -238px 0px;
}

#nav li#billing a:hover {
	background-position: -238px -41px;
}

#nav li#marketing a {
	width: 129px;
}

#nav li#marketing a:link,
#nav li#marketing a:visited {
	background-position: -340px 0px;
}

#nav li#marketing a:hover {
	background-position: -340px -41px;
}

#nav li#businessmanagement a {
	width: 220px;
}

#nav li#businessmanagement a:link,
#nav li#businessmanagement a:visited {
	background-position: -469px 0px;
}

#nav li#businessmanagement a:hover {
	background-position: -469px -41px;
}

#nav li#centraladministration a {
	width: 241px;
}

#nav li#centraladministration a:link,
#nav li#centraladministration a:visited {
	background-position: -689px 0px;
}

#nav li#centraladministration a:hover {
	background-position: -689px -41px;
}


/*--------------------End Navigation ---------------------*/

#animation {
	height: 308px;
	width: 977px;
	position: relative;
	margin-top: 5px;
	margin-left: -5px;
}

#sidebar {
	width: 285px;
	position: absolute;
	top: 360px;
	left: 30px;
}

#sidebar_pages {
	width: 285px;
	position: relative;
	top: 20px;
	left: 30px;
	float: left;
}

#client_profile_box {
	height: 254px;
	width: 335px;
	position: absolute;
	left: -50px;
	top: -8px;
}

#learn_more {
	position: absolute;
	top: 250px;
}

#content {
	width: 605px;
	position: absolute;
	top: 360px;
	right: 30px;
}

#content_pages {
	width: 605px;
	position: relative;
	float: right;
	top: 20px;
	right: 20px;
	margin-bottom: 15px;
	min-height: 500px;
}

#content p {
	font-size: 16px;
	line-height: 140%;
	margin-top: 8px;
	margin-bottom: 8px;
}

#content_pages p {
	font-size: 16px;
	line-height: 140%;
	margin-top: 8px;
	margin-bottom: 8px;
}

#main_bottom {
	background-image: url(images/container_bottom.png);
	background-repeat: no-repeat;
	height: 28px;
	margin-bottom: 15px;
}

#footer {
	background-image: url(images/footer_background.jpg);
	background-repeat: repeat-x;
	height: 173px;
	position: relative;
	color: #ECE7DF;
}
#footer_content {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
}

#footer_nav {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer_nav a {
	color: #ECE7DF;
}

#footer_nav a:hover {
	text-decoration: underline;
}

#footer_statement {
	line-height: 120%;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 45px;
	top: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECE7D8;
	border-bottom-color: #ECE7D8;
}

#footer_statement h2 {
	font-size: 19px;
	line-height: 120%;
	margin: 0;
	font-weight: normal;
}

#footer_phrase {
	font-size: 38px;
	text-align: center;
	width: 250px;
	position: absolute;
	top: 60px;
	right: 15px;
}

#footer_phrase p {
	line-height: 90%;
	margin: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ol, ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	list-style-type: square;
}

.formbox {
	height: 150px;
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #600;
}

#form_address {
	width: 300px;
	padding: 10px;
	border: 2px dotted #010E66;
	position: absolute;
	right: 60px;
	top: 90px;
}

.text {
	width: 400px;
	height: 25px;
	padding: 2px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #600;
}

.button {
	padding: 4px;
	border: 1px solid #600;
}
	

.error {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

hr {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6DBB43;
}td {
	padding: 5px;
}
.loginsubmit {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #4BA33E;
	height: 20px;
	width: 100px;
}
.loginbox {
	border: 1px solid #4BA33E;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding: 2px;
	width: 180px;
	height: 25px;
	font-size: 14px;
}

.forgotpasswordbox {
	border: 1px solid #4BA33E;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding: 2px;
	width: 250px;
	height: 25px;
	font-size: 14px;
}
