@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

html, body {
	height: 100%;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	background: #8C7B6D url(images/background.jpg) repeat-x;
}

.clearboth {
	clear: both;
}


#container {
	min-height: 100%;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -64px;
}

/*-------------------- Navigation ---------------------*/
#nav {
	width: 765px;
	height: 52px;
	display: inline;
	float: left;
	padding-bottom: 27px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width:  765px;
	height: 52px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 52px;
	background: url(images/nav_both.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav_both.jpg);
}

#nav li#aboutus a {
	width: 125px;
}
 
#nav li#aboutus a:link,
#nav li#aboutus a:visited {
	background-position: 0px 0px;
}

#nav li#aboutus a:hover {
	background-position: 0px -52px;
}

#nav li#websiteplanner a {
	width: 198px;
}

#nav li#websiteplanner a:link,
#nav li#websiteplanner a:visited {
	background-position: -126px 0px;
}

#nav li#websiteplanner a:hover {
	background-position: -126px -52px;
}

#nav li#faq a {
	width: 84px;
}

#nav li#faq a:link,
#nav li#faq a:visited {
	background-position: -324px 0px;
}

#nav li#faq a:hover {
	background-position: -324px -52px;
}

#nav li#looseends a {
	width: 133px;
}

#nav li#looseends a:link,
#nav li#looseends a:visited {
	background-position: -408px 0px;
}

#nav li#looseends a:hover {
	background-position: -408px -52px;
}

#nav li#contactus a {
	width: 135px;
}

#nav li#contactus a:link,
#nav li#contactus a:visited {
	background-position: -541px 0px;
}

#nav li#contactus a:hover {
	background-position: -541px -52px;
}

#nav li#home a {
	width: 89px;
}

#nav li#home a:link,
#nav li#home a:visited {
	background-position: -676px 0px;
}

#nav li#home a:hover {
	background-position: -676px -52px;
}


/*--------------------End Navigation ---------------------*/

#homepagephotos {
	height: 400px;
	width: 765px;
	position: relative;
}

#animationphotos {
	position: absolute;
	top: -18px;
}

#homepage_content {
	width: 765px;
}

#page_content {
	width: 765px;
}

#left_column {
	float: left;
	width: 185px;
	margin-top: 45px;
	margin-left: 30px;
}

#right_column {
	float: right;
	width: 495px;
}

#text_area {
	background: #F6F1EE;
	width: 420px;
	padding: 20px 10px 10px;
	margin-left: 10px;
}

#text_area_pages {
	background: #F6F1EE;
	width: 725px;
	padding: 30px 20px 20px;
}
#text_area_pages h1 {
	font-size: 14px;
}

#text_area h1 {
	font-size: 13px;
	color: #352A23;
}

#small_navigation {
	height: 20px;
	width: 400px;
	margin-bottom: 10px;
}

#small_navigation ul {
	margin: 0px;
	padding: 7px 0px 0px 7px;
	height: 20px;
	width: 400px;
	list-style: none;
	float: left;
}
#small_navigation ul li {
	float: left;
	display: block;
}

#small_navigation ul li a, #small_navigation ul li a:active, #small_navigation ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #352A23;
}

#small_navigation ul li a:hover {
	text-decoration: underline;
	display: block;
	float: left;
}

.clearfooter {
	height: 64px;
	clear: both;
}


#footer {
	height: 64px;
	width: 100%;
	background: url(images/footerbackground.jpg);
}

#footer_main {
	height: 64px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footertext_left {
	float: left;
	width: 300px;
	margin-top: 15px;
	color: #FFFFFF;
}

#footertext_right {
	float: right;
	width: 500px;
	color: #FFFFFF;
	margin-top: 15px;
}
#footer a, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#header {
	height: 142px;
	width: 765px;
	position: relative;
}
#header_photos {
	position: absolute;
	top: -30px;
	right: -20px;
}

#header_logo {
	width: 200px;
	padding: 4px 0px 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/logo.png) no-repeat top left;
	width: 156px;
	height: 127px;
}

#header_logo a {
	width: 156px;
	height: 127px;
	display: block;
	text-indent: -999999px;	
}
#text_area_left {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#text_area_right {
	float: right;
	width: 435px;
}

