/* Cascading Style Sheet for exit81.com */

/* normalize browsers */
* { padding:0; margin:0; }

/* Colors for Exit81.com
 * dark_red: 6c0203  (header,footer,h1)
 * cream:	 f4eed9  (logo)
 * dcream:	 e2dabd	(border)
 * white:	 ffffff  (background)
 * black:	 000000  (header,footer)
 * dgrey:	 222222	(text)
 */

body {
	font-family: Georgia;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	background: #f4eed9;
	color: #222222;
}

#top_menu a:link { color: #f4eed9; border-bottom: none; text-decoration: none; }
#top_menu a:active { color: #f4eed9; border-bottom: none; text-decoration: none; }
#top_menu a:visited { color: #f4eed9; border-bottom: none; text-decoration: none; }
#top_menu a:hover { color: #6c0203; border-bottom: 1px dotted #6c0203; text-decoration: none; }

a:link { color: #222222; border-bottom: none; text-decoration: none; }
a:active { color: #222222; border-bottom: none; text-decoration: none; }
a:visited { color: #222222; border-bottom: none; text-decoration: none; }
a:hover { color: #6c0203; border-bottom: 1px dotted #6c0203; text-decoration: none; }

select {
	width: 130px;
	border: 1px #e2dabd solid;
	margin-top: 5px;
}

p {
	padding: 10px;
	text-align: justify;
	text-indent: 25px;
}

h1 {
	font-size: 18px;
	color: #6c0203;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2dabd;
}

h2 {
	font-size: 18px;
	color: #6c0203;
	padding: 10px 15px;
}

#header_wrap {
	width: 100%;
	background: url('../images/header_back.jpg') repeat-x;
}

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto 0;
	background: url('../images/header_logo.jpg') no-repeat;
}

#top_menu {
	width: 800px;
	height: 20px;
	padding-top: 6px;
	color: #f4eed9;
	font-size: 11px;
	text-align: right;
}

.navtop {
	margin-left: 5px;
	margin-right: 5px;
}

#content_wrap {
	width: 100%;
}

#content_full {
	width: 800px;
	margin: 0 auto 0;
	padding-top: 5px;
	background: #f4eed9;
}

#content_nav1 {
	width: 150px;
	float: left;
	border: 5px #e2dabd solid;
	margin: 5px;
	background: #ffffff;
}

ul { 
	padding: 10px;
}

li {
	list-style: none;
  	padding: 4px 0 5px 25px;
  	border-bottom: 1px solid #e2dabd;
  	background: url('../images/li.jpg') no-repeat;
  	background-position: 5px 5px;
}

#content_nav2 {
  	width: 150px;
  	float: left;
  	border: 5px #e2dabd solid;
  	margin: 5px;
  	background: #ffffff;
}

#content_nav3 {
  	width: 150px;
  	float: left;
  	border: 5px #e2dabd solid;
  	margin: 5px;
  	background: #ffffff;
}

.cl_input {
	width: 120px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #e2dabd;
	color: #6c0203;
}

.cl_submit {
	width: 50px;
	float: right;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 4px 8px;
	border: 1px solid #e2dabd;
	font-family: Georgia;
	color: #6c0203;
}

.cl_submit:hover {
	color: #f4eed9;
	background: #6c0203;
}
			
#content_main {
  	width: 610px;
  	height: 500px; 
  	float: right;
  	border: 5px #e2dabd solid;
  	margin: 5px;
  	background: #ffffff;
}

.con_nav_outer {
	width: 610px;
	text-align: center;
	padding-left: 2px;
}

.con_nav_inner {
	float: left;
	width: 184px;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #6c0203;
	text-align: center;
}

.con_nav_inner:hover {
	background: #6c0203;
	color: #f4eed9;
}

.contact_row {
	clear: both;
	padding: 15px;
	margin-left: 20px;
}

.contact_left {
	float: left;
	width: 100px;
}

.contact_right {
	float: left;
	width: 450px;
}

.contact_input {
	width: 400px;
	padding: 2px;
	border: 1px solid #e2dabd;
	font-family: Georgia;
	color: #6c0203;
}

.contact_textarea {
	width: 400px;
	height: 250px;
	padding: 2px;
	border: 1px solid #e2dabd;
	font-family: Georgia;
	color: #6c0203;
}

.contact_full {
	width: 505px;
}

#footer_wrap {
  	width: 100%;
}

#footer {
  	width: 800px;
  	height: 75px;
  	margin: 0 auto 0;
}

.clearer { clear: both; }
