@charset "utf-8";
/* CSS Document */

body
{
	font-size: 12px;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	/*1920x1080
	background: #fff url(../img/background.jpg) center top no-repeat fixed;*/
	margin: 0 auto;
}
.outter-container
{
	background: none;
	width: 960px;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: left;
}
.inner-container
{
	color: #333333;
	background: url(../img/content-bkgd.png) left top repeat-y;
	text-align: left;
	height: 100%;
	width: 200px !important;
	float: left;
} 
.content
{
	
}
.width
{
	width: 180px;
	margin-left: 10px;
}
h1
{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 30px;
	padding: 92px 0 20px 0;
	font-weight: bold;
}
h2
{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 20px 0;
	font-weight: bold;
}
.divider
{
	border-top: 1px solid #E4E4E4;
	font-size: 0;
}
p
{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
.nav-container
{
	line-height: 30px;
}
.nav
{
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #E4E4E4;
}
.nav li
{
	text-align: left;
	border-bottom: 1px solid #E4E4E4;
	display: block;
	padding: 0 10px;
}
.nav li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.nav li:hover, .nav li a:hover
{
	color: #A9D7FB;
}
.copyright
{
	padding: 20px 0;
	color: #BBBBBB;
	font-size: 9px;
	text-transform: uppercase;
}

/* downloads specific */
.page-container
{
	color: #333333;
	background: url(../img/page-bkgd.png) left top repeat-y;
	text-align: left;
	height: 100%;
	width: 750px !important;
	float: right !important;
} 
.page-content
{
	margin: 75px 0px 0px 20px;
}
.page-content img
{
	border: 1px solid #FFFFFF;
}
h3
{
	color: #FFFFFF;
	padding: 30px 0px 10px 0px;
	text-transform: uppercase;
}
.page-container a
{
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	line-height: 18px;
	white-space: nowrap;
}
.page-container a:hover
{
	color: #FFFFFF;
	background-color: #FF6600;
}