/*------------------------------------
GENERAL
------------------------------------*/
body {
	background-color: #363636;
	margin-top: 0px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
a:link {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #6dcff6;
	text-decoration: none;
}
a:visited {
	color: #707070;
	text-decoration: none;
}
.container {
	margin: auto;
	width: 876px;
	background: transparent url(../images/pic_outerwrap.gif) repeat-y scroll left top;
}
img {
	border-style: none;
}

/* ------------------------------------
HEADER
------------------------------------ */
.header {
	width: 876px;
	position: absolute;
	height: 117px;
	margin: 0px;
	background: transparent url(../images/pic_header.jpg) no-repeat scroll left top;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.navigation {
	width: 876px;
	position: relative;
	top: 117px;
	height: 42px;
	background: transparent url(../images/pic_navbkgd.gif) no-repeat scroll left top;
}
#nav_main {
	width: 876px;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	text-align: center;
	font-size: .9em;
	text-transform: capitalize;
}
#nav_main li{
	float: left;
} 
#nav_main a {
	color: #6dcff6;
	height: 42px;
}
#nav_main a:link, #nav_main a:active, #nav_main a:visited {
	display: block;
	height: 30px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
#first_nav a {
	background: transparent url(../images/btn_nav1st.gif) no-repeat scroll left top;
	width: 166px;
	height: 42px;
}
#first_nav a:hover {
	background-position: 0px -42px;
	color: #ffffff;
}
#mid_nav a {
	background: transparent url(../images/btn_navmid.gif) no-repeat scroll left top;
	width: 166px;
	height: 42px;
}
#mid_nav a:hover {
	background-position: 0px -42px;
	color: #ffffff;
}
#last_nav a {
	background: transparent url(../images/btn_navlast.gif) no-repeat scroll left top;
	width: 166px;
	height: 42px;
}
#last_nav a:hover {
	background-position: 0px -42px;
	color: #ffffff;
}

/*------------------------------------
CONTENT
------------------------------------*/
.content {
	clear: both;
	position: relative;
	width: 876px;
	top: 117px;
	background: transparent url(../images/pic_innerwrap.jpg) no-repeat scroll left top;
	min-height: 350px;
	height: auto;
	overflow: auto;
	z-index: 2;
}
#content_leftcol_home {
	float: left;
	background: transparent url(../images/pic_2column_divider.png) no-repeat scroll right top;
	width: 400px;
	margin: 250px 0px 0px 4px;
	text-align: left;
	font-size: 11pt;
	line-height: 25px;
	letter-spacing: 0.005cm;
	padding-bottom: 40px;
}
#content_rightcol_home {
	float: right;
	width: 362px;
	margin: 250px 0px 0px 0px;
	font-size: .8em;
	color: #737373;
	line-height: 21px;
	padding: 75px 50px 40px 60px;
}
#content_leftcol_contact {
	float: left;
	background: transparent url(../images/pic_2column_divider.png) no-repeat scroll right top;
	width: 220px;
	margin: 0px 0px 0px 80px;
	text-align: left;
	font-size: .8em;
	color: #737373;
	line-height: 18px;
	padding-bottom: 40px;
}
#content_rightcol_contact {
	float: right;
	width: 427px;
	font-size: .8em;
	color: #737373;
	line-height: 21px;
	padding: 0px 80px 40px 60px;
}
#content_fullspread {
	float: left;
	width: 762px;
	margin: 240px 50px 0px 57px;
	padding-bottom: 20px;
	font-size: .8em;
	color: #737373;
	line-height: 21px;
}
#product_copy {
	float: left;
	width: 762px;
	margin: 0px 50px 0px 57px;
	padding-bottom: 40px;
	font-size: .7em;
	color: #707070;
}
.content b {
	color: #0072bc;
}
#logo {
	padding-bottom: 15px;
}
#logo_anima {
	padding-left: 85px;
}
.staff_col {
	margin-right: 85px;
}
#bio_pic {
	border: 1px solid #0072bc;
}
#bio_id {
	line-height: 18px;
	padding-top: 15px;
}
.button {
	background-color: #0072bc;
	border: 0px solid #cccccc;
	color: #ffffff;
	height: 25px;
	text-align: center;
	width: 100px;
}
.product_bullet {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
	

/*------------------------------------
FOOTER
------------------------------------*/
.footer {
	position: relative;
	width: 876px;
	height: 150px;
	background: transparent url(../images/pic_footer.jpg) no-repeat scroll left top;
	top: 50px;
	z-index: 1;
}
.disclaimer {
	text-align: center;
	font-size: .6em;
	color: #707070;
	padding: 158px 0px 25px 0px;
}