
/* SENTRY SECURITY - CSS STRUCTURE FILE______________________________ */

/* UNIVERSAL RESETS [KEEP AT TOP]____________________________________ */

*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 100%/1.25 Arial, Helvetica, Verdana, sans-serif;
}

html { height: 100%; }



/* GENERAL STYLES____________________________________________________ */

body {
	margin: 0px;
	background-image: url(../_images/struct/bg_home-page-tile.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	width: 100%;
}



/* NAV STYLES________________________________________________________ */

.nav-container {
	display: block;
	float: right;
	width: 780px;
	text-align: right;
}

	.nav-container ul {
		list-style-type: none;
	}
	
	.nav-container ul li {
		float: right;
	}
	
	.nav-container ul a {
		display: block;
		padding: 5px 14px;
		margin: 0px 7px 0px 0px;
		font: 11px Tahoma, Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
	.nav-container ul a:hover {
		padding: 5px 14px 10px 14px;
		background-color: #d2ab2a;
		color: #ffffff;
		background-image: url(../_images/struct/nav_shadow.png);
		background-repeat: repeat-x;
		background-position: center bottom; 
	}
	
	.nav-container .active {
		display: block;
		padding: 5px 14px 10px 14px;
		margin: 0px 7px 0px 0px;
		font: 11px Tahoma, Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		background-color: #005daa;
		color: #ffffff;
		background-image: url(../_images/struct/nav_shadow.png);
		background-repeat: repeat-x;
		background-position: center bottom; 
	}
	

/* HOME PAGE SPECIFIC________________________________________________ */

#ca_home {
	position: relative;
	margin: 0px auto -58px;
	padding: 0px;
	width: 960px;
	min-height: 100%;
	height: auto;
	text-align: left;
	margin-bottom: -58px !important;
	margin-bottom: 0px;
}

#head_home {
	display: block;
	clear: both;
	height: 327px;
	width: 960px;
	background-image: url(../_images/struct/bg_home-header.png);
	background-repeat: no-repeat;
}

	.home_logo {
		margin-top: 43px;
		display: block;
		float: left;
	}
		
	.home_top-callouts {
		margin-top: 43px;
		margin-left: 98px;
		display: block;
		float: left;
		width: 655px;
		height: 230px;
	}
		
		.home_tagline {
			display: block;
			clear: both;
			text-align: center;
			width: 655px;
			height: 51px;
			line-height: 51px;
		}
		
		.home_callout-nav {
			display: block;
			clear: both;
			padding-left: 44px;
			width: 610px;
			height: 179px;
			text-align: left;
		}
		
		.home_callout-nav img {
			float: left;
			margin-right: 18px;
		}
		
	.home_head-bottom {
		display: block;
		clear: both;
		width: 960px;
		height: 47px;
		background-image: url(../_images/struct/home_header-bottom.png);
		background-repeat: no-repeat;
	}
	
#nav_home {
	display: block;
	clear: both;
	width: 960px;
	height: 40px;
}

#body_home {
	display: block;
	clear: both;
	width: 960px;
	padding-top: 15px;
	font: 12px Arial, Helvetica, Tahoma, Verdana sans-serif;
}

	.body-left {
		float: left;
		padding: 0px 15px 0px 0px;
		display: block;
		text-align: center;
		height: 319px;
		width: 320px;
		
	}
	
	.body-right {
		display: block;
		float: left;
		width: 625px;
	}
	
	.callout {
		display: block;
		clear: both;
		padding: 10px 15px 5px 15px;
		width: 250px;
		min-height: 110px;
		border: 1px solid #b8b4b4;
		background-color: #f0eeee;
		margin: 0 0 15px 25px;
		text-align: left;
		font-size: 11px;
	}
	
	.co_image {
		border: 0px;
		margin-right: 10px;
		float: left;
	}
	
#footer, #_pre {
	display: block;
	position: relative;
	clear: both;
	height: 58px;
}

#footer {
	width: 100%;
	margin: 0px auto;
	background-image: url(../_images/struct/bg_foot-tile.png);
	background-repeat: repeat-x;
	text-align: center;
}

	.foot-content {
		padding-top: 1px;
		margin: 0px auto;
		width: 815px !important;
		height: 57px;
		text-align: center;
	}
	
	.foot-area {
		display: block;
		float: left;
		height: 30px;
		background-image: url(../_images/struct/bg_footnav_b.png);
		background-position: top right;
		background-repeat: no-repeat;
		margin-right: 5px;
	}
	
		.foot-window {
			position: relative;
			display: block;
			height: 30px;
			background-image: url(../_images/struct/bg_footnav_a.png);
			background-position: top left;
			background-repeat: no-repeat;
			font: 10px Arial, Helvetica, Tahoma, Verdana, sans-serif;
			color: #ffffff;
			z-index: 2;
			line-height: 26px;
			padding: 0px 10px;
		}
		
	.foot-copy {
		display: block;
		clear: both;
		font: 10px Arial, Helvetica, Tahoma, Verdana, sans-serif;
		color: #ffffff;
		line-height: 26px;
	}