/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #3f3f3d repeat-x top fixed;
	color: #5c676f;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 20px 0;
}
a{
	color: #00aeef;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #daeaf4 1px solid;
	font-size: 11px;
	padding: 3px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #header, #page-bot{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	width: 975px;
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 97px;
	overflow: hidden;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) no-repeat top;
	height: 352px;
}
/*- Logo -*/
#logo{
	float: left;
	height: 336px;
	position: relative;
	width: 710px;
}
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 35px 0 0 32px;
	text-indent: -9999px;
}
* html #header h1{
	margin-left: 16px;
}
#header h1 a{
	display: block;
	height: 52px;
	width: 676px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Flash Placeholders -*/
#flash1{
	float: left;
	height: 215px;
	padding: 12px 0 0 11px;
	width: 225px;
}
#flash2{
	float: right;
	height: 183px;
	margin: 32px 0 0 25px;
	width: 438px;
}
/*=== Navigation ===*/
#nav{
	float: right;
	height: 234px;
	margin: 83px 20px 0 0;
	position: relative;
	width: 224px;
}
* html #nav{
	margin-right: 10px;
}
/*- Language Selection -*/
#language{
	color: #ffffff;
	margin: 0 auto -5px;
	text-align: right;
	width: 750px;
}
#language a{
	color: #ffffff;
	text-decoration: underline;
}
/*=== All Columns ===*/
#columns{
	padding: 0 37px 15px 48px;
}
* html #columns{
	padding-right: 25px;
}
#columns h2{
	margin: 0 0 10px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 17px 0 0;
	width: 662px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: -25px 0 0;
	position: relative;
	width: 203px;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box, .box2{
	background: url(../images/box-top.gif) #e1e0e0 no-repeat top;
	float: left;
	font-size: 11px;
	margin: 0 12px 10px 0;
	padding: 5px 0 0;
	width: 212px;
}
.box2{
	background: url(../images/box2-top.gif) #e1e0e0 no-repeat top;
	float: none;
	margin: 0 12px -10px 0;
	width: 202px;
}
.box h3, .box2 h3{
	color: #5c676f;
	font-size: 11px;
	padding: 0 0 13px;
	text-align: left;
	text-transform: uppercase;
}
.box h3, .box2 h3 a{
	color: #5c676f;
}
.box-bot, .box2-bot{
	background: url(../images/box-bot.gif) no-repeat top;
	clear: both;
	height: 5px;
	overflow: hidden;
}
.box2-bot{
	background: url(../images/box2-bot.gif) no-repeat top;
}
.box.last{
	margin: 0;
}
/*- Wrapper -*/
.wrapper{
	background: url(../images/wrapper-bgr.gif) no-repeat 0 17px;
	margin: 0 5px 5px;
	text-align: center;
	width: 202px;
}
.box2 .wrapper{
	background: url(../images/wrapper2-bgr.gif) no-repeat 0 17px;
	width: 192px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	padding: 0 0 10px;
}
#search input{
	background: url(../images/input-bgr.gif) #daeaf4 repeat-x top;
	width: 176px;
}
#search .btn{
	background: none;
	border: 0;
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}
/*=== Styling Buttons ===*/
/*- Bottom Button -*/
.bbtn{
	margin: 0 0 -34px;
	position: relative;
	text-align: right;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

