/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid white;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid white;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: transparent;
background-color: transparent;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: transparent;
}

.blackwhite li a:hover{
background: black;
color: transparent;
}
.MattZanolli {
	background-image: url(../../artwork/logobar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	list-style-type: square;

}
.imagebox {
	padding-right: 18px;
	padding-bottom: 18px;
}
.footer {
	font-family: "Century Gothic";
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	padding-top: 6px;

}
.contactboxbkgd {
	background-image: url(../../artwork/contactbox.jpg);
	background-repeat: no-repeat;
}
.headlinewhite {
	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 6px;
	font-weight: bold;
	padding-top: 0px;

}
.contactboxtext {
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	padding-top: 5px;

}
.contactboxbkgd300px {

	background-image: url(../../artwork/contactbox_300px.jpg);
	background-repeat: no-repeat;
}
.propertytext {

	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}
.headlinecontactbox {
	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 6px;
	font-weight: bold;
	top: 12px;
	padding: 16px 0px 0px;

}
.headlinered {


	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	color: #B40101;
	line-height: 22px;
	font-weight: bold;
}
.headlineblack {



	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
}
.headlinegray {

	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	line-height: 22px;
	font-weight: bold;
}
.subheadred {

	font-family: "Century Gothic";
	font-size: 14px;
	text-transform: none;
	color: #B40101;
	line-height: 22px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #A19E90;
	border-bottom-width: 0.5px;
}

