/* eco_content.css */

@page { size: landscape;
	margin: 1cm; }

/* CONTENT Layout */
div#entirety div#shell { background: #DBDBDB url('../images/content/shell_background.jpg') no-repeat;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; }

/* For UTILITY Layout, see eco.css */

div#entirety div#shell div#utility div#home_link { float: left;
	margin: 3px 0px 0px 10px;
	font-size: 0.7em; }
div#entirety div#shell div#utility div#home_link a { color: #505B6F;
	text-decoration: none; }
div#entirety div#shell div#utility div#home_link a:hover { text-decoration: underline; }

div#entirety div#shell div#header { height: 212px; }

/* For MENU Layout, see eco.css */
div#entirety div#shell div#menu ul li { display: inline;
	margin-left: 30px; }

div#entirety div#shell div#content_block { text-align: justify;
	margin: 0px 0px 0px 40px;
	height: 76px;
	width: 700px; }
div#entirety div#shell div#content_block h5 { color: #611313;
	margin: 5px 10px;
	font-family: Georgia, serif;
	font-weight: 800; }

div#entirety div#shell div#content_block p { font-size: 0.7em;
	color: #565F87;
	margin: 10px 10px 0px; }

div#entirety div#shell div#content { background: #DBDBDB url('../images/content_flow.gif') repeat-y;
	padding: 10px 20px;
	text-align: left; }
div#entirety div#shell div#content div#plain_content { padding: 0px 30px;
	width: 675px; }
div#entirety div#shell div#content h5 { color: #611313;
	margin: 10px 0px;
	font-family: Georgia, serif;
	font-weight: 800; }
div#entirety div#shell div#content h6 { color: #657084;
	margin: 10px 0px;
	font-family: Georgia, serif;
	font-weight: 800; }

div#entirety div#shell div#content p { margin: 10px 0px;
	font-size: 0.7em;
	color: #565F87; }
div#entirety div#shell div#content a { color: #657084; }
div#entirety div#shell div#content a:hover { color: #3C485B; }
div#entirety div#shell div#content img { border: 0; }

div#entirety div#shell div#content div.columnShell div.leftCol { float: left;
	width: 55%; }

div#entirety div#shell div#content div.columnShell ul.home_display { list-style: none;
	margin: 0;
	clear: both; }
div#entirety div#shell div#content div.columnShell ul.home_display li { display: inline;
	float: left;
	text-align: right;
	width: 120px;
	margin: 10px 5px; }
div#entirety div#shell div#content div.columnShell ul.home_display li h6 { color: #611313;
	margin: 0px;
	font-family: Georgia, serif;
	font-weight: 800;
	text-align: left; }
div#entirety div#shell div#content div.columnShell ul.home_display li p { margin: 0;
	font-size: 0.7em; }

div#entirety div#shell div#content div.columnShell div.rightCol { float: right;
	width: 39%; }

div#entirety div#shell div#content div.contact_layout { clear: both;
	margin: 10px 30px;
	font-weight: 800;
	font-size: 0.7em;
	color: #565F87; }
div#entirety div#shell div#content div.contact_layout div.title { float: left;
	width: 150px; }
div#entirety div#shell div#content div.contact_layout div.input { float: left;
	width: 250px;
	margin-left: 10px; }
div#entirety div#shell div#content div.contact_layout input,textarea { font-size: 1.2em;
	color: #565F87;
	font-weight: 100; }

div#entirety div#bottomBorder { background: url('../images/bottom_border.gif') no-repeat center top;
	height: 6px;
	font-size: 1px;
	width: 775px; }

/* DIV POPUP IFRAME */
div.iframe,iframe.iframe { background: url('../images/iframeback.png');
	font-size: 0.7em; }
div.iframehead { color: #ACB8CD;
	background: #ACB8CD;
	font-weight: bold; }
div.iframehead a { color: #303B4F; }
div.iframehead a:hover { color: #565F87; }
/* EO.DIV POPUP IFRAME */
/* EO.CONTENT Layout */
