/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif);
	color: #181818;
	font: .8em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 10px 0
}
a{
	color: #555555;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: disc;
	list-style-position: inside;
}
h2{
	border-bottom: 2px solid #b9b9b9;
	color: #444;
	font-size: 1.7em;
	font-weight: bold;
	text-align: right;
	margin: 0 0 1.0em;
	padding: 0 20px .4em 6px;
}

h2 span{
	display: none
}
h2 img{
	display: block;
	padding: 0 0 0 0;

}
h3{
	font-size: 1.2em;
	margin: 1em 0 1em 0;
}
h4{
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em 6px
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	border: 3px solid #3a3739;
	margin: 0 auto;
	width: 950px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 90px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	margin: 0 0 0 30px;
	position: absolute;
	text-indent: -9999px;
	top: 27px;
	width: 225px
}
#header h1 a{
	display: block;
	height: 225px;
	text-decoration: none
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Info Box ===*/
#info  {
	/*border-bottom: 1px solid #ccc;*/
	margin: 18px 0 0 240px;
	padding: 0 0 0 0;
	width: 360px;
	clear: none;
	float: none;
}
#info p {
	font-size: .85em;
	color: #444;
	text-align: center;
	padding: 0;
	margin: 0;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	font: 17px "Arial Black", Arial, Helvetica, sans-serif;
	height: 75px;
	letter-spacing: -1px;
	padding: 0 53px 0 0;
	text-align: right;
	text-transform: lowercase
}
#nav1 li{
	display: inline;
	line-height: 70px;
	padding: 0 18px
}
#nav1 li a{
	color: #333333;
	text-decoration: none
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #555555;
	text-decoration: underline
}
/*- Nav2 -*/
.nav2{
	color: #181818;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0 0 10px;
	margin: 15px 0 0 0;
	text-align: center;
	text-transform: lowercase
}
.nav2 a{
	color: #181818;
	text-decoration: none
}
.nav2 a:hover{
	color: #555555;
	text-decoration: underline
}
.nav2 li{
	background: url(../images/nav2-sep.gif) no-repeat right;
	display: inline;
	padding: 0 1.1em
}
.nav2 li.last{
	background: none
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 15px 0 0;
	padding: 0 15px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 595px
}
.col1 .box{
	padding-top: 60px
}
.col2{
	float: right;
	width: 295px
}

.col3{
	float: right;
	width: 295px;
	margin: 40px 25px 0 0;
	padding: 0;
	/*border: 1px dotted #ccc;*/
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #e7e8e8;
	border: 1px solid #ccc;
	height: 1%;
	margin: 0 0 1em;
	padding: 23px
}
.box2 {
	background: none;
	height: 1%;
	margin: 33px 0 1em 0;
	padding: 28px 28px 28px 28px;
}
/*=== Images ===*/
.twoimg  {
	padding: 0 10px 10px 5px;
	margin: 0 auto;
	
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) repeat-x top;
	color: #ffffff;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 22px 0 0 0;
	text-align: center
}
#footer a{
	color: #ffffff;
	text-decoration: underline
}
#footer li{
	background: url(../images/footer-li-sep.gif) no-repeat right;
	display: inline;
	padding: 0 .6em
}
#footer li.last{
	background: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

