@charset "UTF-8";
/* CSS Document */

/*ul, li {padding:0;margin:0;list-style-type:none}*/

/*=========== Main Styles =============*/


body {
	background:url(/images/main/bg.jpg) !important;
	background-image:url(/images/main/bg_ie.jpg);
	background-repeat:repeat-x;
	background-color: #f4edd3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}



#container {
	/*background-color: #CCCCCC;*/
	clear: both;
	width: 750px;
	/*height: 187px;*/
	/*z-index:1;*/
	position:relative;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	white-space: nowrap;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	white-space: nowrap;
}
.pagetitle, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
#bodytext {
	clear: both;
	width: 650px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/*=========== Header Including Navigation ==========*/

#header {
	/*margin-top:-15px;*/
	margin-top:0;
	background-color: #f4edd3;
	background-image:url(/images/main/main_header.jpg);
	background-repeat:no-repeat;
	width: 750px;
	position: relative;
	z-index:1;

}

#logo {
	height: 125px;
	width: 150px;
	position: relative;
	float: left;
	top: 0px;
	margin-top: 40px;
}
#headcontain {
	width: 750px;
	height: 187px;
	margin:0;
	padding:0;
	position: relative;	
	
}
#rings {
	background-image:url(/images/main/ring.gif);
	height: 64px;
	width: 22px;
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 190px;
}
#ringsright {
	background-image:url(/images/main/ring.gif);
	height: 64px;
	width: 22px;
	position: absolute;
	z-index: 100;
	left: 720px;
	top: 190px;
}

	/* ======  Navigation ======*/

#nav ul {margin: 0; padding: 0 0 0 0px; list-style: none; height: 32px; background:url(/images/main/nav_bg.jpg) repeat-x;}
#nav ul li {display: block; float: left; font-size: 13px; background:url(/images/main/nav_bg.jpg) !important; background-image:url(/images/main/nav_bg_ie.jpg); background-repeat:repeat-x;}
#nav ul li a {display: block; color:#FFFFFF;font-weight:bold;float: left; text-align: center; padding: 7px 11px; margin: 0 2px; text-decoration: none;}
#nav ul li a:hover {color: #FFFFFF; background-color:#bbb082; height:19px;}

/*	
#mainnav {
	background-color: #e8dba7;
	height: 30px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb082;
}

#mainnav li {
	display: inline-block;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002456;
	font-weight: bolder;
	padding-top: 0px;
}
#mainnav a, #mainnav a:link, #mainnav a:visited {
	color:#002456;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 12px 0px 12px;
	text-align: center;
	float: left;
	height: 100%;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #bbb082;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #bbb082;
	vertical-align:middle;
}
#mainnav a:hover {
	color:#fff;
	background:#bbb082;
	height: 100%;
}
*/
.leftborder {
	padding-left: 2px;
	border-left: 1px dotted #bbb082;
}
.rightborder {
	padding-right: 2px;
	border-right: 1px dotted #bbb082;
}

/*========== Body with Footer =========*/

#mainbody {
	margin-top:1px;
	padding-top:10px;
	background-color: #FFF;
	height: auto;
	width: 750px;
	position:relative;
	background:url(/images/main/mainshadow.gif) repeat-x #ffffff;
}
#footer {
	background-color: #f4edd3;
	height: auto;
	width: 750px;
	clear: both;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold
	color: #222222;
	padding: 5px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #84765a;
	
}
#postcards {
	height: 313px;
	background-image: url(/images/main/postcards.jpg);
	background-repeat:no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bbb082;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #f4edd3;
	/*border-top-color: #FDFEEC;*/
}
.menuoff {border:1px solid #red;font-size:14px;background-color:#e8dba7;color:#002456;font-weight:bold; padding: 3px; text-decoration: none;}
.menuon {border:1px solid #red;font-size:14px;background-color:#bbb082;color:#FFFFFF;font-weight:bold; padding: 3px; text-decoration: none;}

