/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%;
}
body{
	background: url(../images/bgr.jpg) #e1edf0 repeat-x fixed top;
	color: #0099cf;
	font: .85em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #0099cf;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #00a9a9;
	font: 30px Georgia,"Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0 0 .3em
}
h3{
	color: #00a9a9;
	font-size: 1.1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 18px;
	width: 826px;
		display: table-cell;
	display: block;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
/*=== Solar Flash ===*/
#solar-flash{
	background: url(../images/solar-flash-bgr.gif) no-repeat top;
	height: 42px;
}
#solar-flash h1{
	float: left;
	width: 826px;
	text-indent: -9999px;	
}
#solar-flash h1 a{
	height: 42px;
	display: block;		
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 163px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 325px
}
#header h1 a{
	display: block;
	height: 135px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	clear: both;
	font-size: 13px;
	height: 28px;
	padding: 0 0 0 45px
}
#nav1 li{
	float: left;
	line-height: 28px
}
#nav1 li a{
	background: url(../images/nav1-normal.gif) no-repeat left;
	color: #cbebf7;
	display: block;
	float: left;
	padding: 0 0 0 7px;
	text-decoration: none
}
#nav1 li a span{
	background: url(../images/nav1-normal.gif) no-repeat right;
	display: block;
	float: left;
	height: 28px;
	padding: 0 7px 0 0
}
#nav1 li.active a span, #nav1 li a:hover span{
	background: url(../images/nav1-hover.gif) no-repeat right
}
#nav1 li a:hover, #nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat left;
	color: #0099cf;
	cursor: pointer;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.jpg) #fdfdff repeat-x top;
	padding: 25px 40px 15px 50px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 530px;
	min-height: 530px;
}
#columns a{
	text-decoration: underline
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 0 15px 0 0;
	width: 235px
}
.col1.last{
	padding: 0
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 2px;
	margin: 0 0 .5em;
	padding: 0 0 0 35px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fr img{
	margin-left: 25px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.jpg) #e7f2f7 repeat-x top;
	font-size: 11px;
	height: 1%;
	padding: 25px 40px 25px 50px
}
#footer h3{
	font-size: 16px;
	margin: 0 0 6px
}
#footer ul{
	float: left;
	padding: 0 15px 15px 0
}
#footer li{
	background: url(../images/ico-list2.gif) no-repeat 0 1px;
	margin: 0 0 1px;
	padding: 0 0 2px 10px
}
.copyr{
	font-size: 10px
}
.image-left{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left
}	
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.sign-off {
	color: #0099cf;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal
}

