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

body
{
margin: 0;
padding: 0;
/*background-image: url(images/sunset.gif);
background-repeat:repeat-x;*/
background-color: cadetblue;
	
font-family: Arial, Helvetica, sans-serif;	
}

a:link {color:teal;}
a:visited {color: teal;}
a:hover {color:orangered;}
a:active {color: teal;}


/*h1
{
font-size: 20px;
/*margin-left: -999px;
text-align:right; (take this out for neg margin to work)/
}*/

/*h2
{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}*/

		
#header
{
background-image:url(images/headerlogo.gif);
background-repeat:no-repeat;
background-color: cadetblue;
position:relative;
width: 770px;
height: 200px;
}

#articleheader
{
background-image:url(images/columnlogo540x70.gif);
background-repeat:no-repeat;
background-color: bisque;
position:relative;
/*column width*/
width: 540px;
height: 70px;
}

#articleheader a
{
position:absolute;
top: 0;
left: 0;
width: 540px;
height: 60px;
text-decoration:none;
}

#articleheader h1
{
font-size: 24px;
position:absolute;
top: 5px;
left: -999px;
margin: 0px;
padding: 0px;
color: black;
}

/*This sizes the a link so entire header is clickable*/
#header a
{
position:absolute;
top: 0;
left: 0;
width: 770px;
height: 200px;
text-decoration:none;
}

/*This positions h1 in header*/		
#header h1
{
font-size: 24px;
position:absolute;
top: 5px;
left: 435px;
margin: 0px;
padding: 0px;
color: bisque;
}

#container
{
width: 770px;
margin: 0px auto;
background-color: rosybrown;
}

/*This positions logo in header*/				
.headerlogo
{
position: absolute;
top: 135px;
left: 20px;
padding: 0px 0px;
border:none;
}
		
/*Right side container*/
#sidebar
{
margin-left:540px;
width: 220x;
padding-top: 0px;
padding-bottom: 1px;
background-color: rosybrown;
font-size: .8em;
}
				
/*container for navigation buttons*/
#nav 
{
margin: 0px auto 5px auto;
width: 180px;
text-align: center;
}
	
#banner
{
width: 180px;
height: 90px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align:center;
font-style:italic;
color: brown;
border-top: 5px solid;
border-top-color: cadetblue;
border-bottom: 5px solid;
border-bottom-color:cadetblue;
background-color: bisque;
padding-top: 1px;
margin-bottom: 1px;
}
		
/*left side container*/		
#left_container
{
float:left;
padding-top: 0px;
width: 540px;
}

/*container for columns*/		
#content
{
margin: 0px auto;
width: 540px;
background-color: cadetblue;
}
					
						
#footer
{
clear:both;
height: 30px;
background-color: rosybrown;
margin-bottom: 10px;
width: 770px;
}

#articlefooter
{
height: 30px;
background-color: rosybrown;
margin-bottom: 10px;
width: 540px;
}

/*division class for information groups in sidebar*/
.sidebarcontent 
{
margin: auto;
margin-bottom: 10px;
width: 180px;
padding-top: 1px;
padding-bottom: 10px;
background-color: rosybrown;
color:black;
border-bottom: 5px solid;
border-bottom-color:bisque;
font-size: .85em;
}

.sidebarcontent h3
{
color: teal;
margin-top: 5px;
font-size: 16px;
}

.sidebarcontent a:link {color:bisque;}
.sidebarcontent a:visited {color:bisque;}
.sidebarcontent a:hover {color:orangered;}
/*.sidebarcontent a:active {color:orangered;}*/

/*container for actual content*/
#articles 
{
margin: 0px auto;
padding: 10px 25px 10px 25px;
background-color: bisque;
font-size: .8em;
line-height: 125%;
font-family: Verdana, Helvetica, sans-serif;
/*border-bottom-style:solid;
border-bottom-color: red;
border-color: orangered;
border-style:solid;*/
}

#articles h2
{
line-height: 100%;
font-size:20px;
margin-top: 10px;
margin-bottom: 5px;
color: black;
}

.byline
{
font-style:italic;
line-height: 100%;
margin-top: 10px;
color: brown;
}

/*Not needed*/
#archives 
{
margin: 0px auto;
padding: 10px 25px 10px 25px;
background-color: bisque;
font-size: .8em;
line-height: 125%;
font-family: Verdana, Helvetica, sans-serif;
}
		
/*Not needed*/
#archives h2
{
line-height: 100%;
font-size:20px;
margin-top: 10px;
color: black;
}		

.inlineimage
{
float: right;
align: top;
padding: 0px 0px 15px 15px;
background-color: none;
}
		
.copyright
{
font-size:9px;
font-style:italic;
text-align:center;
}


		
/*Container for any forms*/		
#forms
{
margin: 10px auto;
padding-left: 30px;
}

/* Sidebar navigation buttons*/
#sidebarbuttons {
	width: 180px ;
	text-align: center ;
	margin: auto;
	border-bottom: 5px solid;
    border-bottom-color: bisque;
	padding-top: 15px;
	padding-bottom: 15px;
	/*line-height: 120%; this vertically centers the text if bg image is used*/
}
#sidebarbuttons ul {
	margin: 0 ;
	padding: 0;
	list-style: none ;
}
#sidebarbuttons li {
	margin: 0;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight:bold;
	font-size:14px;	
}
#sidebarbuttons li a {
	color: bisque;
	background-color: cadetblue ;
	/*This background image can be put in
	background-image: url(images/blanksign.jpg);
	*/
	border-top: 1px solid bisque;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid bisque;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 178px ;
	/*height can be adjusted to fit background image
	height: 50px;*/
	text-decoration: none ;
	display: block ;
}
#sidebarbuttons li a:hover {
	color: bisque;
	background-color: orangered ;
}



/*Footer buttons*/
a.button {
font-weight: bold;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-left: 5px;
padding: 4px 1px;
border-top: 1px solid bisque;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid bisque;
text-align: center;
display:inline-block;
width: 96px;
}
a.button:link {
background-color: cadetblue; 
color: bisque;
text-decoration: none;
}

a.button:visited {
background-color: cadetblue; 
color: bisque;
text-decoration: none;
}
a.button:hover { 
background-color: orangered; 
color: bisque;
border-color: black bisque bisque black;
text-decoration: none;
}
/*a.button:active { 
background-color: #369; 
color: #ccc; 
text-decoration: none;
}*/

/*Column Footer buttons*/
a.columnbutton {
font-weight: bold;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-left: 5px;
padding: 4px 1px;
border-top: 1px solid bisque;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid bisque;
text-align: center;
display:inline-block;
width: 120px;
}
a.columnbutton:link {
background-color: cadetblue; 
color: bisque;
text-decoration: none;
}

a.columnbutton:visited {
background-color: cadetblue; 
color: bisque;
text-decoration: none;
}

a.columnbutton:hover { 
background-color: orangered; 
color: bisque;
border-color: black bisque bisque black;
text-decoration: none;
}

/*a.columnbutton:active { 
background-color: cadetblue; 
color: bisque;
text-decoration: none;
}*/