/* GLOBAL STYLES */
/* ##################################################### */

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #000000;
}

body {
	margin: 0;
	font-size: 12px;
	background: url(../pix/bg-body.gif) #657785;
	text-align: center;
}

a {
	color: #3d6584;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #629dcb;
	text-decoration: none;
}

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

input { margin: 1px; }

/* FADE */
/* ##################################################### */

#fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 455px;
	background: url(../pix/bg-fade.gif) repeat-x;
}

/* CONTAINER */
/* ##################################################### */

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 770px;
	border: solid 2px #000000;
	background: #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* TOP */
/* ##################################################### */

#top {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 770px;
	height: 94px;
	background: url(../pix/bg-top.jpg) no-repeat;
}

#top h3 {
	position: relative;
	margin: 0;
	margin-top: -60px;
	padding: 0;
	width: 96%;
	height: 15px;
	text-indent: -20000px;
	font-size: 1px;
	background: url(../pix/motto.gif) no-repeat right;
}

#top ul {
	float: right;
	position: relative;
	margin: 22px 20px 0 0 !important;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#top li {
	float: left;
	margin-right: 2px;
}
#top li a {
	display: block;
	width: 88px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background: url(../pix/top-li-of.gif) no-repeat;
}
#top li a:hover, #top li a:active, #top li a:focus {
	background: url(../pix/top-li-on.gif) no-repeat;
}

#top img { display: none; }
#top h1 { display: none; }
#top h2 { display: none; }
#top h4 { display: none; }

/* MENU */
/* ##################################################### */

#menu {
	margin: 0;
	padding: 0;
	padding-top: 80px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #000000;
	background: url(../pix/bg-menu.jpg) no-repeat #123d5c;
}
#menu li { display: inline;}

#menu li a {
/*	display: block; float: left; */
	padding: 0 15px 0 21px;
/*	background: url(../pix/menu-li.gif) left center no-repeat; */
	color: #cfe1ee;
}
#menu li.first-child a {
	background-image: none;
	padding-left: 5px;
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #ffffff;
}

/* CONTENT */
/* ##################################################### */

#content {
	padding: 20px;
	background: url(../pix/bg-content-foot.jpg) bottom repeat-x;
}

#content h3 {
	color: #960000;
	font-size: 14px;
}

#container h2 {
	/* text-transform: uppercase; */
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	color: #960000;
	padding: 15px 20px;
	background: url(../pix/bg-content-h2.jpg);
}

#container h2 * {
	line-height: 1em;
}

/* FOOTER */
/* ##################################################### */

#footer {
	background: url(../pix/bg-footer.jpg) #123d5c;
	border-top: solid 1px #000000;
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
}

#footer, #footer * { color: #7e909d; }
#footer a { color: #d64444; }
#footer a:hover, #footer a:active, #footer a:focus { color: #ff0000; }
#footer .site-design { display: inline; }

/* OTHER STUFF */
/* ##################################################### */

#address-box {
	width: 234px;
	padding: 35px 0;
	background: url(../pix/bg-address.gif) center center no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}

.small { font-size: 11px; }

.clear { clear: both; }

/* KEYWORD DIV */
/* ##################################################### */

#keyword_div {
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	overflow: hidden;

	font-size: 20px;
	text-transform: capitalize;
	text-align: left;

	-moz-opacity: .15;
	filter: alpha(opacity=15);
}
