/***************************************************************
Style Sheet for Goense Bounds & Partners
Copyright 2008-2009 Maven Web Solutions, LLC. 
All Rights Reserved.

Revision: 05/2009
***************************************************************/



/* main elements
---------------------------------------------------------------*/

body {
	background: #fff url(../images/bg.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}

hr {
	border:dashed #583718; 
	border-width:1px 0 0; 
	height:0;
	color:#583718;
}



/* links
---------------------------------------------------------------*/

a {
    color: #036;
    text-decoration: underline;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

img {
	border:0;
}




/* text
---------------------------------------------------------------*/

h1 {
	position: absolute;
	height: 0px;
	overflow: hidden;
}

h2 {
	color: #888888;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 15px;
}

h3 {
	position:relative;
	top:6px;
	color: #32606f;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 15px 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

p {
	font-size: 14px;   
	line-height: 22px; 
    margin: 0 10px 10px 10px;
	color: #000;
	text-align:justify;
}






/* footer
---------------------------------------------------------------*/


A:ACTIVE.footerlink{color:#583718;text-decoration:underline; font-weight:bold;}
A:LINK.footerlink{color:#583718;text-decoration:underline; font-weight:bold;}
A:VISITED.footerlink{color:#583718;text-decoration:underline; font-weight:bold;}
A:HOVER.footerlink{color:#000;text-decoration:underline; font-weight:bold;}

.footerlink {
	font-size: 10px;
}

#footer2 ul {
    padding: 0;
    margin: 0;
	position: absolute;
	top:0px;
	right:0px;
	
}

#footer2 li {
    display:inline;
    margin: 0;
}


#footer2 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #583718;
	font-size:10px;
	margin:0 16px;
}

#footer1 .break {
	font-size:16px;	
}

#footer1 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #583718;
	font-size:13px;
	margin:0;
	text-align:center;
}

#footer{
	position: relative;
	width: 877px;
	margin-top: 0px;
	background: #ce9c55;
	border:0;
	padding: 0 15px;
}





/* content
---------------------------------------------------------------*/

#main{
	position: relative;
	width: 751px;
	border:0;
	margin:20px auto 20px auto;
	background-color:#fff;
	padding: 15px;
}



/* portfolio
---------------------------------------------------------------*/

.sitelink {
	position: absolute;
	right:10px;
	top:75px;
	font-size:11px;
}

.portcity {
	position: absolute;
	top:30px;
	right: 10px;
}

.portorg {
	position: absolute;
	top:10px;
	right: 10px;
	text-transform:uppercase;
	font-weight:bold;
}

.portlogo {
	position: relative;
}

.box2 {
	position: absolute;
	top:0;
	left:368px;
	width: 332px;
	height: 80px;
	border: 1px dashed #666666;
	padding: 10px;
}

.box1 {
	position: absolute;
	top:0;
	left:0;
	width: 332px;
	height: 80px;
	border: 1px dashed #666666;
	padding: 10px;	
}

#row {
	position: relative;
	height: 110px;
	margin: 0 15px;
}

#portfolio {
	position:relative;	
}



/* header
---------------------------------------------------------------*/

#header {
	position:relative;
	margin: 0;
	padding:10px 0;
	text-align:center;
}



/* page layout
---------------------------------------------------------------*/
	    
#container {
	width: 751px;
	position: relative;
	background: #fff;

}

#container-top {
	position:relative;
	padding:1px;	
	border:10px solid #fff;
	width:751px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;	
}



