/* CSS Document */


/* Page-wide styles for the body of the site */

body {
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Arial, sans-serif;
	background:url(../images/background.jpg) repeat top left;
}

/* The wrapper div contains all the content of the page  */

#wrapper {
	margin:0 auto;
	margin-bottom: 50px;
	padding:0;
	width: 865px;
	background-color:#000000;
}

/* The Header div contains all the content for the Orange bar, logo, and both navs  */

#header {
	margin:0;
	padding:0;
}

/* The top_header div contains content for the Orange bar Customer Login  */

#top_header {
	margin:0;
	padding:0;
	height: 36px;
	background:url(../images/top_header_back.jpg) repeat-x top left;
}

/* top_text controls the look of the text in the top orange box  */

#top_text {
	margin:0;
	padding:0;
	padding-left: 30px;
	padding-top: 4px;
	color: #fff;
	float: left;
	font-size: 11px;
}

/* login controls the postion of the customer login  */

#login {
	margin:0;
	padding:0;
	padding-right: 6px;
	float: right;
}

/* The clear class is a tool that ensures the correct height  */

.clear {
	clear: both;
}

/* The lower_header div contains the Logo and the Main Nav*/

#lower_header {
	margin:0;
	padding:0;
	background: #f1ede4;
	height: 95px;
}

/* Controls the tag the contains the logo*/

#logo {
	margin:0;
	padding:0;
	float: left;
	width: 208px;
}

#logo span, #logo a {
	background: transparent url(../images/logo.jpg) no-repeat top left;
	border-style: none;
	display: block;
	height: 95px;
	padding: 0;
	width: 208px;
}

/* Controls the Nav div*/

#nav {
	margin:0;
	padding:0;
	padding-top: 15px;
	padding-left: 350px;
}

/* Controls the main_Nav containing the <ul> tag*/

#nav ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
}

/* Controls each nav item contained in a <li> tag*/

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

/* Controls each nav item link*/

#nav ul li a {
	color: #000;
	text-decoration: none;
}

/* Controls link mouse hover state */

#nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#nav ul li a.selected {
	color: #000;
	text-decoration: underline;
}

/* Controls link mouse hover state */

#nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}


/* Controls the lower_Nav div*/

#lower_nav {
	margin:0 auto;
	padding:0;
	padding-top: 10px;
	width: 770px;
	height: 20px;
	color: #fff;
}

/* Controls the main_Nav containing the <ul> tag*/

#lower_nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	display: inline;
}

/* Controls each nav item contained in a <li> tag*/

#lower_nav ul li {
	margin: 0 auto;
	padding: 0;
	display: inline;
}

/* Controls each nav item link*/

#lower_nav ul li a {
	color: #fff;
	text-decoration: none;
}

/* Controls link mouse hover state */

#lower_nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Controls link mouse hover state */

#lower_nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Controls link On states for all the different sections */

#lower_nav ul li a.data_selected {
	color: #bc0001;
	text-decoration: underline;
}

#lower_nav ul li a.mailing_selected {
	color: #10afe8;
	text-decoration: underline;
}

#lower_nav ul li a.lists_selected {
	color: #f99f03;
	text-decoration: underline;
}

#lower_nav ul li a.laser_selected {
	color: #afc729;
	text-decoration: underline;
}

#lower_nav ul li a.ecomm_selected {
	color: #d201ff;
	text-decoration: underline;
}


#lower_nav ul li a.print_selected {
	color: #00c800;
	text-decoration: underline;
}

#lower_nav ul li a.marketing_selected {
	color: #015bff;
	text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 9px Verdana;
color:#FFFFFD;
line-height:12px;
z-index:100;
background-color: #757367;
filter:alpha(opacity=90); 
opacity:.9;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
filter:alpha(opacity=100); 
opacity:1.0;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color:#000000;
}

/* Styles for the all the headers on each page */

#generic_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/generic_back.jpg) top left no-repeat;
}

#generic_header h1 {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 15px;
	color: #fff;
	font-size: 35px;
}
#generic_header h2 {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#generic_header h3 {
	text-align: center;
	margin: 0;
	padding: 4px 20px 0 25px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
}

#mailing_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/mailing_back.jpg) top left no-repeat;
}

#mailing_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#mailing_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#mailing_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#lists_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/lists_back.jpg) top left no-repeat;
}

#lists_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#lists_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#lists_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#laser_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/laser_back.jpg) top left no-repeat;
}

#laser_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#laser_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#laser_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#data_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/data_back.jpg) top left no-repeat;
}

#data_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#data_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#data_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#ecomm_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/ecomm_back.jpg) top left no-repeat;
}

#ecomm_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#ecomm_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#ecomm_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#fulfill_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/fulfill_back.jpg) top left no-repeat;
}

#fulfill_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#fulfill_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#fulfill_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#print_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/print_back.jpg) top left no-repeat;
}

#print_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#print_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#print_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}

#marketing_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/marketing_back.jpg) top left no-repeat;
}

#marketing_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}

#marketing_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#marketing_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}
#political_header {
	width: 584px;
	float: left;
	display: inline;
	height: 83px;
	background:url(../images/sections/generic_back.jpg) top left no-repeat;
}

#political_header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
	color: #fff;
	font-size: 35px;
}
#political_header h2 {
	margin: 0;
	padding: 10px 0 0 65px;
	color: #fff;
	font-size: 30px;
}
#political_header h3 {
	margin: 0;
	padding: 4px 20px 0 65px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
}
/* Styles for the breadcrums in the headers */

#tier_one {
	margin:0;
	margin-left: 46px;
	margin-top: 5px;
	padding:0;
	color: #dadbdb;
}

#tier_one a {
	color: #dadbdb;
	text-decoration: none;
	font-size:12px;
}

#tier_one a:hover {
	color: #dadbdb;
	text-decoration: underline;
	font-size:12px;
}

#tier_two {
	margin:0;
	margin-left: 56px;
	padding:0;
	color: #dadbdb;
}

#tier_two a {
	color: #dadbdb;
	text-decoration: none;
}

#tier_two a:hover {
	color: #dadbdb;
	text-decoration: underline;
}


/* Styles for the main Image section */

#main_image {
	margin:0;
	padding:0;
	height: 335px;
}

/* Styles for the Sub Content section */

#sub_wrapper {
	margin: 0;
	padding: 0;
	background:url(../images/sub_back.gif) top left repeat-y;
}

#sub_content {
	margin:0;
	padding:0;
	width: 490px;
	color: #e6dec1;
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 40px;
	padding-bottom: 50px;
	font-size: 12pt;
	float:left;
	display: inline;
}

#sub_content a {
	color: #9dd2ff;
	text-decoration:none;
}

#sub_content a:hover {
	color: #9dd2ff;
	text-decoration: underline;
}

/* Styles for the Pull out Document section of the content */

#pull_pdf {
	margin:0;
	padding:0;
	padding-top: 10px;
	background: url(../images/pull_pdf_back.jpg) top left no-repeat;
	height: 74px;
}

#pull_pdf h3 {
	margin:0;
	margin-left: 72px;
	padding:0;
	font-size: 13px;
	color: #d59b21;
}

#pull_pdf h3 a {
	color: #d59b21;
}

#pdf_text {
	margin-left: 72px;
}


#sub_sidebar {
	margin:0;
	padding: 0;
	width: 271px;
	margin-right: 10px;
	float:right;
	display: inline;
}

#political {
	margin:0;
	padding:0;
	margin-top: 54px;
	margin-bottom: 50px;
	height: 211px;
	background: url(../images/side_shadow.jpg) no-repeat bottom left;
}

/* Side Nav styles */

#sub_nav {
	margin:0;
	padding:0;
	margin-bottom: 50px;
	padding-bottom: 40px;
	background: url(../images/side_shadow.jpg) no-repeat bottom left;
}

#side_nav {
	margin:0;
	margin-left: 75px;
	padding:0;
	color: #363636;
	font-size:13px;
	line-height: 20px;
	list-style: none;
}

#side_nav li {
	margin:0;
	padding:0;
}

#side_nav li.gap {
	margin:0;
	padding:0;
}

#side_nav li a {
	margin:0;
	padding:0;
	color: #363636;
	text-decoration:none;
}

#side_nav li a:hover {
	margin:0;
	padding:0;
	color: #363636;
	text-decoration:underline;
}

#sub_side_nav {
	margin:0;
	margin-right: 35px;
	padding:0;
	color: #fff;
	background: #949494;
}

#sub_side_nav ul {
	margin:0;
	padding:0;
	color: #fff;
	list-style: none;
	display:inline;
}

#sub_side_nav li{
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	}

#sub_side_nav li.on {
	background: #1a82d9;
}

#sub_side_nav li a {
	margin:0;
	padding:0;
	color: #fff;	
	text-decoration:none;
}

#sub_side_nav li a:hover {
	margin:0;
	padding:0;
	color: #fff;	
	text-decoration:underline;
}

#marketing {
	margin:0 auto;
	width: 220px;
	margin-bottom: 30px;
	text-align: center;
}

#marketing h2 {
	margin:0;
	padding:0;
	margin-bottom: 10px;
	font-size: 13px;
}

/* Styles for the Three Images Navs section */

#image_nav {
	margin:0;
	padding:0;
	padding-top: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 158px;
}


#image_nav ul {
	margin:0;
	padding:0;
	height: 158px;
	list-style:none;
	display: inline;
	overflow: hidden
}

#image_nav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}

#image_nav a {
	float: left;
	overflow: hidden;
	padding: 158px 0 0 0;
	height: 0px !important;
	height /**/:158px; /* for IE5/Win only */
	}
	
	
/* Styles for the New 4 Images Navs section */

#image_nav4 {
	margin:0;
	padding:0;
	padding-top: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 120px;


	width:100%;

	position:relative;
}


#image_nav4 .silver_background{
	background-image:url(/images/front_page/bgms_homepage_silver_box.png);
	background-repeat:no-repeat;
	height:114px;
	width:190px;
	float:left;
	margin:0 11px;
}
#image_nav4 p{
	margin:10px 20px;
	text-align:center;
	color:#000;
		font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#image_nav4 strong{
	
	font-size:24px;
	text-decoration:underline;
	padding-bottom:10px;
	
}
#image_nav4 a {
	text-decoration:underline;
	color:blue;
	line-height:22px;
	
	}
#image_nav4 a:hover {
	text-decoration:none;
	color:#000;
	line-height:22px;

	}
	
#video a {
	width: 222px;
	height: 158px;
	margin-left: 11px;
	background:url(../images/front_page/video_tour.jpg) top left no-repeat;
}

#politic a {
	width: 222px;
	height: 158px;
	margin-left: 19px;
	margin-right: 20px;
	background:url(../images/front_page/enews.jpg) top left no-repeat;
}	

#services a {
	width: 361px;
	height: 158px;
	background:url(../images/front_page/candidates_btn.jpg) top left no-repeat;
}

/* Styles for the Entire Footer section Navs section */

#main_footer {
	margin:0;
	padding:0;
	padding-bottom: 21px;
	background:url(../images/footer_back.gif) repeat-y top left;
	color: #fff;
}

#sub_footer {
	margin:0;
	padding:0;
	padding-bottom: 21px;
	background:url(../images/subfooter_back.gif) repeat-y top left;
	color: #fff;
}


#mailing_list {
	margin:0;
	padding:0;
	float: right;
	width: 200px;
	font-size: 9px;
	margin-right: 19px;
	line-height: 13px;
	margin-top: 24px;
	display: inline;
}
#mailing_list a:active{
	color:#d59b21;
	font-size:14px;
	text-decoration:none;
}
#mailing_list a:link{
	color:#d59b21;
	font-size:14px;
	text-decoration:none;
}
#mailing_list a:visited{
	color:#d59b21;
	font-size:14px;
	text-decoration:none;
}
#mailing_list a:hover{
	color:white;
	font-size:14px;
	text-decoration:underline;
}

#sub_mailing_list {
	margin:0;
	padding:0;
	float: right;
	width: 200px;
	font-size: 9px;
	margin-right: 40px;
	line-height: 13px;
	margin-top: 24px;
	display: inline;
}
#sub_mailing_list a:link {
	color:#d59b21;
	font-size:12px;
	text-decoration:none;
	}
#sub_mailing_list a:active {
	color:#d59b21;
	font-size:12px;
	text-decoration:none;
	}
#sub_mailing_list a:visited {
	color:#d59b21;
	font-size:12px;
	text-decoration:none;
	}
#sub_mailing_list a:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	}

/*Styles for the Site map on the main page */

#main_map {
	margin:0;
	padding:0;
	width: 590px;
	margin-left: 35px;
	padding-top: 33px;
}

/*Styles for the Site map on the sub pages*/

#sub_map {
	margin:0;
	padding:0;
	width: 590px;
	margin-left: 22px;
	padding-top: 25px;
}

/*Styles for the custom 404 page*/

#apologies {
	margin:0;
	padding:0;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 15px;
	margin-left: 11px;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 19px;
	padding-top: 19px;
	line-height: 20px;
	color: #fff;
	width: 595px;
	clear: left;	
}

#apologies a:active {
	font-size: 16px;
	color: #1A82D9;
	text-decoration: none;
}

#apologies a:visited {
	font-size: 16px;
	color: #1A82D9;
	text-decoration: none;
}

#apologies a:link {
	font-size: 16px;
	color: #1A82D9;
	text-decoration: none;
}

#apologies a:hover {
	font-size: 16px;
	color:#1A82D9;
	text-decoration: underline;
}

/*Styles for the address on the main page*/

#address {
	margin:0;
	padding:0;
	border-top: 1px solid #595959;
	padding-left: 11px;
	margin-left: 11px;
	font-size: 12px;
	margin-top: 19px;
	padding-top: 19px;
	line-height: 18px;
	color: #a4a4a4;
	width: 595px;
	clear: left;
}

#address h2 {
	font-size: 13px;
	color:#d59b21;
	font-weight:bold;
}

#address h2 a:hover {
	font-size: 13px;
	color:white;
	text-decoration:underline;
}
#address h2 a:active {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}
#address h2 a:visited {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}
#address h2 a:link {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}
/*Styles for the address on the sub pages*/

#sub_address {
	margin:0;
	padding:0;
	border-bottom: 1px solid #595959;
	padding-left: 11px;
	margin-left: 11px;
	font-size: 12px;
	padding-top: 29px;
	padding-bottom: 20px;
	line-height: 13px;
	color: #a4a4a4;
	width: 562px;
	clear: left;
}

#sub_address h2 {
	font-size: 13px;
}
#sub_address h2 a:hover {
	font-size: 13px;
	color:white;
	text-decoration:underline;
}
#sub_address h2 a:active {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}
#sub_address h2 a:visited {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}
#sub_address h2 a:link {
	font-size: 13px;
	color:#d59b21;
	text-decoration:none;
}

/*Styles for each column on the Site map*/

.lists {
	margin:0;
	padding:0;
	margin-right: 25px;
	font-size: 10px;
	float: left;
	line-height: 14px;
	display: inline;
	width: 120px;
}

.shipping {
	margin:0;
	padding:0;
	margin-right: 25px;
	font-size: 10px;
	float: left;
	line-height: 14px;
	display: inline;
	width: 125px;
}

.laser {
	margin:0;
	padding:0;
	margin-right: 25px;
	font-size: 10px;
	float: left;
	line-height: 14px;
	display: inline;
	width: 140px;
}

.data {
	margin:0;
	padding:0;
	margin-right: 25px;
	font-size: 10px;
	float: left;
	line-height: 14px;
	display: inline;
	width: 105px;
}

.column {
	margin:0;
	padding:0;
	list-style: none;
}

.column li a {
	color: #fff;
	text-decoration: none;
}

.column li.orange a {
	color: #d59b21;
	text-decoration: none;
}


.column li a:hover {
	text-decoration: underline;
}

/*A few color styles */

.orange {
	margin:0;
	padding:0;
	color: #d59b21;
}

.allcaps {
text-transform:uppercase;
}


.divide {
	color: #858585;
}

.strong {
	font-weight: bold;
}

.highlight {
	background: #656565;
}

/* pull out Quotation styles */

#quote {
	width: 240px;
	float: left;
	line-height: 25px;
	padding-bottom: 10px;
}

.quotation {
	color: #d59b21;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: bold;
}

.row_one {
	font-size:20px; 
	font-weight: bold;
	}
	
.row_two {
	font-size:25px; 
	font-weight: bold;
	}
	
/* Main image crossfade styles */

.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 170px;
	width: 865px;
	height: 335px;	
	}
	
/* the boxes that fade */
#box-1 {
	width:865px;
	height:335px;
	background: url(../images/front_page/horse-image.jpg) no-repeat top left;
}

#box-1 p {
	width: 540px;
	color: #fff;
	font-size: 15px;
	padding-top: 225px;
	padding-left: 60px;
}

#box-2 {
	width:865px;
	height:335px;
	background: url(../images/front_page/bike-image.jpg) no-repeat top left;
}

#box-2 p {
	width: 465px;
	color: #fff;
	font-size: 15px;
	padding-top: 190px;
	padding-left: 56px;
}
#box-3 {
	width:865px;
	height:335px;
	background: url(../images/front_page/car-image.jpg) no-repeat top left;
}

#box-3 p {
	width: 600px;
	color: #fff;
	font-size: 15px;
	padding-top: 215px;
	padding-left: 66px;
}

#box-4 {
	width:865px;
	height:335px;
	background: url(../images/front_page/runner-image.jpg) no-repeat top left;
}

#box-4 p {
	width: 550px;
	color: #fff;
	font-size: 15px;
	padding-top: 195px;
	padding-left: 77px;
}