@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: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-x;
}

.twoColFixRt #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.twoColFixRt #nav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-bottom: 15px;
	text-align: right;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	width: 650px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #C60;
	overflow:visible;

} 
.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;
}

.header {
	/*margin-left: -49px;*/
	overflow:visible;
}
	/* * html .header { margin-left: 49px; }/* this is to fix the ie6 margin, only applied to ie6*/

.nav {
}

.footer {
	text-align: center;
	padding: 30px;
	color: #FFF;
	background-image: url(../images/greenpixel.png);
	background-repeat: repeat;
}

p {
	line-height: 1.5em;
}


h1 {
	font-size: 1.7em;
	font-weight: lighter;
	color: #060;
}
h2 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #287FC6;
}
h3 {
	font-size: 1.3em;
	font-weight: lighter;
}
h4 {
	font-size: 1.1em;
	font-weight: lighter;
}
.footer a {
	color: #FF9;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;	
}

#mainContent a {
	color: #D17A0D;
	text-decoration: underline;
}
#mainContent a:hover {
	text-decoration: none;	
}

.rightimageorangeborder{
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #D17A0D;	
}
.testimonial {
	background-color: #FFF;
	color: #26681F;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	border: 1px solid #D7781A;
}
