/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	color: #18496f;
	font: .75em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	background-color: #8fbcd9;
	background-image: url(../images/texture_4.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
a{
	color: #9c2b2b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style-type: none;
}
h1, h2{
	color: #9c2b2b;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em
}
h3{
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em
}
h4{
	font-size: 1em;
	font-weight: normal
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: #18496f;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	width: 960px
}
/*=== Header ===*/
#header{
	background: #ffffff;
	height: 105px;
	overflow: hidden
}
#page #header .tophead {
	float: right;
	width: auto;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
}

#header .content{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 353px
}
#header h1 a{
	display: block;
	height: 85px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: #18496f;
	border-bottom: 2px solid #ffffff;
	font-size: 18px;
	height: 35px;
	padding: 0 0 0 75px
}
.nav1 ul{
	padding: 1px 0
}
.nav1 li{
	float: left;
	line-height: 33px
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	height: 33px;
	padding: 0 15px
}
.nav1 li a:hover,
.nav1 li.active a{
	background:#ffffff;
	color: #000000;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: 290px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: #ffffff;
	height: 1%;
	padding: 15px 13px 10px 11px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 540px
}
.col2{
	float: right;
	padding: 20px 0 0;
	width: 300px
}
.col2 ul{
	margin: 0 0 1.5em
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	width: 936px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) top no-repeat;
	clear: both;
	height: 7px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) top no-repeat
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 5px 29px 0 13px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	font-size: 1.2em;
	margin: 0 0 2em;
	color: #9c2b2b;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0;
	margin: 0 0 .1em;
	padding: 0 0 0 25px
}
.list2{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
}
.list2 li{
	background-repeat: no-repeat;
	background-position: 0;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 2em;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 10px
}
.pic.fr img{
	margin-left: 10px
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
}
#footer a{
	color: #ffffff
}
#footer ul{
	margin: 0 0 2em
}
#footer li{
	display: inline;
	font-size: 10px;
	line-height: 1em;
	padding: 0 .6em
}
/*- Copyright Info -*/ 
.copyr{
	font-size: .8em;
	line-height: 1.2em
}
.copyr a{
	text-decoration: underline
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fr{
	float: right;
}

