/* CSS Document */
body {	
    color: #000000;
    font-family: arial, sans-serif;
    line-height:130%;
    background: #DDDDDD  ;
    background: #EBE2D1 url(/images/admin/style_4/desert_storm_bg.jpg) ;
    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;
    color:#0F4B81;
	color:#1B5746;
}
h2 {
	font-size:17px;
	color:#E4BC7E;
	color:#1B5746;

}

h3 {
	font-size:100%;
	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: 1000px;
	border-top:0px solid white; /*srangely needed so div doesn't go down*/
	margin:0px auto;
    position:relative;
	}
	
* 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;
    */
	margin:0;
	}

/*==================--CELL STYLES=========================================================--*/
#columns {margin:0;}
#content_cell  {border:0px solid red; padding:0; margin:0;}
	
/*==================--CONTENT STYLES=========================================================--*/
#content  {
    color:#646464; 
    color:#444444; 
    padding:20px 200px 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=========================================================--*/	

#right_col { 
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;  
    margin:0; 
    float:right; 
    border:0px solid silver; 
    margin:30px 0px 20px 20px;
    width:200px;
    }
#right_col .box { 
    background: url('/images/admin/dark_trans_10.png');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    padding:15px;
    margin-bottom:15px;
    }
#menu_main { 
    }
#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: #0F4B81;  
    text-align:right; 
    display:block;  
    border:0px solid red;
    font-variant: small-caps;
    font-size:90%;
    }
#menu_main a.on {color:white}
#menu_main a.on:hover {color:gray}
#menu_main a:active {color:#5CAD60;}
#menu_main a:hover {
    color:white; 
    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;
}

#quote_text {
	font-family: "Comic Sans MS";
	font-size:80%;
	color:#555555;
	font-weight:800;
}
	
#quote_credits {	
	font-family:sans-serif;
	font-size:.75em;
	color:#666666;
    color:white;
}

/*--------------------------------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; }

/* cols */

.col_of_2 {
  width:380px;
  float:left;
}
.col_of_2 .left .liner  {
  margin-right:10px;
}
.col_of_2.right .liner  {
  margin-left:10px;
}



