/* CSS Document */
body {	
		color: #000000;
		font-family: arial, sans-serif;
		line-height:130%;
		background: #DDDDDD  ;
		margin:0;padding:0;
		font-size:90%;
}

img {border:0}
img.display {border:1px solid gray}
.caption { 
	color:gray; 
	font-size: .6em; 
	text-align:center;
	}
.footer { font-size:11px; color:gray;}

h1 {
	font-size:18px;
	color:#E4BC7E;
}
h2 {
	font-size:17px;
	color:#E4BC7E;
}

h3 {
	font-size:15px;
	color:#803E1B;
}
a { color: #00954A; font-family: helvetica, sans-serif; font-weight: 800; text-decoration: none }
a:link          { color: #00954A; }
a:visited     { color: #00954A; }
a:hover      {color: #00954A; }

#outer_container {
	background:transparent url(../images/admin/style_3/body_repeat.jpg) bottom center repeat-y;
	width: 790px;
	border-top:0px solid white; /*srangely needed so div doesn't go down*/
	margin:0px auto;
	}
	
* html body {text-align:center;}			
* html #outer_container  {text-align:left;width: 790px; }


#inner_container {
	background:transparent url(../images/admin/style_3/banner.jpg) top center no-repeat;
	padding-top: 100px;	
	margin:0;
	border-bottom:1px solid gray;
	}

/*==================--CELL STYLES=========================================================--*/
#columns {margin:0;}
#content_cell  {border:0px solid red; padding:0; margin:0;}
	
/*==================--CONTENT STYLES=========================================================--*/
#content  {color:#646464; padding:70px 20px 15px 15px; margin: 0 0 0 0}
#content ul {}
#content ul li {background:transparent url(../img/admin_img/square.gif) 0 7px  no-repeat; padding: 0 0 0 13px; margin:3px 0}
#content ol li {background:transparent url(../img/admin_img/trans.gif) 0 7px  no-repeat; padding: 0 0 0 0px; margin:3px 0}

/*==================--LINK STYLES=========================================================--*/
a 			{ color: green;  text-decoration: none; font-weight:800 }
a:link      { color: green; }
a:visited   { color: green;  }
a:hover     {color: #5CAD60; text-decoration: underline;}

a.download {padding: 0 0 5px 20px;  background:transparent url(../img/admin_img/download2.png) left center  no-repeat;}
a.go {padding: 0 0 5px 20px;  background:transparent url(../img/admin_img/go.gif) left center  no-repeat;}
/*==================--MENU MAIN STYLES=========================================================--*/	

#menu_main { font-family:Arial, Helvetica, sans-serif;  margin:0; float:right; border:0px solid silver; margin:0px 10px 20px 20px}
#menu_main ul {margin:0; list-style-type:none;   padding:0;}
#menu_main ul li { }
#menu_main a {font-weight:800; padding:0; margin:5px 0px; color:green;  text-align:right; display:block;  border:0px solid red;font-variant: small-caps;}
#menu_main a.on {color:gray}
#menu_main a.on:hover {color:gray}
#menu_main a:active {color:#5CAD60;}
#menu_main a:hover {color:#5CAD60; text-decoration: none;  background-color:#; background: url(../img/admin_img/arrow_1.gif) left center no-repeat;} 


/*==================--TEST ADMIN STYLES=========================================================--*/

/*-------------------------------------------------------------------------------------*/
.adminBox{
		padding:5;
		margin: 0 0 0 20;		
		float:right;
		text-align:right;
		border: 0px solid blue;
}
/*==================--FOOTER STYLES / CLIENT QUOTE STYLES=========================================================--*/	
#footer {
	background:#82A8D7 url(../images/admin/style_3/footer.jpg) top center no-repeat;	
	clear:both;
	padding:50px 50px 10px 50px;
	border:0px solid black;
}

#quote_text {
	font-family: cursive;
	font-size:85%;
	color:#555555;
	font-weight:800;
}
	
#quote_credits {	
	font-family:sans-serif;
	font-size:.75em;
	color:#666666;
}

/*--------------------------------DESIGN CREDIT STYLES--------------------------------------------*/
a.designCredit {color: #81A186; font-weight: 800; font-size:1.1em;}
a.designCredit:link  {color: #81A186; }
a.designCredit:visited {color: #81A186;  }
a.designCredit:hover {color: white; }


