@charset "UTF-8";
/* 
	Background-Styles 
*/

#main {
	padding-bottom:30px;
	background-image: url(images/backgroundSlice.jpg);
	background-repeat: repeat-x;
}
#main .container {
	background-repeat:no-repeat;
	background-image: url(images/backgroundPhoto.jpg);
}



/* 
	Top Block Text-Styles   
*/

.text_block {
	float:left;
	width:540px;
	height: 125px;
}
.text_block h1 {
	font-family: Helvetica, Arial, "san serif";
	font-size: 20px;
	color:#ffffff;
	font-weight:bold;
	line-height:39px;
	margin: 0px;
	margin-left: 58px;
	padding-top: 29px;
}



/*
	Mini Features
*/

.topcolumn1 {
	float:left;
	border-right: 1px solid #d5cbb1;
	border-bottom:none;
	width: 202px;
	margin-right:21px;
	margin-top:5px;
	padding-right:21px;
	padding-left: 15px;
}

.topcolumn2 {
	float:left;
	border-right: 1px solid #d5cbb1;
	border-bottom:none;
	width:202px;
	margin-right:21px;
	margin-top:5px;
	padding-right:21px;
	
}
.topcolumn3 { 
	float:left;
	border-right: 1px solid #d5cbb1;
	border-bottom:none;
	width:202px; 
	margin-right:21px;
	margin-top:5px;
	padding-right:21px;
}
.topcolumn4 { 
	float:left; 
	border-bottom:none;
	width:207px; 
	margin-top:5px;
}
h3 {
	font-family: Helvetica, Arial, san serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#1F5592;
	text-transform: normal;
	line-height:15px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p { 
	margin: 0px 0px 15px 0px;
}

/*
	Logo Box
*/

.bottomRow {
	padding-left:15px;
	padding-right:15px;
	border: 1px solid #D3D0C2;
	background-color: #E7E4DD;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bottomRow h4 {
	font-family: Helvetica, Arial, san serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#1F5592;
	text-transform: normal;
	line-height:15px;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.bottomRow img {
	margin-right: 10px;
}

