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

body {
	margin:0;
	padding:0;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#banner {
	width:1000px;
	height:540px;
	margin:0;
	padding:0;
}
#text {
	width:1000px;
	background-image: url(2/images/backgrd.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding: 2px 0;
	background-position: center;
	float:right;
}
#textleft {
	width:780px;
	float:left;
	margin: 0 0 0 110px;
	background-color #66FF00;
}
textright {
	width:230px;
	float:right;
	margin: 0 100px 0 0;
	background-color #FFFF33;
}
#textleftindex {
	width:400px;
	float:left;
	margin: 0;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
#textrightindex {
	width:350px;
	float:right;
	margin: 0;
	border-right: 1px solid #EDEDED;
}

.fadein { position:relative; height:110px; width:780px; }
.fadein img {
	position:absolute;
	left:0;
	top:0;
	width: 780px;
}

#footer {
	width:1000px;
	margin:0;
	padding:0;
	background-image: url(2/images/footer.jpg);
	background-position: bottom;
	height:40px;
	background-repeat: no-repeat;
	clear: both;	
}
h1, h2, h3, h4, p {
	margin: 0 10px 5px 10px;
	font-family: 'Nunito', sans-serif;
	color:#0D2C66;
	padding:0;
}
h1 {font-size:36px;
font-weight:bold;
color:#0D2C66;

}
h2 {font-size:16px;
font-weight:bold;
color:#BF001E;
margin-top:10px;
}
h2 a {
	font-weight:bold;
color:#BF001E;
text-decoration:underline;
}
	
h3 {font-size:13px;
font-weight:bold;
margin-top:10px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 120%;
	color: #000;
}
p a {
	color:#333333;
	text-decoration:underline;
}
.quote {
	font: bold 12px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 5px 50px;
	margin: 0;
	text-indent: 0px;
	}
.quoter {
	font: oblique normal 12px/110% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 15px 100px;
	margin: 0;
	text-indent: 0px;
	}
	
	#twowide {
	clear: both;
	width: 780px;
	margin:0 auto;
}
ul {
	margin: 0 15px 15px 0;
}

img {
	border:none;
}

#text1 {
	width: 260px;
	background-color #CCFF33;
	float:left;
	border-right: 2px solid #D6D6D6;
}
#text2 {
	width:260px;
	background-color #6FC;
	float:left;
	border 1px solid #000;
}
#text3 {
	width:240px;
	background-color #00FF00;
	float:right;
	border-left: 2px solid #D6D6D6;
}
#text2and3 {
		width:800px;
		float:right;
		border 1px solid #000;
}
.clearboth {
	clear: both;
}

#text1 h1, #text2 h1, #text3 h1 {
	font-size:18px;
}