/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%;
}
body{
	background: #547dc4;
	color: #333333;
	font: .75em Tahoma,Arial,Helvetica,Sans-Serif
}
a{
	color: #3969c3;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
.col2 ul li {
	margin-left: 15px;
	list-style-image: url(../images/checkmark.jpg);
	padding-bottom: 3px;
	list-style-position: outside;
	padding-left: 15px;
}

h1, h2{
	color: #234077;
	font-size: 1.4em;
	margin: 0 0 1em;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#bgcontent{
	background: url(../images/bgr.gif) #ffffff top repeat-x
}
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height: 79px;
	overflow: hidden;
	padding: 0 0 0 15px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	width: 341px
}
#header h1 a{
	display: block;
	height: 79px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	padding: 0 0 0 15px
}
.nav1 ul{
	padding: 1px 0
}
.nav1 li{
	float: left;
	line-height: 40px
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	height: 40px;
	padding: 0 50px;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) top repeat-x;
	color: #000000;
	text-decoration: none
}
/*=== Title, Testimonials ===*/
.title{
	clear: both;
	height: 224px;
	margin: 0 auto;
	overflow: hidden;
	width: 907px
}
.testimonials{
	background: url(../images/testimonials-bgr.gif) top no-repeat;
	font-size: 14px;
	height: 88px;
	margin: 0 0 0 -5px;
	overflow: hidden;
	padding: 18px 32px 0 48px;
	position: relative;
	width: 838px
}
.testimonials p{
	padding: 0
}
.testimonials cite{
	float: right;
	font-style: normal;
	padding-right: 5px;
}
.testimonials cite strong{
	color: #234077;
	font-weight: normal
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 15px 0 10px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 0 0 0 5px;
	width: 420px
}
.col2{
	float: right;
	width: 425px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	width: 940px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) top no-repeat;
	clear: both;
	height: 8px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) top no-repeat;
	height: 9px
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 0 19px 0 14px
}
.box .subcontent{
	background: url(../images/vlsep.gif) top center no-repeat;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 365px;
	min-height: 365px;
	padding: 15px 0 0
}
#bgcontent #page #columns .box blockquote {
	padding-left: 25px;
}

.box .subcontent2{
	
	display: table-cell;
	display: block;
	height: auto !important;
	height: 365px;
	min-height: 365px;
	padding: 15px 0 0
}
/*=== 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{
	background: url(../images/footer-bgr.gif) top repeat-x;
	color: #000000;
	font-size: 1em;
	height: 68px;
	padding: 20px 0;
	text-align: center
}
#footer a{
	color: #ffffff
}
#footer ul{
	margin: 0 0 1.1em
}
#footer li{
	display: inline;
	font-size: 1.2em;
	padding: 0 .7em
}
/*- Copyright Info -*/ 
.copyr{
	line-height: 2em
}
.copyr small{
	font-size: .9em
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fr{
	float: right
}

