/*
*************************************************
Marsand, Inc.

Author:		Scott Beatty, sbeatty@northpointdesign.com
Updated:	September 23, 2008
Notes:		None

*************************************************
*/
* {
   margin: 0;
   padding: 0;
}

body{
   background: #072353 url(../images/bg_body.jpg) repeat-x;
   font-size: 87%;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1;
   text-align:center; /*IE5.5 center hack*/
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow:hidden;
}

#container{
   width: 764px;
   margin:0 auto;
   text-align:left;/*reset IE5.5 hack*/
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 764px;
   height: 216px;
   margin: 0;
   background:url(../images/bg_header.jpg) no-repeat top center;
}

body#home #header{
   width: 764px;
   height: 190px;
   margin: 0;
   background:url(../images/bg_header_home.jpg) no-repeat top center;
}

#header h1{
   clear:left;
   float: left;
   width: 390px;
   height: 115px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 390px;
   height: 115px;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav-wrap{
   width: 764px;
   padding-top:4px;
}

#nav{
   float:left;
   width: 760px;
   list-style: none;
   padding:0 2px;
   margin:0;
}

#nav li{
   float: left;
}

#nav li a{
   font-family:Arial, Helvetica, sans-serif;
   line-height:31px;
   text-transform:uppercase;
   font-size: 12px;
   display: block;
   color: #FFF;
   text-decoration: none;
   text-align:center;
}

#nav li a:hover{
	background:#976600;
	color:#553506;
}

#nav #home-page { width:89px; }
#nav #about-us { width:110px; }
#nav #services { width:106px; }
#nav #memberships { width:135px; }
#nav #projects { width:113px; }
#nav #links { width:81px; }
#nav #contact-us { width:126px; }

#nav li.active{
	background:#976600;
	color:#553506;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
}

#nav li ul ul{
   margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li li a{
   width: 142px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #553506;
   text-align:left;
   line-height:20px;
   text-transform:none;
   font-size: 12px;
   display: block;
   color: #FFF;
   padding:4px;
   text-decoration: none;
}

/* =Container-Inner
---------------------------------------------------------------------
*/
#container-inner {

}

/* =Content-Wrap
---------------------------------------------------------------------
*/


#content-wrap{
   clear: left;
   width: 764px;
   margin:0;
   padding:0;
   background:url(../images/bg_content_wrapper.jpg) repeat-y;
}

#home #content-wrap{
   clear: left;
   float:left;
   width: 764px;
   margin:0;
   padding:0;
   background:url(../images/bg_content_wrapper.jpg) repeat-y;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   margin:0 auto;
   width: 760px;
}

#content h3, #content h4, #content h5, #content h6{
	font-family:"Times New Roman", Times, serif;
	color:#2B5275;
	margin-bottom:.5em;
	padding:0;
}

#content h3{
	font-size:1.8em;
	padding:0 0 0 10px;
}

#content h4{
	font-size:1.4em;
}

#content h5{
	font-size:1.2em;
}

#content h6{
	font-size:1em;
}

#content p {
   margin: 0;
   padding-bottom:15px;
   line-height: 1.2;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
	color:#346898;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   margin: 0 10px 5px 0;
   padding: 3px;
   border: 1px solid #000;
}

#content img.right{
   float: right;
   margin: 0 0 10px 5px;
}

#content img.map{
   float:none;
   padding: 0;
   border: 1px solid #000;
}

#content #text{
	padding: 0 5px 0 10px;
	color:#333333;
}

#content ul, #content ol {
	margin-left:3em;
	margin-bottom:1em;
}

ul#links{
	margin-left:3em;
	margin-bottom:1em;
   	padding: 0;
}

ul#links li{
   list-style: none;
   padding: 10px 0 10px 45px;
   background:url(../images/li_links.jpg) no-repeat 0px 0px;
   margin:0 0 1em 0;
}

/* =Welcome
---------------------------------------------------------------------
*/
#welcome {
	clear: left;
	width: 764px;
	height: 227px;
	background:url(../images/bg_welcome_home.jpg) no-repeat;
}

#welcome-text {
	float:right;
	width: 440px;
	height:190px;
	position:relative;
}

#welcome h2 {
	text-indent:-9999px;
}

#welcome p {
	text-indent:-9999px;
}

#welcome a.learnmore {
	display:block;
	width: 70px;
	height: 21px;
	position:absolute;
	top:165px;
	left:333px;
	text-indent:-9999px;
}

#project-links {
	clear:right;
	width:480px;
	height:29px;
	margin:0 auto;
	list-style:none;
	text-align:center;
	padding-top:4px;
}

#project-links li {
	float:left;
	padding:0;
}

#project-links a {
    display:block;
	line-height:33px;
	padding-left:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	background:url(../images/icon_arrow_welcome_link.gif) 14px 13px no-repeat;
}

#project-links a.current {
	width:155px;
}

#project-links a.ongoing {
	width:161px;
}

#project-links a.past {
	width:134px;
}

#project-links a:hover {
	color:#976600;
	background:url(../images/icon_arrow_welcome_link_on.gif) 14px 13px no-repeat;
}

/* =Home features
---------------------------------------------------------------------
*/
#home-featured{
   float: left;
   width: 740px;
   padding: 10px;
   background: #F3F3F3 url(../images/bg_home_featured.jpg) no-repeat center top;
}


#home-services, #home-memberships, #home-history {
   float: left;
   display: inline;
   width: 240px;
   background: #F3F3F3 url(../images/bg_featured_box.jpg) no-repeat;
}

#home-services, #home-memberships {
	margin-right:10px;
}

#home-services h3, #home-memberships h3, #home-history h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 6px 0 0 6px;
	margin-bottom:0;
}

#home .featured-content {
   min-height: 100px;
   height: auto !important;
   height: 100px;
   padding: 15px 6px;
   float: left;
   width: 228px;
}

#home .featured-content img{
	float:left;
	margin: 0 6px 4px 0;
	border:0;
	padding:0;
}

#home .featured-content p{
   margin: 0;
   padding-bottom:0;
   font-size: .85em;
   line-height: 1.2;
   float:left;
   width:136px;
}

#home p.viewmore{
	clear:left;
	float:left;
	width:88px;
	padding:6px 0 0 130px;
	text-indent: -9999px;
	margin:0;
}

#home p.viewmore a.featuredservices{
	display:block;
	width:88px;
	height:27px;
	background:url(../images/btn_featured_services.jpg) no-repeat;
	text-decoration:none;
}

#home p.viewmore a.featuredmemberships{
	display:block;
	width:88px;
	height:27px;
	background:url(../images/btn_featured_list.jpg) no-repeat;
	text-decoration:none;
}

#home p.viewmore a.featuredhistory{
	display:block;
	width:88px;
	height:27px;
	background:url(../images/btn_featured_history.jpg) no-repeat;
	text-decoration:none;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: left;
   margin:0 auto;
   width: 764px;
   height:95px;
   background:url(../images/bg_footer.jpg) no-repeat top center;
}

#footer p{
   text-align:right;   
   color: #FFF;
   font-size: .9em;
   line-height:1.37em;
   padding-top:50px;
}

#footer a{
   color: #FFF;
   text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}



/* =add ons
---------------------------------------------------------------------
*/

#contact-left {
	float:left;
	width:290px;
}

#contact-right {
	float:right;
	width:425px;
	display:inline;
	margin-right:10px;
	border:1px solid #000;
}