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

/*<style type="text/css">*/

html, body { 
	margin: 0px;
	padding: 0px;
	height: 100%; 
}
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width: 756px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	background-color: #8dc268;
}
#top {
	background-color: #3e301e;
	border-bottom: 9px solid #3e301e;
}

/* single column */
#content {
	position: relative;
	background: #f1eee6 url(images/c.jpg) bottom left no-repeat;
	min-height: 345px;
	height:auto !important;
  	height:345px;
	
	width: 756px;
	/*overflow: hidden;*/
}
.cPad {
	padding: 0 54px 45px 78px;
}


/* two column */
/*#colContainer { 
	overflow: hidden;
}
#content #col1 { 
	float: left; 
	background: #ccc; 
	width: 200px; 
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}
#content #col2 { 
	float: left; 
	background: #eee; 
	width: 200px; 
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}*/

#col1 {
	float: left;
	width: 512px;
	overflow: hidden;
}
.col1Pad {
	padding: 0 54px 45px 78px;
}
#col2 {
	float: left; 
	width: 244px;
	overflow: hidden;
	background: url(images/rightbg.jpg) top right no-repeat;
	/*margin-bottom: -15px;*/
  	height:402px;
	overflow: auto;
	/*margin-bottom: -2000px; 
	padding-bottom: 2000px; */
	
	color: #ffffff;
	font-size: 11px;
}
#col2BG {
	width: 244px;
	height:402px;
	overflow: auto;
}
.col2Pad {
	padding: 30px;
}


#bottom {
	background-color: #363913;
	border-bottom: 26px solid #8dc268;
}


/* homepage feature */

#homeSidebar {
	padding-left: 4px;
}
#sbMenu {
	padding-left: 6px;
}

/* image headings */
img.imgHeading {
	margin: 0 -54px 0 -78px;
}

/* text styles */
h1 {
	font-weight: normal;
	color: #A61840;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 12px;
}
h2 {
	font-weight: normal;
}
p, div, h1, h2 ,h3 ,h4 ,h5, h6 {
	line-height: 1.3em;
}
p {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 18px;
}
ol {
	margin-left: 34px;
}
li {
	list-style-type:disc;
}

a {
	color: #A61840;
	text-docoration: underline;
}
a:hover {
	color:#FF3300;
}
#col2 a {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF200;
	text-decoration: none;
}
#col2 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 21px;
	color: #387C2B;
}

/* green */
.emphasisG18 {
	font-size: 18px;
	color: #387C2B;
}
.emphasisG15 {
	font-size: 15px;
	color: #387C2B;
}
.emphasisG14 {
	font-size: 14px;
	color: #387C2B;
}
.emphasisG13 {
	font-size: 13px;
	color: #387C2B;
}
/* red */
.emphasisR15 {
	font-size: 15px;
	color: #A61840;
}
.emphasisR14 {
	font-size: 14px;
	color: #A61840;
}
.emphasisR13 {
	font-size: 13px;
	color: #A61840;
}
/* brown */
.emphasisB13 {
	font-size: 13px;
	color: #846D45;
}
.emphasisB10 {
	font-size: 10px;
	color: #846D45;
}
/* Yellow */
.emphasisY13 {
	font-size: 13px;
	color: #FFF684;
}
.emphasisY11 {
	font-size: 11px;
	color: #FFF684;
}

.normalB11 {
	font-size: 11px;
}


/* forms */
label { display: inline; }
th {
	text-align: left;
	font-weight: normal;
}
form {
	margin: 0px;
}
input, textarea {
	border: 2px solid #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input[type='checkbox'], input[type='radio'] {
	border-width: 0px;
	background-color: transparent;
}
select, option {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
button {
	border-width: 0px;
	padding: 0;
	margin: 0;
	background: transparent;
}



