﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; outline: 0 }

body {
	font: 0.8em 'Trebuchet MS', Verdana, Tahoma, arial, sans-serif;
	color: #fff;
}

a
{
	text-decoration:none;
}

a img
{
	border:0px;
}


#wrap
{
	margin-left:200px;
	width:800px;
}
#headerTop
{
	height:80px;
}
#headerBottom
{
	text-align:right;
	color:#70381d;
	padding:5px;
}
#nav_bar
{
	background:url(../images/menu.jpg) no-repeat 0px 0px;
	height:25px;
}

#contentLeft_wrap
{
	width:435px;
	float:left; border:0px;
}

#content_wrap_2
{	
	border:solid 5px #fff; 
	margin-top:20px; 
	background:#c77a2a;
}

#contentLeft_2
{	
	width:390px;
	float:left;
}


#contentLeft
{	
	border:solid 5px #fff; 
	margin-top:20px; 
	background:#c77a2a;
}


#contentLeft p, #contentLeft_2 p, #contentRight_2 p, #content_wrap_2 p
{
	padding:0px 10px 10px 10px;
}
#contentLeft_2 ul, #contentRight_2 ul
{
	padding:5px 10px 10px 30px;
}

ol
{
	padding:5px 10px 10px 50px;
	font-weight:900;
	color:#70381d;
}

.list1 ul
{
	padding:5px 10px 10px 50px;
	color:#70381d;
}

ol a, ul a
{
	color:#70381d;
	font-weight:900;
}
ol a:hover, ul a:hover
{
	color:#fff;
}

#contentLeft h2, #contentLeft_2 h2, #contentRight_2 h2, #content_wrap_2 h2
{
	font-size:1.3em;
	font-style:italic;
	font-weight:100;
	padding:5px 10px;
	background:#70381d;
	margin-top:20px;
	margin-bottom:10px;
}

#contentRight_2
{
	width:390px;
	float:right;
}

#contentRight_2 h3, #contentLeft_2 h3, #content_wrap_2 h3
{
	padding:15px 10px 0px 10px;
	color:#70381d;
}

#contentRight
{
	float:left;
	width:330px;
	border:solid 5px #fff;
	margin:20px 0px 20px 20px;
	background:#7e3f1c;
}

#contentRight h2
{
	font-size:1.5em;
	font-style:italic;
	padding:5px 10px;
	background:#dbcba7;
	font-weight:100;
	color:#7e3f1c;
}


#contentRight a, #contentRight a:visited
{
	color:#c77a2a;
	font-weight:900;
}

#contentRight a:hover
{
	color:#fff;
	font-weight:900;
}


#footer
{
	padding:20px 0px;
	text-align:center;
}

#footer a, #footer a:visited, .link4
{
	color:#fff;
	font-style:italic;
	font-size:1.1em;
	font-weight:900;
}

#footer a:hover, .link4:hover
{
	color:#70381d;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.listItem
{
	border-bottom:1px solid #fff;
	padding:15px;
}

.listItem img
{
	float:left;
	padding:10px 10px 0px 0px;
}

.listItem h3
{
	font-size:1.3em;
	font-style:italic;
	font-weight:100;
	padding:5px 10px;
}

.right
{
	text-align:right;
	padding-right:10px;
}

.reference
{
	padding-left:90px;
	padding-right:20px;
	font-style:italic;
}


.link1
{
	color:#70381d;
	font-weight:900;
	text-decoration:underline;
}

.link1:hover
{
	color:#fff;
}

.link2
{
	color:#000;
	font-weight:900;
}

.link2:hover
{
	color:#444;
}

.link3
{
	color:#c77a2a;
	font-weight:900;
}

.link3:hover
{
	color:#fff;
}

.link5
{
	color:#fff;
}

.form_label
{
	height:35px;
	margin-left:15px;
	color:#70381d;
	font-weight:900;
	font-size:1.2em;
	float:left;
	width:110px;
}
.form_input
{
	height:35px;
	float:left;
}
input[type=text]
{
	border:0px solid #aaa;
	height:20px;
	padding-top:2px;
}
.form_textarea
{
	margin-left:15px;
}
textarea
{
	border:1px solid #aaa;
}
input[type=submit]
{
	color:#c77a2a;
	border:1px solid #70381d;
	font-weight:900;
	background:#70381d;
}

.form_submit
{
	text-align:right;
	padding:10px 50px 10px 0px;
	padding-top:10px;
}

td a.link5
{
	padding-left:10px;
	font-size:1.2em;
}
td a.link5:hover
{
	color:#70381d;
}

h4
{
	background:#e1caa1;
	padding:5px 10px;
	font-size:1.2em;
	color:#70381d;
}
