/* CSS Document */

body {
	width:100%;
	/*margin:0px auto;
	text-align:center;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#351807;
	background-color:#ded9cb;
}
.interior {
	background-image:url(http://merrillinn.com/images/layout/header_banner-colour.gif);
	background-repeat:repeat-x;
}
#wrapper {
	position: relative;
	width:980px;
	margin:auto;
}
#header {
	position: relative;
	width:980px; height:auto;
}
#header #logo {
	position:absolute;
	left:190px;
	top:33px;
	z-index:10
}
#header #topnav {
	position:relative;
	left:0;
	line-height:40px;
	font-weight:bold;
	width:980px; 
	font-size:18px;
	top:-1px;
	background-color:#351807;
}

.hidden {
	display:none;
}
#content {
	position:relative;
	top:0; left:0;
	width:980px;
	font-size:15px;
	color:#351807;
	text-align:left;
	background-image:url(http://merrillinn.com/images/layout/content-bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding-bottom:30px;
}
#content .editable /*positioning only */
{
	position:relative;
	left:100px; top:20px;
	width:790px;
	line-height:18px;
}

/*Sidebar Styles */

#sidebar {
	width:240px;
	margin:0px;
}

/* Footer Styles */
#footer {
	position:relative;
	background-image:url(http://merrillinn.com/images/layout/footer-bkg.gif);
	background-repeat: no-repeat;
	width:980px; height:120px;
	padding-bottom:10px;
	color:#351807;
	text-align:left;
	font-size:13px;
	line-height:16px;
}
#footer h3 {
	font-size:18px; font-weight:normal;
	background-color:transparent;
	margin:0; padding:0;
	margin-bottom:8px;
}
#footer a {
	color:#351807;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
	color:#351807;
}
#footer #contact {
	position:absolute;
	display:block;
	left:35px;
	top:65px;
	width:450px;
	line-height:1.5em;
}
#contact .tel {
	position:absolute;
	left:190px;
	top:26px;
	text-align:right;
	width: 244px;
}
a.email {
	color:#351807;
}
a:hover.email {
	color:#351807;	
}

#footer #credits {
	position:absolute;
	top:145px;
	text-align:center;
	width: 980px;
	font-style:italic;
	font-size:10px;
}
#footer #tag {
	position:absolute;
	right:35px;
	top:65px;
	width:450px;
	text-align:right;
	line-height:1.5em;
}
#footer #links a {
	font-size:13px;
	line-height: 56px;
	text-align:center;
	padding:0 5px;
	color:#351807;
	
}

/* Button Footer Styles */
#btn-footer {
	position:relative;
	width:980px;
	color:#351807;
	text-align:left;
	font-size:13px;
	line-height:16px;
}
#btn-footer h3 {
	font-size:18px; font-weight:normal;
	background-color:transparent;
	margin:0; padding:0;
	margin-bottom:8px;
}
#btn-footer a {
	color:#351807;
	text-decoration:none;
}
#btn-footer a:hover {
	text-decoration:underline;	
	color:#351807;
}
#btn-footer #contact {
	position:absolute;
	display:block;
	left:35px;
	top:172px;
	width:450px;
	line-height:1.5em;
}
#btn-contact .tel {
	position:absolute;
	left:190px;
	top:26px;
	text-align:right;
	width: 244px;
}
a.email {
	color:#351807;
}
a:hover.email {
	color:#351807;	
}

#btn-footer #credits {
	position:absolute;
	top:250px;
	text-align:center;
	width: 980px;
	font-style:italic;
	font-size:10px;
}
#btn-footer #tag {
	position:absolute;
	right:35px;
	top:172px;
	width:450px;
	text-align:right;
	line-height:1.5em;
}
#btn-footer #links a {
	font-size:13px;
	line-height: 56px;
	text-align:center;
	padding:0 5px;
	color:#351807;
	
}