/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	
	color: #000;
	font: 12px Verdana,Arial, sans-serif;
	background: #ebe5d4;
}

.photo	{
	/*border:1px solid #014f42;*/
	border:1px solid #fff;
	background:#96bd77;
	padding:5px;
	float:right;
	max-width:225px;
	margin:0 0 10px 10px;
	}
a {
	color: #fff;
}
a:hover	{
	color:#000;
	text-decoration:underline;
	}
a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("../images/icon_mailto.gif") no-repeat center right; }
a[href$='.pdf'] 		{padding:0 18px 0 0; background: transparent url("../images/pdf-icon16x16.gif") no-repeat center right; }
p {
	padding: 0 0 12px 0;
}
ul 	{
	list-style-type: square;	
	}
a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:#a8be81;
}
#header	{
	background:transparent url("../images/header.jpg") no-repeat;
	height:200px;
	width:960px;
	}
#menubar	{
	width: 960px;
	height:30px;
	font-size:11px;
	font-weight:bold;
background:transparent url("../images/menu.jpg") no-repeat;
	}
#header	.logo	{
	float:left;
	}
#content {
	position:relative;
	background:transparent;
}
#main {
	float: left;
	width: 610px;
	/*display: inline;*/
	padding:10px 20px;
	background:transparent;
	min-height:300px;
}
#main p, #main ul, #main ol, #main dl	{
	line-height:22px;
	}
#main ul	{
	margin-left:35px;
	}
.vendors	{
	margin:0 auto;
	text-align:center;
	}
#sidebar {
	padding:10px 10px 10px 30px;
	float: right;
	width: 270px;
	height:400px;
	/*display: inline;*/
	background:transparent url("../images/sidebar.jpg") no-repeat;
	font-size:12px;
}
.address	{
	padding:10px;
	}
#sidebar ul	{
	margin:0 0 0 25px;

	}
#sidebar ul li	{
	margin:0 0 5px 0;
	}
/*	##################################
   	HEADINGS
	################################## */
h1, h2 {
	padding: 0 0 10px 0;
	font-family: Arial Verdana, sans-serif;
	color:#461d0d;
	font-weight:bold;
}
h2 {
	font-size: 25px;
	letter-spacing:-2px;
}
h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	font-family: Arial Verdana,sans-serif;
}
h3 {
	color:#22331f;
	font: bold 22px "Arial Narrow", Arial, sans-serif;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	background:transparent;
}
#footer {
	clear:both;
	width: 940px;
	margin: 0 auto;
	padding: 20px 10px;
	background:#ebe5d4 url("../images/bg-footer.png");
	color:#fff;
	font-size:10px;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}
fieldset {
	padding: 0 20px 20px 20px;
	border: none;
}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }
textarea {
	width: 90%;
	height: 100px;
}
input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}
.floatLeft	{
	float:left;
	margin:0 10px 10px 0;
	}
.floatRight	{
	float:right;
	margin:0 0 10px 10px;
	}
.rounded {
	border:3px solid #000;
	}
.indicate-required	{
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;font-size:11px;width:100%;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe .title		{font-weight:bold;}
.stripeMe tr.normal		{background:#dff1d0;}
.stripeMe tr.alternate	{background:#b8d2a3;}
.stripeMe tr.over		{background:#faa634;color:#fff;}
.stripeMe td			{padding:5px;vertical-align:top;}
.stripeMe .title		{font-weight:bold;}
img.embellish, .article img			{background:#eee;border:1px solid #ddd;padding:10px;}
