/******************************************************
Layout of Site
*******************************************************/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	margin : 0px;
	padding : 0px;
	background-color: #7daae3;
	background-image: url(/images/bg2.gif); 
	background-repeat: repeat-y; 
	background-attachment: fixed; 
	background-position: top center;
	text-align: center;
}

div#page 
{
	background-image: url(/images/bg1.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: top center;
	height:100%;
}

div#header
{
	position : relative;
	height : 133px;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-image: url(/images/header.png); 
	background-repeat: no-repeat; 
}

div#headerbar
{
	position : relative;
	height : 23px;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-color: #810A2F;
	background-image: url(/images/headerbar.png); 
	background-repeat: no-repeat; 
}

div#collage
{
	position : relative;
	height : 239px;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-image: url(/images/collage.jpg); 
	background-repeat: no-repeat; 
}

div#collagebar
{
	position : relative;
	height : 30px;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-image: url(/images/collagebar.jpg); 
	background-repeat: no-repeat; 
}

div#content
{
	position : relative;
	height: 405px;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-color: #FFFFFF;
}

div#footer
{
	position : relative;
	width: 1024px;
	margin : auto;
	padding : 0px;
	
	background-color: #810A2F;
}

/************************************/
/******* Specific Formatting ********/
/************************************/

.logo_top
{
	padding: 20px 0 0 0;
	color: white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	line-height: 100%;
	letter-spacing: .5ex;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0ex;
}

.logo_bottom
{
	margin: 0 250px 0 250px;
	color: white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 58px;
	line-height: 100%;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0ex;
	border-top: 2px white solid;
}

.slogan
{
	margin: 0 1px 0 0;
	color : white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .5ex;
}

#fade_base
{
	padding-top : 7px;
}

#fade_link
{
	color: white; 
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0ex;
}

.headerbarleft
{
	margin: 4px 0 0 170px;
	color : white;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.headerbarright
{
	margin: 4px 10px 0 0;
	color : white;
	font-family:  Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.collagetext
{
	padding: 50px 50px 0 490px;
	color : white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
}

.collagebarleft
{
	margin: 4px 0 0 15px;
	color : white;
	font-family: Arial Black, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}

.collagebarright
{
	margin: 0 2px 0 0;
	color : white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .5ex;
}

.content_left
{
	text-align: left;
	position:absolute;
	top: 0px;
	left:0px;
	display: inline-block !important;
	display: inline;
	width:347px;
	margin: 10px;
}

.content_center
{
	position:relative;
	top: 5%;
	left: 0px;
	color: white;
	display: inline-block !important;
	display: inline;
	
	width:259px !important;
	height: 334px !important;
	padding: 15px !important;
	
	width: 289px;
	height: 364px;
	
	
	background-color: black;
	background-image: url(/images/centerbg.gif); 
	background-repeat: no-repeat; 
	
	font-family: Garamond Premier Pro, Garamond, serif;
	font-size: 19px !important;
	font-size: 18px;
	text-decoration: none;
}

.content_center p {
	margin-bottom: 8px !important;
	margin-bottom: 10px;
}

.content_right
{
	position:absolute;
	top: 0px;
	right:0px;
	text-align: right;
	display: inline-block !important;
	display: inline;
	width:347px;
	margin: 10px;
}

img.button_left
{
	float:left;
	margin-right: 20px;
}

img.button_right
{
	float:right;
	margin-left: 20px;
}


div.button_left
{
	display:inline-block;
	position:relative;
	padding:13px;
	font-family: Garamond Premier Pro, Garamond, serif;
	line-height: 17px;
	font-size: 14px !important;
	font-size: 13px;
	text-decoration: none;
}

div.button_right
{
	display:inline-block;
	position:relative;
	padding:13px;
	font-family: Garamond Premier Pro, Garamond, serif;
	line-height: 17px;
	font-size: 14px !important;
	font-size: 13px;
	text-decoration: none;
}

h1
{
	font-family: Garamond Premier Pro, Garamond, serif;
	font-size: 21px !important;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.footertext
{
	padding:15px;
	color : white;
	font-family: Garamond Premier Pro, Garamond, serif;
	font-size: 14px;
	text-decoration: none;
}

/************************************/
/******* General Formatting *********/
/************************************/

span.left {
	float:left;
}

span.right {
	float:right;
}

span,p.red {
	color: red;
}

/************************************/
/*******  Hidden Layer Panels  *********/
/************************************/

#panel_misdemeanor, #panel_felony, #panel_resources, #panel_experience, #panel_travel, #panel_news, #panel_highprofile, #panel_lawenforcement
{
	display:none; 
	position:absolute; 
	left:0px; 
	top:0px;  
	
	color: white;
	
	width:259px !important;
	height: 334px !important;
	padding: 15px !important;
	
	width: 289px;
	height: 364px;
	
	
	/*background-color: black;
	background-image: url(/images/centerbg.gif); 
	background-repeat: no-repeat; 
	
	font-family: Garamond Premier Pro, Garamond, serif;
	font-size: 19px !important;
	font-size: 18px;
	text-decoration: none;
	*/
	
}

a {
	color : black;
	text-decoration : none;
}
