@charset "UTF-8";
/* CSS Document */

/*Begin wrappers and general styles */
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFCD6;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333300;
	background-image: url(images/bg_bling.jpg);
	background-repeat: repeat-y;
}

.GSDsite #container {
	width: 90%; 
	overflow:visible;
	margin: 0 auto;
	border: 0px;
	padding:0px;
	text-align: left;
}

.GSDsite #header {
	width: 100%;
	height: 200px;
	margin:30px 0px 0px 0px;
	z-index:2;
}	

/*.GSDsite #mainContent {
	position: relative;
	top:-54px;
	margin: 0px;
	padding:0px;
	z-index:-1;
}*/

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltleft {
	float: left;
	margin-right: 8px;
}

/* Header styles */

#header .quotearea {
	position: absolute;
	top:52px;
	left:480px;
	width: 499px;
	height: 112px;
}

/* End header styles */

/* Begin Nav menu styles here */

.GSDsite #nav {
	width: 170px;
	height:auto;
	float:left;
	margin: 20px;
	padding: 10px, 0px, 0px, 10px;
	position: relative;
	top:-54px;
	z-index:1;
}

#nav img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#nav .URHere {
	height: 50px;
	margin:10px 0px 10px 0px;
}

#nav .homeButton {
	background-image:url(images/nav/home_off.png);
	background-repeat:no-repeat;
	height:40px;
}

#nav .homeButton:hover {
	background-image:url(images/nav/home_on.png);
	background-repeat:no-repeat;
}

#nav .standardsButton {
	background-image:url(images/nav/standards_off.png);
	background-repeat:no-repeat;
	height:40px;
}
#nav .standardsButton:hover {
	background-image:url(images/nav/standards_on.png);
	background-repeat:no-repeat;
}

#nav .aboutButton {
	background-image:url(images/nav/aboutOwner_off.png);
	background-repeat:no-repeat;
	height:40px;
}
#nav .aboutButton:hover {
	background-image:url(images/nav/aboutOwner_on.png);
	background-repeat:no-repeat;
}

#nav .galleryButton {
	background-image:url(images/nav/gallery_off.png);
	background-repeat:no-repeat;
	height:40px;
}
#nav .galleryButton:hover {
	background-image:url(images/nav/gallery_on.png);
	background-repeat:no-repeat;
}
#nav .contactButton {
	background-image:url(images/nav/contact_off.png);
	background-repeat:no-repeat;
	height:40px;
}
#nav .contactButton:hover {
	background-image:url(images/nav/contact_on.png);
	background-repeat:no-repeat;
}
#nav .testButton {
	background-image:url(images/nav/testimonials_off.png);
	background-repeat:no-repeat;
	height:40px;
}
#nav .testButton:hover {
	background-image:url(images/nav/testimonials_on.png);
	background-repeat:no-repeat;
}
#nav .bizButton {
	background-image:url(images/nav/recommended_off.png);
	background-repeat:no-repeat;
	height:50px;
}
#nav .bizButton:hover {
	background-image:url(images/nav/recommended_on.png);
	background-repeat:no-repeat;
}

#nav .linksButton {
	background-image:url(images/nav/morelinks_off.png);
	background-repeat:no-repeat;
	height:50px;
}
#nav .linksButton:hover {
	background-image:url(images/nav/morelinks_on.png);
	background-repeat:no-repeat;
}
/* End Nav Styles here */

/* Content styles */



#box {
	margin-left:206px;
	position:relative;
	top:-34px;
	width: 76%;
	height:1%;
	background-color: #fff;
}

#box .bg {
 position:absolute;
 width: 133px;
 height:117px;
 background:url(images/box_topright.gif) no-repeat;
}

#box .topRight {
 top:0px;
 right:0px;
 background-position:top right;
}

#box .bgleft {
 position:absolute;
 width: 193px;
 height:35px;
 background:url(images/box_topleft.gif) no-repeat;
}

#box .topleft {
 top:0px;
 left:0px;
 background-position:top left;
}

#box .btmRightpos {
 right:4px;
 bottom:4px;
 background-position:bottom right;
}

 
#box .content {
	border:solid #97c620 4px;
	padding: 30px 20px 20px 30px;
	text-align:left;
}

.rightflow {
	padding-right:220px;
}

.GSDsite #footer {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color:#460606;
	text-align:right;
	line-height:125%;
	position:relative;
	top: -20px;
	right:20px;
	}
	
#footer a:link {
text-decoration:none;
font-weight:bold;
color:#460606;
}

#footer a:visited {
text-decoration:none;
font-weight:bold;
color:#460606;
}

#footer a:hover {
text-decoration:none;
font-weight:bold;
color:#5c8712;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #460606;
	margin-top: 6px;
	margin-bottom: -10px;
}

.subhead {
	font-size:0.75em;
	font-style:italic;
	}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #460606;
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0px;
	padding-top:8px;
	border-top: dotted #97c620 2px;
}

p.listing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	}

.letter p {
	margin:8px;
	font-size:.85em;
	line-height:130%;
}	

p a {
	font-weight:bolder;
	color: #5C8712;
}
	
p.note {
	font-size: 0.8em;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -6px;
}

p.featurecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: normal;
	color: #97c620;
	text-align: center;
}

ul {
line=height:125%;
margin-top:.75em;
margin-bottom:.75em;
}

ul a {
	font-weight:bolder;
	color: #5C8712;
}

li{
margin-top: .3em;
margin-bottom:.3em;

}

b {
	color: #5c8712;
	font-weight: bold;
}

#callout{
	float:right;
	width: 150px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #460606;
	margin-left:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #460606;
}

#callout a {
color: #460606;
}
/* End content styles */
