/***********************************************/
/* beed_styles.css                              */
/* Use for AMS BEED site layout     */
/* by Lara Ziady                              */
/* November 27, 2007                              */
/***********************************************/


/***********************************************/
/* SET BASE STYLES & NORMALIZE BROWSER MARGINS */
/***********************************************/


* {
	margin: 0;
	padding: 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 
#siteContainer{
    border: 1px solid #000000;
	background-color: #999999;
	}

#topColorbar {
}

#siteHead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 157px;
	background-color:#000000;
	background-image: url(/boardpges/beed/images/beed_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#spacer {
	clear: both
	}
	   
#columnPagenav {
	float: left;
	width: 202px;
	height:auto;
	margin: 0px 0px 0px 0px;
	background-color: #999999;

}

#content {
    position:relative;
	margin: 0px 0% 0 202px;
	padding: 15px 10px 10px 20px;
	color: #000;
	text-align:justify;
	background-color:#FFFFFF;
	border:2px;
	z-index: 5;
	min-height:400px;
	_min-height: 400px;
	
}
#content ul {
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:0px;
	_margin-top:15px;
     }

#footer {
	clear: both;
	margin: 0; 
	height: 60px;
	width: 100%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color:#666666;
	line-height:12px;
	background-color:#000000;
	}
	
    

/************ END Layout Divs ******************/



/***********************************************/
/************     Classes     ******************/
/***********************************************/
.page_figure_right {
    position: relative;
    float: right;
	width: 260px;
	margin: 5px 0px 16px 12px;
	_margin: 15px 0px 16px 12px;;
	padding: 0px;
	color: #3c6786;
	display: inline;
	font-size: 8pt;
	}

.page_figure_right img {
	margin: 0px 0px 2px 2px;
	padding: 0px;
	border: 1px solid black;
}

.page_figure_right a {
	text-decoration: underline;
	font-size: 8pt;
	line-height: 10pt;
}

.page_figure_right p {
	font-size: 8pt;
	line-height: 10pt;
}



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
    margin: 0px auto;
	width: 830px;
	height: 100%;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: 12px;
	background-color:#CCCCCC;
	background-repeat: repeat-x;
	
    }
	

p,ol {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:0px;
	_margin-top:15px;
	padding: 5px;
    }
	
h1 {
	font-size: 14px;
	font-stretch: semi-condensed;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 18px;
	text-transform: uppercase;
	}
	
h2  {
    font-size: 11px;
	font-weight: bold;
	display: block;
	color: white;
	background-color: #0850a3;
	padding: 2px;
	margin-top:0px;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0px;	
	}

h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0px;	

	}
	
footer {
    line-height:12px;
	}
a {
    color: #0850A3;
	text-decoration: none;
	}
a:hover {
    color: #6633CC;
	text-decoration: underline;
	}
	
a:visited {
    color: #6633CC;
	text-decoration: none;
	}
	
a:visited:hover {
    color: #6633CC;
	text-decoration: underline;
	}
	
a img {
     border: 0px;
	  }
	  
#columnPagenav li  {
	list-style: none;
	display: inline;
	padding:0px;
	margin: 0px;
   }

/************ END HTML Tag Styles ******************/


/***********************************************/
/* Navigation                                  */
/***********************************************/ 

/* Side Menu   */
#menu {
	width: 200px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(/boardpges/beed/images/menu.gif);
	padding: 8px 0 0 30px;
	}


#menu li a:hover, #menu li a.current {
	color: #3688BA;
	background:  url(/boardpges/beed/images/menu.gif) 0 -32px;
	padding: 8px 0 0 32px;
/* end sidenav code */
/***************END Navigation Styles **************************/

