/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	padding:0;
	height:100%;
	background-color:#fdd488;
	color:#000000;
	text-align:center;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:14px;
	/*background-image: url(images/bk.gif);*/
	background-repeat: repeat;
	margin-top: 20px;
	background-position: top;
	
}
.clearer{
	clear: both;
}
img{
border:none;
}
a {
	color:#A70C10;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-weight: bold;
	line-height: 1.1em;
	font-size: 15px;
}
.img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.imgright {
	float: right;
	padding-top: 20px;
}


blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}
	/*#upbg
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #fff url('images/bg2.jpg') repeat-x;
	z-index: 1;
	}*/
#border{
	border:1px solid #666666;
	width: 764px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#centerColumn {
	width:750px;
	text-align:left;
	/*vertical-align: middle;*/
	background-color:#FFFFFF;
	border:7px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#header {
	height:112px;
	background-color:#B8E48A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#header h1 {
	font-size:24px;
	letter-spacing:0.1em;
	color: #620000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 15px;
	font-weight: bold;
}

#header h2 {
	margin:0;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.1em;
	color: #620000;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 20px;
}

#menu
{
	height: 42px;
	margin-bottom: 2px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #8DC100;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul{
	width: 100%;
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu ul li { display: block; float: left; margin: 0 0 0 5px; }
#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu ul li a.current{
	color: #FFFFFF;
	/*padding: 5px 15px 0;*/
	background-color: #81AF00;
	background-image: url(images/menuactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 12px;
}
#mainblock {
	width: 715px;
	background-image: url(images/bamboo_bk.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	float: left;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
}
#mainblock_location {
	width: 715px;
	text-align: left;
	float: left;
	padding-bottom: 130px;
}
#mainblock .left {
	float: left;
	width: 500px;
	margin-bottom: 15px;
}
#mainblock .right {
	float: right;
	width: 200px;
}
#mainblock .eqleft {
	float: left;
	width: 350px;
}
#mainblock .eqright{
	float: right;
	width: 350px;
}

.box{
	border: 1px solid #999999;
	margin-bottom: 8px;
	background-color: #F2ECDE;
	line-height: 22px;
	font-size: 15px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-align: center;
}

.smbox{
	border: 1px solid #999999;
	background-color: #F2ECDE;
	padding: 6px;
	float: left;
	width: 280px;
}
/*.box {
	width: 180px;
	border: 1px solid #999999;
	background-color: #E7F5F5;
	font-weight: normal;
	line-height: 22px;
	font-size: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}*/
.boxleft {
	width: 400px;
	border: 1px solid #999999;
	background-color: #F2ECDE;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 30px;
	line-height: 20px;
}

#footer {
	position:relative;
	bottom:0;
	height:4em;
	line-height:4em;
	text-align:center;
	font-size:.8em;
	background-color:#FFFFFF;
	background-image: url(images/border1.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 750px;
}
#mainblock .condqleft {
	float: left;
	width: 250px;
	margin-left: 100px;
}
#mainblock .condqright{
	float: right;
	width: 250px;
	margin-right: 100px;
}

