@charset "UTF-8";
@import url(gdh_base.css);

/* -- Template Overrides -- */
#divHeader {
	border-bottom: 1px solid #fff;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	background: #000 url(../media/images/lakeside/header.bg.png) repeat-x top;
}
#divPage{ 
	border-bottom: 0px #fff solid; 
	border-left: 0px #fff solid;
	border-right: 0px #fff solid;
}
#divMenu {
	border-left: 1px #fff solid;
}
#divMenu_content {
	background: #757575 url(../media/images/lakeside/nav.bg.png) repeat-x top;
}
#divBottom { 
	border: 1px #1f2d57 solid; 
	background-color: #eaeef4;
}
#divFooter { 
	border-top: 1px #4462bc solid; 
	background: #fff;
}

/* -- Header Styles -- */
#hdrBG {
	background-image: url(../media/images/lakeside/header.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#hdrRight {
	float:right;
	height: 126px;
	width: 110px;
	margin-right: 24px;
	margin-top: 24px;
}
#hdrLeft {
	margin-right: 175px; 
	margin-left: 0px;
	height: 153px;
	padding: 11px;
	font-size: 150%;
	color: #fff;
}
#hdrLeft div {
	margin-top: 66px;
	margin-left: 11px;
	display: none;
}
#hdrLeft .hdr {
	margin-top: -4px;
	font-size: 166.67%;
	font-weight: bolder;
}
#hdrLeft .bookmark {
	margin-top: 0px;
	font-size: 66.67%;
}

/* -- Template Styles -- */

body {
	color: #666;
	background: #b06b13 url(../media/images/lakeside/page.bg.png) repeat-x top;
}

h3 { color: #7b8e59 }

a { color : #0e5b9e; text-decoration : underline; }
a:hover { color : #7b8e59; text-decoration : underline; }
a:visited { color : #7b8e59; text-decoration : none; }

#leftCol_content { padding-top: 6px; background: #fff; border-right: 1px solid #b3c0e2 }
#rightCol_content { padding-top: 21px; }
#rightCol_content li a { color: #7b8e59; }
#rightCol_content li a.selected { color: #0D223C; }
#rightCol_logo { text-align: center; padding-top: 27px; }

#crumbs { border-bottom: 1px #eaeef4 solid; background: #fff; border-right: 1px solid #b3c0e2  }
#crumbs   { color: #b2bec0; }
#crumbs  a { color: #b2bec0; text-decoration : none; }
#crumbs  a:hover, #rightCol_content ul.menu li a:hover { color: #0e5b9e; }

#divMenu ul.menu li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration : none;
}
#divMenu ul.menu li a:hover {
	color: #555;
}
a.visited {
	color: #7b8e59;
	text-decoration : none;
}
#ps {
	text-align: right;
}
.bookmark a {
	color: #7b8e59;
	font-weight: bold;
}
.bookmark a:hover { color: #fff }
