/* CSS Document */
/*-------------------------------------------------------------------------------------------
Basic Style Sheet
version: 3.0
author: Jess Ferko
email: jferko@backpocketmedia.net
website: http://www.backpocketmedia.net
-------------------------------------------------------------------------------------------*/
	
/* =pull in other css */
@import url(/css/oddball.css);
@import url(/css/typography.css);
@import url(/css/navigation.css);
@import url(/js/sIFR-2.0.7/sIFR-screen.css);

/* =standards */

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #4e5445;
}

#main_container {
	position: relative;
	padding: 0px;
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_top {
	position: relative;
	float: left;
	width: 898px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	height: 13px;
	clear: both;
}
#main_bottom {
	position: relative;
	z-index:0;
	padding: 0px;
	/*float: left;*/
	width: 898px;
	margin: 0px 0px 25px 0px;
	height: 14px;
	clear: none;
}
/*#main_bottom img {
	position: relative;
	z-index:0;
	clear: both;
	float: left;

}*/
#main {
	z-index:0;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 898px;
	position: relative;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
}
#header {
	float: left;
	width: 898px;
	position: relative;
	height: 109px;
	clear: none;
	margin: 0px;
	padding: 0px;
}
#logo_container {
	float: left;
	height: 46px;
	width: 346px;
	position: relative;
	padding: 23px 0px 0px 23px;
	margin: 0px;
	clear: none;
}
#utility_container {
	float: right;
	width: 469px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 32px 30px 0px 0px;
	top: 0px;
	right: 0px;
	clear: right;
	vertical-align: middle;
}

#utiliity_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595b51;
	width:395px;
	float:right;
	
	}
#utiliity_nav a {
	color: #595b51;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#utiliity_nav a:hover {
	text-decoration: underline;
}
#title_container {
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 866px;
	position: relative;
	height: 62px;
	padding-left: 32px;
	padding-top: 17px;
}
	#breadcrumb {
		float: left;
		width: 826px;
		position: relative;
		padding-right: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFF;
	}
	#breadcrumb a {
		color: #FFF;
		text-decoration: underline;
	}
	#title {
		float: left;
		width: 826px;
		position: relative;
		padding-right: 40px;
		padding-top: 15px;
	}



#content_container {
	position: relative;
	float: left;
	width: 813px;
	padding: 16px 48px 30px 32px;
	min-height:500px;
}
#share {
	position: relative;
	float: right;
	display: block;
	vertical-align: middle;
	padding-bottom: 8px;
	clear: both;
}
	#share img {
		display: inline;
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}


#col1 {
	position: relative;
	float: left;
	width: 571px;
	padding-right: 20px;
}
	#col1 img, #col3 img {
		float: right;
	}
	
#col2 {
	position: relative;
	float: left;
	width: 203px;
	border-left: 1px solid #919482;
	padding: 29px 0px 20px 18px;
}
#col3 {
	position: relative;
	float: left;
	width: 780px;
}

.data_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e5445;
	border: 1px solid #a5a5a5;
	padding: 0px;
}
.header {
	background-image: url(../images/table_header_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #d9d8dc;
	padding: 2px 0px 2px 5px;
}
.data_table_white {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: #fff;
	padding: 2px 0px 2px 5px;
}
.data_table_gray {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: #eef4fa;
	padding: 2px 0px 2px 5px;
}
.table_caption {
	float: left;
	width: 566px;
	position: relative;
	padding-top: 3px;
	padding-left: 5px;
	clear: both;
}
.table_caption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px !important;
	color: #49768f !important;
}






#blogRecent {
	float: left;
	position: relative;
	width: 500px;
	padding: 20px 48px 10px 100px;
}
#footer {
	float: left;
	position: relative;
	width: 813px;
	margin-top:30px;
	padding: 0px 48px 20px 37px;
}
#card1 {
	height: 122px;
	width: 176px;
	position: absolute;
	z-index: 100;
	left: 650px;
	top: 60px;
	background-image: url(../images/card1_bg.png);
	padding-left: 30px;
	padding-top: 42px;
	padding-right: 14px;
	display: block;
	cursor:pointer;
}
#card2 {
	height: 122px;
	width: 176px;
	position: absolute;
	z-index: 200;
	left: 722px;
	top: 70px;
	background-image: url(../images/card2_bg.png);
	padding-left: 30px;
	padding-top: 42px;
	padding-right: 14px;
	display: block;
	cursor:pointer;
}
#home_container {
	float: left;
	width: 891px;
	position: relative;
	height: 290px;
}
#home_container1 {
	float: left;
	width: 891px;
	position: relative;
	height: 290px;
	background-image: url(../images/homepage_pic1.jpg);
	background-repeat: no-repeat;
}
#home_container2 {
	float: left;
	width: 891px;
	position: relative;
	height: 290px;
	background-image: url(../images/homepage_pic2.jpg);
	background-repeat: no-repeat;
}
#home_container3 {
	float: left;
	width: 891px;
	position: relative;
	height: 290px;
	background-image: url(../images/homepage_pic3.jpg);
	background-repeat: no-repeat;
}
#homepage_pic {
	float: left;
	width: 898px;
	position: relative;
}
#message1, #message2, #message3 {
	position: relative;
	float:left;
	height: 164px;
	width: 249px;
	left: 64px;
	top: 23px;
	padding: 61px 40px 0px 36px;
}
#nav1, #nav2, #nav3 {
	position: relative;
	float:left;
	width: 162px;
	left: 100px;
	top: 20px;
	height: 225px;
}
.nav img {
	padding-top: 10px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ul li {
	margin: 0px;
	padding: 0px;
}
#nav_control, #nav_control2, #nav_control3   {
	position: absolute;
	z-index: 200;
	width: 70px;
	left: 336px;
	top: 260px;
}
#nav_control ul, #nav_control2 ul, #nav_control3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_control ul li, #nav_control2 ul li, #nav_control3 ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_control ul li a, #nav_control2 ul li a, #nav_control3 ul li a {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #CCC;
}
#nav_control ul li a:hover, #nav_control2 ul li a:hover, #nav_control3 ul li a:hover {
	background-color: #aa3403;
}
#nav_control ul li a.nav_control_current, #nav_control2 ul li a.nav_control_current, #nav_control3 ul li a.nav_control_current {
	background-color: #aa3403;
}
.sub_caption {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #49768f;
	width: 263px;
	position: relative;
}
.sub_caption p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 9px !important;
	color: #49768f !important;
	margin: 0px !important;
	padding: 0px !important;
}
.sub_caption img {
	width: 263px;
}
#home_card {
	position: absolute;
	z-index: 2000;
	height: 424px;
	width: 260px;
	left: 598px;
	top: -61px;
	padding-top: 44px;
	padding-left: 44px;
	background-image: url(../images/cards.png);
	background-repeat: no-repeat;
	padding-right: 70px;
}
	#home_card h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0a0a13;
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #9a9f8a;
	}
	#home_card p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #9a9f8a;
		margin: 0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

/* =hacks */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
