/* CSS Document */

/*/////////////// CSS style sheet - EAC ///////////
designed by Online Dynamic              ////*/

body 
{ 
  margin: 0px;
  padding: 0px;
  background-image: url(images/eac_background.jpg);
  background-repeat:repeat-x;
  background-attachment:fixed;
  margin: auto;
}


/*/////////////// Div Containers ///////////////*/

#container {
	margin: 8px auto;
	top:10px;
	width:780px;
	height:100%;
	border-width: 0px;
	border-color:#039;
	border-style:solid;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 780px;
	height: 130px;
        padding: 0px 0px 0px 0px;
	top: 0px;
	background: #e0e0e0 url(images/eac_header.jpg) no-repeat top left;
	color: #008;
	border-width: 0px;
	border-color:#039;
	border-style:solid;
  }

#AviTop  {
        float: right;
  }

/*  Search Form -------------------------------------- */
#search {
	padding: 5px 5px 0;
	position: absolute;
	left: 615px;
	top: 35px;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    position:relative;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: 0px 0px 0;
    padding: 1px 0 0;
    right: 0px;
}
input.FSF_submit { 
    position:relative;
    margin: 0px 0 0;
    padding: 0;
    height: 24px;
    line-height: 20px;
    top: 3px;
    vertical-align:50%;
}  

/* Side bar  
---------------------------------------------------- */

#sidebar {
	z-index:100;
        width: 170px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
        background: #FFFFFF;
  }
/* end of side bar  ------------------------ */


/* Main Menu   
---------------------------------------------------- */
#menu {
width: 120px;
background: #FFFFFF;
padding: 20px 0px 0px 10px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
color: #000;
background: #efefef;
text-decoration: none;
}


#menu ul li.here, ul li.here a, ul li.here_last {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
color: #a00;
background: #efefef;
text-decoration: none;
}

div#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul {
width:100%;
background:#ccc;
}

#menu ul ul a{
padding: 0 0 0 15px;
}

div#menu ul ul {
display: none;}

div#menu li:hover ul,
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul li.here ul
{display: block;}




/*--------------End of Menu ---------- */


#content {
	position: relative;
	width: 560px;
	height: 100%;
	bottom: 2px;
	float: left;
	top: 5px;
        bottom:10px;
}


#footer {
	clear:both;
        position: relative;
        margin: 0px auto;
	height: 90px;
	bottom: 2px;
	left: 0px;
	top: 0px;
        padding: 10px 10px 1px 70px;
}

#copyright {
        margin: 0px auto;
        	
}
#copyright a, a:link, a:visited, a:active { text-decoration: none;
}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Special Text Handling
------------------------------------------------------------- */
.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
