/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #11112e;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #b0b601;
	text-decoration: none
}
a:hover{
	color: #9999cd
}
input,select,textarea{
	border: #cccccc 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h1, h2, h3{
	font: 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 .2em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.3em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 800px
}
#home-page{
	background: url(../images/home-bgr.gif) #111723 repeat-x top;
	color: #ffffff
}
/*=== Header ===*/
#header{
	height: 110px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 385px
}
#header h1 a{
	display: block;
	height: 110px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	font: 20px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 51px
}
.nav1 ul{
	padding: 8px 0 0 2px
}
.nav1 li{
	float: left;
	line-height: 43px
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 19px;
	text-decoration: none
}
.nav1 li a span{
	display: block;
	float: left;
	height: 43px;
	padding: 0 19px 0 0
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat left;
	color: #000033;
	cursor: pointer;
	text-decoration: none
}
.nav1 li a:hover span,
.nav1 li.active a span{
	background: url(../images/nav1-hover.gif) no-repeat right
}
/*- Nav2 -*/
.nav2{
	font: 11px "Trebuchet MS",vArial, Helvetica, sans-serif;
	margin: 0 0 1em
}
.nav2 li{
	background: url(../images/hl-dot.gif) repeat-x bottom
}
.nav2 li a{
	color: #000033;
	display: block;
	height: 34px;
	line-height: 34px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-hover.gif) no-repeat right;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title img{
	clear: both;
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 35px 0 0;
	padding: 0 0 0 15px
}
#home-page #columns{
	background: url(../images/columns-bgr-home.png) repeat-y right;
	height: 1%;
	margin: 0 auto;
	padding: 25px 15px 15px;
	width: 770px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	font-size: 1.8em;
	width: 460px
}
.col1 h2{
	color: #989bd2
}
.col1 p{
	line-height: normal;
	padding: 0 0 .8em
}
.col2{
	float: right;
	padding: 0 5px 0 0;
	text-align: right;
	width: 230px
}
.col2 h2{
	font-size: 30px
}
.col2 h4, .col5 h4{
	font-size: 1em;
	margin: 0
}
.col2 p, .col5 p{
	line-height: normal
}
.col3{
	float: left;
	width: 195px
}
.col3 h2{
	color: #111723;
	font-size: 39px
}
.col4{
	float: right;
	width: 540px
}
.col4 h1{
	font-size: 32px;
	margin: 0 0 .5em
}
.col4 h2{
	margin: 0 0 .5em
}
.col5{
	float: left;
	margin: 0 68px 0 0;
	width: 220px
}
.col5 h2, .col6 h2{
	background: url(../images/hl-dot.gif) repeat-x bottom;
	color: #9999cc;
	margin: 0 0 .7em;
	padding: 0 0 .3em
}
.col5.frlast{
	float: right;
	margin: 0;
	text-align: right
}
.col5.frlast a{
	color: #b0b601;
}
.col5.frlast a:hover{
		color: #9999cd
}
.col6{
	float: left;
	width: 555px
}
.col61{
	float: left;
	width: 278px
}
.col62{
	float: left;
	width: 277px
}
.col7{
	float: left;
	width: 195px
}
.col8{
	float: left;
	padding: 0 0 0 25px;
	width: 220px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Form1 Setup -*/
.form1{
	margin: 0 0 1em;
	padding: .5em 0
}
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	display: block
}
.form1 input{
	height: 15px;
	width: 191px
}
/* Form1 Buttons */
.form1 .submit{
	float: left;
	margin: 140px 0 0 20px
}
.form1 input.btn{
	height: auto;
	width: auto
}
/* Form1 Textarea */
.form1 textarea{
	/*height: 143px;*/
	height: 75px;
	overflow: auto;
	/*width: 220px*/
	width: 227px;
	resize: none;
}
/*=== Footer ===*/
#page-bot{
	background: url(../images/page-bot.gif) repeat-x top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 510px;
	min-height: 510px;
	padding: 23px 0 0
}
#footer{
	color: #333333;
	margin: 0 auto;
	width: 800px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
/*- List1 -*/
.list1{
	margin: 0 0 1em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 .5em;
	padding: 0 0 0 18px
}

#twitter_update_list li {
	margin-top: 15px;
	line-height: normal;
}