/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff top center;
	color: #ffffff;
	font: .75em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 15px 0
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #01597B;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2 span{
	display: none
}
h2 img{
	display: block
}
/*=== Layout ===*/
#page{
	background: #00a6e7;
	border: 5px solid #66ccff;
	margin: 0 auto;
	width: 778px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 120px
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 230px
}
#header h1 a{
	display: block;
	height: 120px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font: bold 15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 44px;
	padding: 76px 8px 0 0
}
#nav1 li{
	float: left;
	line-height: 44px;
	margin: 0 2px 0 0
}
#nav1 li a{
	background: url(../images/nav-normal.gif) no-repeat left;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 16px;
	text-decoration: none
}
#nav1 li a span{
	background: url(../images/nav-normal.gif) no-repeat right;
	display: block;
	float: left;
	height: 44px;
	padding: 0 16px 0 0
}

#nav1 li.active a,
#nav1 li a:hover{
	background: url(../images/nav-hover.gif) no-repeat left;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
#nav1 li.active a span,
#nav1 li a:hover span{
	background: url(../images/nav-hover.gif) no-repeat right;
}

/*=== All Columns ===*/
#columns{
	background: #ffffff url(../images/columns-bgr.gif) repeat-x top;
	height: 1%;
	padding: 18px 10px 0
}
#columns h2{
	color: #ffcc00;
	text-transform:uppercase;
	font-size: 1.1em;
	margin: 0 0 1em
}
#columns h3{
	color: #000000;
	font-size: 1em;
	margin: 0 0 1em
}
#columns p{
	padding: 0 0 1.1em
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	font-size: .85em;
	width: 190px
}
#leftcol h2{
	margin: 0 0 .8em
}
#leftcol h3{
	font-size: 1.2em;
	margin: 0
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 548px;
	margin-bottom:10px;
}
#centercol a{
	text-decoration: underline;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box a{color:#165069;}
.box{
	/*background: url(../images/box-top2.gif) #FFCC00 no-repeat top;*/
	background: #FFCC00;
	height: 1%;
	margin: 0 0 10px;
	padding: 7px 0 0;
	color:#165069;
}
.box .spacer{
	/*background: url(../images/box-bot2.gif) no-repeat bottom;*/
	background: #FFCC00;
	height: 1%;
	padding: 3px 5px 9px
}
/*- Box12 -*/
.box2{
	/*background: url(../images/box2-top.gif) #4dc3ef no-repeat top;*/
	/*background: #4dc3ef;*/
	height: 1%;
	padding:0;
	color:#000000;
}
.box2 .spacer{
	/*background: url(../images/box2-bot.gif) no-repeat bottom;*/
	/*background: #4dc3ef;*/
	height: 1%;
	padding: 3px 12px 9px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	padding: 0 5px
}
.list1 li a{
	display: block;
	height: 49px;
	padding: 3px
}
.list1 li a:hover{
	background: #9fdff6;
	color: #fff;
	text-decoration: none
}
.list1 li img{
	float: left;
	margin: 0 5px 0 0
}
.basic-list li{
	margin:0 0 0 20px;
	list-style:outside;
}
/*=== Styling Buttons ===*/
.more{
	font-size: 1.2em;
	font-weight: bold
}
.more a{
	text-decoration: underline
}
/*=== Footer ===*/
#footer{
	font-size: .85em;
	margin: 0 auto;
	margin-bottom:5px;
	padding: 5px 0;
	width: 770px;
	color:#000000;
}
#footer a{
	text-decoration: none;
	color:#000000;
}
#footer a:hover{
	color:#000000;
	text-decoration: underline;
}
#footer img{
	margin: 0 10px 0 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.pic.fl{
	text-align:left;
	color:#006699;
	font-size:11px;
}
.pic.fl img{
	display: block;
	margin: 0 25px 0 0
}
.pic.fr{
	text-align:right;
	color:#006699;
	font-size:11px;
}
.pic.fr img{
	display: block;
	margin: 0 0 0 25px;
}
#video{
margin:0 auto; width:738px; text-align:right; padding-right:20px;height:46px;
}
#video span{display:none;}

#centercol ul{
margin-left:25px;
}
#centercol ul li{
	list-style-image:url(../images/star-bullet.gif);
}