/* CSS Document */
body {
	background-color:#ECF0F4;
	}
/*--- Framework ---*/
#wrapper {
	background-image:url(../images/wrapper-ctr.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	}
#wrapper-top {
	background-image:url(../images/wrapper-tp.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#wrapper-base {
	background-image:url(../images/wrapper-bt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
#whole {
	background-color:#FFFFFF;
	}
/*--- Header ---*/
#header {
	background-color:#172882;
	}
#header .leftCorner_head {
	background-image:url(../images/top_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#header .rightCorner_head {
	background-image:url(../images/top_right.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#header .bottomright_head {
	position:absolute;
	top:102px;
	right:0px;
	width:10px;
	height:10px;
	background-image:url(../images/top-right-corner02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#header span.logo {
	background-image:url(../images/EarlBright_logo.jpg);
	}
	
/*--- Footer ---*/
#footer .leftFoot {
	background:url(../images/bottom-left.gif) left bottom no-repeat;
	}
#footer .rightFoot {
	background:url(../images/bottom-right.gif) left bottom no-repeat;
	}
#footer .centreFoot-1 {
	background-color:#233CC7;
	}
#footer .centreFoot-2 {
	background-color:#172882;
	}
	/*--- Footer Content ---*/
#footer .centreFoot .links a:link, #footer .centreFoot .links a:visited {
	color:#333333;
	}
#footer .centreFoot .links a:hover {
	color:#5B34FA;
	}
/*-- Accessibility toolbar --*/
#accessibilty ul.text-size li a {
	color:#000000;
	}
/*--- main content---*/

/*--- Sidebar ---*/
.menu ul li {
	border-bottom:1px dotted #999999;
	}
.menu li a:link, .menu li a:visited {
	color:#4D4637;
	background-image:url(../images/menu-arrow.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
	} 
.menu li a:hover, .menu li a:focus {
	color:#5B34FA;
	background-image:url(../images/menu-arrow-down.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
	}
#sidebar a.skip:link, #sidebar a.skip:visited {
	color:#4D4637;
	}
#sidebar a.skip:hover {
	color:#5B34FA;
	}

/*--- content area ---*/
#content {
	color:#333333;
	}
#content .line {
	border-bottom:2px solid #182983;
	}
#content h1 {
	background:url(../images/circles_icon.jpg) right top no-repeat;
	color:#182983;
	}
#content h2 {
	color:#182983;
	border-bottom:2px solid #182983;
	}
#content h3 { 
	color:#182983; 
	}
#content a:link, #content a:visited {
	color:#2D00B9;
	}
#content p.date {  
	color:#2F00BB;
	}
/*--- photos ---*/
#content .photo-01 {
	border:1px solid #182983;
	}
#content .photo-02 {
	border:1px solid #182983;
	}
.browse img{
	border:1px solid #FFFFFF;
	}
