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

html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font: 12px/20px Tahoma, Helvetica, sans-serif;
color: #333;
background:#222;


}

.wrap {
/*width:738px;*/
width: 800px;
margin:0 auto;
}

/*//// HEADER STUFF ///*/

.header {
padding:23px 0;
float:left;
width:100%;
}

.logo {
display:inline;
float:left;
clear:none;
margin: 0 0 0 14px;
border:0;
}

.contact {
	float:right;
	clear:none;
	width:163px;
	padding-right:15px;
	line-height:normal;
	font-size:12px;
	color:#efeadc;
}
.contact p {
	padding-bottom:0;
}

.phone {
	font-size:18px;
	font-weight:bold;
}

.nav {
	background:#8D0222 url(/images/bg-navbar800.gif) top left no-repeat;
	clear:both;
	height:41px;
}

.nav ul {
	margin: 0 auto;
	padding-left: 8px;
	white-space: nowrap;
}

.nav ul li {
	display: inline;
	list-style-type: none;
}

.nav ul a { 
	display:block; 
	float:left; 
	clear:none; 
	text-align:center; 
	width:112px;
	height:41px; 
	line-height:41px;
	font-size:14px;

}

.nav ul a:link, .nav ul a:visited
{
display: block;
color: #efeadc;
text-decoration: none;
background:transparent url(/images/bg-nav-item.gif) top left no-repeat;

}

.nav ul a:hover
{
color: #efeadc;
text-decoration: none;
background-position: 0 -41px;
}
 
.nav ul a.current {
background-position:bottom left!important;
cursor:default;
}

.nav div
{	
	position: absolute;
	visibility: hidden;
    width: 280px;
	margin: 0;
	margin-top: 42px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #900;	
	z-index: 999;
}
.nav div ul {
	padding-left: 0px;	
}
.nav div a, .nav div a:link, .nav div a:visited
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 260px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #900;
	font: 12px arial;
	background: none;
	height:21px; 
	line-height:21px;
}

.nav div a:hover
{	
	background: none;
	background: #900;
	color: #FFF}

.nav div a:hover.red
	{	
		background: none;
		background: #CC0000;
		color: yellow}

/*//// BODY THINGS ////*/

.content {
	background:#EDE7D9 url(/images/bg-content-top.gif) top left no-repeat;
	width:658px;
	margin:15px auto 0 auto;
	padding:18px 27px 0 27px;
}

.content-bottom {background:#EDE7D9 url(/images/bg-content-bottom.gif) top left no-repeat; width:712px; margin:0 auto; height:9px; overflow:hidden;}
.testimonials  {
	width: 235px;
	margin: 0 0 32px 60px;
	background:#8B0221 url(/images/bg-testimonials-top.gif) top left no-repeat;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif!important;
	color:#fff;
	float:right;
	clear:none;
}
.testimonials a {
	color: #ff3300;
}
.testimonials .back {
	width: 11px;
	height: 13px;
	left:189px;
}
.testimonials .next {
	width: 11px;
	height: 13px;
	left: 204px;
}
.testimonials .next a {
	position: absolute;
	top: 16px;
	width: 11px;
	height: 18px;
	line-height: 13px;
	background: url(/images/bg-arrow-right.gif) no-repeat top right;
	text-decoration:none;
}
.testimonials .back a {
	position: absolute;
	top: 16px;
	left:189px;	
	width: 11px;
	height: 18px;
	line-height: 13px;
	text-align: right;
	background: url(/images/bg-arrow-left.gif) no-repeat;
	text-decoration:none;
	
}
.testimonials .view_all {
	display:none;	
}
.testimonials ul {

}
.testimonials li {
	padding: 10px 0!important;
	overflow: hidden;
}
.testimonials li img {
	float: left;
	display: inline;
}
.testimonials li p {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	width: 190px;
}

.testimonials li p.citation {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	text-align:right;
	font-style:italic;
}

.testimonials h2 {
	height:25px;
	width:196px;
	background:transparent url(/images/bg-header-testimonial.gif) bottom right no-repeat;
	padding:16px 0 0 18px;
}

.testimonials h2 span{
	display:none;
}

.testimonials-bottom {
	background:#8B0221 url(/images/bg-testimonials-bottom.gif) top left no-repeat;
	height:10px;
	overflow:hidden;
}

.copyright {text-align:right; padding-right:13px;}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}
 
h1 {
padding:0 0 25px 0;
font-size:18px;
}
 
h2 {
padding:20px 0;
font-size:16px;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.hidden		   { display:none;}

::selection {
	background: #8D0222; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #8D0222; /* Firefox */
	color:#fff;
	
}
.testimonials:selection {
	background: #EDE7D9; /* Safari */
	color:#8D0222;
	}
.testimonials:-moz-selection {
	background: #EDE7D9; /* Firefox */
	color:#8D0222;
	
}
