/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #2c92ab;
	color: #373e44;
	font-family: "Lucida Sans";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#bg-container {
	background: url(../images/layout/page-bg.jpg) repeat-x #fae5d4;
	clear: both;
	overflow: hidden;
	width: 100%;
}
	
#container {
	background:url(../images/layout/container-bg.jpg) center repeat-y #fae5d4;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 940px;
}
	
#header {
	clear: both;
	float: left;
	height: 305px;
	width: 940px;
}

#slideshow {
	clear: both;
	display: inline;
	float: left;
	height: 207px;
	margin: 5px 0 0 24px;
}

#main-nav {
	background: url(../images/layout/main-nav-bg.jpg);
	clear: both;
	display: inline;
	float: left;
	height: 45px;
	margin-left: 24px;
	width: 890px;
}

#wrapper {
	background: url(../images/layout/wrapper-bg.jpg) no-repeat;
	float: left;
}
	
#main-content {
	clear: both;
	display: inline;
	float: left;
	margin: 10px 30px;
	width: 880px;
}

#footer-wrapper {
	background: url(../images/layout/footer-wrapper-bg.jpg) repeat-x;
	clear: both;
	float: left;
	height: 100%;
	width: 100%;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg);
	clear: both;
	font-size: 80%;
	height: 92px;
	margin: 0 auto;
	width: 940px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #2a92ab;
	font-size: 180%;
	margin: 0 auto 0 5px;
}

h2 {
	color: #2a92ab;
	font-size: 125%;
	margin: 7px auto 2px 10px;
}

h3 {
	font-size: 110%;
	margin: 10px auto -5px 15px;
}

p {
	margin: 10px 10px 6px 10px;
	line-height: 140%;
}

blockquote {
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 460px;
}

blockquote h2 {
	font-style: italic;
	margin-bottom: 2px;
}

blockquote p {
	margin-top: 0px;
}

ul, ol {
	margin: 5px 10px 5px 25px;
}

li {
	margin: 0 0 7px 0;
}

dl {
	margin: 20px auto;
	width: 800px;
}

dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}

dd {
	margin: 0 0 20px 20px;
}

a:link, a:visited {
	color: #247a8f;
}
	 
a:hover {
}
	 
a:active {
}


/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav li {
	display: inline;
	text-align: center;
	width: 120px;
}

#main-nav a:link, #main-nav a:visited {
	color: #ffffff;
	float: left;
	font-size: 22px;
	margin: 5px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav a:hover, #main-nav a:active {
	color: #FFCC99;
}

#main-nav a.down {
	color: #FFCC99;
}

#footer a.down {
	color: #CC6600;
	text-decoration: overline;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer ul {
	clear: both;
	margin: 0;
	padding-top: 28px;
	width: 100%;
}

#footer li {
	display: inline;
}

#footer p {
	margin: 2px 0;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#home-link {
	display: inline;
	float: left;
	height: 50px;
	margin-left: 20px;
	width: 430px;
}

#phone-number {
	color: #ffffff;
	float: left;
	display: inline;
	font-size: 125%;
	height: 20px;
	margin: 22px 0 0 280px;
	width: 200px;
}

.clear {
	clear: both;
}

.first	{
	margin-top: 10px;
}

.img-l {
	float: left;
	margin: 10px;
}

.img-r {
	float: right;
	margin: 10px;
}

.two-col-list {
	display: inline;
	float: left;
	width: 400px;
}

.two-col-list li {
	float: left;
	margin-left: 30px;
	width: 150px;
}

.two-col-full {
	display: inline;
	float: left;
	margin: 10px 0 20px 40px;;
	width: 800px;
}

.two-col-full li {
	float: left;
	margin-left: 10px;
	width: 350px;
}

.highlight {
	display: inline;
	font-style: italic;
	text-align: center;
	width: 100%;
}

.testimonial {
	background: #ddf0f3;
	margin: 20px 0 10px 30px;
	padding: 8px;
	width: 500px;
}

.quote {
	color: #2a92ab;
}

.no-bullet {
	list-style: none;
}

.contact-info {
	display: inline;
	float: left;
	width: 490px;
}

.dei-link {
	font-size: 80%;
}

.features-intro {
	display: inline;
	float: left;
	margin-left: 20px;
}

.office-features {
	display: inline;
	float: left;
	margin-left: 50px;
}

.contact-results {
	clear: both;
	float: left;
	margin: 30px 0 10px 300px;
	width: 300px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	width: 330px;
}

#contact-form label { 
	text-align: left;
	width: 80px; 
	float: left; 
	display: inline;
}

#contact-form input {
	background: #fee4d3;
	border: 1px solid #ccc;
	height: 20px;
	padding: 2px;
	width: 220px;
}

#contact-form textarea {
	background: #fee4d3;
	border: 1px solid #ccc;
	padding: 4px;
	width: 290px;
}

#contact-form .submit {	
	background: url(../images/layout/submit.jpg) no-repeat;
	border: none;
	color: #444444;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	text-transform: uppercase;
	width: 130px;
}

#contact-form .submit:hover {
	background: url(../images/layout/submit-over.jpg) no-repeat;
	color: #24768b;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}