/* CSS Document */

/* global */
img{border:none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	margin: 0px;
	background-repeat: repeat-x;
	color: #333333;
}
#mainContentWide img {
}

.readMore {
	text-decoration: underline;
}

.description {
	font-size: 11px;
	color: #666666;
}

a {
	text-decoration: none;
	color: #6b9414;
}
a  h3 {
	color: #E2AB29;
	text-decoration: none;
}

		a:hover {
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #6b9414;
	font-family: Arial, Helvetica, sans-serif;
}
#rightContent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}


/*-- nav-bar --*/

#nav {
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 27px;
	margin-bottom: 0px;
	overflow: hidden;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0px;
	overflow: hidden;
}
#nav  li a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 3px;
}


#nav li {
	float: left;
	padding-top: 5px;
	list-style-type: none;
	height: 21px;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #e6e6e6;
}


#nav li.first     {
	border-left: none;
}
#nav li.last     {
	border-right: none;
}
#nav    li a:hover      {
	color: #000000;

}
#container #nav li:hover{
	background-color: #CCCCCC;
	background-image: none;
}

#container #nav li{
	background: url(images/navbg.gif) repeat-x;
	height:23px;
}


/* main layout boxes */

#top {
	width: 830px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	height: 20px;
	margin: 0 auto;
}
h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 830px;
}
#header {
	padding: 0px;
	width: 800px;
	text-align: left;
	padding-top: 0;
	background-color: #749c42;
	padding-bottom: 0;
	background: url('flashbg.gif') no-repeat;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 800px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 800px;
	margin-right: 0px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
		#mainContentWide {
	padding: 0px;
	float: left;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
		}
		#HomesecondaryContent {
	padding: 0px 0px 0px 10px;
	width: 205px;
	margin: 0px;
	margin-top: -65px;
	z-index: 1000;
	margin-left: 510px;
	position: relative;
		}
		#HomesecondaryContentInfo {
	padding: 5px 10px 5px 10px;
	width: 205px;
	margin: 0px;
	margin-top: -70px;
	z-index: 1000;
	margin-left: 500px;
	position: relative;
	background-color: #ebd096;
	color: #380000;
		}
		#HomesecondaryContentWide {
	padding: 10px 0px 0px 0px;
	width: 205px;
	margin: 0px;
	z-index: 1000;
	float: right;
	margin-right: 25px;
		}
		#secondaryContent {
	padding: 0px;
	float: right;
	width: 300px;
	margin: 0px;
	margin-right: 25px;
		}
		#column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
		#fullspread {
			padding: 0px;
			float: left;
			width: 680px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 30px;
			margin-right: 10px;
		}
#bottom {
	width: 830px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	width: 750px;
}
.fine {
	font-size: 10px;
	color: #000000;
	font-style: italic;
}

		#footer a {
			color: #999999;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #000066;
			text-decoration: none;
		}



/*-- breadcrumbs --*/

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: underline;	
}
.breadcrumbs a:hover {
	color: #d2243e;
	text-decoration: none;	
}
	
/* classes */

.break {
	clear: both;
}
.graphic-border {
	margin: 5px;
	padding: 0px;
}
.graphic-border-bedroom {
	border: 2px solid #d2243e;
	margin: 5px 15px 5px 5px;
	padding: 0px;
}
.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}
.red-bold {
	font-weight: bold;
	color: #d2243e;
}
.red-bold-sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #340000;
	font-size: 18px;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d2243e;
	font-size: 1.2em;
}

.col-2 {
	padding: 0px;
	float: left;
	width: 195px;
	margin-right: 20px;
}
		.col-2  p{
			margin-left: 20px;
			margin-top:0px;
		}
.col-3 {
	padding: 0px;
	float: left;
	width: 205px;
	margin-right: 10px;
}
		.col-3  p{
			margin-left: 20px;
			margin-top:0px;
		}
.price-box {
	padding: 8px;
	border: 1px solid #000000;
}.wideForm {
	width: 430px;
	margin: 0;
	padding: 0;
}
.medForm {
	width: 215px;
}
.table {
	background: 2px solid #000;
}
.ruler {
	background-color: #000000;

}
.loc {
	width: 300px;
}
#wrap #container #content #fullspread h2 {
	margin: 0px;
}
#mainPic {
	z-index: 0;
}
#contact {
	margin-top: -220px;
	position: relative;
	font-size: 0.9em;
	margin-left: 10px;
}
#HomesecondaryContentInfo h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #380000;
	margin-bottom: 0px;
	margin-top: 2px;
}
#HomesecondaryContentInfo p {
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 7px;
}
.left {
	margin-right: 15px;
}
.pics {
	padding-left: 0px;
	margin-left: 0px;
}
#mainContentWide p {
	margin: 0px;
	font-size: 12px;
	color: #333333;
}
.first {
	margin-left: 0px;
	padding-left: 0px;
}
#footlinks {
	clear: both;
	margin-left: 55px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#footlinks a {
	color: #340000;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; font-size: 10px; }
.disclaimer {
	font-size: 10px;
}
h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #6b9414;
}

.solutionsTitle a {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.checklist li {
	list-style-image: url(images/check.gif);
	margin-bottom: 5px;
}
ul.checklist {
	margin-left: 0px;
	padding-left: 25px;
}



h2 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
#wide {
	width: 750px;
	margin: 0 auto;
}

td {
	font-size: 12px;
}
li {
	font-size: 12px;
}
#testimonial {
	padding: 10px;
}
#testimonial p {
	color: #000000;
}
#conferenceBack {
	padding: 25px;
}
.stamped {
	background-image: url(images/stamp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#conferenceBack li {
	line-height: 30px;
}
#conferenceBack p {
	color: #000000;
}
#people {
	height: 190px;
	width: 183px;
	position: absolute;
	left: 50%;
	margin-left: 150px;
	top: 20px;
}
#rightContent {
	float: right;
	width: 160px;
	font-size: 12px;
	display: inline;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px solid;
	border-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 20px;
	background-image: url(images/rightBG.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.products h2 {
	margin-bottom: 0px;
}

.line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0;
	padding: 0;
	line-height: 2px;
}

		#mainContent {
	padding: 0px;
	float: left;
	width: 540px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 10px;
	display: inline;
		}
input, textarea, select {
	border: 1px solid #CCCCCC;
}
.bigThumb {
	margin-left: 25px;
}
ul#testimonials {
	list-style-type: none;
	margin-left: -40px;
}
#testimonials li {
	font-size: 14px;
}

#successMessage{
	background: url('images/success.gif') 10px 10px no-repeat #CFC;
	border: 1px solid #0C0;
	width: 400px;
	padding:20px 20px 20px 65px;
	color: #000;
	margin-bottom:20px;
}

#errorMessage{
	background: url('images/error.gif') 10px 10px no-repeat #FCC;
	border: 1px solid #C00;
	width: 400px;
	padding:20px 20px 20px 65px;
	color: #000;
	margin-bottom:20px;
}

#infoMessage{
	background: url('images/info.gif') 10px 10px no-repeat #CCF;
	border: 1px solid #00C;
	width: 400px;
	padding:20px 20px 20px 65px;
	color: #000;
	margin-bottom:20px;
}
acronym{cursor:help;}
