/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {margin: 0; padding: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Georgia, "Times New Roman", Times, serif !important; 
	font-size: 10pt !important;
	color: #000 !important;
}
/* -------------//Reset everything */

body {
	color: #000;
	font: 10pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	font: bold 12pt Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	text-align: left;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;}
h1, h2, h3, h4, h5, h6 {
	font: bold 20pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.0;
	color: #000;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 17pt;
	color: #333;
	margin-bottom: 12px;
}
h3 {font-size: 16pt;}
h4 {font-size: 15pt;}
h5 {font-size: 14pt;}
h6 {font-size: 13pt;}

/* Forms */
fieldset  {
	padding: 15px 10px;
	margin-bottom: 30px;
}
	fieldset legend {
		font-weight: bold;
		font-size: 12pt;
		font-style: italic;
		text-transform: uppercase;
	}
	fieldset div.form-row {margin-bottom: 12px;}
	fieldset label {
		font-weight: bold;
		display: block;
	}
	fieldset input.txt-input,
	fieldset input.txt-input-sml {
		display: block;
		border: none;
		border-bottom: 1px solid #666;
		width: 400px;
	}
	fieldset input.txt-input-sml {width: 80px;}
	fieldset textarea {
		border: 1px solid #000;
		width: 400px;
		height: 100px;
		overflow: auto;
	}
	form #main-content fieldset.default-fs div.form-row ul.multi-inputs {
		margin: 0 0 0 10px;
		list-style: none;
	}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 30px;}
#main-content table table {margin: 0;}
/* Lists */
#main-content ul, #main-content ol {margin-left: 44px;}
#main-content ul {list-style: disc;}
#main-content ol {list-style: decimal;}
	#main-content ol ol {list-style: lower-alpha;}
		#main-content ol ol {list-style: lower-roman;}
#main-content ul ul, 
#main-content ol ol {margin: 8px 0 16px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, 
form p.form-hint, 
form div.submit,
form fieldset em, 
div.errors, 
div.success,
#toolbar, 
#logo, 
#promo-header, 
#nav, 
#subnav,
#banner,
#breadcrumbs, 
#page-options, 
#emailfriend, 
a.rss, 
.features-inner, 
a.view-all, 
a.arrow-link, 
.panel object, 
.panel ul#video-thumbs, 
.panel h2, 
#tab-nav, 
#promo, 
#logos, 
ul#footer-links li a 
{display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print {display: block;}
#wrapper {width: 100%;}
#header {
	border-bottom: 1px solid #999;
	padding: 15px;
}
#main-content {padding: 30px 0 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 5px;
	clear: both;
	width: 100%;
}
	#footer p {
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/

/* [HOMEPAGE LAYOUTS]
-------------------------------------------------------*/

#main-content #primary-col ul#news-reel {margin: 0;}
	#main-content #primary-col ul#news-reel li {
		border-bottom: 1px dotted #999;
		float: left;
		width: 600px;
		padding: 9px;
		margin: 0;
	}
	#main-content #primary-col ul#news-reel li h4 {
		margin-bottom: 0.50em;
		font-size: 1.1em;
	}
	#main-content #primary-col ul#news-reel li img.thumb {
		float: left;
		width: 100px;
		height: 74px;
	}
	#main-content #primary-col ul#news-reel li p {margin: 0 0 0.40em 112px;}
	
#panel-one {clear: both}
#main-content #secondary-col #panel ul li img.thumb {
		float: left;
		width: 47px;
		height: 41px;
		border: 1px solid #bcbcbc;
	}
#main-content #secondary-col .panel ul li p,
#main-content #secondary-col .panel ul li h5 {margin: 0 0 0.50em 60px;}

			
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

