

body
	{
	background: #ffffff;
	margin: 0px;
	}
	
div#page
	{
	margin: auto;
	width: 660px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 140%;
	color: #333;

	}	
		
form
	{
	margin: 0px;
	}
	
h1
	{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}

h2
	{
	color: #6d92a2;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	font-size: 12px;
	}

h1 em
	{
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
	margin-top: 2px;
	}

h3
	{
	color: #6d92a2;
	font-size: 10px;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	}

h4
	{
	color: #000;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	}
	
	
div#flash{
	height:400px;
	width:130px;
	padding:0px;
	margin-top:-4px;
	vertical-align:top;
	float:left;
}

*html div#flash { margin-top:-16px;}
td
	{
	text-align: left;
	vertical-align: top;
	}

a	
	{
	color: #6d92a2;
	text-decoration: none;
	}		
	
a:hover
	{
	color: #df9a13;
	}	

a:focus
	{
	-moz-outline-style: none;
	}


/****** NAVIGATION STARTS HERE ******/

div#top_nav {
	width:200px;
	margin:0;
	padding:0;
	float:right;
	background:url(images/bg_dot.gif) 185px 0px repeat-y;
}
	
ul#nav{
	font-size:12px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	float:right;
	text-align:right;
	text-transform:uppercase;
	
	}

ul#nav li ul#subNav {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	float:right;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	}
	
ul#nav li {
	position: relative;
	padding-right:5px;
	line-height:100%;
	}
	
ul#subNav li {
	position: relative;
	padding-left:0;
	line-height:100%;
}
	
li ul#subNav {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	text-align:left;
	background:none;
	padding-left:3px;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 5px 23px 5px 5px;
	}
	
ul#subNav li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0;
	}


ul#nav li a:hover {
	background:url(images/nav_widget.gif) 129px 0 no-repeat;
}

ul#nav li ul#subNav li a:hover {
	background:none;
}
	
/* Holly Hack. IE Requirement \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

li:hover ul#subNav, li.over ul#subNav { display: block; } /* The magic */

div.logo
	{
	clear: both;
	text-align: left;
	background: url(images/bg_dot.gif) top left repeat-y;
	padding: 39px 0px 5px 30px;
	_padding-top: 19px;
	}

div.top_rule
	{
	width: 270px;
	height: 3px;
	margin-left: 135px;	
	border: 1px solid #fff;
	background: url(images/bg_dot.gif) top left repeat-x;
	}

div.bot_rule
	{
	height: 30px;
	background: url(images/bg_dot.gif) bottom left repeat-y;
	position: relative;
	margin-left:132px;
	top: -6px;
	}

div.content
	{
	position: relative;
	top: -3px;
	width: 450px;
	padding: 15px 0px 10px 0px;
	_padding-top: 10px;
	margin-left: 135px;	
	background: url(images/bg_dot.gif) bottom left repeat-x;
	}
	
div.contentwide
	{
	position: relative;
	top: -3px;
	padding: 15px 0px 10px 0px;
	_padding-top: 10px;
	background: url(images/bg_dot.gif) bottom left repeat-x;
	}
	
div.content a:hover
	{
	font-weight: inherit;
	}
		

div.content ul
	{
	margin: 15px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	}

div.content#home li
	{
	_height: 25px;
	margin-bottom: 12px;
	padding-left: 13px;
	background: url(images/bullet_2.gif) top left no-repeat;
	border-bottom: 1px solid #fff;
	}	

div.content li
	{
	_height: 14px;
	margin-bottom: 3px;
	padding-left: 13px;
	background: url(images/bullet_2.gif) top left no-repeat;
	border-bottom: 1px solid #fff;
	}	


div.bot_nav
	{
	background:url(images/bg_dot.gif) bottom right repeat-y;
	float:right;
	top: -6px;
	border-bottom: 1px solid #fff;
	width: 115px;
	padding: 0px 20px 10px 0px;
	text-align: right;
	}

div.bot_nav h3
	{
	padding-top: 10px;
	font-weight: normal;
	}
	
div.bot_nav a
	{
	text-transform: uppercase;
	}	

input.optin	
	{
	width: 100px;
	font-size: 10px;
	margin-top: 5px;
	}

input.goButton	
	{
	width: 70px;
	font-size: 10px;
	margin-top: 5px;
	}
	
#whatChildren
	{
	position: absolute;
	top: 20px;
	right: 0px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
	}	

.sectiontitle
	{
	color: #336600;
	font-size:12px;
	text-transform:capitalize;
	}	

ul.sub
	{
	position: relative; 
	top: -10px;
	left: 10px;
	}

td.label
	{
	white-space: nowrap;
	}

form#contact
	{
	padding: 10px;
	background: #eee;
	}


