/* CSS Document */
body {	
		color: #555555;
		font-family: arial, sans-serif;
		text-align: justify;
		line-height:180%;
		background-color: #FFFFFF;
		margin:0;
		padding:0;
		/*background: white url(../images/admin/style_2/body.jpg) top center repeat-y;*/
}

#outer_container {
		background: white url(../images/admin/style_2/body.jpg) top left repeat-y;
		width: 760px;
}
#inner_container {
	background:transparent url(../images/admin/style_2/banner.jpg) top left no-repeat;
	padding: 205px 0px 15px 0px;

}

/*-------------------------------------CONTENT STYLES ---------------------------------*/

#content {
	border:0px solid red;
	padding: 30px 10px 0 10px;
}

.caption {
	font-size:70%; color:#5A57BE; text-align:justify; font-weight:800; padding:15px 30px; font-family:"Times New Roman", Times, serif;
}

/*----------------------------------SECTION MENU CELL STYLES---------------------------*/

#section_menu_cell {
	padding: 30px 0 0 0;
}
/*---------------------------------------TAG STYLES -----------------------------------*/

img {border:0}
img.display {border:2px outset darkgrey}
.footer { font-size:11px; color:gray;}

h1 {font-size:14pt}
h2 {font-size:12pt}

a { color: #018342; font-family: helvetica, sans-serif; font-weight: 800; text-decoration: none }
a:link          { color: #018342; }
a:visited     { color: #018342; }
a:hover      {color: #489C72; }


/*---------------------------------------MENU STYLES -----------------------------------*/
#menu_main {
	padding: 0 1px 0 2px;
}

#menu_main a {
	font-weight: 800;  font-size:75%; 
	padding: 5px 2px 5px 10px; display:block; margin:0;
}
	
#menu_main a:link  { }
#menu_main a:visited  { }
#menu_main a:hover  {color: #035D30; background-color:#BBBBBB;}

#menu_main a.on  {color:#85421F; text-transform:uppercase;}
#menu_main a.on:hover  {color:#85421F;}


/*-------------------------------------------------------------------------------------*/
.adminBox{
		padding:5;
		margin: 0 0 0 20;		
		float:right;
		text-align:right;
		border: 0px solid blue;
}
/*-------------------------CLIENT QUOTE STYLES----------------------------------------------*/

#quote_bg {
	padding:0px;
	clear:both;
	margin: 0px -15px -15px;/*15px*/
	font-weight:400;
	font-size: .9em;
	background: url(../images/admin/cloud_bg.jpg) left top no-repeat;
}
#quote_left {

	padding:0px;
	margin:0px;
	background: url(../images/admin/quote_rt_rnd.png) right bottom no-repeat;
}
* html #quote_left {height:100%;} /*hack: style for IE*/
	
#quote_right {
	font-family: cursive;
	padding: 40px 53px 10px;
	background: url(../images/admin/quote_lf_rnd.png) 0 25px no-repeat;
}

.quote_credits {font-family:sans-serif;font-size:.75em;color:#828589;}

/*--------------------------------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; }


}
