/* Structure */
body {
	background:#001a4d;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
	
p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul 
{
    list-style-image: url(images/bullet.gif);
}
	
div#outer {    
	width: 774px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
}

div#main {    
	width: 774px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
	background: #ffffff url(images/background.jpg) repeat-y left bottom;
	z-index: 4;
}

div#header {    
	padding: 0px;    
	margin: 0px;    
	text-align: center;
	width: 774px;
	background: #ffffff;
}
#nav-box {
	float: left;
	width:587px;
	margin:0px auto;
	padding: 0px;
	z-index: 5px;
}
#left-box {
	float: left;
	width:180px;
	margin:0px auto;
	padding: 0px;
	background:#fff url(images/leftbox-left.jpg) repeat-y left top;
	font-size: .8em;
	z-index: 5;
}
#main-box {
	float: left;
	width:587px;
	margin: 0px;
	padding: 0px;
	/*background:#fff url(images/rightbox-left.jpg) repeat-y left top;*/
	font-size: .8em;
	z-index: 5;
}

.main-box-top {
	width:587px;
	height:16px;
	background:url(images/rightbox-top.jpg) no-repeat left top;
}

.left-box-top {
	width:180px;
	height:17px;
	background:url(images/leftbox-top.jpg) no-repeat left top;
}

.box-content-left {
	position:relative;
	background:url(images/leftbox-right.jpg) repeat-y right top;
	padding: 1px 15px 20px 20px;
	margin: 0px 0px 0px 0px;
	min-height:325px;
    height:auto !important;
    height:325px;
}
.box-content-main {
	position:relative;
	/*background:url(images/rightbox-right.jpg) repeat-y right top;*/
	padding: 1px 20px 20px 15px;
	margin: 0px 0px 0px 0px;
	min-height:330px;
    height:auto !important;
    height:290px;
}
.left-box-bottom {
	width:100%;
	height:18px !important;
	height:18px;
	background:url(images/leftbox-bottom.jpg) no-repeat left bottom;
}

.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}

#home-left-image {
    padding-top: 20px;
}

div#footer 
{   
	padding: 0px;
	margin: 0px;
	width: 774px;
    height: 55px !important;
	height: 55px;
    background: url(images/bottom.jpg) no-repeat left top;
}

div#footer div
{   
	padding: 35px 0px 0px 0px;
	margin: 0px;
	width: 774px;
    font-size:.7em;
    color: #000000;
    text-align: center;
}

/* Fonts */
body, table, td, p, div  {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin:0px 0px 20px 0px;
	padding: 0px;
}
h1
{
    font-size: 1.5em;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #0A2661;
	text-align: left;
	font-style: normal;
}
h2 
{
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #0A2661;
    font-style: normal;
}
h3 
{
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}


/* Links */
a:link.admin, a:active.admin, a:visited.admin
{
   color:Red;
   font-style:italic;   
}


a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #1d3470;
}
a:hover {
	text-decoration: none;
	color: #d44d41;
}

/* Navigation */
div#top-nav-container {
    padding: 8px 0px 10px 5px;
	margin: 0px;
	width: 587px;
	background: url(images/navbar.jpg) repeat-y;
    }
    
.chromestyle{
width: 99%;
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{
width: 100%;
padding: 4px 0px 3px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
list-style-type: none; 
list-style-image: none; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
color: #ffffff;
padding: 4px 7px;
margin: 0;
/*border-right: 1px solid #DADADA;*/
font-size: .9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	border: none;
	background: none;
	padding: 2px 4px 3px 4px;

}

.chromestyle ul li a:hover, .chromestyle ul li a:active {
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
 color: #d44d41;
}


/* ######### Style for Drop Down Menu ######### */

/*.dropmenudiv{
position:absolute;
z-index: 100;
top: 0;
border: 1px solid #BBB;
border: 1px solid #d44d41;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
/*}*/

.dropmenudiv{
position:absolute;
z-index: 100;
top: 0;
margin-top: 3px;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background: #234076;
width: 150px;
visibility: hidden;
background:transparent  filter: alpha(opacity=90);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}


.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
width: auto;
display: block;
text-indent: 0px;
/*border-bottom: 1px solid #d44d41; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 6px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
font-weight: bold;
/*background: url(chromebg.gif) center center repeat-x;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #d44d41;
}
  
ul.left-nav {
    margin: 10px 0px 0px 0px; 
	padding: 0px; 
	list-style-type: none; 
	list-style-image: none; 
	display: block; 
    }

ul.left-nav li {
    margin-bottom: 7px;
    } 
   
.left-nav-dynamic {
    margin-bottom: 7px;
    border: none;
    text-decoration: none;
    } 
   
/* Forms */
table#contactform {
width: 90%; 
text-align: left; 
margin-top: 0px; 
padding-top: 0px;
}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
} 

form {
margin: 0px;
padding: 0px;
}

form input, form select, form textarea, form textbox {
font-weight: normal;
background: whitesmoke;
border: none;
font-size: 1em;
margin: 1px;
border: 1px solid #197019;
padding: 2px;
}

.check input {
font-weight: bold;
border: none;
background: none;
color: #ccccff;
font-size: 1.1em;
padding: 0px;
margin: 0px;
}

.button 
{
font-weight: bold;
letter-spacing: 1px;
background: #cccccc;
color: black;
margin: 10px 0px 10px 0px;
width: auto;
overflow: visible;
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-image: url(images/button-slice.gif);
background-repeat: repeat-x;
font-size: 85%;
}

ul.industries 
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 5px;
	padding-left: 15px;
}

ul.industries li 
{
    margin-left: 5px;
    padding-left: 0px;
}



ul.industries-sub 
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-left: 0;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: square;

}


td.industry-l 
{
   vertical-align: top;
   
}

td.industry-r
{
    vertical-align: top;
    padding-left: 10px;
}
