/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #f5f6eb;
	color: #f5f6eb;
	font: .85em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 27px 0
}
a{
	color: #d5f308;
	text-decoration: none
}
a:hover{
	color: #d5f308
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 1em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 2em
}
p{
	padding: 0 0 2em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 18px 0 19px;
	width: 663px
}
#page-top, #page-bot{
	height: 19px;
	margin: 0 auto;
	overflow: hidden;
	width: 700px
}
#page-top{
	background: url(../images/page-top.gif) no-repeat top;
	overflow: visible;
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	height: 12px
}
/*=== Header ===*/
/*- Logo -*/
#logo h1{
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	width: 663px
}
#logo h1 a{
	display: block;
	height: 207px
}
#logo h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 14px;
	font-weight: bold;
	height: 29px;
	margin: 0 auto -8px;
	padding: 0 18px 0 19px;
	position: relative;
	width: 663px
}
.nav1 li{
	float: left;
	line-height: 29px;
	padding: 0 4px
}
.nav1 li a{
	background: url(../images/nav1-bgr.gif) repeat-x top;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 13px
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #dcfc04;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	font-size: 13px;
	height: 25px;
	margin: 5px 0 0
}
.nav2 li{
	float: left;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0 10px 0 0
}
.nav2 li a{
	background: url(../images/nav2-normal.gif) #333333 repeat-y left;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 13px 0 15px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-hover.gif) #333333 repeat-y left;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 20px 0 0;
	padding: 0 0 35px 10px;
	width: 600px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 2em;
	padding: 0 0 0 20px
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 5px;
	margin: 0 0 1em;
	padding: 0 0 0 13px
}
.list1 li a{
	color: #f5f6eb
}
.list1 li a:hover{
	color: #d5f308
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) #242723 repeat-x top;
	color: #ffffff;
	height: 1%;
	margin: 0 -10px 0 -11px;
	padding: 30px 5px 0 19px;
	position: relative;
	width: 660px
}
/*- Footer Nav2 -*/
#footer .nav2{
	font-size: 12px;
	height: auto
}
#footer .nav2 ul{
	float: left;
	padding: 0 5px 0 0;
	width: 128px
}
#footer .nav2 li{
	float: none;
	letter-spacing: -1px;
	margin: 0 0 9px
}
* html #footer .nav2 li{
	height: 1%
}
#footer .nav2 li a{
	float: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.ar{
	text-align: right
}
