﻿/*______________ GENERIC __________________ */

body 
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

img
{
	border: none;	
}

input, textarea
{
}

/*______________ STRUCTURE ________________ */

#container
{
 margin: 0 auto;
 width: 900px;
 border: 1px solid #EBEBEB;
}

#header
{
 width: 880px;
 float: left;
 padding: 10px;
 
 margin: 10px 0px 0px 0px;
}
	
	#header #user
	{
		float:right;
		margin: 25px 10px 0 0;
	}

#left_column
{
 
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 140px;
 float: left;
 }

#content
{
 float: right;
 margin: 10px 0px 0px 0px;
 padding: 5px;
 width: 728px;
 display: inline;
}

#footer
{
 clear: both;
 background: #BD9C8C;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

/*______________ HEADING ________________ */

#header h1
{
 margin: 0;
 padding: 0px;
}

#content h2 { margin-top: 20px; font-size: 16px;}

#content h3 { margin: 30px 0 10px 0; font-size: 14px;}


/*______________ PARAGRAPHS ______________ */

#left_column p { margin-top: 0; }


/*______________ FORMS ___________________ */

/*@import url("Forms.css");*/

/*______________ NAVIGATION ___________________ */

ul, li{margin:0; border:0; padding:0; list-style:none;}



.arrowlistmenu{
 /*width of menu*/
margin: 0px;
}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: #000;
/*background-color: #FFFFFF;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
background-image: url("../img/css/header_background.gif");
	background-repeat: repeat-x;
	background-position: left -10px;
}

.arrowlistmenu ul li a{
color: #364b8c;
/*background: url(../img/css/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada;*/
font-size: 11px;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: underline;
color: #364b8c;

}


