@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #FFF;
	background-image: url(../images/peak-logo.gif);
	background-repeat: no-repeat;
	height: 112px;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #A69F91;
	text-align: right;
}
#header .dark  {
	color: #2E2E2E;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #36ADB5;
	height: 420px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #newscontent {
	height: 400px;
	overflow: auto;
	margin-right: 5px;
	padding-right: 5px;
}
#sidebar1 #newscontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
}
#sidebar1 #newscontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #newscontent p a {
	color: #FC0;
	text-decoration: none;
}
#mainContent  {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent #discounting {
	float: left;
	width: 200px;
	height: 400px;
	background-image: url(../images/discounting.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 15px;
}
#mainContent #discounting h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 178px;
	padding-left: 0px;
}
#mainContent #discounting p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
#mainContent #discounting p a {
	display: block;
	height: 33px;
	width: 88px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px -39px;
	padding-top: 5px;
}
#mainContent #discounting p a:hover {
	display: block;
	height: 33px;
	width: 93px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px 0px;
	padding-top: 5px;
}
#mainContent #factoring {
	float: left;
	width: 200px;
	height: 400px;
	background-image: url(../images/factoring.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 15px;
}
#mainContent #factoring h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 178px;
	padding-left: 0px;
}
#mainContent #factoring p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
#mainContent #factoring p a {
	display: block;
	height: 33px;
	width: 88px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px -39px;
	padding-top: 5px;
}
#mainContent #factoring p a:hover {
	display: block;
	height: 33px;
	width: 93px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px 0px;
	padding-top: 5px;
}
#mainContent #intros {
	float: left;
	width: 200px;
	height: 400px;
	background-image: url(../images/intros.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#mainContent #intros h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 178px;
	padding-left: 0px;
}
#mainContent #intros p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
#mainContent #intros p a {
	display: block;
	height: 33px;
	width: 88px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px -39px;
	padding-top: 5px;
}
#mainContent #intros p a:hover {
	display: block;
	height: 33px;
	width: 93px;
	background-image: url(../images/blue-button-sml.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-position: 0px 0px;
	padding-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#navbar {
	background-color: #FFF;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 38px;
	position: relative;
	margin: 0px;
}
#navbar li a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
}
#navbar li a:hover {
	background-color: #3DA0A7;
	color: #FFF;
}
#navbar .over     {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #3DA0A7;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
}
#navbar ul li {
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #A7A7A7;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainpic {
	background-color: #F5F5ED;
	height: 358px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navbar  #contactus {
	height: 37px;
	width: 198px;
	position: absolute;
	background-image: url(../images/contact-bg.gif);
	background-repeat: no-repeat;
	left: 752px;
	top: -2px;
	padding-top: 15px;
}
#navbar ul #contactus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3DA0A7;
	text-decoration: none;
	padding-left: 80px;
}
#navbar ul #contactus a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2E2E2E;
	text-decoration: none;
	padding-left: 80px;
}
.content  {
	padding-top: 24px;
	padding-left: 15px;
	width: 420px;
}
.content h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #A69F91;
	margin: 0px;
	padding: 0px;
}
.content h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: #3E362F;
}
.content p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #3E362F;
	font-weight: normal;
	line-height: 19px;
}
.content p a  {
	background-image: url(../images/blue-button.png);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	width: 205px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-position: 0px -39px;
}
.content p a:hover {
	background-image: url(../images/blue-button.png);
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	width: 208px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-position: 0px 0px;
}
#footer  {
	height: 106px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #514A43;
	background-image: url(../images/foot-logo.jpg);
	background-repeat: no-repeat;
	background-position: 830px;
} 
#footer .footlinks {
	width: 128px;
	margin-top: 15px;
	margin-right: 20px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #99938E;
}
#footer .footlinks2 {
	width: 160px;
	margin-top: 15px;
	margin-right: 20px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #99938E;
}
#footer p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9A948F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	line-height: 20px;
}
#footer .footlinks a {
	color: #99938E;
	text-decoration: none;
}
#footer .footlinks p a:hover {
	color: #F5F5ED;
}
#footer .footinfo {
	margin-top: 15px;
	margin-right: 20px;
	float: left;
}
#footer .footinfo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A948F;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer .footinfo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer .footinfo p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDACD;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
#mainContent2 {
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #F5F5ED;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
#mainContent2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #489FA6;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 12px;
}
#mainContent2 ul {
	list-style-type: square;
}
#mainContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#mainContent2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #489FA6;
	margin: 0px;
	padding: 0px;
}
#mainContent2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: #3E362F;
}
#mainContent2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	color: #489FA6;
}
#mainContent2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #3E362F;
}
form p input {
	border: 1px solid #DCDACD;
	height: 25px;
	width: 240px;
}
form p textarea {
	border: 1px solid #DCDACD;
	height: 70px;
	width: 240px;
}
form p label #button {
	background-color: #489FA6;
	width: 65px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-color: #F5F5ED;
	margin: 0px;
	padding-top: 0px;
}
.contactdetails {
	float: left;
	width: 172px;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-right: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DCDACD;
}
.contactdetails p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 25px;
	background-color: #519EA5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}
.contactdetails p iframe {
	border: 1px solid #DCDACD;
}
.footinfo p a {
	text-decoration: underline;
	color: #DCDACD;
}

