
@charset "UTF-8";
/* CSS Document */

/* GLOBAL RESET
*******************/

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0 0 10px; }
li, dd { margin-left:0; }
fieldset { padding: .5em; }

img {
	border:none;
}

img, #pageWrapper, #contentWrapper, #logo, #bird1, #bird2, #bird3, #frame {
	behavior: url(iepngfix.htc); 
}

.spacer {
	clear:both
}

body {
	background: #ffba00 url(images/bg-grad.png) 0 20px repeat-x;
	margin:0;
	padding:0;
}


body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:12px;
	color:#FFFFFF;
}

#pageWrapper {
	background: url(images/mountain.png) bottom left no-repeat;
}




#top  {
	height:36px;
	width:100%;
	background: url(images/bg-top.gif) repeat-x;
}
#bottom  {
	margin:0;
	height:360px;
	width:100%;
	background: url(images/bg-bottom.gif) repeat-x;
	padding:0;
}

#contentWrapper {
	width:760px;
	height:100%;
	background: url(images/bg-leftcol.png) 52px 0 repeat-y;
	margin:0px auto 0px auto;
	
}

#leftcol {
	width:180px;
	float:left;
	margin: 16px 0 0 0;
	position:relative;
}
#leftcol h1 {border:none !important}
#logo {
	width: 150px;
	height:116px;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


#sidebarWrapper {

}

ul#menu  {
	margin:10px 0 0 0;
	padding:0;
}

#menu li {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
}
#menu li a {
	width: 140px;
	display: block;
	text-align: right;
	margin:0 0 0 0;
	padding:9px 6px 9px 6px;
	text-decoration:none;
	border-bottom:1px solid #354656;
}

#menu li a:link, #menu li a:visited {
	color:#FFFFFF;
}

#menu li a:hover, #menu li a:active ,#menu li.current_page_item a {
	background: url(images/menu-over.png);
	color:#354656;
}


#bird1 {
	position:absolute;
	top:440px;
	left:100px;
	width: 30px;
	height:30px;
	background: url(images/bird-1.png) no-repeat;
}

#bird2 {
	position:absolute;
	top:600px;
	left:30px;
	width: 30px;
	height:60px;
	background: url(images/bird-2.png) no-repeat;
}
#bird3 {
	position:absolute;
	top:410px;
	left:740px;
	width: 30px;
	height:60px;
	background: url(images/bird-2.png) no-repeat;
}

#maincol {
	width:560px;
	float:right;
	margin:20px 0 190px 0px;
}

#content {
	padding:20px 40px 0px 0px;
}
.home-col {padding-left:40px !important; padding-top:0px !important}


#frame {
	width:560px;
	height:350px;
	background: url(images/frame.png) no-repeat;
}
#frame div {
	padding:20px;
}

h1 {
	font-size:28px;
	color:#202A34;
	border-bottom:1px solid #202A34;
	margin:40px 0 20px -5px;
	padding:0 0 2px 0;
	line-height:100%;
}

#content h2 {
	font-size:18px;
	color: #354656;
	border-bottom:1px solid #354656;
	margin:20px 0 0 -5px;
}

#content ul {margin-left:40px}

#maincol img {
	float:left;
	margin: 0 8px 8px 0;
}

.alignright {float:right !important; padding-left:10px !important}
