/* CSS Document */

body{
behavior: url("csshover3.htc");
background-color:#ffffcc;
font-family: Geneva, Arial, Helvetica, sans-serif;
margin:0;
font-size: 12px;
color: #666600;
}

#topwrapper{
width:100%;
background-color:#333300;
}

#top{
margin:0 auto;
width:955px;
height:221px;
text-align:center;

}

#left{
float:left;
width:239px;
height:221px;
}

#left a, #left a:visited{
text-decoration: none;
}

#logo{
width:239px;
height:140px;
margin-top:81px;
}

#logo img {
border-width: 0;
}

#right{
float:left;
width:716px;
}

/*
#image{
width:700px;
height:187px;
text-align:center;
}
*/

#nav{
width:716px;
margin-top:2px;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav li{
display:inline;
padding:10px;
}

#nav li a:link, #nav li a:visited{
font-family:Arial;
font-style:italic;
font-weight:bold;
font-size:13px;
text-align:center;
text-decoration:none;
color:#cccc00;
}

#nav  li ul li a:link, #nav  li ul li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:none;
font-style:normal;
font-weight:normal;
color:#ffffcc;
border-bottom: dashed #cccc00 1px;
padding-bottom: 15px;
}

#nav  li ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:none;
font-style:normal;
font-weight:normal;
color:#a5a25a;
border-bottom: dashed #cccc00 1px;
padding-bottom: 15px;
}

.home a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-50px;
text-decoration:none;
border:0;
visibility: hidden;
}

.home a:hover img {
position: absolute;
visibility:visible;
}

.about a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-116px;
text-decoration:none;
border:0;
visibility: hidden;
}

.about a:hover img {
position: absolute;
visibility:visible;
}

.port a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-180px;
text-decoration:none;
border:0;
visibility: hidden;
}

.port a:hover img {
position: absolute;
visibility:visible;
}

.testimonial a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-285px;
text-decoration:none;
border:0;
visibility: hidden;
}

.testimonial a:hover img {
position: absolute;
visibility:visible;
}

.build a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-420px;
text-decoration:none;
border:0;
visibility: hidden;
}

.build a:hover img {
position: absolute;
visibility:visible;
}

.spot a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-394px;
text-decoration:none;
border:0;
visibility: hidden;
}

.spot a:hover img {
position: absolute;
visibility:visible;
}

.cmt a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-517px;
text-decoration:none;
border:0;
visibility: hidden;
}

.cmt a:hover img {
position: absolute;
visibility:visible;
}

.cmr a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-600px;
text-decoration:none;
border:0;
visibility: hidden;
}

.cmr a:hover img {
position: absolute;
visibility:visible;
}

.cont a img {
position: absolute;
width:700px;
height:187px;
margin-top:-188px;
margin-left:-605px;
text-decoration:none;
border:0;
visibility: hidden;
}

.cont a:hover img {
position: absolute;
visibility:visible;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			85%;
	border-left:5px #cccc00 solid;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			8em; /* match ul width */
	top:			0;
}

.sf-menu li li {
	background-color: #575735;
	background-image: url("images/smoke.png");
}
