@charset "UTF-8";
body  {
	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;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-attachment: fixed;
	background-image: url(../images/waves.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D3BE60;
}
.main #container1 {
	background-attachment: fixed;
	background-image: url(../images/elclogoSmall.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.main #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
	background-image: url(../images/clearbg50.png);
} 
.main #header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 285px;
} 
.main #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0089CF;
}
.main #sidebar1 {
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	font-size: 90%;
	margin-top: 15px;
	padding-top: 0px;
}
.main #linkbox a {
	border: 1px solid #0089CF;
	background-color: ;
	display: block;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 140px;
}
.main #linkbox a:hover{
	border: 1px solid #0084C9;
	background-color: #FFFFFF;
	color: #0089cf;	
}
.main #linkbox1 a {
	background-color: #0089cf ;
	display: block;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 140px;
	border: 1px solid #000000;
}
.main #linkbox1 a:hover{
	background-color: #005B99;
	color: #ffffff;
	border: 1px solid #000000;
}
.main #linkboxSM a {
	background-color: ;
	display: block;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 140px;
}
.main #linkboxSM a:hover{
	background-color: #FFFFFF;
	color: #0089cf;
	border: 1px solid #0089cf;
}
.main #linkboxPN a {
	background-color: ;
	display: block;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #0089cf;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 140px;
}
.main #linkboxPN a:hover{
	background-color: #FFFFFF;
	color: #0089cf;
	border: 2px solid #FF0000;

}
.main  h3  {
	color: #FF0000;
	margin-top: 0px;
	padding-top: 10px;
}
.main  h4  {
	color: #00709E;
	margin-top: 0px;
	padding-top: 10px;
}
.main #sidebar2 {
	float: right;
	font-size: 90%;
	width: 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main #container #sidebar2 h4 {
}
.main #mainContent {
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 0px;
}
.main #mainContentBox {
	border: 5px solid #0089CF;
	padding: 10px;
	background-color: #FFFFFF;
}
.main #mainContentBoxHome {
	border: 5px solid #0089CF;
	padding: 10px;
	
}
.main  #mainContentBox  li {
	font-size: 80%;
	padding-bottom: 5px;
}
.main   #mainContent   h1 {
	color: #0089CF;
	margin-top: 0px;
	padding-top: 10px;
}

/* End HEADER Menu */
.main #container h2 {
	color: #0089CF;
}
.main #sidebarBox {
	background-color: #0089CF;
	padding: 5px;
	width: 140px;
	color: #000000;
	font-weight: bold;
}
.main #sidebarBoxPRV {
	background-color: #FFCC49;
	padding: 5px;
	width: 140px;
	color: #0089CF;
}
.main  #sidebar2Box {
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 5px;
	border: 1px solid #0089CF;
	margin-bottom: 15px;
}
.main #sidebar2Box a:hover{
	background-color: #FFFFFF;
	color: #0089cf;
	border: 1px solid #0084c9;

}
.main  #sidebar2BoxHOME {
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.main #sidebar2BoxHOME a:hover {
	background-color: #FFFFFF;
	color: #0089cf;
	border: 1px solid #0084c9;

}
.main #footer {
	padding: 0 10px 0 20px;
	font-size: 70%;
	text-align: center;
} 
.main #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* HEADER MENU */

#headermenu-container
	{
	background-color: #FFCC49;
	width: 102%;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#headermenu
	{
	width:102%;
	font-style: italic;
	font-weight: bold;
	font-size: 8.5pt;
	}
		
#headermenu a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	height: 20px;
	background-color: #FFCC49;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	
#headermenu a:link, #headermenu a:visited, #headermenu a:active	/* menu at rest */
	{
	color: #000000;
	text-decoration:none;

	}
	
#headermenu a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #F99B0C;
	text-decoration:none;
	}	
	
#headermenu a.top_parent, #headermenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#headermenu a.parent, #headermenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#headermenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;

	/* width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#headermenu li
	{
	position:relative;
	min-height: 25px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	
	}

#headermenu ul ul 
	{
	position:absolute;
	font-size:10px;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:200px;
	
	}

#headermenu ul ul ul
	{
	top:0px;
	left:100%;
	}

div#headermenu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#headermenu li:hover ul ul,
div#headermenu li li:hover ul ul,
div#headermenu li li li:hover ul ul,
div#headermenu li li li li:hover ul ul
{display:none;}

div#headermenu li:hover ul,
div#headermenu li li:hover ul,
div#headermenu li li li:hover ul,
div#headermenu li li li li:hover ul
{display:block;}
.main   #table1 {
	font-size: 80%;
}
.main   #table1   th {
	padding-right: 4px;
	text-align: left;
}
.main #table2 {
	font-size: 80%;
}
.main #table2 th {
	padding-right: 4px;
	text-align: left;
}
.main #table2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.borderleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.main #mainContent2 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.main  #mainContent2  h1 {
	color: #0089CF;
	margin-top: 0px;
	padding-top: 10px;
}
.main #mainContentBox2 {
	border: 5px solid #0089CF;
	padding: 10px;
	background-color: #FFFFFF;
}
.warning {
	color: #FF0000;
}
.smalltext {
	font-size: 10px;
}

