@charset "utf-8";
body  {
	 /* 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: #55A0FF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../images/graygradient1700.png);
	background-repeat: repeat;
}
#container #links p strong {
	text-align: left;
}
#content-wrapper ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
#content #content-wrapper ul {
	font-style: italic;
	font-size: 14px;
}
#content-wrapper h3 {
	text-align: center;
}
#content-wrapper  a {
	color: #0D6826;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#header {
	height: 175px;
	font-size: 1.25em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/couttsHeader2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	padding-top: 0;
	padding-bottom: 0;
} 
#fadeshow3 {
	width: 180px;
}
#fadeshow2 {
	width: 180px;
}
#fadeshow4 {
	width: 180px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Impact;
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
}
#nav {
	height: 175px;
	text-decoration: none;
	list-style: none;
	background-color: transparent;
	width: 180px;
	float: right;
}
#nav ul {
	list-style:none;
	height: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 160px;
	margin-top: 28px;
}
#nav li a:link,#nav li a:visited{
	width: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0D6826;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
	margin-bottom: 1px;
	float: left;
}

#nav li a:hover {
	color:#BCAEA5;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#nav li a.current,#nav li a.current:hover,#nav li a.current:active{
	color:#000;
	cursor:default;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 160px;
}
#slideshow {
	width: 900px;
	height: 120px;
	margin-bottom: 15px;
}
#fadeshow1 {
	height: 120px;
	width: 180px;
	float:left
}

#slideshow #fadeshow2 {
	float: left;
	height: 120px;
	width: 180px;
}
#slideshow #fadeshow3 {
	float: left;
	height: 120px;
	width: 180px;
}
#slideshow #fadeshow4 {
	float: left;
	height: 120px;
	width: 180px;
}
#slideshow #fadeshow5{
	float: left;
	height: 120px;
	width: 180px;
}
#carousel {
	width: 300px;
	float: left;
	height: 200px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D9D2CD;
}
#content-wrapper h1 a {
	font-size: .75em;
	background-color: transparent;
}
#mainContent {
	background: #FFF;
	margin-top: 15px;
	margin-bottom: 0px;
	float:left;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin-right: 15px;
	margin-left: 20px;
	color: #55A0FF;
	font-size: 1em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainContent h1 {
	color: #000;
	text-align: center;
}
div#links {
	top: 50px;
	float:left;
	left: 10px;
	width: 285px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 25px;
	margin-top: 25px;
	text-align: center;
}
div#links a img {
	height: 0;
	width: 0;
	border-width: 0;
	margin-left: -500px;
	font-family: Arial, Helvetica, sans-serif;
}
div#links a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	border-width: 0;
	text-decoration: none;
	color: #00001F;
	background: #FFF no-repeat center center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
   }
div#links a:hover {
	color: #FFF;
	background: #00001F url(../images/check.png) no-repeat 10px center;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
   }
div#links a:hover img {
	top: 200px;
	left: 500px;
	height: 225px;
	width: 225px;
	margin-left: -500px;
}
#belowLinks {
	float: left;
	width: 285px;
	text-align: left;
	font-size: 14px;
	color: #000604;
}
#belowLinks h2 {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#belowLinks h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D6826;
}
#belowLinks h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 85px;
	margin-top: -15px;
}
#blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000604;
	text-align: left;
	font-weight: normal;
}
#blurb img {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#blurb h2 {
	font-size: 1em;
	color: #000604;
}
#sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 360px;
	margin-right: 25px;
	background-color: #FFF;
	line-height: 1.25em;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	padding: 25px;
	margin-bottom: 25px;
}
#sidebar2  a {
	color: #0D6826;
}
#sidebar2 h2 {
	text-decoration: none;
	color: #000006;
	font-size: 2em;
}
#sidebar2 h1 {
	text-align: center;
}
#tips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #000604;
	text-decoration: none;
	text-decoration: none;
	width: 400px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#tips ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
}
#tips ul li {
	padding-bottom: 10px;
}
#tips  a {
	color: #0D6826;
}
#portfolio {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#portfolio p {
	color: #000604;
	font-size: 14px;
}
#portfolio h1 {
	font-family: "Times New Roman", Times, serif;
	color: #010000;
	background: transparent;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: -10px;
}
#dreamLeft {
	width: 525px;
	float: left;
	font-size: 14px;
}
#dreamsRight {
	float: right;
	width: 300px;
	text-align: left;
	padding-right: 25px;
	background-color: #FFF;
	padding-left: 25px;
	margin-right: 25px;
	padding-top: 10px;
}
#dreamsRight ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-left: -10px;
}
#dreamsRight ul li {
	padding-bottom: 10px;
}
#true {
	width: 900px;
	line-height: 1em;
	font-size: 16px;
}
#testLeft {
	width: 390px;
	text-align: left;
	color: #000604;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFF;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	margin-top: 20px;
}
#testLeft h2 {
	padding-top: 10px;
}
#testLeft hr {
	width: 200px;
	text-align: left;
}
#testRight {
	width: 390px;
	text-align: left;
	color: #000604;
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color: #FFF;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 10px;
	float: right;
	margin-top: 20px;
}
#testRight h2 {
	padding-top: 10px;
}
#testRight hr {
	width: 200px;
	border-top-width: 0.25px;
	border-top-style: dotted;
	border-top-color: #F00;
}
#mainContentContact {
	color: #55A0FF;
	font-size: 1em;
	font-style: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 485px;
	margin-bottom: 0;
	background: no-repeat center top;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	margin-left: 20px;
}
#mainContentContact h1 {
	color: #000;
	text-align: center;
}
#tabletop {
	padding-top: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #0D6826;
}
#mapGoogle {
	width: 315px;
	float: right;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-right: 25px;
}
#mapGoogle a {
	text-decoration: none;
}
#footer {
	padding: 0 25px 0 20px;
	font-size: 11px;
	background-color: transparent;
	background-image: url(../footerlogo.png);
	background-repeat: no-repeat;
	background-position: 275px 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #000;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#footer p a {
	color: #000;
	font-size: 11px;
}
#footer p a:visited {
	color: #000;
	text-align: right;
	font-size: 11px;
}
#support {
	width: 420px;
}
#print {
	font-size: 0.75em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	padding-left: 10px;
}
#video {
	float: left;
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	height: 200px;
	margin-left: auto;
	margin-bottom: 20px;
}
#detail a {
	font-family: Arial, Helvetica, sans-serif;
}
#hours{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.reference strong {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
.tips{
	text-align: left;
	line-height: 1.25em;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.move {
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	text-align: left;
	font-size: 14px;
}
.free {
	font-size: 2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	color: #DA3912;
}
.custom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
}
.phone    {
	font-size: 2.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #D29B03;
}
.pro {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	background: #8d002F;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
}
.reference {
	text-align: right;
	margin-right: 10px;
	color: #FFF;
}
.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;
}
#mainContentContact h2 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
#tabletop .form table {
	background-color: #0D6826;
}
.form table tr td font {
	color: #FFF;
}
#belowLinks h1 {
	background-color: transparent;
}
#mapGoogle h4 {
	font-weight: bold;
}

#belowLinks h1 a {
	background-color: transparent;
}
#emp {
	font-size: 12px;
	text-align: left;
	color: #000604;
}
#emp h3 {
	text-align: center;
}
#true h1 {
	font-size: 30px;
}
#dreamsRight p {
	font-size: 14px;
}
