/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #333333;
	font: 12px Verdana,Arial,Helvetica,Sans-Serif;
	padding: 30px 0;
}
a{
	color: #0099ff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 819px;
}
#page-top{
	background: url(../images/page-top.gif) no-repeat left top;
	height: 14px;
	overflow: hidden;
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	height: 14px;
	overflow: hidden;
}
/*- Logo -*/
#logo{
	margin: 0 0 0 -40px;
	position: absolute;
	top: 12px;
}
#logo h1{
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#logo h1 a{
	display: block;
	height: 295px;
	width: 297px;
}
#logo h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	border-bottom: 1px solid #ffff00;
	font: 19px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 22px;
	margin: 0 0 15px;
	padding: 0 0 3px;
	text-transform: lowercase;
}
#nav1 li{
	float: left;
	line-height: 22px;
	margin: 0 35px 0 0;
}
#nav1 li.last{
	margin: 0;
}
#nav1 li a{
	color: #0099ff;
	display: block;
	float: left;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav-hover.gif) repeat-x top;
	color: #333333;
	text-decoration: none;
}
/*=== All Columns ===*/
#columns{
	margin: 50px 0 0;
	padding: 0 50px 35px 50px;
}
#columns h2{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 8px;
}
#columns h3{
	font-size: 14px;
	font-weight:normal;
	font-style: italic;
	color: #666666;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Styling ===*/
.sub-head {
	font-style:oblique;
	font-size:14px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.indent {
	line-height:18px;
	margin-left:40px;
}	
 hr{
clear:both;
border-bottom:1px solid #ccc;
margin:0 0 10px;
width: 100%;
height:1px
}


/*=== Left Column ===*/
#leftcol{
	float: left;
	padding: 220px 0 0;
	width: 190px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 0 0 0 5px;
	width: 490px;
	min-height:540px;
}
/*=== Context Column ===*/
#left {
    float:left;
    width:250px;
    }
#right {
    float:right;
    width:220px;
    }
#clear {
    background:#cc9;
    clear:both;
    }
/*=== Styling Lists ===*/
.list1{
	font: 18px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	padding: 0 0 0 60px;
}
.list1 li{
	color: #333333;
	margin: 0 0 6px;
}
.list1 li a{
	background: url(../images/ico-list.gif) no-repeat left;
	color: #333333;
	padding: 0 0 0 15px;
}
.list1 li a:hover,
.list1 li.active a{
	color: #0099ff;
	text-decoration: none;
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #ffff00;
	clear: both;
	color: #0099ff;
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0 50px;
	padding: 8px 0 0;
}
#footer em{
	font-style: normal;
	padding: 0 0 0 50px;
}
#footer a{
	color: #0099ff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
