/* Style for the entire page */
body {
	margin: auto;
	background: #273041 url(../images/background.gif) center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

/* Hide the border from images */
img {
	border: none;
}

/* Hide the outline when clicked on an image */
a {
outline: none;
}

/* Link styles for the entire page */
a:link {
	color: #00B36C;
}

a:visited {
	color: #00B36C;
}

a:hover {
	color: #7C7151;
	text-decoration: none;
}

/* Style for main container */
#main {
	width: 100%;
}

/* Style for the header, containing the logo */
#header {
	background-color: #000000;
	color: #FFFFFF;
	width: 770px;
	margin: auto;
}

/* Style for the logo */
#logoContainer {
	font-weight: bold;
	background-color: #000000;
	color: #00B36C;
	width: 770px;
	height: 250px;
	text-align: center;
}

/* Style for the image slider */
#scrollingContainer {
	background-color: #000000;
	width: 675px;
	height: 250px;
	margin: 20px auto 0 auto;
	text-align: center;
}

/* Making the width to be 100% */
#navigation {
	background: #638291 url(../images/Bar.gif) repeat-x;
	color: #FFFFFF;
	width: 100%;
}

/* The links will display in 800px width */
#navigationContent {
	width: 800px;
	height: 20px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

/* Style for the navigation links */
#navigationContent a {
	background: #638291 url(../images/Bar.gif) repeat-x;
	color: #CCCCCC;
	text-decoration: none;
	padding: 15px;
}

#navigationContent a:hover {
	background: url(../images/BarHover.gif) repeat-x;
	color: #CCCCCC;
	text-decoration: underline;
	padding: 15px;
}

/* Style for the main content below the navigation */	
#mainContent {
	background-color: #000000;
	width: 800px;
	margin: auto;
	text-align: left;
}

/* Box to the right of the content */
#content{
	font-size: 16px;
	color: #FFFFFF;
	width: 750px;
	margin: 15px 15px 0px 25px;
	line-height: 25px;
	text-align: left;
}

/* Green color */
.greentext {
	color: #00B36C;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

.question {
	color: #00B36C;
	font-size: 18px;
	font-weight: bold;
}

#definition {
	font-size: 20px;
	color: #00B36C;
	text-align: center;
}

/* Style for the contact information */
#contact {
	font-size: 20px;
	color: #FFFFFF;
	width: 750px;
	margin: 15px 0px 0px 35px;
	line-height: 20px;
	text-align: center;
}

/* Address */
#address {
	font-size: 16px;
	float: left;
	width: 250px;
	padding-right: 30px;
	text-align: center;
}

/* Phone */
#phone {
	font-size: 16px;
	float: left;
	width: 150px;
	padding-right: 30px;
	text-align: center;
}

/* Website */
#website{
	font-size: 16px;
	float: left;
	width: 250px;
	text-align: center;
}

/* Style for the footer */
#footer {
	clear: both;
	color: #FFFFFF;
	width: 800px;
	height: 200px;
	margin: auto;
	padding-top: 25px;
}

/* Style for content inside the footer */
#footerContainer {
	width: 770px;
	margin: auto;
	text-align: center;
}

/* Affiliated logo floating to the left */
.companyLogo {
	width: 275px;
	height: 275px;
	float: left;
	padding-left: 20px;
}

/* Style for the bottom left box */
.mammothLinks {
	width: 400px;
	height: 275px;
	float: left;
	padding-top: 5px;
	padding-left: 45px;
	margin-bottom: 15px;
}

.realestatetext {
	clear:both;
	font-size: 11px;
	text-align: left;
}

	.textcol {
		float: left;
		width: 225px;
		margin-left: 25px;
	}
	
		.textcol h2 {
			font-size: 11px;
		}

/* Style for the google-placement link */
.google-placement {
	clear:both;
	color: #FFFFFF;
	font-size: 12px;
	width: 770px;
	padding-top: 30px;
	padding-bottom: 15px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:675px;
		height:250px;
		overflow:hidden;
		}	

	#prevBtn, #nextBtn{
	display:none;
	}
	
/* // Easy Slider */

/* Style for the contact form */
#contactForm {
	background-color: #000000;
	color: #FFFFFF;
	width: 500px;
	height: 475px;
	border: 1px solid #273041;
	padding-top: 25px;
	
}

/* Style for form questions */
.formq {
	color: #FFFFFF;
	font-weight: bold;
}

/* Form text */
.formtext {
	color: #273041;
}

/* Form button */
.formbutton {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* Contact box */
.contactbox {
	width: 450px;
	height: 218px;
	color: #00B36C;
	margin-left: 150px;
	border: 1px solid #273041;
	text-align: left;
}

/* Images inside contact box */
.contactbox img {
	margin-right: 10px;
}

.green{
	color: #00B36C;
	text-align: center;
}