@charset "utf-8";
/* CSS Document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #E7E7E7;
	color: #333333;
}
#container{
	width:850px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(images/bk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#container2{
	width:850px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-right: 8px;
	padding-left: 8px;
	}#header {
	margin: 0;
	width: 850px;
	height: 100px;

}
#logo {
	width: 337px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}
#address {
	width: 437px;
	padding-left: 10px;
	float: right;
	padding-right: 10px;
	text-align: right;
	color: #353E8B;
	height: 80px;
	font-weight: bold;
}
.whitetext {
	font-size: 11px;
	color: #FFFFFF;
}

#nav{
	height:42px;
	width:100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #060E59;
} #imageheader {
	margin: 0;
	width: 850px;
	height: 267px;
	background-color: #CCCCFF;

}
#image {
	width: 337px;
	float: right;
}
#main {
	margin: 0;
	width: 850px;

} 
#righttext {
	margin: 0;
	width: 440px;
	float: right;
	padding-right: 15px;
	padding-top: 8px;
}
#lefttext {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 700px;
}
#lefttext2 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 700px;
}
#lefttext3 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 600px;
}
#lefttext4 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 735px;
}#lefttext5 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 500px;
}
#lefttext6 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 530px;
}
#lefttext7 {
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/rosemary.jpg);
	height: 530px;
}#inner {
	width: 500px;
	margin: 0;
	float: right;
}
.imagepad {
	padding: 2px;
}
.titletext {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6E5374;
}




#footer{
	clear:both;
	text-align: center;
	line-height: 35px;
	background-color: #060E59;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
 } 
 
 /* LINKS

---------------------------------------------------------------------------------------------------------------------------------------------------*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;	
}
a:active {
	color: #333333;
	text-decoration: underline;
} 
.whitelink a:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:visited {
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.whitelink a:active {
	color: #ffffff;
	text-decoration: none;
} 
