@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/*Standard Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../images/body_bg.gif) repeat-x #15622C;
	color: #FFFFFF;
}
p {
	font-size: .95em;
	margin: 5px 0;
	line-height: 1.35em;
}
a {
	color: #FFF799;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more {
	float: right;
	font-weight: bold;
}
h1 {
	font-size: 1.95em;
	
}
h2 {
	font-size: 1.75em;
	color: #CFDFEC;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.1em;
	border-bottom: 2px solid #CFDFEC;
	margin: 5px 0; 
}
h3 {
	font-size: 1.6em;
	color: #DFE2EB;
	margin: 5px 0; 
}
h4 {
	font-size: 1.4em;
	margin: 5px 0; 
}
h5 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #5E001D;
	letter-spacing: -.1em;
	border-top: 1px solid #5E001D;
	border-bottom: 1px solid #5E001D;
	margin: 5px 0; 
}
h6 {
	font-size: 1em;
	margin: 5px 0; 
}
.important  {font-weight:bold; color:#990000;}
.fltRght {
	float: right;
	margin: 5px 0 5px 5px;
}
.fltLeft  {
	float: left;
	margin: 5px 5px 5px 0;
}
/*Layout Styles*/
#wrap_outter {
	width: 960px;
	margin: 0 auto;
}
#wrap {
	width: 960px;
	margin-top: 16px;
	background: url(../../images/wrap_bg.jpg) repeat-y;
	float:left;
}
#header {
	background-image: url(../../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 944px;
	margin: 0 8px;
	float:left;
	display:inline;
}
#left {
	float: left;
	width: 146px;
	margin: 5px 0 0 23px;
	display:inline;
}
#address {
	float: left;
	width: 146px;
	margin: 15px 0;
	display:inline;
}
#right {
	background: url(../../images/right_bg.gif) repeat-y;
	float: right;
	width: 175px;
	margin-right: 8px;
	text-align: center;
	padding: 0 0 28px 8px;
	display:inline;
	height:1000px;
}
#right a, #gallery a {
	font-weight: bold;
	color: #ffffff;
}
#content_wrap {
	float: left;
	width: 761px;
	margin: 5px 10px;
	display:inline;
}
#content_home {
	float: left;
	width: 600px;
	margin-top: 5px;
}
#content_home h1 {
	font-size: 1.4em;
}
#home_box_1 {
	background-image: url(../../images/home_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 368px;
	width: 573px;
	margin-left: 14px;
	display:inline;
}

#main_body_header {
	/*background-image: url(../../images/home_body_bg_header.gif);*/
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 625px;
	margin-left: 14px;
	display:inline;
}
#main_body_footer {
	/*background-image: url(../../images/home_body_bg_footer.gif);*/
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 625px;
	margin-left: 14px;
	display:inline;
	margin-bottom:10px;
}
#main_body_filler {
	/*background-image: url(../../images/home_body_bg_filler.gif);*/
	background-repeat:repeat-y;
	color:#ffffff;
	padding-left:20px;
	float: left;
	width: 625px;
	margin-left: 14px;
	display:inline;
}

#gallery {
	margin: 10px;
	float: left;
	width: 553px;
}
#about {
	float: left;
	width: 543px;
	margin: 10px 15px;
	height: 117px;
	display:inline;
}
#home_box_2 {
	float: left;
	width: 300px;
	border-right: 2px solid #666666;
	margin-left: 15px;
	padding-right: 15px;
	display:inline;
}
#home_box_3 {
	float: left;
	width: 240px;
	margin-left: 15px;
	display:inline;
}
#home_box_3 form, #home_box_2 form {
	width: 100%;
	float: left;
}
#home_box_3 input.field {
	float: left;
	height: 19px;
	width: 170px;
	background: url(../../images/home_box_3_field.gif) no-repeat;
	border: none 0px;
}
#home_box_2 input.field {
	float: left;
	height: 21px;
	width: 157px;
	background: url(../../images/home_box_2_field.gif) no-repeat;
	border: none 0px;
	margin-bottom: 10px;
}
#home_box_2 textarea.textarea {
	height: 63px;
	width: 134px;
	float: right;
	margin-bottom: 10px;
	border: none 0px;
	border: 1px solid #15622C;
}
#fri_left {
	width: 157px;
	float: left;
}
#fri_right {
	float: right;
	width: 134px;
}
input.button {
	float: right;
	background: #EC1745;
	border: 1px solid #FFF774;
	color: #FFF799;
	font-weight: bold;
	width: 65px;
	height: 20px;
}
#picture {
	float: left;
	height: 183px;
	width: 331px;
	margin: 10px 0 0 10px;
	display:inline;
}
#gallery_info {
	height: 20px;
	width: 212px;
	margin-top: 183px;
	float: left;
	text-align: right;
	display:inline;
}
#footer {
	background: url(../../images/footer_bg.gif) no-repeat;
	float: left;
	width: 940px;
	margin-bottom: 20px;
	padding: 10px;
	display:inline;
	font-size: 9px;
}
#footer a {
	color: #FFFFFF;
}