/* 
    Document   : Template CSS for AMBS LLC
    Created on : May 1, 2009, 6:53:52 AM
    Author     : Michael
    
        
*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
}
#headerCont{
    width: 100%;
    height: 257px;
    background-image: url(images/ambs2_03.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	background-color: #feedcd;

}
#headerLeft{

    width: 440px;
    height: 257px;
    background-image: url(images/ambs2_01.jpg);
    background-repeat: no-repeat;
    float:left;
    display: block;
}
#headerRight{
    width: 507px;
    height: 257px;
    background-image: url(images/ambs2_05.jpg);
    background-repeat: no-repeat;
    float:right;
    display: block;
}
  

#mainCont{
    width: 100%;
    min-height: 100%;
    background-color: #fcf0dc ;
    position: absolute;
    top: 257px;
    left: 0;
	background-image: url(images/ambs2_09.jpg);
	background-repeat: repeat-y;
	background-position: top right;

}
#sidebar {
	width: 300px;
	float: right;

}

#sidebar ul{
	list-style: none;
}

#container{
	margin-right: -345px;
	float:left;
	width: 100%;  
	padding: 15px; 
}
#content{
	
	margin-right: 345px;
}

/*Side Bar Links */
#sidebar a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #feedcd;
    margin-left: -25px;
    padding-left: 8px;
	
}
#sidebar ul li ul li a{
	display: block;
	background-color: #FEEDCD;
    font-size: 80%;
    padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
    margin-left: -65px;
    padding-left: 25px;
 
}
#sidebar ul li ul li a.current{
	display: block;
	background-color: #FCCE76;
    font-size: 80%;
    padding-top: 5px;
	padding-bottom: 5px;
	color: #900000;
    margin-left: -65px;
    padding-left: 25px;

}

#sidebar ul li ul li a:hover{
	background-color: #c79532;
    font-weight: bold;


}

#sidebar a:hover, #sidebar a.current{
	background-color: #900000;
	font-weight: bold;
}
#sidebar a.noRollover:hover{
	background-color: transparent;
	font-weight: bold;
}

#sidebar ul li a:before,#sidebar ul li ul li a:before{
	content: "\00BB \0020";

	}


h2{
	color: #900000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}
a{
	font:Arial, Helvetica, sans-serif;
	color: #900000;
	text-decoration:none;
	
}
a:hover{
	font-weight: bold;
}
p{
	width: 99%;
	text-align:justify;
}