@charset "utf-8";
body {
	background-image:url(../cms_img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}	
html, body{
height:100%;
}
.eif #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -160px;
	position: relative;

}
.eif #header {
	height: 190px;
	width: 960px;
	position:relative;
	background-image: url(../cms_img/head_bg.jpg);
	background-repeat: no-repeat;
}
#header .logo{
	float:left;
	width:140px;
	padding: 30px 0px 0px 0px;
}

.eif #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 70px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.eif #mainContent {
	width: 900px;
	position:relative;
	text-align: left;
	padding: 30px;
}

.eif #splash {
	width:960px;
	height:340px;
}

.eif #footer {
	background-color: #CCCCCC;
	height: 160px;
	position: relative;
	background-image: url(../cms_img/foot.jpg);
	background-repeat:repeat-x;
	background-color:#C7C5C0;
}
.eif #footer_box{
	background-image:url(../cms_img/foot_bg2.jpg);
	background-repeat:no-repeat;
	width:960px;
	margin:0 auto;
	padding: 30px 0px 0px 0px;
}
.eif #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}


.clearfooter {
   height: 160px;
   clear: both;
}

/*--------------------------------------------------------------------- NAVI */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
}

#nav-menu li a
{
	float: left;
	display: block;
	padding:85px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	height:100px;
	color: #BDBAAB;
	text-decoration: none;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#nav-menu li a:hover{
	color:#FFFFFF;
	background-image: url(../cms_img/navi_bg.jpg);
	background-repeat:repeat-x;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:450px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#nav-menu .highlight{
	color:#FFFFFF;
	background-image: url(../cms_img/navi_bg.jpg);
	background-repeat:repeat-x;
}
#nav-menu .highlight a:hover{
	color:#FFFFFF;
	background-image: url(../cms_img/navi_bg.jpg);
	background-repeat:repeat-x;
}

/************************** TYPE *******************/
h1, h2, h3, h4, p {
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

h1 {
font-size:28px;
font-weight:normal;
color:#990000;
}

h2 {
	font-size:28px;
	color:#990000;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size:18px;
	color:#990000;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

p {
	font-size:12px;
	line-height: 21px;
}

p a{
color:#000000;
text-decoration:underline;
}
p a:visited{
color:#000000;
text-decoration:underline;
}
p a:hover{
	color:#990000;
	text-decoration:underline;
}

h4 {
	font-size:11px;
	padding:10px 0px;
	color: #CC9966;
}
h4 a{
	font-size:11px;
	padding:10px 0px;
	color: #CC9966;
	text-decoration:none;
}
h4 a:visited{
	font-size:11px;
	padding:10px 0px;
	color: #CC9966;
	text-decoration:none;	
}
h4 a:hover{
	font-size:11px;
	padding:10px 0px;
	color: #CC0000;
	text-decoration:none;
}




/******************* BOXES ********************/

.intros {
	float:left;
	width:280px;
	padding: 0px 20px 20px 0px;
}

.article {
	float:left;
	width:590px;
	padding: 5px 10px 40px 0px;
}

.article h2{
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:15px;
	color: #74715F;
}

	
/* ========================= INPUT ========================== */

.input_generic { /* FIELD */
	background-color:#E1DECC;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus { /*FIELD FOCUS*/
	background-color:#BEBAAE;
}
textarea:focus { /*FIELD FOCUS*/
	background-color:#BEBAAE;
}

.input_select { /* FIELD */
	background-color:#E1DECC;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input_btn_submit { /*BUTTON*/
	background-color:#990000;
	font-size: 11px;
	color: #F2F2E8;
	padding: 8px;
	border: 0px solid;
	cursor: pointer;
}
.input_btn_submit:hover { /*BUTTON*/
	background-color:#CC0000;
}

.input_btn_clear { /*BUTTON*/
	background-color:#FFCC66;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border: 0px solid;
	cursor: pointer;
}

