/* CSS Document */

body
{
text-align: center;
height: 100%;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 80%;
text-align: left;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: verdana, arial, sans-serif; }

h1 { font-size: 2.7em; line-height: 1; margin-bottom: 0.25em; color: #473721;  }
h2 { font-size: 2em; margin-bottom: 0.25em; color: #ffffff; }
h3 { font-size: 1.6em; line-height: 1; margin-bottom: 0.25em;color: #95bb41; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.25em; color:#666666; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.25em; }
h6 { font-size: 1em; font-weight: bold; }


a           	{ color:#473721;
	text-decoration:underline;
}
a:focus, 
a:hover {
	color: #16759e;
}
a:visited		{}
a:visted:hover 	{}

.screen {

	width: 100%;
	margin: 0%;
	padding: 0px;
	text-align: center;

}

.page {

	width:100%;
	text-align: center;
	align: center;
	padding: 10px;
	vertical-align: middle;

}

.container {

	padding: 10px 30px 10px 30px;
	vertical-align: middle;

}


.container_lg {

	padding: 10px;
	vertical-align: middle;
	width: 970px;
	text-align: center;

}

.header {

	width: 100%;
	background: #fff;
	text-align: center;

}




.banner {

	width: 100%;
	background: #111111 url(bluestripe.jpg);
	float: left;
	text-align: right;
	height: 215px;
	color: #ffffff;
	font-family: georgia, times, times new roman, serif;
	border-top: 10px solid #274158;
	border-bottom: 10px solid #274158;


}


.left_column {

	width: 30%;
	background: #eee;
	float: left;
	text-align: left;
	height: 100%;
	padding: 5px 10px 5px 10px;
}


.middle_column {

	width: 40%;
	background: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 10px;


}


.right_column {

	width: 30%;
	background: #eee;
	float: left;
	text-align: left;
	height: 100%;
}


.footer {

	width: 100%;
	background: #aaa;
	text-align: left;
	float: left;
	position: relative;


}


img.main {

	height: 300px;
	width: 500px;
	float: none;
	margin: 20px;

}


.box {

	width: 800px;
	padding: 50px;
	border: #ccc 1px solid;
	text-align: left;
	margin-top: 25px;
	font-family: verdana, arial, sans-serif;
	color: #444444;
	font-size: 14px;

}


#thumb {

	border: 1px solid #cccccc;
	margin: 0px 20px 20px 40px;
	padding:4px;
	background:#fff;
	float: right;


}



#colors {

	float: left;
	margin-top: -5px;


}


.content {

	width: 100%;

}