/* CSS Document */


* {
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	
}

body {
	background-image: url(images/bk_main_12.jpg);

}

p {
	line-height: 1.25em;
	padding-bottom: 5px;
	padding-top:5px;
}


#green {
	background-image: url(images/bk_green.png);
	background-repeat: repeat-x;
	height: 780px;
}

p, ul {
	color: #2c1929;
	font-size: .86em;
	
}

ul {
	padding-left:15px;
}

p a {
	color: #686654;
}

p a:HOVER {
	color: #4e4808;
} 

h1 {
	font-size: 1.25em;
	font-weight: bold;
}

h2 {}

h3 {
	font-size: .85em;
	color: #1f1f53;
	margin: 0px;
}

ul {
	
}


#container {
	width: 917px;
	margin-right: auto;
	margin-left: auto; 
	
}

#mainLinks {
	float: right;
	width: 460px;
	height: 32px;
	position: relative;
	top: -7px;
	
}


#mainLinks img  {
	padding-left: 2px;
	padding-right: 2px;
}


#footer {
	text-align: center;
	font-size: .65em;
}
#footer ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer ul li a {
	color: #5b4857;
	text-transform: uppercase;
	
	}



#content {
	padding-top: 0px;
}

.gone {
	display: none;
}

.btn {}

.contentBox {
	padding-top: 11px;
	background-image:url(images/mainBoxMiddle_06_06.png);
	background-position: middle;
	background-repeat: repeat-y;

}

.contentTop {
	background-image: url(images/mainBoxTop_06.png);
	height:43px;
	width:917px;
}

.contentBot {
	background-image:url(images/mainBoxBot_10_10.png);
	height:45px;
	background-repeat: no-repeat;
	width:917px;

}




.grayBoxInside {
	width:96%;
	margin-left:20px;
	margin-right: 20px;
	
	
}

.grayBoxInsideAcc {
	width:95%;
	margin-left:30px;
	margin-right: 20px;
	
}

#homeLeft {
	float: left;

}
#homeRight {
	float: right;
	width: 470px;
	padding-right: 20px;
	

}
.grayBoxInsideLeft {
	width:37%;
	margin-left:30px;
	margin-right: 40px;
	float:left;
}


.clear {
	clear: both;
}

.img {
	background-color:#fbfbf2;
	padding: 10px;
	margin: 10px;
	border:#999999 solid 1px;
}

.left {
	background-image: url(images/floral_left.png);
	width: 72px;
	height: 325px;
	position: relative;
	top:-280px;
	left: -15px;
}

.right {
	background-image: url(images/floral_right.png);
	width: 77px;
	height: 155px;
	position: relative;
	top:-440px;
	left: 850px;

}