/* @group Reset */

html, body, div, p, h1, h2, h3, h4, h5, h6, a, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, li {
	list-style-type: none;
}

/* @end */

/* @group General */

body {
	background: #3f4657 url(../images/body_gradient.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: #242933;
}

a {
	color: #242933;
}

p {
	font-size: 0.8em;
	padding-bottom: 20px;
	line-height: 1.8;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.2em;
}

.clearafter:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* @end */

/* @group Page elements */

#wrap {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background: url(../images/top_solar.png) no-repeat 50% top;
	height: 100px;
}

#main {
}

#footer {
	padding: 5px;
	text-align: center;
	font-size: 0.7em;
}

/* @end */

/* @group Navigation */

#navigation {
	height: 38px;
	background: url(../images/nav_bck.png) no-repeat left top;
	padding-left: 20px;
}

#navigation ul {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

#navigation li {
	display: block;
	float: left;
	height: 30px;
}

#navigation li a {
	display: block;
	/*width: 125px;*/
	height: 30px;	
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 10px;	
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: url(../Images/nav_bck_hl.gif) repeat-x 0 -30px;	
	margin-right: 20px;	
}

#navigation li a:hover {
	background: url(../Images/nav_bck_hl.gif) repeat-x 0 0px;	
}

#subnav {
	float: left;
	width: 200px;
}

#subnav ul {
	display: block;
}

#subnav li {
	display: block;
	height: 24px;

}

#subnav li a {
	display: block;
	margin-right: 17px;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #e0de17 solid 1px;
}

#subnav li.select {
	background: url(../images/subnav_bck2.gif) no-repeat right;
}

#subnav li a.select {
	background: url(../images/subnav_bck1.gif) repeat-x;
	border-bottom: none;	
}
/* @end */

/* @group Main */

#content {
	margin-left:  200px;
	padding: 0 20px 20px 20px;
}

.hd {
	height: 30px;
	background: url(../images/content_bck_hd.png) no-repeat left top;
}

.bd {
	background: url(../images/content_bck_bd.png) repeat-y left;
	padding-left: 4px;
	padding-right: 4px;
}

#sitemap {
	background: url(../images/content_bck_sm.png) repeat-y left;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 0.7em;
}

#sitemap li {
	display: block;
	float: left;
	width: 22%;
	margin-right: 30px;
}

#sitemap dl dt {
	font-weight: bold;
	border-bottom: #dcdb6e solid 1px;
	color: #999922;
	margin-bottom: 4px;
	font-size: 1.1em;
	padding-bottom: 2px;
}

#sitemap dl dd {
	margin-bottom: 4px;
}

#sitemap dl dd a {
	text-decoration: none;
	color: #999922;
}

#sitemap dl dd a:hover {
	text-decoration: underline;
}

.ft {
	clear: both;
	height: 30px;
	background: url(../images/content_bck_ft.png) no-repeat left top;
}

/* @end */

/* @group Top */

#logo {
	width: 300px;
	height: 45px;
	position: relative;
}

#logo img {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 10px;
}

#tagline {
	float: right;
	position: relative;
}

#tagline img {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 10px;
}

/* @end */
