@charset "utf-8";
body {
	background-image:url(images/bcgrd.png);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
td, ul, ol, p, div, dl, dt, dd {
	margin:0px;
	padding:0px;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#808BC6;
}
a:hover {
	color:#B2CE74;
}

#allmain {
	margin:5px auto;
	width:980px;
}

div#main {
	width:956px;
	margin-left:8px;
	background-color:#fff;
	border-left: 1px solid #7D8F57;
	border-right: 1px solid #7D8F57;
	display:block;
}
div.bevel {
	width:974px;
	clear:both;
}
.topline {
	background-image:url(images/top_line.png);
	background-repeat:repeat-x;
	height:9px;
	display:block;
	margin:0px;
	padding:0px;
	clear:both;
}
div#allcontent {
	float:left;
	background-image:url(images/nav_back.png);
	background-repeat:repeat-y;
	width:auto;
	clear:right;
}
div#nav_div {
	float:left;
	background-color:#C8CCDE;
	background-image:url(images/nav_back.png);
	background-repeat:repeat-y;
	width:224px;
	padding:0px;
}
div#content {
	float:left;
	background-color:#fff;
	width:700px;
	margin-left:15px;
}
div#bottomline {
	clear:left;
	background-image:url(images/bottom_line.png);
	background-repeat:repeat-x;
	height:26px;
	text-align:right;
	padding-top:5px;
}
div#bottomline a {
	padding-right:6px;
	border-right: 1px solid #fff;
}
div#bottomline a:hover {
	color:#fff;
}
div#bottomlinks {
	clear:left;
	background-color:#FFF;
	height:20px;
	font-size:9px;
	color:#808BC6;
	text-align:center;
	padding:3px 10px 0px 10px;
}

#flashcontent {
	padding:0;
	margin:0;
}	

ul#nav {
	margin: 0px;
}
ul#nav li {
	list-style-type:none;
	text-align:left;
	padding-left:20px;
	padding-bottom:3px;
	height:32px;
}
ul#nav li a:link, ul#nav li a:visited {
	background-image:url(images/nav_btn.png);
	background-repeat:no-repeat;
	line-height:32px;
	display:block;
	text-indent:40px;
	width:190px;
	color:#FFFFFF;
}
ul#nav li a:hover {
	background-image:url(images/nav_btn_mo.png);
	background-repeat:no-repeat;
	display:block;
	width:190px;
	line-height:32px;
	text-indent:40px;
	color:#808BC6;
}
.pagetext {
	padding:5px;
	float:left;
	width:400px;
}
.pagepics {
	margin:5px;
	padding:5px;
	float:right;
	clear:right;
}
.pagepics img {
	margin-bottom:10px;
}
div#pagecontall {
	margin:5px;
	padding:5px;
	float:left;
	width:480px;
	clear:right;
}
.pagetext p {
	margin-bottom:5px;
}
.pagesubtitle {
	display:list-item;
	font-weight:bold;
	color:#808BC6;
}
h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #808BC6;
	padding:10px;
	clear:left;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:2px;
	clear:left;
}

.menutop {
	height:109px;
	width:100%;
	background-image: url(images/top_menu_backgrd.png);
	background-repeat:repeat-x;
	display:block;
}
.menuitems {
	float:right;
	width:600px;
	padding:0;
	margin:0;
}
.menuinbox {
	display:block;
	width:102px;
	padding:85px 0 10px 17px;
	float:left;
	background-image: url(images/top_menu_item.png);
	background-repeat:no-repeat;
	margin:0;
	text-align: left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
.btn_right {
	float:right;
}

/*/////////////////////// gallery.php /////////////////*/
.gallery_row {
	width: 700px;
	margin-left: 10px;
}
.gallery_img {
	float: left;
	width: 150px;
	padding:0 25px 10px 0;
	text-align: center;
	height: 133px;
	overflow: hidden;
}

.gallery_img img {
	border:1px solid #808BC6;
}

/* /////////////////////// form ////////////////////// */

label {
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 1em;
	padding-top: 3px;
	display: block;
}

select {
	color: #06367b;
	background: #ffffff;
	width: 160px;
	background-color: #DEDEDE;
}

input	{
	color: #06367b;
	/*border: 1px solid #428600;*/
}

textarea {
	color: #06367b;
	background: #ffffff;
	/*border: 1px solid #F37A39;*/
}

.submit input	{
	color: #fff;
	/*background: #A9A9A9;*/
	background: #5B616F;
	border: 1px outset #A9A9A9;
	margin-left: 7.6em;
	*margin-left: 9.4em;
}

fieldset	{
	border: 1px solid #708090;
	*padding-left: 10px;
	*padding-bottom: 10px;
}

fieldset p {
	margin: 7px auto;
}

legend {
	color: #fff;
	font-weight: bold;
	background: #B1CE73;
	border: 1px solid #708090;
	padding: 2px 6px;
}

#cform {
	float: right;
	width: 280px;
}