body {
	margin: 50px 0px;
	background: url('/assets/images/main-bg.jpg') no-repeat top left #ffffff;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

img {
	behavior: url(/assets/iepngfix.htc)
}

a {
	color: #ABBD3E;
}
a:hover {
	color: #64A085;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	 color:#64A085;
}

h1 { font-size: 18px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main {
	width: 784px;
	background:white;
	border:solid black 1px;
	text-align:left;
}

.pagecontent {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}


#homepagecontent {
	padding: 10px 16px;
	background: #4C4C4C;
	color: white;
}
#homepagecontent a {
	color: #CED3B0;
}
#homepagecontent a:hover {
	color: #ffffff;
}


/***************** innermenu styles *********************/
#innermenu {
	font-weight: bold;
	color:#64A085;
}

#innermenu a {

}

#innermenu a:hover {

}


/***************** mainmenu styles *********************/

#mainmenu {
	background: #CED3B0;
	width:100%;
	border-collapse: collapse;

}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px;
	text-transform: uppercase;

}

#mainmenu a {
	text-decoration: none;
	color: #4A4A4A;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #64A085;
}

div.submenu {
	width:148px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #CED3B0;
	border: solid #64A085 1px;


	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	width: 100%;
	border-collapse: collapse;

}

div.submenu td {
	text-transform: uppercase;
	padding: 2px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

}

div.submenu td a {
	color: #0D0D0D;
	font-weight: normal;
	text-decoration: none;

}

div.submenu td.hover {
	background: #64A085;
	color: #ffffff;
}

div.submenu td.hover a {
	color: #ffffff;
	text-decoration: none;
}


#footer {
	text-align:center;
	margin-top:10px;
}

#footer, #footer a {
	color: #595959;
	text-decoration: none;
}

/****************************************/

/******** nav links ********/

div.navlinkbox, div.navlinkboxhover {
	font-size: 11px;
	display: inline;
	border: solid black 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkboxhover {
	color: #ffffff;
	background: #49232F;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover {
	color: #ffffff;
}


/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}


