html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 0.8125em;
	line-height: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #444;
	background: #fff url(images/main-bg.gif) repeat-x top center;
}

/*********************************
Headings
********************************/

h1 {
	margin: 0 0 0 0;
	padding: 0 0 .3em 0;
	font-size: 1.7em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}

h1 span {
	color: #0068aa;
}

h2 {
	background-color: transparent;
	color: #333;
	font-size: 1.5em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}
h2.heading {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	border-bottom: 1px solid #ddd;
	background: url(images/icon_star.gif) left no-repeat;
	clear: both;
}

h2 span {
	background-color: transparent;
	color: #FAAA42;

}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background: transparent;
}
h3 span {
	background-color: transparent;
	color: #0068aa;
    margin-bottom: 2px;
}
h3.starheading {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	border-bottom: 1px solid #ddd;
	background: #fff url(images/icon_star.gif) left no-repeat;
	color: #333;
	clear: both;
}

h4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FAAA42;
	background: transparent;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #f73602;
	font-size: 24px;
}

.title_dark {
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 24px;
}
.orange {
	color: #f73602;
}
blockquote {
	font-style: italic;
}

/**********************************
Link Styles
*********************************/
a {
	text-decoration: underline;
	color: #087BAB;
	background: transparent;
}
a:hover {
	color:#000;
	text-decoration:none;
	}
a img {
border: 0;
}
			/* Image Float */
.imgleft {
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: none;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}

/*********************************
Page Layout Styles
*********************************/

#wrapper {
	background: url(images/wrapper-bg.gif) no-repeat top center;
	margin: 0 auto 0;
	padding: 0px;
	width: 783px;
	height: 100%;
	text-align: left;
	position: relative;
}

/* Top Nav */
			
#topnavcontainer {
	color: #E0E0E0;	
	background: transparent;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	position: relative;
	height: 20px;
	width: 780px;
	margin: 0 auto;
}

#topnav {
	position: relative;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 20px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}
#topnav ul li {
	display: block;
	float: left;
	margin: 0 1px;
}
#topnav ul li a {
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 33px;
}
#topnav ul li a span {
	padding: 12px 20px 0 0;
	height: 21px;
	float: left;
}
#topnav ul li a:hover {
	color: #fff;
	background: transparent url(images/nav-on.gif) repeat-x bottom left;
}

#header {
	height: 204px;
	margin: 0 auto;
	width: 783px;
	padding: 0px;
	color: #333;
}
#header h1 {
	background: transparent;
	color: #A0B842;
	font-size: 12px;
	padding: 0px;
}

/* Content Area */
			
#left {
	float: left;
	width: 395px;
	margin-bottom: 1em;
	margin-left: 35px;
	background: transparent;
}

#right {
	float: left;
	width: 250px;
	margin-left: 35px;
	margin-bottom: 2em;
	border-left: 1px dotted #efefef;
	padding-left: 20px;
	background: transparent;
}

#right-ecom {
	float: left;
	width: 250px;
	padding: 20px;
	margin-left: 35px;
	margin-top: 25px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	border-left: 1px dotted #c0c0c0;
}

#right-ecom ul {
	list-style: none;
	margin: 20px 0 10px 0;
	padding: 0;
}
#right-ecom ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#right-ecom ul li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #C0C0C0;
	color: #3D8CB8;
	background: transparent url(images/bullet_orange.png) left center no-repeat;
}
#right-ecom ul li a:hover {
	background: #f2f2f2 url(images/bullet_orange.png) left center no-repeat;
	color: #666;
}

.relatedlinks { 
	font-size: 1.1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	padding: 5px 5px 5px 10px;
	border: 1px solid #dadada;
}

.greybox {
	background: #f5f5f5;
	border: 1px solid #b7b7b7;
	padding: 8px;
}

.content_full {
	width:650px;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
}
.content_full2 {
	width:720px;
	height: 201px;
	margin: 0 auto 20px auto;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
}

.floatbox {
	float: right;
	margin-top: 17px;
	padding: 12px 0 0 12px;
	width: 206px;
	height: 96px;
	background: #fff url(images/feature_bg.gif) no-repeat;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
}

.floatbox2 {
	float: right;
	margin: 25px 25px 15px 25px;
	padding: 0px 0 0 12px;
	width: 250px;
	height: 200px;
	color: inherit;
	border: 1px solid #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
}

			/*COLUMN LINKS*/
#right ul {
	list-style: none;
	margin: 20px 0 10px 0;
	padding: 0;
}
#right ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#right ul li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #C0C0C0;
	color: #3D8CB8;
	background: transparent url(images/bullet_orange.png) left center no-repeat;
}
#right ul li a:hover {
	background: #f2f2f2 url(images/bullet_orange.png) left center no-repeat;
	color: #666;
}
#right p {
	padding: 3px 0 0 0;
	margin: 0;
	line-height: 20px;
}

/**********************************
Footer
*********************************/
#footer {
	clear: both;
	font-size: 1em;
	background: #ffffff url(images/footer-bg.gif) no-repeat bottom center;
	color: #333;
	height: 233px;
	width: 783px;
	margin: 0 auto;
}

#footer a {
	text-decoration: none;
	color: #333;
	background: inherit;
}
#footer a:hover {
	text-decoration: underline;
	color: #087BAB;
	background: inherit;
}

/* Footer Sections */

#footer #col1 {
	float: left;
	width: 175px;
	margin-left: 75px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height: 1.1em;
}

#footer #col2 {
	float: left;
	width: 175px;
	margin-left: 45px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height: 1.1em;
}

#footer #col3 {
	float: left;
	width: 175px;
	margin-left: 45px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height: 1.1em;
}
#copyright {
	margin: 0 auto;
	width:720px;
	padding: 3px;
	border-top: 1px solid #c0c0c0;
}

#copyright .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

#footer h3 {
	text-transform: uppercase;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: inherit;
	color: #4b4b4b;
	padding-bottom: 5px;
	border-bottom: 2px dashed #FFFFFF;
	clear: both;
}

#footer h3 span {
	font-weight: bold;
	background-color: inherit;
	color: #0068aa;
	
}

#footer ul {
	list-style: none;
	margin: 2px 0 10px 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#footer ul li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 3px;
	border-bottom: 1px solid #C0C0C0;
	color: #3D8CB8;
	background-color: transparent;
}
#footer ul li a:hover {
	color: #666;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	text-decoration: none;
}

/*****************************
Float Boxes - Main Page
*****************************/
	
#leftcolumn {
	width: 200px;
	min-height: 150px;
	float: left;
	margin: 15px 0px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	padding: 10px;
	background: #FFFFFF url(images/column-bg.gif) no-repeat;
}

#centercolumn{
	width: 200px;
	min-height: 150px;
	float: left;
	margin: 15px 0px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	background: #FFFFFF url(images/column-bg.gif) no-repeat;
	padding: 10px;
}

#rightcolumn {
	width: 200px;
	min-height: 150px;
	float: left;
	margin: 15px 0px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	background: #FFFFFF url(images/column-bg.gif) no-repeat;
	padding: 10px;
}

#leftcolumn h3, #centercolumn h3, #rightcolumn h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #4b4b4b;
	margin: 5px auto 10px auto;
	text-align: center;
	border-bottom: 1px solid #efefef;
}

#leftcolumn p, #centercolumn p, #rightcolumn p {
	background-color: transparent;
	color: #4b4b4b;
	padding: 5px;
	text-align: justify;
}

.columnimg {
	width: 192px;
	height: 84px;
}

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
}

