/* eaglerock.css

   This is the main style sheet for the eagle rock website
 */

body {
   margin: 10px;
	 font-family: "Arial", sans-serif;
	 font-size: 13px;
	 background-color: #afafaf;
}
td.border_top {
	background-image: url('../imaget/top_shadow.gif');
}
td.border_right {
	background-image: url('../imaget/right_shadow.gif');
}
td.border_left {
	background-image: url('../imaget/left_shadow.gif');
}
td.border_bottom {
	background-image: url('../imaget/bottom_shadow.gif');
}

#page {
	margin-top: 0px;
	margin: 0px;
	padding: 2px;
	border-color: #901212;
	border-style: none;
	border-width: 0px;
	background-color: #d0cccc;

	}
#content {
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 6px;
	padding-left: 7px;
	padding-bottom: 12px;
	border-color: #901212;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
}

#titleBanner {
	border-color: #901212;
	border-style: solid;
	border-width: 1px;
	clear:both;
	height: 100px;
	background-color: #ffffff;
}

#lnav
{
	float: left;
	clear:left;
	padding-top: 13px;
	padding-right: 7px;
	padding-bottom: 13px;
	margin-right: 7px;
	margin-top: 10px;
	margin-left: 0px;
	width: 130px;
	border-width: 1px;
	border-color: #901212;
	border-style: solid;
	height:150px; 
	background-color: #ECEAEC;
	background-image: url('../imaget/gridLight.png');
	
}

#lnav a.hbuttons 
{
    BORDER-RIGHT: #333333 2px solid;
    BORDER-BOTTOM: #333333 2px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    PADDING-TOP: 4px;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 7px;
    PADDING-BOTTOM: 4px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND: #ab0000;
    FLOAT: left;
    TEXT-TRANSFORM: uppercase;
    WIDTH: 100%;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    ALIGN: center;
	background-image: url('../imaget/navbglight.jpg');
   }
#lnav a.hbuttons:hover
{
    BORDER-RIGHT: #4a7f9b 2px solid;
    PADDING-RIGHT: 7px;
    BORDER-TOP: #0d2638 1px solid;
    PADDING-LEFT: 4px;
    BORDER-LEFT: #0d2638 1px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: #4a7f9b 2px solid
}

a {
   color: #901212;
	 font-family: "Arial", sans-serif;
	 font-weight: bold;
	 text-decoration: underline;
	 /*background-color: white;*/
}


a:hover {
	 color: #666600;
}

h1 {
   font-size: 18px;
	 background-color: transparent;
	 color: #901212;
}

h1.pageTitle {
   text-align: center;
}

h2 {
   font-size: 15px;
   background-color: transparent;
	 color: #2B2D7C;
	 padding-top: 13px;
	 margin-top: 0px;
	 padding-bottom: 0px;
	 padding-bottom: 0px;
}

img {
   border: 0px solid;
}

img.frame{
   border: #901212 2px solid;
   float: right;
   
}

p.notice {
	font-weight: bolder;
	font-style: italic;
	border: 1px solid #CB2027;
	padding: 7px;
}

#footer {
	margin-top: 3px;
	padding: 5px;
	text-align: center;	
	border: 1px solid #901212;
	/*border-top: url('../');*/
	font-size: 11px;
	background-image: url('../imaget/gridLight.png');
}
td.box {
	margin-top: 0px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #901212;
	background-color: #fff;

	}
