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

/* Meyer CSS Reset Modified */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1;
	margin:0 10px;
	padding:0 0 20px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Begin page defaults */

a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	margin-top:-1px;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	text-align:center;
}
#pageWrapper {
	margin:0 auto;
	text-align:left;
	padding:10px 0 0 0;
	position:relative;
	width:960px;
}
#header #logo {margin:0 0 10px 0;}
#header #logo a {
	display:block;
	width:480px;
}
#header #logo a:hover {
	text-decoration:none;
}
span#siteName {
	display:block;
	font-size:2.4em;
	letter-spacing:-2px;
	text-align:left;
	text-transform:uppercase;
}
span#siteSlogan {
	display:block;
	font-size:1.2em;
	font-style:italic;
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	text-align:left;
}
#topBtn {
	height:39px;
	position:absolute;
	right:0;
	top:0;
}
#topBtn a,#topBtn a span {
	line-height:39px;
	padding:10px 20px;
	position:relative;
	text-decoration:none;
	text-transform:lowercase;
}
#topBtn a span {
	display:block;
	height:39px;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
#topImg {
	height:267px;
	margin:20px 0 0 0;
	overflow:hidden;
	position:relative;
	width:960px;
}
#topNav{height:78px;}
#topNav ul {padding:0 0 0 10px;position:relative;}
#topNav ul li {
	float:left;
	font-size:1em;
	height:49px;
	line-height:49px;
	list-style-type:none;
	text-transform:uppercase;
}
#topNav ul ul {
	display:none;
	height:29px;
	left:0;
	margin:0;
	position:absolute;
	top:49px;
	width:950px;
}
#topNav ul ul li {
	font-size:0.7em;
	height:29px;
	line-height:29px;
	margin:0 0 0 9px;
	text-transform:none;
}
#topNav ul li.active ul,#topNav ul li:hover ul,#topNav ul li.hover ul{display:block;}
#topNav ul li a {
	display:block;
	font-weight:bold;
	line-height:49px;
	padding:0 10px;
	text-decoration:none;
	text-transform:lowercase;
}
#topNav ul li.active a, #topNav ul li a:hover {text-decoration:underline;}
#topNav ul ul li a {
	line-height:29px;
	text-transform:none;
}
#topNav ul li.active ul li a, #topNav ul li:hover ul li a, #topNav ul li.hover ul li a {
	text-decoration:none;
}
#topNav ul li.active ul li.active a,#topNav ul li.active ul li a:hover,#topNav ul li:hover ul li.active a,#topNav ul li:hover ul li a:hover {
	text-decoration:underline;
	
}
#contentWrapper{margin:0 0 0 0;}
ul#breadcrumb {
	display:inline;
	float:right;
	margin:15px 30px 0 30px;
}
body#page1 ul#breadcrumb{height:20px;}
ul#breadcrumb li {
	display:inline;
	font-size:0.7em;
	font-weight:bold;
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0 0 0 12px;
}
ul#breadcrumb li.firstItem {
	background:none;
	margin-left:0;
	padding:0;
}
ul#breadcrumb li a {line-height:1.5em;}
#content {
	margin:10px 30px 0 30px;
}
#content h1, #content h2, #content h3,#topFeature h2 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.25em;
	margin:10px 0;
	/*text-transform:uppercase;*/
}
#content h1 {
	border-bottom:1px solid #2c2c2c;
}
#content h2,#topFeature h2 {
	font-size:1em;
}
#content li, #content p, #topFeature p, #topFeature li {
	font-size:0.8em;
	line-height:1.25em;
	margin:10px 0;
}
#content ul,#content ol {
	margin:10px 15px;
}
#content li{margin:0;}
#topFeature h2, #topFeature p {margin:10px 20px;}
#content div.content2col {
	clear:both;
}
#content div.content2col div.contentCol1,#content div.content2col div.contentCol2 {
	display:inline;
	float:left;
	width:430px;
}
#content div.content2col div.contentCol1 {
	margin:0 20px 0 0;
}
#contentFooter {
	height:30px;
	width:100%;
}
#footer {height:48px;}
#footer p {
	display:inline;
	float:left;
	font-size:0.7em;
	font-weight:bold;
	margin:0 10px;
	padding:10px 0;
	width:720px;
}
#footer p#poweredBy {
	text-align:right;
	width:200px;
}
