@charset "utf-8";
/* CSS Document */

/*General
-------------------------------------------------------*/

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}

/* force scrollbar to prevent page jump in Firefox */
html {
	overflow-y:scroll;
}

body {
	font-size:62.5%;
	margin:0 auto;
	padding:0;
}

body, html {
	color:#666;
	font-family:Arial, Verdana, Geneva, sans-serif;
	text-align:center; /* Centers the design in old IE versions */
	background-color:#FFFFFF;
	height:100%;
}
.clear {
	height:0;
	clear:both;
}


/* Structure
-------------------------------------------------------*/
#wrapper {
	min-height:100%;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
}

* html #wrapper {
	height:100%;
}

#container {
	width:900px;
	margin:0 auto;
	padding: 0px 0px 10px 0px;
	background:#ffffff;
}

#banner{
	width:900px;
	height:275px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}

#content_left{
	float:left;
	width:500px;
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#content_right{
	float:right;
	width:300px;
	margin:20px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#content_left_wide{
	float:left;
	width:700px;
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


.content_wide{
	float:left;
	width:820px;
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.content_contact{
	float:left;
	width:400px;
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

div.divider {
    border-top: 1px solid #666666;
    padding-top: 20px;
	width: 100%;
}


/* Text & Links
-------------------------------------------------------*/
h1 {
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:2.4em;
	font-weight:bold;
	text-align:left;
	color:#ec9f34;
}

/*h2 {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1.4em;
	color:#FFFF55;
}*/

p {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#666666;
	line-height:140%;
	margin: 0;
	padding: 2px 30px 10px 0px;
}

p a,a:link,a:visited,a:active {
	color:#444444;
	text-decoration:none;
}

p a:hover {
	color:#2d69b5;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}
.center_subhead {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	color:#2d69b5;
	text-align:center;
}
.center_subhead a,a:link,a:visited,a:active{
	color:#2d69b5;
}
.center_subhead a:hover{
	text-decoration:underline;
}

td {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	}

/* Top Navigation
-------------------------------------------------------*/
#menu {
	width:900px;
	height: 46px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/nav_tile.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


#topnav {
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	position:relative;
	height: 39px;
	width: 400px;
	background:none;
}

 .mlddm {
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background: transparent;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1.4em;
	color:#b8e1f2;
	line-height:120%;
	text-decoration:none;
}
 .mlddm li{
	display: inline;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	background: none;
}
 .mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 120px;
	text-align: center;
	color: #84a9d6;
	text-decoration: none;
	background: none;
}
 .mlddm li a:hover, .mlddm li a#buttonhover{
	color:#ffffff;
	background: none;
	text-decoration:none;
}
 .mlddm li a:visited{
	color:#84a9d6;
}
 .mlddm ul{
	z-index: 100; 
	margin: 2px 0px 0px 15px;
	padding: 3px;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: #ffffff;
}
 .mlddm ul li{
	float: none;
	border-width: 0px;
	padding: 0px;
	background: #ffffff;
	color: #84a9d6;
	
}
.mlddm ul li a{
	white-space: nowrap;
	min-width: 120px;
	height: 18px;
	margin: 0px 0px 0px 10px;
	padding: 3px;
	color:#999999;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
}
* html .mlddm ul li a {
	width:150px;
}

.mlddm ul li a:visited{	
	color:#999999;
}
.mlddm ul li a:hover{	
	color:#305ac4;
}

 .mlddm .hsub{
	background: none;
}
 .mlddm .hsub:hover{
	background: none;
}






body#home a#home,
body#products a#products,
body#contact a#contact 
{
	color:#ffffff;
}


/* Footer 
-------------------------------------------------------*/

.footernav {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#999999;
	line-height:150%;
	margin:0;
	padding:20px 0px 20px 0px;
	background-color:#FFFFFF;
}

.footernav a {
	color:#999999;
	text-decoration:none;
}

.footernav a:hover {
	font-weight:400;
	color:#2d69b5;
	text-decoration:underline;
}

