﻿/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333; 
}
h1
{
    font-size: 138.5%;color: #6297BC; 
}
h2
{
    font-size: 123.1%; 
}
h3
{
    font-size: 108%;text-transform:uppercase;color:#666;
}
h1, h2, h3
{
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong
{
    font-weight: bold;
}
abbr, acronym
{
    border-bottom: 1px dotted #000;
    cursor: help;
}
em
{
    font-style: italic;
}
blockquote, ul, ol, dl
{
    margin: 1em;
}
ol, ul, dl
{
    margin-left: 2em;
}
ol li
{
    list-style: decimal outside;
}
ul li
{
    list-style: disc outside;
}
dl dd
{
    margin-left: 1em;
}
th, td
{
    border: 1px solid #000;
    padding: .5em;
}
th
{
    font-weight: bold;
    text-align: center;
}
caption
{
    margin-bottom: .5em;
    text-align: center;
}
p, fieldset, table, pre
{
    margin-bottom: 1em;
}
input[type=text], input[type=password], textarea
{
    width: 12.25em; 
    *width:11.9em;
}
#hd
{
	position: relative;
	height: 205px;
}
#hd #top
{
    height:85px;
 	background: #fff url(../images/headerbg.gif) repeat-x 0% 100%;	
}
#hd #top h1 {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
	color: #6297BC; 
}
#hd #top h1 a 
{
    text-decoration:none;
    color: #6297BC; 
}

#hd #top h2 {
	position: absolute;	 
	top:44px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#hd #top h3 {
	position: absolute;	 
	top:52px; right:5px;
	font: bold 13px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
	padding:0;
	margin:0;
}
#hd #photo
{
    background-image: url(../images/headerphoto.jpg);
    background-repeat:no-repeat;
    height:120px;
    width:100%;
    position:absolute;
    top:85px;left:0px;
}

body,html
{
	background-color: #A9BAC3;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
}
#bd
{
	background: #FFF;
}

ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;	
	font-size:11px;	
}
ul.sidemenu li {
	list-style:none;
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body ul.sidemenu a { height: 18px; }

ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* Footer */
#ft { 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0.5em; 
	height: 50px;	  
	font-size: 90%;		
	font-weight: bold;	
}
#ft a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#ft .footer-left{
	float: left;
	width: 65%;
}
#ft .footer-right{
	float: right;
	width: 30%;
}
#bd #main
{
    padding-right:8px;
}

