* html #container {height:1%;} /* For IE. Not sure what it does. */

body{
	text-align:center; 
	background: url('../images/bg.jpg') top center no-repeat #c7d6da;
}


/* Main content sections
------------------------------------*/

#container { 
	text-align:left; /* reset text alignment */ 
	width:960px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
}
#header{
	float: left;
	width:960px;
}
#body, .bodybox {
	color: #111;
	border: 1px solid #889fa5;
	padding: 10px;
	background: #fff;
}
.bodybox {padding:9px;}
.bodybox_header{background: #4b656e; color: #fff; padding:6px;}
#toptitle{
	background: #4b656e url('../images/toptitle_bg.jpg');
	color: #fff;
	height: 61px;
	margin-bottom: 10px;
}
#frontnav{
	float: left; 
	width:230px; 
	margin-right:10px; 
}
#frontnav a {
	display: block;
	background: url('../images/frontnav_bg.gif') #fff;
	text-decoration: none;
	color: white;
	padding: 22px 0 17px 20px;
	font-size: 110%;
}
#frontnav a:hover {
	color: #ff9e20;
}
#navcol{
	background: #7b8687 url('../images/navcol_bg.jpg');
	border: 1px solid #455457;
	width: 239px;
	float: left;
}
#contentcol{
	margin-left: 241px;
	background: #fcfcfc url('../images/body_bg.jpg') no-repeat;
}
#footer{
	clear: both;
	text-align: center;
	padding: 7px 0;
	font-size: 75%;
}
#footer, #footer a{
	color: #62747b;
}
.innercontent{
	padding: 35px 50px 10px 50px;
}
#frontsplash{
	height: 268px;
}

/* HTML elements
----------------------------------*/
h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", "Arial", sans-serif;
}
#toptitle h2{
	color: white;
	padding: 20px 0 0 20px;
}
#navcol h3{
	margin-left: 20px; 
	color: #fff; 
	font-size: 16px; 
	font-weight: bold;
	margin-bottom:0;
}
.innercontent h3 {
	font-size: 2em; 
	line-height: 1; 
	margin-bottom: 0.2em; 
}
.innercontent h4{
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
}
.innercontent ul{
	margin-left: 40px;
}
.innercontent table{
	margin-left: 25px;
	font-size: 90%;
}

/* Special sections
----------------------------------*/
#navcol, #navcol a {
	color: #fff;
	text-decoration: none;
}
#navcol address{
	font-style: normal;
	padding: 0 0 0 24px;
	font-size: 90%;
}
#contactnocss{
	font-size: 80%;
	margin-bottom: 0;
	margin: 0 9px;
	width: auto;
}
#contactnocss td{
	width:160px;
}
#splashmid img{
	margin-left: 10px;
}
#splashmid img:first-child{
	margin-left:0px;
}
.download_preview{
	border: 1px solid #555;
}


/* Hacks 
----------------------------------*/

/* Column float, from http://www.alistapart.com/articles/negativemargins/ */

/* frontpage UL */
#frontnav ul{
	margin:0;
	padding:0;
	border-bottom: 1px solid #4b5253;
}
#frontnav ul li{
	list-style-type: none;
}

/* Subnav UL */
#subnav ul{
	margin:0 0 30px 0;
	padding:0px;
}
#subnav ul li {
	list-style-type: none;
	font-size: 16px;
}
#subnav ul li:first-child a{
	border-top:0px;
}
#subnav ul li a{
	padding: 17px 20px;
	display: block;
	border-bottom: 1px solid #4a5253;
	border-top: 1px solid #a1acac;
}
#subnav ul li a:hover{
	color: #ff9e20;
	background: #333;
}

/* Navigation UL */
#navigation ul {
	float: left;
	margin: 0px;
	padding: 76px 0 0 45px;
}
#navigation ul li {
	font-family: "Myriad Pro", "Arial", sans-serif;
	font-size: 18px;
	display: inline;
	list-style-type: none;
	float: left;
}
#navigation a {
	display: block;
	padding: 2px 25px;
	color: black;
	text-decoration: none;
}
#navigation a:hover {
	color: #5b9cb3;
	text-decoration: underline;
}


/* Logo Replacement */
h1#logo {
	width: 310px;
	height: 123px;
	position: relative;
	background: url("../images/logo.jpg") no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	font-size: 1px;
	float: left;
	margin-left: -10px;
	}

/* IE Float */
#iebreak{display:none;}