@charset "utf-8";
/* Gibraltar Inc. CSS Document */
	
 /* Style Definitions */

body {
	background-color: #CCCCCC;
	margin:0;
	}
	
	
/* Text Styles */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	line-height:1em;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.1em;
	}

.table {
	text-align:left;
	vertical-align:text-top;
	padding: 5px;
	border: 1px solid #666666;
	border-collapse:collapse;
	}

.dna_nav_style a:link {
	color: #000000;
	text-decoration:none;
	}
	
.dna_nav_style a:hover {
	color: #666666;
	text-decoration:underline;
	}
	
.dna_nav_style a:visited {
	color: #666666;
	text-decoration:none;
	}

.dna_nav_style {
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/left_nav.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	vertical-align:top;
	}
	
.top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-stretch:wider;
	line-height:1.5em;	
	}
	
.red_text {
	color: #FF0019
	}
	
.google_search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	vertical-align:middle;
	}

.gibraltium {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1em;
	}
	
/****************** Style for Chrome Navigator *********************/

.chromestyle{
	width: 100%;
	font-weight: bold;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	border: 0;
	width: 100%;
	background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 240px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	}