@charset "UTF-8";
/* ViB CSS Document */
/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
}
body {
	height:100%; 
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
img{
	border: none;
}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed; 
	top:0; left:0; 
	width:100%; 
	height:100%;
}
/* places the content ontop of the background image */
#content {
	position:relative; 
	z-index:1;
	width: 1000px;
	margin: 0 auto;
	height: 800px;
}
#flashPlayer{
	width: 700px;
	height: 550px;
	z-index: 2;
}
#button1{
	width: 230px;
	float: left;
	color: #0161aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#button2{
	width: 230px;
	float: left;
	color: #0161aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#button3{
	width: 230px;
	float: left;
	color: #0161aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#button1 a:hover, #button2 a:hover, #button3 a:hover{
	color: #f47321;
	text-decoration: none;
}
#button1 a, #button2 a, #button3 a{
	text-decoration: none;
	color: #0161aa;
}
#login{
	right: 0px;
	margin-top: 100px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 20px;
	text-align: right;
}	
#login a{
	color: #ffffff;
	text-decoration: none;
}
#login a:hover{
	color: #0161aa;
	text-decoration: none;
}
#social{
	text-align: right;
	width: 300px;
}
#blog{
	background: url(/images/backer-trans.png) no-repeat;
	width: 260px;
	height: 472px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 12px;
}
#enterBlog{
	width: 260px;
	text-align: center;
	top: 750px;
	right: 5px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0161aa;
}
#enterBlog a{
	text-decoration: none;
}
#footer{
	clear: both;
	color: #333333; 
	font-size: 12px; 
	width: 600px; 
	text-align: center; 
	margin: 0 auto;
	z-index: 10;
}
#footer a{
	color: #0161aa;
	text-decoration: none;
}
#footer a:hover{
	color: #f47321;
}
.f1{
	color: #f47321; 
	font-weight: bold;
}
.hide{
	display: none;
}

/* Sub Pages */
#subContent{
	width: 705px;
}
#subNav{
	padding: 10px 10px 10px 20px; 
	width: 675px; 
	height: 46px; 
	background: url(/images/navbg-trans.png) no-repeat top left; 
	color: #89afcf;
}
#subNav a{
	color: #3a658d;
	text-decoration: none;
}
#subNav a:hover{
	color: #f79119;
	text-decoration: none;
}
.current{
	font-weight: bold;
}	
#subContentArea{
	background: url(/images/subcontentbg-trans.png) no-repeat top left; 
	width: 665; 
	height: 580px; 
	padding: 10px 20px 10px 20px;
	font-size: 12px;
}
#subContentArea2{
	background: url(/images/subcontentbg.png) no-repeat top left; 
	width: 665; 
	height: 580px; 
	padding: 10px 20px 10px 20px;
}
#subContentArea2 a{
	color: #0161aa;
	text-decoration: none;
}
#subContentArea2 a:hover{
	color: #f47321;
}
#subContentArea2 h1{
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #0076c0;
}
#subContentArea a{
	color: #0161aa;
	text-decoration: none;
}
#subContentArea a:hover{
	color: #f47321;
}
#subContentArea h1{
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #0076c0;
}
#faq{
	margin-left: 20px;
}
#faq a{
	color: #f47321;
	text-decoration: none;
}
#faq a:hover{
	color: #0161aa;
}
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
.enlarge{
	font-style: italic;
	font-size: 11px;
}