/* www.marcumins.com CSS */

/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*------------------------------------*\
	MAIN
\*------------------------------------*/

body {
	background: #fff url('images/bg.png') top left;
	padding: 0;
	margin: 0;
	font: 16px helvetica,sans-serif;
	line-height: 1.5;
}

#header {
	height: 270px;
}

#header.home {
	background: #fff url('images/stock1.png') bottom right no-repeat;
}

#header.insuranceServices {
	background: #fff url('images/stock2.png') bottom right no-repeat;
}

#wrapper {
	width: 960px;
	margin: 30px auto 0 auto;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
}

#marcum-logo {
	background: url('images/marcum_insurance.png') top left no-repeat;
	display: block;
	height: 205px;
	width: 285px;
	text-indent: -9999px;
}

a:link, a:visited {
	color: #D84704;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

#contactInfo ul {
	list-style-type: none;
	float: right;
}

#contactInfo li{
	float: left;
	width: 180px;
	margin-left: 30px;
}

#content {
	line-height: 1.8;
	padding-top: 85px;
}
#content em {
	color: #D84704;
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
}
.left {
	float: left;
	width: 560px;
}
.right {
	float: right;
	width: 330px;
	padding-left: 20px;
}
#content ul {
	margin-left: 25px;
	margin-bottom: 15px;
}
#content li {
	margin-left: 10px;
}
#content p {
	margin-bottom: 15px;
}

#footer {
	padding-top: 30px;
	clear: both;
	font-size: 14px;
	text-align: center;
}

/*------------------------------------*\
	Specialty
\*------------------------------------*/

.map {
	margin: 20px 0;
}



/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav {
	margin: 60px 0 30px 0;
}

#globalNav{
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else
	position:relative;
	z-index:5;
	*/
}
#globalNav li{
	float: left;
	position: relative;
	width: 20%;
}
#globalNav li li{
	float: left;
	position: relative;
	width: 146%;
}

#globalNav a{
	display: block;
	padding: 15px 10px;
	color: #171717;
	background: #D7E0E5;
	text-decoration:none;
}
#globalNav a:hover, #globalNav a:focus, #globalNav a:active{
	color: #fff;
	background: #0C5A81;
}

/*--- DROPDOWN ---*/
#globalNav ul{
	background: #0C5A81; /*--- white? ---*/
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	left:-9999px;
}
#globalNav ul li{
	padding-top:1px; 
	float:none;
}
#globalNav ul a{
	white-space:nowrap;
}
#globalNav li:hover ul, #globalNav li:focus ul, #globalNav li:active ul{
	left:0; 
}

#globalNav li:hover ul li a:hover{
	background: #0C5A81;
}


/* Accord. */
#acc {width:500px; list-style:none; margin: 15px 0;}

#wrapper #acc li {
	margin: 0; padding: 0;
}

#acc h3 {
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
 	display: block;
	padding: 15px 10px;
	color: #171717;
	background: #D7E0E5;
}


#acc h3:hover {
	color: #fff;
	background: #0C5A81;
}

#acc .acc-section {overflow: hidden; background:#fff}

#wrapper #acc .acc-content {width:500px; padding: 15px 0; background:#fff;}

.acc-content p, .acc-content h4 {
	padding-left: 15px;
	padding-right: 15px;
}

.acc-content h4 {
	font-weight: bold;
}

#acc .acc-content ul {
	padding-left: 25px;
}

.centered table {

	margin: 0 auto;

}

.imgCap img {
	float: left;
	margin-right: 25px;
}

.imgCap p {
	font-style: italic;
}