@charset "utf-8";
html, body {  
	background-image: url(../xhtml/images/background.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	scrollbar-base-color: LIGHT;
	scrollbar-face-color: white;
	scrollbar-track-color: #d6bf6b;
	scrollbar-highlight-color: LIGHT;
	scrollbar-3dlight-color: #d6bf6b;
	scrollbar-shadow-color: #d6bf6b;
	scrollbar-darkshadow-color: #d6bf6b;
	scrollbar-arrow-color: DARK;
	}
	A:link {text-decoration: none; color: #000066; font-weight:bold; font-family: Arial, Helvetica, sans-serif; list-style-image: url(../xhtml/images/blu_bullet_box.gif);}
	A:visited {text-decoration: none; color: #000066; font-weight:bold; font-family: Arial, Helvetica, sans-serif; list-style-image: url(../xhtml/images/blu_bullet_box.gif);}
	A:active {text-decoration: none; ; color: #000066; font-weight:bold; font-family: Arial, Helvetica, sans-serif; list-style-image: url(../xhtml/images/blu_bullet_box.gif);}
	A:hover {text-decoration: underline; color: #000066; list-style-image:url(../xhtml/images/blu_bullet_box2.gif); font-weight:bold; font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: -2ex;
	font-weight: bold;
	color: #000066;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000066;
	text-align: right;
	font-size: 3ex;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2ex;
	color: #000066;
	line-height: 0.1ex;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	line-height: 1em;
}

br {
	line-height: 1ex;
}

/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1em;
	margin-left: 6px;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	background:#d6bf6b;
	margin:0;
	padding:0.25em 1em;
	border-left:2px solid #fff;

}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#F3EED8;
	text-decoration:underline;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
}

/*subnav*/

#globalnav UL {
	left:0;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}


.hiddentext {display:none; float: left;}
.outline {cursor:pointer; float: left;}

.whiteback {
	background-color: #FFFFFF;
	width: 910px;
	margin: auto;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	position: relative;
}
.shadow {
	width: 938px;
	margin: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../xhtml/images/background_shadow.jpg);
	background-repeat: repeat;
	position: relative;	
}
.bottomshadow {
	margin: auto;
	height: 7px;
	width: 960px;
	background-image: url(../xhtml/images/bottom_shadow.jpg);
	background-repeat: no-repeat;
	position: relative;	
}
.maintext {
	width: 580px;
	padding-top: 4px;
	float: left;
}

.maintextindex {
	width: 540px;
	float: left;
	margin-top: -18px;
	margin-bottom: 10px;
	padding: 18px;
	background-color: #F5F1DE;
}
.maintextcontact {
	width: 420px;
	padding: 4px;
	float: left;
}
.box {
	width: 269px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6bf6b;
	border-right-color: #d6bf6b;
	border-bottom-color: #d6bf6b;
	border-left-color: #d6bf6b;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	font-weight: bold;
	vertical-align: top;
	list-style-position: inside;
	line-height: 3ex;
	padding-top: 24px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 28px;

}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	line-height: normal;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7ex;
	vertical-align: text-top;
	line-height: normal;
}
.boxright {
	vertical-align: text-top;
	float: right;
	padding-top: 4px;

	}
.footer {
	background-color: #d5be6b;
	width: 910px;
	height: 3ex;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
}
.footerlinks { display: inline; PADDING-LEFT: 25px; list-style:none;}
.footerlinks A:link {text-decoration: none; color: white; font-weight:bold; font-family: Arial, Helvetica, sans-serif;  list-style-image: url(../xhtml/images/blu_bullet_box.gif) no-repeat; }
.footerlinks A:visited {text-decoration: none; color: white; font-weight:bold; font-family: Arial, Helvetica, sans-serif;  list-style-image: url(../xhtml/images/blu_bullet_box.gif) no-repeat; }
.footerlinks A:active {text-decoration: none; ; color: white; font-weight:bold; font-family: Arial, Helvetica, sans-serif;  list-style-image: url(../xhtml/images/blu_bullet_box.gif) no-repeat; }
.footerlinks A:hover {text-decoration: underline; color: white; list-style-image:url(../xhtml/images/blu_bullet_box2.gif) no-repeat;  font-weight:bold; font-family: Arial, Helvetica, sans-serif; 
}
.logos{
	vertical-align: top;
}
.copyright{
	padding-top: 11px;
	margin: auto;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	vertical-align: top;
}
.form {
	height: 300px;
	width: 360px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6bf6b;
	border-right-color: #d6bf6b;
	border-bottom-color: #d6bf6b;
	border-left-color: #d6bf6b;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	vertical-align: top;
	line-height: 6ex;
	padding-top: 24px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 28px;
}

.send{
	text-align: right;
	padding-right: 19px;
}
.formfriend {
	height: 100px;
	width: 360px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6bf6b;
	border-right-color: #d6bf6b;
	border-bottom-color: #d6bf6b;
	border-left-color: #d6bf6b;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	vertical-align: middle;
	line-height: 6ex;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 28px;
}
.map {
	float:right;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}
.contactline {
	background-color: dfcf8e;
	height: 1px;
	width: 911px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
