/*
_ for IE 6 only
# for IE 6 and IE7
html > body .class for IE7 and modern browsers
*/

body {
	background-color:white;
	font-family:verdana, sans-serif;
	color:black;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

/*the main position blocks of the page */

#container {
	width:585px;
	padding:0px;
	border:0px;
	margin:0 auto;
}
html > body #container {
	margin:0px auto;
	width:810px;
}

#wrapper {
	background:transparent url(../images/cityscape.gif) repeat-y top left;
	float:left;
	padding-left:75px;
	
	border:0px;
}
#liner {
	float:left;
	margin:0;
	padding:0;
	border-left:0px;
	border-right:0px;
	border-top:0px;  
	border-bottom: 4px solid #fd7215;
}

#centralcolumn{
	float:left;
	margin:0 75px 0 0;
	border:0;
	text-align:right;
	padding:0px 75px 0 0;
	width:660px;
	_width:735px;
	background:transparent url(../images/orange_side_tiny.gif) repeat-y top right;
}

/*inside the centralcolumn*/
#banner {
	float:left;
	clear:right;
	margin:0px;
	border:0px;
	padding:0px;
}
#banner img {
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	_margin-left:-3px;  /*IE 6 fix */
}

#navbar {
	float:left;
	margin:0px;
	padding:0px;
	border-top:2px solid #fd7215;
	border-bottom:2px solid #fd7215;
	
}
#navbar ul {
	margin:0;
	padding:0;
	float:left;
}

#navbar ul li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	border-left:1px solid #fd7215;
	border-right:1px solid #fd7215;
	border-top:0;
	border-bottom:0;
}
#navbar li a{
	text-decoration:none;
	padding:0;
	height:20px;
	float:left;
	background-position:2px 2px;
}
#navbar a:hover, #navbar a:focus{
	background-position:2px -18px;
}
.nav1 a {
	background:transparent url(../images/but_about.gif) no-repeat;
	width:92px;
}
.nav2 a {
	background:transparent url(../images/but_food.gif) no-repeat;
	width:92px;
}
.nav3 a {
	background:transparent url(../images/but_functions.gif) no-repeat;
	width:92px;
}
.nav4 a {
	background:transparent url(../images/but_weddings.gif) no-repeat;
	width:94px;
}

.nav5 a {
	background:transparent url(../images/but_people.gif) no-repeat;
	width:92px;
}
.nav6 a {
	/*background:transparent url(../images/but_tips.gif) no-repeat;*/
	background:transparent url(../images/but_testimonials.gif) no-repeat;
	width:92px;
}
.nav7 a {
	background:transparent url(../images/but_contact.gif) no-repeat;
	width:92px;
}
span {
	display:none;
}
#lightbox span {   /*lightbox uses span so it can't be invisible*/
	display:inline;
}
/*----------------------------------------------------------*/
#content {
	float:left;
	width:390px;
	_width:380px;
	margin:20px;
	_margin-left:10px;
	border:0px;
	text-align:left;
}

.image {
	text-align:right;
	margin:0px;
	#margin-bottom:-3px;
	padding:0px;
	border-left:7px solid #fd7215;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
}

.image-top {
	_margin-right:-20px;  /*fix for odd IE6 image placement */
}

#footer {
	clear:both;
	text-align:center;
	width:806px;
	margin:0px;
	padding:0px;
	border:0px;
}

/* the styling */

img {
	margin:0px;
	border:0px;
	padding:0px;
	
}
h1 {
	color:#fd7215;
	font-weight:bold;
	font-size:1.2em;
	background-color:inherit;
}
h2 {
	color:black;
	font-weight:bold;
	font-size:0.8em;
	background-color:inherit;
}
p {
	font-size:0.6em;
	padding-top:4px;
	_padding-top:0;
	padding-bottom:4px;
	_padding-bottom:0;
	
}
ul {
	font-size:0.6em;
}
foot {
	font-size:0.5em;
	
}
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#fd7215;
	background-color:inherit;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#fd7215;
	background-color:inherit;
}

a:active{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
/*form styling */
fieldset {
	border:0px;
	_width:360px;
}

form label {
	display: block;
	width: 90px;
	float: left;
	margin-bottom: 8px;
	padding-right:10px;
	font-size:0.6em;
	text-align:right;
}

textarea{
	margin-bottom:10px;
	width:200px;
}

legend{
	display:none;
	}
input {
	display:block;
	width:190px;
	float: left;
	margin-bottom: 10px;
	padding-right:10px;
	
}

.formbutton{
	width:90px;
	margin:5px;
	border:2px solid #fd7215;
	text-align:center;
	padding:0px;
	color:#fd7215;
	background-color:inherit;
}


.clear {
	clear:both;
}
.content-img-left{
	float:left;
	margin: 0 16px 10px 0;
}
.content-img-right{
	float:right;
	margin: 0 0 10px 16px;
}
/*-------------------- testimonials layout -----------------*/
.testimonial {
	width:390px;
	float:left;
	margin:0px 0 20px 0;
}
.left-quote {
	float:left;
	background:transparent url(../images/left-quote.jpg) no-repeat top;
	width:68px;
	height:77px;

}
.testi-text {
	float:left;
	text-align:justify;
	width:252px;
	padding-right:65px;
	padding-left:4px;
	background:transparent url(../images/right-quote.jpg) no-repeat right bottom;
	
}
.testi-pic {
	float:left;
	width:77px;
	height:104px;
	margin-left:70px;
	display:inline;
}
.testi-name {
	float:left;
	padding:0 0 0 72px;
	margin-top:0;
	width:252px;
}