/*=== Setup ===*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	margin: 41px 0 15px;
	background: url(../img/bgr.gif);
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border:1px solid;
	padding: 2px;
	font-size: 11px;
}
select{
	padding: 0;
}
.hide {
	display:none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 832px;
	background: url(../img/page-bgr.gif) repeat-y center;
}
/*=== Header ===*/
#headWrap{
	background: url(../img/header-bgr.gif) no-repeat;
	text-align: center;
	height: 293px;
}
.logo{
	margin: 4px 0 0;
}
/*- Top Menu -*/
#naviWrap{
	border-top: 1px solid;
	margin: 0 0 3px;
	line-height: 21px;
	height: 21px;
}
#naviWrap ul{
	margin: 0 0 0 127px;
}
#naviWrap li{
	float: left;
	margin: 0 80px 0 0;
	line-height: 21px;
	height: 21px;
	list-style:none;
}
#naviWrap li a{
	padding: 0 10px;
	border-style:solid;
	border-width:0 1px;
	display: block;
}
#naviWrap li a:hover{
	text-decoration: none;
}
#naviWrap li a.current,#naviWrap li a.current:hover{
	text-decoration: none;
	cursor:default;
}
#naviWrap li.nomargin{
	margin: 0;
}
/*=== Content Columns ===*/
#bodyWrap{
	padding: 10px 0;
	width: 765px;
	margin: 0 auto;
}
/*--- bottom ---*/
#bottom{
	width:auto;
	margin:20px 0 0 7em;
}
#bottom ul{
	float:left;
}
#bottom li{
	font-size: 17px;
	font-style: italic;
	text-align: center;
	line-height: 15px; /*font-weight: bold;*/
	letter-spacing: -1px;
	list-style:none;
	float:left;
	margin:0 2.5em;
}
#bottom li.first {
	margin:0 2.5em 0 0;
}
#bottom li.last {
	margin:0 0 0 2.5em;
}
#bottom li a{
	width: 140px;
	height: 64px;
	background: url(../img/lmenu-bgr.gif) no-repeat top;
	padding: 15px 5px 0 0;
	display: block;
	color:#333;
}
#bottom li a, #bottom li a:hover {
	font-weight:bold;
	cursor:default;
	text-decoration:none;
}
/*--- Top Body ---*/
#top{
	width: 100%;
	float: left;
	font-size: 12pt;
}
#top a{
	text-decoration: underline;
}
#top h2{
	padding: 0 0 10px;
	font-style: italic;
	font-size: 24px;
}
#top p{
	padding: 0 0 10px;
}
#top form {
	clear:both;
	display: block;
	width: 95%;
}
#top form fieldset {
	clear:both;
	display:block;
	margin:1em auto;
	width:600px;
}
#top form legend {
	display:none;
}
#top form label {
	float:left;
	clear:both;
	display:block;
	margin: .25em 0;
	min-width:150px;
}
#top form input {
	float:left;
	display:block;
	margin:2px 4px;
	padding:3px;
	width:50%;
}
#top form textarea {
	float:left;
	display:block;
	margin:2px 4px;
	padding:3px;
	width:50%;
}
#top form select {
	float:left;
	display:block;
	margin:2px 4px;
	padding:3px;
	width:50%;
}
#top form .button {
	margin:.25em 4px .25em 154px;
	padding: .25em;
	width:auto;
}
#top h2 {
	clear:both;
}
#top img {
	border:2px solid #c6b468;
	padding:5px;
	margin:0 5px 20px 0;
	background:#ffefbc;
}
#top p i {
	font-size:larger;
	font-weight:bold;
}
#top ul li {
	margin:0 0 1em 0;
	font-size:12px;
	list-style:none;
}

/*=== Footer ===*/
#footWrap {
	background: url(../img/page-bot.gif) transparent bottom center no-repeat;
	padding: 0 20px 25px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	line-height: 1px;
	height: 1px;
}
