/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #232323;
	color: #6d6e71;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #24bddf;
	outline: none;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style-image: url(../images/ico-list.gif);
	list-style-type: none;
}
h2{
	color: #227ba6;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h3{
	color: #227ba6;
	font-size: 1.3em;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
img{
	display: block
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 950px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) top repeat-x;
	height: 79px
}
#header .content{
	color: #227ba6;
	float: right;
	padding: 50px 40px 0 0
}
#header .content a{
	color: #227ba6
}
#header .content li{
	border-right: 1px solid #b5b5b7;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#header .content li.last{
	border: 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 250px
}
#header h1 a{
	display: block;
	height: 79px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0 0 1em
}
.nav1 li{
	margin: 0 0 1px
}
.nav1 li a{
	border-bottom: 1px solid #2f4550;
	color: #ffffff;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 2px
}
.nav1 li a:hover,
.nav1 li.active a{
	border-bottom: 1px solid #24bddf;
	color: #24bddf;
	text-decoration: none
}
.nav1 li li a{
	padding: 0 0 0 20px
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: 256px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	height: 1%;
	padding: 30px 60px 25px 25px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 180px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 610px
}
#centercol2{
	float: right;
	width: 610px;
	
	
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 0 9px 0 0;
	width: 191px
}
.col1 p{
	line-height: normal
}
/*=== Wrappers ===*/
.wrap{
	background: #f8f8ee;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	height: 114px;
	margin: 0 0 1em;
	padding: 6px 0 0 8px;
	width: 182px
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font-size: .9em;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 950px
}
#footer a{
	color: #ffffff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
/*- List1 -*/
.list1{
	margin: 0 0 1em
}
.list1 li{
	margin: 0 0 .5em;
	padding: 0 0 0 30px
}