* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	}
.dropcap {
	font-variant: small-caps;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.float_right {
	float: right;
	padding:1px;
	border: 2px solid white;
	}
.float_left {
	float: left;
	padding:1px;
	border: 2px solid white;
	}
.source {
	display: block;
	font-weight: bold;
	}
.right_source {
	padding:0 50px 0 50px;
	font-weight:bold;
	text-align:center;
}

.break {
	border-bottom: 1px dotted black;
}

.listing{
	margin-left: 30px;
	}
.listing li{
	margin-top: 5px;
	}
.blockquote_container {
	margin: 20px 0;
	padding-top:10px;
}
.buttons{
	display: block;
	clear: both;
}
.buttons input {
	padding: 3px;
	margin: 10px;
	width: 50px;
}
.small {
	font-size: smaller;
}
.justify {
	text-align: justify;
	}
.header_img  {
	margin-left: 0px;
	}
.return_to_top {
	border-top:1px dotted black;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #8EA684;
}
a {
	color: #1B5100;
	text-decoration: none;
	border-bottom: 1px black solid;
}
a:hover {
	color: #000000;
	}
a img { border: 0;}
img.empty {
	border: black 1px dotted;
	}
div#container {
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	background: #dbe8ce;
	border-right: 1px solid #8DA684; 
	border-left: 1px solid #8DA684;
	}
#container:after{
	/* this ensures nothing is after the container section, such as random elements that are too big. */
	content:".";
	display: block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}
div#outer_border {
	border-right: 2px solid white;
	border-left: 2px solid white;
	width: 722px;
	margin: 0 auto;
}
div#header {
	width: 720px;
	height: 157px;
	background-image: url('media/header.jpg');
	border-bottom: 1px darkblue solid;
	}
div#header h1 {
	width: 720px;
	height: 166px;
	position: absolute;
	left: -1000px; /* hides the header text. If styles are turned off, you still see the header text */
}	
div#nav {
	width: 720px;
	margin-top: 3px; 
	padding: 5px 0;
	background-color: #334B75;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
	}
div#nav li{
	display: inline;
	padding: 5px 23px; 
	border-right: 1px black solid;
	}
div#nav .last {
	/* so there is no trailing navigation separator */
	border-right: none;
	}
div#nav a{
	color: white;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 2px;
	height: 100%;
	border: none;
	}
div#nav a:hover {
	color: #ddd;
	}
div#content {
	background-color: #DBE8CE;
	width: 720px;
	padding: 0px;
}	
div#left_panel {
	text-align: left;
	width: 475px;
	float: left;
	/* margin-left: 20px;
	padding: 15px;*/
	padding: 15px 0 0 0;
	background-color: #DBE8CE;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1B5100;
	margin-left: 5px;  /* only spacing it by 5px because all media (ie: headers) are spaced 10px in all directions */
	/* border-left: 1px solid #8EA684; */
}
#left_panel h1{
	font-family: Garamond;
	font-size: 20px; 
	color: #02347D;
	margin: 0 0 5px 10px;
	}
#left_panel h2 {
	margin: 13px;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	font-weight:bolder;
	}
#left_panel h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 10pt;
	}
#left_panel p{
	margin: 0 0 15px 30px;
	line-height: 2;
	}
#left_panel blockquote {
	margin: 10px 0 5px 20px;
	font-style: italic;
}
#left_panel label {
	padding: 0px 0;
	margin: 3px 0;
	clear: left;
	}
#left_panel legend {
	color: black;
	}
#left_panel fieldset {
	margin: 10px;
	padding: 15px;
	}
#left_panel img {
	/*padding: 0 10px; */
	margin: 10px;
	}

#left_panel ul {
	margin: 0 0 0 100px;
	padding:0 0 15px 0;
	}
#left_panel h4 {
	margin: 0 0 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-weight:100;
	font-style:italic;
	}

#testimonial_image {
	margin:10px 30px 10px 30px;
	padding: 1px;
	border: 2px solid white;
}

fieldset label {
	float: left;
	margin-left: 20px;
	}
fieldset input, fieldset textarea {
	float: right;
	width: 250px;
}
div#right_panel {
	width: 200px;
	float: right;
	background-color: #DBE8CE;
	padding: 15px 0;
	margin-right: 15px;
	text-align: right;
	color: #333333;
	}
div#right_panel p {
	margin: 10px 0px;
	text-align: center;
	line-height: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#right_panel img{
	padding: 1px;
	border:2px solid white;
}
#right_panel h1{
	font-family: Garamond;
	font-size: 20px; 
	color: #02347D;
	margin: 0 0 5px 10px;
	}
#right_panel h2 {
    font-family: Garamond;
    font-size: 22px;
    color: #02347D;
    margin: 5px auto;
}
div#footer {
	float: left;
	width: 720px;
	background-color: #334B75;
	padding: 10px 0;
	border-top: 1px darkblue solid;
	}
div#footer img {
	border: 1px black solid;
	height: 30px;
	}
div#footer #guild_media a {
	text-decoration: none;
	border-bottom: none;
}
div#guild_media {
	margin-left: 10px;
	float: left;
}
div#contact_info{
	margin-right: 10px;
	float: right;
}
span#address {
	display: block;
	text-align: right;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
}
span#trademark {
	display: block;
	color: #fff;
	text-align: right;
	font-size: 7pt;
}
input[type=text] { width: 200px; }