/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

a.lightbox, a.thickbox {
	cursor: url(../img/magnify.cur), pointer;
}

table, table tr, table td, table th {
	border:none;
}

.uploadedMediaImage {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid black;
}

#wrapper {
	width:948px;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	margin:0 auto 0 auto;
}

#wrapper .masthead {
	background:url(../img/top-bg.jpg) repeat-x;
	height:114px;
	position:relative;
}

#wrapper .masthead a.logo {
	display:block;
	height:100%;
	width:225px;
	margin-left:35px;
	background:url(../img/logo.gif) no-repeat center center;
}

#wrapper .masthead a.logo span,
.box .boxContent p a.galleryPreview span {
	display:none;
}

#wrapper .masthead .fb {
	display:block;
	width:107px;
	height:32px;
	position:absolute;
	right:33px;
	top:13px;
	background:url(../img/fb-find-us.gif) no-repeat;
}

#wrapper .masthead .phone, #wrapper .masthead .topMenu {
	float:right;
	clear:right;
}

#wrapper .masthead .phone {
	margin:56px 33px 0 0;
}

#wrapper .masthead .topMenu ul {
	margin:5px 25px 0 0;
	padding:0;
}

#wrapper .masthead .topMenu ul li {
	float:left;
	margin-right:0;
	margin-left:5px;
	padding:0 7px 0 0;
	list-style:none;
}

#wrapper .middle, #wrapper .menu, #wrapper .content {
	margin:0 33px 0 33px;
}

#wrapper .middle {
	margin-bottom:1px;
	height:203px;
	background:url(../img/middle/default.jpg) no-repeat;
}

#wrapper .middle span {
	display:none;
}

#wrapper .menu {
	background:url(../img/menu-bg.gif) repeat-x;
	height:31px;
	margin-bottom:14px;
	z-index:10;
/*	overflow:hidden;*/
}

#wrapper .menu .socialLinks {
	float:right;
	margin:7px 10px 0 0;
}

#wrapper .menu ul {
	margin:0;
}

#wrapper .menu ul li {
	margin:0;
	float:left;
	list-style:none;
	margin-left:14px;
	margin-top:5px;
	padding-bottom:8px;
	position:relative;
}

#wrapper .menu ul li ul {
	display:none;
	position:absolute;
	background:url(../img/submenu-bg.gif) repeat-x #aeb178 top;
	margin:5px 0 0 0;
}

#wrapper .menu ul li ul li {
	width:100%;
	margin:0;
	padding:0;
	white-space:nowrap;
	background:url(../img/white-dot.gif) repeat-x bottom;
}

#wrapper .menu ul li ul li a {
	display:block;
	padding:3px 7px 3px 7px;
}

#wrapper .menu ul li:hover ul {
	display:block;
}

#wrapper .menu ul li:hover ul li:hover ul {
	display:block;
}

#wrapper .menu ul li:hover ul li ul, #wrapper .menu ul li ul li ul {
	display:none;	
}

#wrapper .menu ul li ul li ul {
	position:absolute;
	background:url(../img/submenu-bg.gif) repeat-x #aeb178 top;
	margin:0 0 0 0;
	border-left:1px solid white;
	top:0;
	left:100%;
}

#wrapper .menu ul li ul li.withChild a {
	padding-right:20px;
	background:url(../img/menu-arrow.gif) no-repeat 95% center;
}

#wrapper .menu ul li ul li.withChild ul li a {
	padding-right:7px;
	background:transparent;
}

#wrapper .content {
	margin-right:30px;
	padding:26px 0 0 12px;
	float:left;
	width:645px;
}

#wrapper .rightColumn {
	float:left;
	width:182px;
}

/************************ Boxes */
.box {
	overflow:hidden;
}

.box.width182 {
	width:182px;
	margin-bottom:20px;
}

.box.width182 .top {
	height:37px;
	background:url(../img/box-182-top.gif) no-repeat;
}

.box.width182 .boxContent {
	padding:4%;
	background:#266047;
}

.box.width182 .bottom {
	height:7px;
	background:url(../img/box-182-bottom.gif) no-repeat;
}

.box .boxContent p a.galleryPreview {
	display:block;
	width:100%;
	height:93px;
	background:url(../img/gallery-preview.gif) no-repeat center top;
	text-decoration:none;
}

.box.width182 .boxContent ul {
	margin:0;
	padding:0;
}

.box.width182 .boxContent ul li {
	margin:0;
	padding:0;
	list-style:none;
}

.box.width182 .boxContent form input {
	font-size:12px;
}

.box.width182 .boxContent form .input.text input {
	width:158px;
	border:none;
	background:white;
	padding:3px 5px 3px 5px;
	margin-bottom:5px;
}

.box.width182 .boxContent form .submit input {
	background:#B0B37B;
	border:none;
	padding:2px 10px 2px 10px
}

/************** Flickr Photo Gallery */
.galleryList {
	width:100%;
}

.galleryList .gallery {
	float:left;
	margin:0 16px 10px 0;
}

.galleryList .gallery img {
	border:1px solid black;
}

.galleryList .gallery span.caption {
	display:block;
	margin-top:5px;
}

.galleryImageList {
	margin-bottom:15px;
}

.galleryImageList a {
	float:left;
	margin:0 4px 4px 0;
}

.galleryImageList a img {
	border:1px solid black;
}

/******* Footer */
#wrapper .footer {
	clear:both;
	height:110px;
	padding:0 45px 0 45px;
}

#wrapper .footer p {
	padding-top:40px;
}

#wrapper .footer .logos {
	float:right;
}

/************************ News Results */
.newsResult {
	clear:left;
	border-bottom:1px dashed #cacaca;
	margin-bottom:20px;
}

.newsResult img {
	float:right;
	clear:right;
	margin:0 0 15px 15px;
}

.newsArticleMainImage {
	float:right;
	margin:0 0 15px 15px;
}

/************************ Whos Who */
.whosWhoRow {
	clear:left;
}

.whosWhoRow .person {
	float:left;
	margin:0 6px 10px 0;
	border:2px solid #C0C39C;
}

.whosWhoDetails .mugshot {
	float:right;
	border:2px solid #C0C39C;
	margin:0 0 20px 20px;
}

/************************ E-Quote */
.equoteTiles img {
	margin:0 30px 30px 0;
}

/************************ Brochures */
.brochureTile {
	clear:left;
	margin:0 0 10px 170px;
}

.brochureTile img {
	float:left;
	margin:0 20px 5px 0;
}

.brochureTile input {
	float:left;
	margin-right:10px;
}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}


/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}
