
/*________ GLOBAL STYLES ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Century Gothic, Arial, Verdana, Helvetica, Sans Serif;
	background-color: #000;
color: #fff;
	text-decoration: none;
	text-align: center;
}

img {
	display: block;
	border: none;
}

#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*________ HEADER & MAIN NAVIGATION ________*/


#headerNav {
	margin-bottom: 10px;
	overflow: hidden;
	height: 113px;
}

#headerNav h1 {
	float: left;
}

#headerNav .phoneNumber {
	float: right;
}

#headerNav ul {
	font-size: 11px;
	color: #000;
	width: 562px;
	float: right;
	margin-top: 10px;
	padding: 10px 0px;
	background: url(images/bg-nav.jpg) no-repeat;
	height: 36px;
}

#headerNav li {
	display: inline;
	padding: 9px 9px;
	border-right: 1px solid #565759;
}

#headerNav li a{
	text-decoration: none;
	color: #000;
}

#headerNav li a:hover{
	text-decoration: none;
	color: #fff;
}

#headerNav li.noBorder {
	border-right: 0px;
}


/*________ HOME CONTENT LEFT ________*/

#contentLeft {
	float: left;
	width:646px;
	background: url(images/bg-content-left.gif) repeat-y;

}

#contentLeft h2 {
	background: url(images/border-top.gif) no-repeat;
	padding: 20px 0 10px 20px;
	font-size: 20px;
}

#contentLeft p {
	padding: 0px 20px 15px 20px;
}

#contentLeft div {
	background: url(images/border-bottom.gif) no-repeat bottom;
	padding-bottom: 45px;
}


/*________ HOME CONTENT RIGHT ________*/

#contentRight {
	float: right;
	width:129px;
	background: url(images/bg-content-right.gif) repeat-y;
}
#contentRight h2 {
	background: url(images/border-top-small.gif) no-repeat;
	padding: 15px 5px 10px 5px;
	font-size: 16px;
	color: #D3D3D3;
	text-align: center;
}
#contentRight p {
	padding: 0px 10px 15px 10px;
}
#contentRight div {
	background: url(images/border-bottom-small.gif) no-repeat bottom;
	padding-bottom: 30px;
}


/*________ OTHER PAGE CONTENT ________*/

#contentContainer {
	background: url(images/bg-content.gif) repeat-y;
}

#content {
	background: url(images/border-bottom-large.gif) no-repeat bottom;
	padding-bottom: 20px;
}
#content p {
	padding: 0px 20px 15px 20px;
}

#content h2 {
	background: url(images/border-top-large.gif) no-repeat;
	padding: 20px 0 10px 20px;
	font-size: 20px;
}


/*________ FOOTER ________*/

#footer {
	clear: both;
	font-size: 10px;
}

#footer p {
	text-align: right;
	color: #A7A9AC;
}

#footer .footerLeft {
	padding: 0px;
	width: 250px;
	float: left;
	text-align: left;
}


#contentRight form {
padding-left: 12px;
}
#contentRight fieldset {
border: 0;
}
#contentRight fieldset legend {
display: none;
}
#contactForm fieldset label {
display: block;
width: 95px;
}
#submit1 {
margin-left: 22px;
}
#contactForm fieldset input {
width: 97px;
height: 17px;
background: #aed136;
border: 1px solid black;
margin-bottom: 4px;
}
#contactForm textarea {
width: 97px;
height: 50px;
background: #aed136;
border: 1px solid black;
overflow: auto;
margin-bottom: 8px;
}


#contentRight .errorText {
background-image: none;
font-size: 85%;
padding: 0 0 10px 0;
color: #ff0000;
}
#contentRight .errorText p {
padding: 0;
}
#contentRight .errorText ul {
padding: 0 5px 0 12px;
}

#submit2 {
margin-left: 22px;
}
#feedbackForm fieldset input {
margin: 0 5px 0 0;
float: left;
clear: left;
}
#feedbackForm fieldset label {
display: block;
width: 70px;
float: left;
margin-bottom: 10px;
padding-left: 20px;
}
#fantastic {
background: url(images/icon-happy.gif) left no-repeat;
}
#average {
background: url(images/icon-indifferent.gif) left no-repeat;
}
#unhappy {
background: url(images/icon-unhappy.gif) top left no-repeat;
}

#contentRight #success {
background-image: none;
font-weight: bold;
padding: 0 0 10px 0;
color: #aed136;
}

#contentLeft #slideshow-content {
background: none;
width: 100%;
height: 140px;
padding-top: 20px;
background: url(images/border-top.gif) no-repeat;
}
#slideshow-content div {
position: absolute;
width: 598px;
background: none;
padding-left: 20px;
padding-bottom: 0;
}

#slideshow-content div img {
float: left;
padding-right: 15px;
background-color: #282829;
}
#slideshow-content div h3 {
font-size: 19px;
border-bottom: 2px solid #000;
padding-bottom: 5px;
margin-bottom: 5px;
}

#slideLinks {
list-style-type: none;
padding-left: 20px;
padding-top: 5px;
height: 36px;
background: url(images/border-bottom.gif) no-repeat top;
}
#slideLinks li {
display: inline;
}
#slideLinks li a {
color: #000;
font-weight: bold;
width: 19px;
height: 19px;
margin: 0 10px 0 0;
display: block;
float: left;
text-decoration: none;
text-align: center;
background: url(images/bg-slide-button.gif) no-repeat;
}
#slideLinks li a:hover {
color: #fff;
background: url(images/bg-slide-button-over.gif) no-repeat;
}
.current {
color: #fff;
background: url(images/bg-slide-button-over.gif) no-repeat;
}