@charset "utf-8";
/* CSS Document */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  font-family:'Trebuchet MS' Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
 /* font-size: 100%;
}
*/
body {
	font-family:'Trebuchet MS' Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:#000;
	background:#fff url(/images/bkground-orange.jpg) repeat-x;

}

#container {
	background: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;/*important*/
	margin-top: -1px;/*important*/
}
#container #header {
	background: #CCCCCC;
	width: 100%;
}

#container #header2 {
	text-align: left;
    background: #FFFFFF;
	width: 100%;
}
#leftcontent {
	background: #FFFFFF;
	float: left;
	width: 260px;
	height: 500px;
	position: relative;
	background:#fff url(images/left-white-background.gif) repeat-y;
}
#rightcontent {
	width: 600px;
	float: left;
	background: #ffffff;
}
h1 {
	font-size:36px;
	letter-spacing:-1px;
	color:#36433a;/*#b71c18;*/
	margin-top: 15pt; margin-bottom: 5pt; margin-left: 30pt; margin-right: 10pt;
}
h2 {
	font-size:24px;
	letter-spacing:-1px;
	color:#36433a;
	margin-top: 15pt; margin-bottom: 5pt; margin-left: 30pt; margin-right: 10pt;
}
h3 {
	font-size:24px;
	letter-spacing:-1px;
	font-style:italic;
	color:#333333;
	margin: 0 10 0 10;
}
h4 {
	font-size:14px;
	letter-spacing:-1px;
	font-style:italic;
	color:#AAAAAA;
	margin: 0 10 0 10;	
}
h5 {
	font-size: 14px;
	letter-spacing:-1px;
	font-style:italic;
	color:#AAAAAA;	
}
h6 {
	font-size: 24px;
	letter-spacing:-1px;
	font-style:italic;
	color:#AAAAAA;
	
}
#testimonial-box{
    float: center;
}

#boxtop {
	float: left;
	width:245px;
	height: 15 px;
	margin:0  auto;
	padding:0;
	background: #dee4e7 url(images/boxtoprc.gif);
	background-repeat: no-repeat;
}
#boxbottom {
	float:left;
	width:245px;
	height:8px;
	margin:0;
	padding:0;
	background:url(images/boxbottomrc.gif);
	background-repeat: no-repeat;
}
#box {
	float:left;
	width:225px;
	margin:0;
	padding:2px 10px 2px;
	background-color:#dee4e7;
}

#container .leftcontent .box h2 {
	font-size:12px;
	margin-bottom:8px;
}
#container .leftcontent .box p {
	float:left;
	width:100%;
	font-size: 10 px;
	margin-bottom:10px;
	
}
#container .leftcontent .box .italic {
	text-align:right;
	font-style:italic;
	font-weight:bold;
}
#text{
	font-style:italic;
	font-weight:bold;
	margin-top: 15pt; margin-bottom: 5pt; margin-left: 70pt; margin-right: 70pt

}
#italic{
	font-style:italic;
}

#bold{
	font-weight: bold;
}

#phone{
    font-size: 30px;
	font-style:italic;
	font-weight:bold;
	color:   #CC0000;
	margin-top: 0pt; margin-bottom: 5pt; margin-left: 30pt; margin-right: 30pt;

}/* CSS Document */

/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* CSS Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.details {
	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	COLOR: #333;
	LINE-HEIGHT: 160%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
}


/* End hide from IE-mac */	

p {
	font-size:12px;
}
a:link, a:visited {
	color:#f6861f;
}
a:hover, a:active {
	color:#878787;
}
img.left {
	float:left;
	margin-right:10px;
}
.orangebtn {
	width:115px;
	height:32px;
	padding-top:8px;
	text-align:center;
	background:url(images/orangebtn.gif) no-repeat;
}
.orangebtn a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.greenbtn {
	width:115px;
	height:32px;
	padding-top:8px;
	text-align:center;
	margin-left:150px;
	background:url(images/greenbtn.gif) no-repeat;
}
.greenbtn a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#footer {
	float:left;
	width:860px;
	height:27px;

}
#footer p {
	color:#fff;
	padding:5px 0 0 28px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}
#human {
visibility:hidden;
display:none;
}

