/*

Top Masthead Area (#masthead)
<controlled by image)
-- ../images/mastheadBg.gif --

Main Navigation Bar (#navcontainer)
(controlled with image)
-- ../images/navBarBg.gif --

Main Body Area (#content)
(controlled by CSS Color Property)
-- #37322B --



*/


html {
	
}

body {
	/* background-color: #004a84; */
	background: url(../images/back.jpg) repeat-x fixed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

td {
	padding:5px;
}

#emagc {background:url(../images/emagc.png) no-repeat;position:absolute;left:10px;top:10px;width:72px;height:61px;z-index:1;}


/*=COMMON
=== === === === === === === === === === */



* {
	padding: 0;
	margin: 0
}

p,
li {
	line-height: 150%;
}

#masthead p {
	
}

a {
color: #5baeaa; /* medium turq for link*/
	
}

a:visited {
color: #86aeac; /* lighter turq for visited link*/
}

/*=WRAPPER
=== === === === === === === === === === */

#wrapper {
	height: auto;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url("../images/wrapperBg.png") repeat-y;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {
	height: 70px;
	width: 900px;
	background: #000; /*#5e5747  url("../images/mastheadBg.gif") repeat-x;*/
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
}

#masthead h1 {
	color: white;
	margin-top: 3px;
	margin-right: 30px;
	font: 28px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #a19777;
	margin-bottom: 3px;
	width: 600px;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

#masthead h2 {
	color: white;
	float: right;
	margin-right: 30px;
	font: italic 14px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: auto;
	height: auto;
}

/*=LOGOBOX
=== === === === === === === === === === */

#logoBox {
	width: 220px;
    float: left;
	height: 101px;
	background-image: url(../../../../brandBgNEGroupRealty.png);
	z-index: 1;
	position: relative;
	left: 30px;
	top: 0;
}

/*=BRANDBLOCK
=== === === === === === === === === === */

#brandblock {
	height: 200px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

/*=NAVIGATION
=== === === === === === === === === === */

#navigation {
	
}

#navcontainer {
	background: url(../images/martin%20web%20NE%20Turquoise/navBarBgTurq.gif) repeat-x;
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #A19777;
	border-top: 1px solid #A19777;
}

#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(../images/martin%20web%20NE%20Turquoise/navBarBgTurq.gif) repeat-x;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
}

#navcontainer ul {
	margin-left: 270px;
}

#logoBox p {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
	padding-top: 10px;
}

#navcontainer a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
	border-left: 1px solid #A19777;
	padding: 5px 10px;
}

#navcontainer li.active {
	background: url(../images/martin%20web%20NE%20Turquoise/navBarBgHoverTurq.gif) repeat-x;
}

#navcontainer a:hover {
	background: url(../images/martin%20web%20NE%20Turquoise/navBarBgHoverTurq.gif) repeat-x;
}

a#spacer {
	text-decoration: none;
	width: 280px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 0;
	border-left-style: none;
}

/*=SUBNAVIGATION(POPOUTBODY)
=== === === === === === === === === === */

#subnavlist {
	height: auto;
	width: 198px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	overflow:hidden;
}

#popOutBody ul li {
	width: 200px;
	display: inline-block;
	background: url(../images/subNavLiBg.gif) repeat-x;
	font: 13px/20px "Lucida Grande", verdana, sans-serif;
	text-align: left;
	border-bottom: 1px solid #e1decf;
}

#popOutBody ul li:hover, #popOutBody ul li.active{
	background: url(../images/subNavLiHoBg.gif) repeat-x;
	border-bottom: 1px solid #a19777;
}

#popOutBody a {
	color: #37322b;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 5px;
}



#popOutBody li {		
}

/*=CONTENT
=== === === === === === === === === === */

#content {
	clear: both;
	min-height:640px;
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000; /*#37322b;*/
	overflow: hidden;
	border-top: 1px solid #A19777;
}

#contentLeft {
	float: left;
	height: auto;
	width: auto;
}

#contentRight {
	float: right;
	height: auto;
	width: auto;
}

#conBox {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 15px;
	margin-right: 30px;
}

#conBox h1 {
	color: #191815;
	font-size: 23px;
	margin-top: 10px;
}

#conBox h1 a:link, #conBox h1 a:visited {
	color: #191815;
	text-decoration:none;
}

#conBox h1 a:hover {
	color: #191815;
	text-decoration:underline;
}

#conBox h2 {
	color: #7d0b0a;
	font-size: 21px;
	margin-bottom: 12px;
	margin-top: 32px;
	text-align: center;
}

#conBox p {
	color: #231f1a;
	font-size: 12px;
	line-height: 1.65em;
}

#conBoxHeader {
	float: left;
	width: 600px;
	height: 13px;
	background-image: url(../images/martin%20web/conBoxHeaderK.gif);
	margin:0;
	overflow: hidden;
}

#conBoxBody {
	float: left;
	width: 600px;
	min-height: 610px;
	height: auto;
	background-image: url(../images/martin%20web/conBoxBodyK.gif);
	margin:0;
}

#conBoxBody div.body li li {
	padding-left: 20px;
	text-indent: -10px;
}

#conBoxBody div img {
	float: left;
	margin: 12px 10px 12px 0;
	border: 1px solid #a19777;
	padding: 5px;
}

#conBoxFooter {
	float: left;
	width: 600px;
	height: 13px;
	background-image: url(../images/martin%20web/conBoxFooterK.gif);
	margin: 0 0 25px;
	overflow: hidden;
}

/*=POPOUTBOXES
=== === === === === === === === === === */

#popOutBox {
	text-align: center;
	margin: 10px 0 0 30px;
	padding-top: 12px;
	padding: 0;
	list-style-type: none;

}

#popOutFooter a {
	text-decoration: none;
	list-style-type: none;
}

#popOutBody img {
	padding:3px;
	margin:10px 6px 0 0;
	border: 1px solid #ccc;
}

#popOutHeader p.popTitle {
	font-weight: bold;
	color: white;
	margin: 0;
	padding-top: 15px;
}

#popOutHeader {
	height: 51px;
	width: 220px;
	background: url(../images/martin%20web%20NE%20Turquoise/popHeaderturq.gif) no-repeat;
	margin: 0;
}

#popOutBody {
	height: auto;
	width: 220px;
	background: url(../images/martin%20web/popBodyBgK.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#popOutFooter {
	height: 51px;
	width: 220px;
	background: url(../images/martin%20web/popFooterdkgray2.gif) no-repeat;
	margin: 0;
}

#popOutFooter a, #popOutFooter a:visited, #popOutFooter p {
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
}

#popOutBody span a {
	font-size:14px;
	text-align:left;
	margin:0 15px;
}

/*=FOOTER
=== === === === === === === === === === */

#footer {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:30px;
	height: 70px;
	width: 900px;
	background: #005652 url(../images/martin%20web%20NE%20Turquoise/footerBgTurq.gif)  repeat-x;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

/*=HEADLINE COPY
=== === === === === === === === === === */
.headline {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:10px 20px 10px 20px;	/*TRBL*/
}


/*=BODY COPY
=== === === === === === === === === === */
.body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	margin:0px 20px 0px 20px;	/*TRBL*/
}

.body p {
	line-height:22px;
	margin-bottom:10px;
}

.body ul, .body ol {
	margin:10px 0px 10px 0px;	/*TRBL*/
}

.body ul li, .body ol li {
	margin:0px 0px 0px 20px;	/*TRBL*/
}

.content_image {
	margin: 15px 0px 25px;
	width: 560px;
	height: auto;
}


/*forms*/
/*
form {background:#f0f6f8;padding:1em;border:1px solid #eee;}
.login {background:url(../gfx/user.gif) no-repeat 95% 1em;}
.contact {background:url(../gfx/email2.gif) no-repeat 95% 1em;}
fieldset div {margin:0.3em 0;clear:both;}
form {margin:1em;width:90%;margin-left:auto;margin-right:auto;}
label {float:left;width:125px;font-size:10px;text-align:right;margin-right:1em;color:#333;}
legend {color:#0b77b7;font-size:1.2em;font-weight:bold;margin-top:10px;margin-bottom:10px;}
legend span {width:10em;text-align:right;}
input {padding:0.15em;width:67%;border:1px solid #ddd;background:#fafafa;font:normal 0.95em arial, sans-serif;-moz-border-radius:0.4em;-khtml-border-radius:0.4em;}
input:hover, input:focus {border-color:#c5c5c5;background:#f6f6f6;} 
option {width:200px;border:1px solid #ddd;background:#fafafa;font:normal 0.95em arial, sans-serif;-moz-border-radius:0.4em;-khtml-border-radius:0.4em;}
option:hover, option:focus {border-color:#c5c5c5;background:#f6f6f6;} 
textarea {padding:0.15em;width:67%;border:1px solid #ddd;background:#fafafa;font:normal 0.95em arial, sans-serif;-moz-border-radius:0.4em;-khtml-border-radius:0.4em;clear:right;float:none;}
textarea:hover, textarea:focus {border-color:#c5c5c5;background:#f6f6f6;} 
fieldset {border:1px solid #999;padding:0 0.5em 0.5em;}
.date input {background-image:url(../gfx/calendar-small.gif);background-repeat:no-repeat;background-position:100% 50%;}
.date fieldset label {float:none;display:block;text-align:left;width:auto;}
.date fieldset div {float:left;clear:none;margin-right:0.2em;}
.radio, .date {position:relative;}
.radio fieldset, .date fieldset {border:none;width:auto;padding:1px 0 0 11em;}
.radio legend, .date legend {color:#666;font:normal 10px arial, sans-serif;}
.radio legend span, .date legend span {position:absolute;left:0;top:0.3em;width:125px;display:block;}
.radio label, .radio input {vertical-align:middle;display:inline;float:none;width:auto;background:none;border:none;}
.radio div {float:left;white-space:nowrap;clear:none;}
.email {width:14em;}
input.default {color:#bbb;}
#submit-go {margin-top:1em;width:69px;height:26px;text-indent:-9999px;overflow:hidden;border:0;background:url(../gfx/submit-button.gif) no-repeat 0 0;display:block;cursor:pointer !important; cursor:hand;}
#submit-go:hover {background-position:0 -26px;}

.comments_head {font-size:1.6em; margin:0; padding:5px; border-bottom:1px dotted #000; font-weight:bold;}
.comments { width:100%; font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; padding:5px; margin-bottom:20px; line-height:12px; }
.comments_byline { width:100%; background-color:#0b77b7; font-family: Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#fff; padding-left:5px; margin:0px; }
.more {padding-right:14px; background:url("../images/more.gif") 100% 5px no-repeat;}
*/
a:hover.more {text-decoration:none;}

#share { float: left; }
#punch { float: right; }
.clear { clear: both; }

/* TABLES */
.table1 {border: 2px solid #ccc;border-collapse:collapse;width:100%;margin-bottom:15px;font:normal 13px arial, sans-serif;color:#000;}
	.table1 td {background: #fff url("images/sprites.gif") repeat-x 0 -1600px;padding:4px 4px 4px 4px;}
	.table1 th {text-align:left;}
	.table1 thead th {color:#fff;font-size:110%;background: #286ea0 url("images/sprites.gif") repeat-x 0 -1300px;padding: 5px 5px}
	.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;padding: 6px}
	.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px}

/*blog forms*/
form > h3 {
	font-size:18px;
	font-weight:bold;
	background-color:#ccc;
	padding:5px;
	margin-bottom:10px;
}

form > div > h4 {
	font-size:10px;
	font-weight:bold;
	margin:0 10px 0px 10px;
}

form > div > input {
	margin:0 10px 10px 10px;
	width:95%;
}

form > div > textarea {
	margin:0 10px 10px 10px;
	width:95%;
}

.comments_head {
	font-size:15px;
	font-weight:bold;
	padding:0;margin:0 0 10px 0;
	border-bottom:1px solid #999;
	color:#333;
}

.comments_byline {
	font-size:10px;
	padding:0;margin:0 0 15px 0;
	color:#333;
}

.comments {
	font-size:14px;
	padding:0;margin:0 0 0 0;
	color:#333;
}

/*product table*/
table.table1 {
	background-color:#ccc;
	width:100%;
	margin:10px auto;
}

table.table1 thead {
	background-color:#000;
	color:#fff;
}

table.table1 td {
	background-color:#fff;
	color:#000;
	padding:5px;
	font-size:12px;
}

/*error*/
.error {
	color:red;
}

#member_login {
	text-align:left;
	padding:20px;
}

/*upload form*/
.upload_form {
	border:1px dotted #999;
	padding:10px;
}

.upload_form p {
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	margin:0;padding:0;
}

.upload_form .browser {
	margin-bottom:10px;
	display:block;
}

