@charset "UTF-8";
/* CSS Document */

* {
	/* Turns off default padding and margins on ALL elements, including paragraphs (p) and headers (H1, H2, H3, etc.) */
	margin: 0;
	padding: 0;
	color: #000000;
	}
	
a, a:hover { 
	/* Turns off the automatically-generated line beneath every link.  To turn it back on, you will need to use the style "text-decoration: underline" or you can create a custom line using the "border-bottom" style */
	text-decoration: none;
	}

body {
	/* Styles the template's background colors and default fonts. */
	text-align: center;
	font-family: Helvetica, Arial, sans-serif, sans;
	font-size: 62.5%;
	background: url(../images/edges_02.jpg) top center repeat-x;
	}
	
#outer-content {
	background: url(../images/background.jpg);
	width: 1024px;
	height: 760px;
	margin: 0 auto;
	text-align: center;
	}
	
#inner-content {
	width: 810px;
	margin: 0 auto;
	text-align: center;
	}
	
#header {
	/* styles the header */
	width: 810px;
	height: 110px;
	font-family: Helvetica, Arial, sans-serif, sans;
	font-size: 1.8em;
	float: left;
	display: inline;
	}
	
#header ul {
	list-style: none;
	vertical-align: bottom;
	padding: 80px 0px 10px 0px;
	float: right;
	}
		
#header ul li {
	float: left;
	margin: 0; 
	padding: 0px 0px 0px 20px;
	vertical-align: bottom;
	}
		
#header ul li a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #c8c7ba;
	font-weight: lighter;
	}
	
#header ul li a:hover {
	display: block;
	height: 30px;
	text-decoration: underline;
	color: #ffffff;
	}
	
#home-content {
	width: 810px;
	display: inline;
	float: left;
	padding: 20px 0px 0px 0px;
	}
	
#home-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #640301;
	font-weight: lighter;
	text-align: left;
	}
	
#home-content ul {
	list-style: none;
	vertical-align: bottom;
	padding: 0px 0px 10px 0px;
	float: left;
	font-size: 1.8em;
	}
		
#home-content ul li {
	float: left;
	margin: 0; 
	padding: 0px 20px 0px 0px;
	vertical-align: bottom;
	}
		
#home-content ul li a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #640301;
	font-weight: lighter;
	}
	
#home-content ul li a:hover {
	display: block;
	height: 30px;
	text-decoration: underline;
	color: #727163;
	}
	
#home-content p {
	font-size: 1.4em;
	color: #dedfd6;
	text-align: left;
	padding: 2px 2px 2px 2px;
	line-height: 1.8em;
	}
 
#footer {
	width: 810px;
	display: inline;
	float: left;
	border-top: #333333 1px solid;
	margin-top: 10px;
	}
	
#footer p {
	font-family:  Helvetica, Arial, sans-serif, sans;
	font-size: 1.1em;
	padding-top: 5px;
	text-align: left;
	}
	
#footer p a {
	color: #727163;
	text-decoration: underline;
	}
	
#footer p a:hover {
	text-decoration: none;
	}
	
.left_footer {
	display: inline;
	float: left;
	text-align: left;
	}
	
.right_footer {
	display: inline;
	float: right;
	text-align: right;
	}

/* The following tags style the contact page form */

#contact_container {
	width: 810px;
	height: 405px;
	background: #727163;
	float: left;
	display: inline;
	}

#home-content form {
	/* determines the width and background color of the form */
	padding: 10px 10px;
	margin: 0em 0em 0em 0em;
	}

#home-content label {
	/* styles all form labels */
	color: #2c4d57;
	vertical-align:top;
	padding: 0.5em 0em 0em 0em;
	display:block;
	font-weight: bold;
	}

#home-content textarea {
	/* styles the user text area area of the form */
	margin-top: 0.5em;
	line-height: 1.4em;
	font-size: 1.1em;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2c4d57;
	}

#home-content input {
	/* styles the user input area of the form */
	padding: 0em 0em 0em 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	}
	
#home-content input value {
	text-align: left;
	}
	
.left_contact {
	display: inline;
	float: left;
	height: 420px;
	width: 420px;
	}
	
.right_contact {
	display: inline;
	float: right;
	height: 420px;
	width: 300px;
	}
	
.right_contact img {
	border: 1px solid #333333;
	margin: 20px;
	float: right;
	}

.left_content {
	display: inline;
	float: left;
	text-align: left;
	width: 270px;
	margin-right: 20px;
	}
	
.left_content img {
	border: 1px solid #333333;
	}
	
.right_content {
	display: inline;
	float: left;
	width: 500px;
	margin-right: 20px;
	}
	
.right_content p {
	font-size: 1.2em !important;
	color: #2c4d57 !important;
	text-align: left;
	padding: 2px 2px 2px 2px;
	line-height: 1.4em !important;
	}
	
.right_content p a {
	color: #727163;
	text-decoration: underline;
	}
	
.right_content p a:hover {
	text-decoration: none;
	}
