body{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.hide{
	display: none;
}

.filler{
	background: #ffff33;
}

/*-------------------------------------------------------------------
	TABLE STYLES
-------------------------------------------------------------------*/

table{
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 10px;
	background: #00a1de;
}
th, td{
	padding: 7px;
}
th{
	color: #fff;
	padding: 15px 7px 7px 7px;
}
td{
	background: #fff;
	border-bottom: 1px solid #00a1de;
}
caption{
	padding: 0 0 10px 0;
	text-align: left;
	font-style: italic;
}

div.summarybox{
	margin: 0 0 20px 0;
	padding: 12px;
	border: 1px solid #e3e6ea;
	background: #f0f3f7;
}
div.summarybox p{
	margin: 3px 0 0 0;
}

/*-------------------------------------------------------------------
	TYPOGRAPHY
-------------------------------------------------------------------*/

h1, h2, h3{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #000;
}
h1{
	margin: 0 0 20px 0;
}
h2{
	font-size: 18px;
	color: #444;
}
h2.boxed{
	margin: 7px 0;
	padding: 7px 0;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #ced8e1;
	border-bottom: 1px solid #ced8e1;
}
h3, h4, h5, h6{
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	color: #444;
}
.spotlight h3{
	font-size: 11px;
}
.contextbox h4{
	padding: 3px 0 3px 27px;
	background: url(/images/icon-target.gif) no-repeat;
}
.contextbox h5{
	margin: 4px 0 0 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	background: url(/images/bg-sidebar-hr.gif) repeat-x;
}
p{
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 19px;
}
p#summary{
	font-family: Georgia, Palatino Linotype, Monaco, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	color: #676767;
}
p.footer{
	font-size: 10px;
	line-height: 14px;
}
.contextbox p{
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
}

dl#faqs, dl#glossary{
	margin: 20px 0;
	font-size: 13px;
}
dl#faqs dt, dl#glossary dt{
	font-size: 15px;
	font-weight: bold;
}
dl#faqs dd, dl#glossary dd{
	margin: 0 0 20px 0;
	padding: 2px 0 0 20px;
	background: url(/images/bullet.gif) 0 7px no-repeat;
}

/*-------------------------------------------------------------------
	LAYOUT
-------------------------------------------------------------------*/

.hidden{
	display: none;
	visibility: hidden;
}

#masthead, #mastheadhome{
	display: none;
}
#mastheadhome{
	display: none;
}

#breadcrumb{
	margin: 0 0 30px 0;
	padding: 7px 0;
	width: 715px;
	border-bottom: 2px solid #bbb;
}
#breadcrumb ul{
	margin: 0;
	padding: 0;
}
#breadcrumb li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	color: #888;
}

#secondarynav{
	display: none;
}

#sidebar{
	display: none;
}

#homecolumn1{
	display: none;
}
#homecolumn2{
	display: none;
}

#footer{
	margin: 0;
	padding: 10px 0 50px 0;
}
#footer #blurb{
	width: 100%;
	padding: 10px 0;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#footer #legal{
	float: left;
}
#footer #credits{
	float: right;
}

.clearb{
	clear: both;
}
.clearl{
	clear: left;
}
.clearr{
	clear: right;
}

.date{
	margin: 0 0 20px 0;
	padding: 3px 6px;
	color: #7d8489;
	border: 1px solid #ced8e1;
	background: #e5ebf1;
}

.inlinepic{
	float: left;
	margin: 5px 20px 10px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
}

.searchresult{
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

#map_canvas{
	width: 485px;
	height: 300px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/*-------------------------------------------------------------------
	LISTS
-------------------------------------------------------------------*/

#content ul{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
#content ul li{
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(/images/bullet.gif) 0 5px no-repeat;
}

#content ul.ticklist{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	width: 30%;
}
#content ul.ticklist li{
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(/images/icon-tick-on.gif) 0 50% no-repeat;
}
#content ul.ticklist li.inactive{
	color: #999;
	background: url(/images/icon-tick-off.gif) 0 50% no-repeat;
}

/*-------------------------------------------------------------------
	FORMS
-------------------------------------------------------------------*/

form{
	display: none;
}