/* CSS Document */

body {
	background-color: #f6e8e8;
	background-image: url(../images/BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

H1 {
	color: #3f4e62;
	font-size: 27px;
	font-family: "Century Gothic", Arial;
	margin-top: 15px;
	margin-bottom: 5px;
	}

H2 {
	color: #ad4707;
	font-size: 18px;
	font-family: "Century Gothic", Arial;
	margin: 5px;
	}

#container {
	width: 835px;
	margin: 0 auto;
	}

#logoban {
	position: relative;
	left: 0px;
	display: block;
	width: 835px;
	height: 135px;
	background-image: url(../images/top-banner-bar.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	margin-top: 47px;
	margin-bottom: -12px;
	vertical-align: top;
	text-align: right;
	}
	
#logoban img {
	float: left;
	}
	
#logoban span {
	margin-top: 25px;
	margin-right: 20px;
	font-family: "Century Gothic", Arial;
	font-size: 30px;
	color: #FFFFFF;
	}
	
#logoban span a, a:hover, a:active, a:visited, a:link {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#banner {
	display: block;
	position: relative;
	width: 835px;
	height: 307px;
	margin: 0px;
	/*background-image: url(../images/Banner-slide-1.jpg);*/
	text-align: right;	
}

#banner object {
	padding: 15px;
	}
	
#slideshow {
    position:relative;
	top:-15px;
    height:307px;
	left:-30px;
}

/*
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
*/

#navbar {
	position: relative;
	display: block;
	width: 835px;
	height: 78px;
	background-image: url(../images/nav-bar.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "Century Gothic", Arial;
	}

#body-box {
	display:block;
	width: 829px;
	border-left: 3px solid #414c5b;
	border-right: 3px solid #414c5b;
	border-bottom: 3px solid #414c5b;
	background-color: white;
	margin-top: -50px;
	padding-top: 20px;
}

#right-column {
	display: block;
	float: right;
	width: 261px;
	padding: 0px;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 20px;
	/*margin-bottom: -80px;*/
}

#mini-contact {
	display: block;
	width: 261px;
	height: 434px;
	margin: 0px;
	background-image: url(../images/mini-back.jpg);
	background-position: left top;
	background-attachement: attached;
	background-repeat: no-repeat;
	padding-top: 95px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;	
}

#mini-contact input {
	background-color: #fff;
	font-family: "Century Gothic", Arial;
	margin-top: 5px;
}

.captcha {
	margin: 5px 0 0 2px;
}

#testimonial-go {
	display:block;
	width: 261px;
	height: 509px;
	background-image:url(../images/testimonial.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position: left top;
	margin-left: 0;
	margin-right: 0;
	margin-top: -95px;
	margin-bottom: 90px;
	padding-top: 13px;
	padding-left: 18px;
	padding-right: 17px;
	text-align: left;

}

#testimonial-go p {
	width: 230px;
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size:16.20px;	
}

#blogup {
	display: inline;
	position: relative;
	top: -90px;
	}

#blogup a img {
	border:none;
}
	
#address {
	display: block;
	color: #ad4707;
	font-family: "Century Gothic", Arial;
	text-align: left;
	font-size: 15px;
	margin-top: -70px;
	margin-left: 10px;
	margin-bottom: 25px;
}	
	
#mainevent {
	display: block;
	font-family: "Century Gothic", Arial;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	}

#mainevent a, a:hover, a:visited, a:active, a:link {
	color: #ad4707;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

#maincontact input {
	margin: 0 0 10px 0;
	font-family: "Century Gothic", Arial;

}

#maincontact textarea {
	margin: 0 0 10px 0;
	font-family: "Century Gothic", Arial;
}

#maincontact img {
	margin: 0 0 10px 0;
}

#mainevent p {
	width: 500px;
	}


#footer {
	width: 835px;
	margin-top: 15px;
	color: #ad4707;
	font-family: "Century Gothic", Arial;
	text-align: center;
	font-size: 11px;
	}

#footer a, a:hover, a:visited, a:active, a:link {
	color: #ad4707;
	font-weight: normal;
	text-decoration: underline;
}

/* Misc Styles */
.floatright {
	float: right;
	margin: 0 0 5px 5px;
}
