
/* HTML ELEMENTS */
body, html { 
margin:0;
padding:0;
background-color:#251506;
background-image:url(../images/gs_backg_brn.jpg);
background-repeat:repeat-x;
height: 100%;
text-align:center;
}

/* Font Styles */
body, input, textarea { font: 62.5% 'Arapey', Cambria, Georgia, "Times New Roman", Times, serif; color: #444 }
.serif { font-family: 'Arapey', Cambria, Georgia, "Times New Roman", Times, serif; }
.sans { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }
.date { color: rgb(185,176,152); font: 10px/1em 'Helvetica', Arial, sans-serif; text-transform: uppercase }
.upper { text-transform: uppercase }





p {
font-size:1.8em;
line-height:1.4em;
padding-bottom: 1em;
}

h1 {
	font-size:3em;
font-weight: normal;
color:#7f7d7a;
padding-bottom:.5em;
}

h2 {
	font-size:2.1em;
font-weight: normal;
color:#243f42;
padding:1em 0;
}

#content a:link {
	text-decoration: none;
border-bottom: 1px solid #d4b1aa;
	color:#243f42;
	font-style:normal;
}

#content a:visited {
	text-decoration: none;
border-bottom: 1px solid #d4b1aa;
	color:#243f42;
}


#content a:hover {
	color:#a8776d;
}


.quote, .author {
	font-size:1.8em;
	font-style:italic;
	padding-bottom:1em;
	line-height:1.8em;
}

.author {
	color:#a8776d;
}

.clients {
	font-size:1.8em;
	font-style:italic;
	padding:.5em 0 1em;
	color:#a8776d;
}

.clientsText {
	font-style:italic;
}

.name {
	color:#000;
	font-size:1.2em;
}
.contactHead {
	color:#a8776d;
}

.preBullet {
	padding:0;
}


#leftCol ul {
	font-size:1.8em;
	padding:.5em 0 .5em 1em;
	list-style-position:outside;
	list-style-type:disc
}

#leftCol ul li {
	padding:0 0 .5em .25em;
	line-height:1.4em;
	
	list-style-position:outside;
	color:#a8776d;
}

#leftCol ul p {
	font-size:1em;
	display:inline;
	color:#444;
}

#rightCol ul {
	padding-left:0;
}

#rightCol li {
	font-size:1em;
		padding:0 0 1em 0;
			list-style-type:none;

}

#rightCol ul li:before {
		 content: "\00BB \0020";
		 font-style:normal;
	     color:#243f42;
}


#rightCol a:link {
	text-decoration:none;
	border:none;
	color:#a8776d;
	font-style:normal;
}

#rightCol a:visited {
	text-decoration:none;
	color:#a8776d;
		border:none;
}


#rightCol a:hover {
	color:#243f42;
}


ol.numbered {
	font-size:1.8em;
	padding:0 0 1em 1.5em;
	list-style-position:outside;
	list-style-type: decimal;
}

ol.numbered li {
	padding:0 0 .5em .25em;
	line-height:1.8em;
	font-style:italic;
	list-style-position:outside;
	color:#a8776d;
}

ol.numbered p {
	font-style:normal;
	font-size:1em;
	display:inline;
	color:#444;
	
}

#nav ul {
	list-style-type:none;
	padding-top:5px;
}



#nav li {
	display:inline;
	padding-right:1em;
	font-size:1.8em;
		font-weight:400;
}

#nav a:link {
	text-decoration:none;
	color:#a8776d;
}

#nav a:visited {
	text-decoration:none;
	color:#a8776d;
}


#nav a:hover {
	color:#243f42;
}

##nav li.current a:link {
	color:#243f42;
	text-decoration:none;
}

3#nav li.current a:visited {
	color:#243f42;
	text-decoration:nnone;
}

.homeStatement {
padding:70px 0 110px 100px;
}

.homeStatement p {
font-size:4em;
color:#7f7d7a;
padding:0 0 .1em 0
}



#container {
	width:930px;
	background-color:#f6f3ec;
	text-align:center;
		min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 300px; /* .push must be the same height as .footer */
}
#footer {
	margin:0 auto;
	width:930px;
	min-height:300px;
	background-color:#243f42;
	background-image:url(../images/gs_footer.jpg);
	background-repeat:no-repeat;
	color:#9ab98f;
	text-align:center;
}

#footerContainer {
	width:784px;
	text-align:left;
	margin:0 auto;
	padding-top:50px;
}

#footer a:link {
	color:#bbd3c5;
		text-decoration: none;
border-bottom: 1px solid #7da070;

	
}
#footer a:hover {
color:#fff;
}

#footer a:visited {
	color:#bbd3c5;
text-decoration: none;
border-bottom: 1px solid #7da070;
}

#footer p {
	font-size:1.6em;
	padding-bottom:0;
	line-height:1.8em;
}

#header {
	height:155px;
	clear:both;
	text-align:left;
}

/* ######## Style for logo link ######### */
#logoLink {
display: block;
width: 300px;
height: 90px;
border: 0;
position:absolute;
z-index:100;
clear:none;
top:20px;
}

#logoLink a {
text-decoration:none;
border: 0;
}

.hide {
visibility:hidden;
}

#nav {
	width:784px;
	text-align:left;
	margin:0 auto;
}
	
#content {
	width:784px;
	padding:30px 0;
	margin:0 auto;
}

#leftCol {
	width:600px;
	float:left;
	clear:none;
	text-align:left;
}

#photo {
	width:152px;
	float:right;
	clear:none;
	height:220px;

}

#photo img {
		border:1px solid #251506;
}

#rightCol {
	float:left;
	clear:none;
	position:relative;
	padding:0 30px 1.5em 0;
}
.clearfix {
	clear:both;
}
#leftThinCol {
	width:400px;
	float:left;
	padding-bottom:40px;
	text-align:left;
}


#aboutList ul {
	font-size:1.8em;
	padding:0 0 .5em 0em;
	list-style-position:outside;
	list-style-type:none;
}

#aboutList ul li {
	padding:0em 0 .5em 0em;
	line-height:1.4em;
	list-style-position:outside;
	color:#444;
}

#aboutList ul ul {
	font-size:1em;
	padding:.5em 0 0 .5em;
	list-style-position:inside;
	list-style-type:circle;
}

#aboutList ul li li {	
	padding:0 0 .5em .5em;
	line-height:1.4em;
	
	list-style-position:inside;
	color:#444;
}

