/* CSS Document */

/* ---- MENU -----*/
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #F7F385;
	margin-left: 20px;
	width: 680px;
}

#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 3px;
	color: #F7F385;
	background-color: #AD2537;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
}
#navcontainer ul li a:hover {
	color: #333399;
	background-color: #AD2537;
}

/*---- CHROMESTYLE CSS ----*/
.chromestyle{
width: 99%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
background-color: #AD2537;
}
/*.chromestyle ul li.fb {
	margin:3px 0px 0px 5px;
}*/
.chromestyle ul li.fb a:link, .chromestyle ul li.fb a:hover, .chromestyle ul li.fb a:visited, .chromestyle ul li.fb a:active {
text-decoration: none;
border:none;
}

.chromestyle ul li a{
color: #F7F385;
text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #333399;
	background-color: #AD2537;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
text-align: left;
z-index:1000;
font-size: 11px;
font-weight: bold;
letter-spacing: .14em;
background-color: #AD2537;
width: 155px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px dotted #F7F385; */
padding: 2px 0px 2px 8px;
text-decoration: none;
font-weight: bold;
color: #F7F385;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ 	background-color: #AD2537;
	color: #333399;
}

/*---- FOOTER ----*/
.footer_address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F7F385;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}
.footer_address a:link, .footer_address a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F7F385;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
}
.footer_address a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F7F385;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	text-decoration: underline;
}
.footer_address a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F7F385;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
}


.buynow_button {
	margin-top: 10px;
}
#milagros_cover{
	
}
.xlink{	color:#333399;
	text-decoration: underline;
	font-weight:bold;
}
.xlink a:link, .xlink a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333399;
	text-decoration: none;
}
.xlink a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333399;
	text-decoration: underline;
}
.xlink a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333399;
	text-decoration: none;
}
.award{
	padding:0px 5px ;
}
.bio-pic{
	float:left;
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom:15px;
}
p.first{
	margin-top:-6px;
}
#bio-pichorizontal{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:15px;
}
.clearfloat{
	clear:both;}
.bio-pic-right{
	float:right;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom:15px;
}

