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

#slideshow {
  width: 760px;
  height: 507px;
}

.header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2E00C7;
	
}
.copy {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #535A3B;
	
	line-height: 26px;
}

.copy2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #535A3B;
	
}
div#container {
	padding: 15px;
	vertical-align: top;
}

.content-main {
	height: 575px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#content-white {
	background-color: #FFF;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	margin-top: 5px;
}
#col1 {
	float:left;
	margin: auto;
	height: 507px;
	width: 240px;
	}
	h2 {
		margin:0 0 1em;
	}
#col2 {
	float:right;
	padding:15px;
	vertical-align : middle;
	display : table-cell;
	}
	
	DIV.container {
	min-height: 10em;
	display: table-cell;
	vertical-align: top;
	height: 507px;
	text-align: right;
	width: 255px;
	padding-top: 140px;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/bg.jpg);
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #3310CC;
	text-decoration: none;
}
a:visited {
	color: #3310CC;
	text-decoration: none;
}
a:hover {
	color: #F3F;
	text-decoration: none;
}
a:active {
	color: #3310CC;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-image: url(../bbg.png);
	height: 40px;
}
.uborder {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #85953A;
}
.uborder2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #85953A;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #85953A;
}

.lborder2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0B344;	
	
}
.GREEN {
	color: #85953A;

}
