/* 
	Heather Wilson 2006 stylesheet
	AB Design - (c) 2006
*/

/* core ------------------------- */

body  {
color: #FFFFFF;
background: #373735;
font-family: "trebuchet ms", arial, verdana, sans, serif; 
font-size: 11px; 
margin: 20px 20px 20px 20px;
text-decoration: none;
}

body.nobg { background-color: #FFFFFF; }

#main {
width: 760px;
background-color: #373735;
border: 1px solid #BAC2BC;
padding: 3px;
margin: 50px auto 50px auto;
}
#Content {
     background-color: #ffffff;
    width: 740px;
	padding: 0px 10px 0px 10px;
	 	}
	 #maincol {
    width: 550px;
	 float: none;
    padding-top: 10px;
	  background-color: #DADBE9;
	  height: 500px;
    }
#sidebar {
    float: left;
    width: 170px;
	background-color: #8f8276;
	color: #99CCCC;
	height: 500px;
}

#title {
float: right;
background-color: #373735;
color:White;
height: 25px;
 width: 740px;
}

#copyright {
float: right;
background-color: #373735;
color:White;
font-size: 9px;
text-transform: uppercase;
height: 25px;
text-align: center;
}

a:link  { font-weight: bold; color: #99CCCC; text-decoration: none; background-color : transparent; }
a:visited  { font-weight: bold; color: #99CCCC; text-decoration: none; background-color : transparent; }
a:hover  { font-weight: bold; color: #B8E0FC; text-decoration: none; background-color : transparent; }
a:active  { font-weight: bold; color: #99CCCC; text-decoration: none; background-color : transparent; }

.sm {
	font-size: 9px;
}
a:link.sm  { 
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 9px; 
font-weight: normal; 
letter-spacing: 1px;
color: #FFFFFF; 
text-transform: uppercase;
text-decoration: none; 
background-color: #669999; 
padding: 2px 4px 3px 5px; 
}

a:visited.sm {
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 9px; 
font-weight: normal; 
letter-spacing: 1px;
color: #FFFFFF; 
text-transform: uppercase;
text-decoration: none; 
background-color: #669999; 
padding: 2px 4px 3px 5px; 
}

a:hover.sm  { 
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 9px; 
font-weight: normal; 
letter-spacing: 1px;
color: #FFFFFF; 
text-transform: uppercase;
text-decoration: none; 
background-color: #FF6600; 
padding: 2px 4px 3px 5px; 
}

a:active.sm  { 
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 9px; 
font-weight: normal; 
letter-spacing: 1px;
color: #FFFFFF; 
text-transform: uppercase;
text-decoration: none; 
background-color: #669999; 
padding: 2px 4px 3px 5px; 
}

h3 { 
font-size: 16px; 
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-weight: bold; 
padding: 0; 
margin: 0 0 3px 0;
}

h4 { 
font-size: 11px; 
font-family:  "trebuchet ms", arial, verdana, sans, serif;  
color: #BAEDF1; 
padding: 0 15px 3px 15px;
text-indent: 0px; 
margin: 0;
}

#main p { 
color: #FFFFFF;
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 11px;
line-height: 16px; 
background-color: transparent;
padding: 0 15px 10px 15px;
margin: 0;
}

blockquote {
line-height: 14px;
margin: 0;
padding: 0 10px 0 10px;
border-left: 3px solid;
}

form {
display: inline;
}

input {
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 9px; 
background-color: #CCCCCC; 
color: #373735; 
border: 1px solid #CCCCCC;*/
}

img { border: 0; }

ul {
margin-left: 8px;
margin-right: 0px; 
padding-left: 8px; 
padding-right: 0px; }

ol {
margin-left: 12px;
margin-right: 0px; 
padding-left: 12px; 
padding-right: 0px; }

/* nav stuff --------------------- */

#nav {
width: 408px;
height: 30px;
background: url(../images/nav.gif);
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
top: 0px;
}

#nav span { display: none; }

#nav li { margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px; }

#nav li, #nav a { height: 30px; display: block; }
#nav1 { left: 0px; width: 69px; }
#nav2 { left: 69px; width: 69px; }
#nav3 { left: 138px; width: 90px; }
#nav4 { left: 229px; width: 90px; }
#nav5 { left: 319px; width: 90px; }

#nav1 a:hover { background: transparent url("../images/nav.gif") 0px -30px no-repeat;}
#nav2 a:hover { background: transparent url("../images/nav.gif") -69px -30px no-repeat;}
#nav3 a:hover { background: transparent url("../images/nav.gif") -138px -30px no-repeat;}
#nav4 a:hover { background: transparent url("../images/nav.gif") -229px -30px no-repeat;}
#nav5 a:hover { background: transparent url("../images/nav.gif") -319px -30px no-repeat;}

.grey {
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 11px;
font-weight: bold;
color: #373735;
text-decoration: none;
background-color: transparent;
}
.blue {
font-family:  "trebuchet ms", arial, verdana, sans, serif; 
font-size: 14px;
font-weight: bold;
color: #99CCCC;
text-decoration: none;
background-color: transparent;
}

