@charset "utf-8";
/* CSS Document */
.bluetabs {
width:100%;
}

.bluetabs ul{
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0px;

}

.bluetabs li a{
	text-decoration: none;
	padding: 13px 6.25px;
	margin-right: 0px;
	border: 1px solid #a8b6be;
	color: #516774;
	background:#e3e8eb url(images/btn.gif) repeat-x top left; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #516774;
}
.bluetabs li a:link{
color: #516774;
}

.bluetabs li a:hover{
text-decoration: none;
color: #81477B;
background:#e3e8eb url(images/btn2.gif) repeat-x top left; /*THEME CHANGE HERE*/
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/btn2.gif); /*THEME CHANGE HERE*/
border-bottom-color:#a8b6be;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #a8b6be; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color:#eed6e3;
width: 200px;
visibility: hidden;
}


.dropmenudiv a:link{
width: auto;
display: block;
text-align:left;
color:#516774;
text-indent: 5px;
border: 0 solid #b76086; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;

}
.dropmenudiv a:visited{
width: auto;
display: block;
text-align:left;
color:#516774;
text-indent: 5px;
border: 0 solid #b76086; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#b76086;
color:#FFFFFF;
}
.photoblurb .photo {
	width: 150px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.photoblurb .blurb {
	padding-top: 10px;
	float: left;
	width: 430px;
	overflow: hidden;
}
