@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body	{
	margin:0px;
	color:#333;
	font-family: "Lucida Sans unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
}
/* ################################################
			HEADINGS
################################################### */

h1	{
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	}

h2	{
	margin:5px 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	}

h3 	{
	margin:5px 0 10px 0;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	}

h4 	{
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	}

h5 	{
	margin:0;
	background-color: #E45417;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	}

h6 	{
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	}
.bolder {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F60;
	font-weight: bold;
}
.bolder a {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
.bolder a:hover, a:active, a:visited {
	color: #06B1EB;
	text-decoration: none;
	font-weight: bold;
}
	
#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	text-align: center;
	vertical-align: top;
	width: 100%;
	background-color: #ECECEC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
} 
#footer a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: underline;
	line-height: 12px;
}
#footer a:hover, a:active, a:visited  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #999;
	text-decoration: none;
	line-height: 12px;
}
#footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#topNav {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#nav {
	text-decoration: none;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: lighter;
	float: left;
}
#nav ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: lighter;
}
#topNav #nav ul li  a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #00AEEF;
	font-size: 11px;
	background-position: 10px 10px;
	margin-bottom: 10px;
}
#topNav #nav ul li  a:visited  a:active{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#nav ul li .down {
	color: #F60;
	text-decoration: underline;
	font-weight: lighter;
}
#bttmNav {
	margin-left: 10px;
	width: 670px;
	height: 20px;
	margin-top: 20px;
	float: right;
	margin-right: 10px;
	font-size: 11px;
	margin-bottom: 20px;
}
#bttmNav ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 9px;
	font-weight: lighter;
}
#bttmNav ul li a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #00AEEF;
	font-size: 9px;
	background-position: 10px 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#bttmNav ul li  a:visited  a:active{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
	font-size: 9px;
}
#bttmNav ul li .down {
	color: #F60;
	text-decoration: underline;
	font-weight: lighter;
	text-transform: uppercase;
}
li {
	list-style-type: none;
	list-style-position: outside;
	position: static;
	padding-right: 15px;
	text-align: left;
	padding-left: 15px;
	display: block;
	float: left;
}
#content_sub {
	float: left;
	margin-left: 100px;
	width: 900px;
	margin-top: 13px;
	margin-bottom: 10px;
}
#centerTable {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#newsletterTable {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#contactTable {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}

#contactTable  a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	line-height: 15px;
}
#contactTable  a:hover, a:active, a:visited  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 15px;
}

