/****************************************************************************************	
	[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 11pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	text-align: left;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {
	margin: 0 12px;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font: bold 16pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	color: #000;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 14pt;
	margin-bottom: 12px;
}
h3 {font-size: 13pt;}
h4, h5, h6 {
	font-size: 12pt;
	margin-bottom: 6px;
}
h5 {font-size: 11pt;}
h6 {font-size: 10pt;}

/* 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,
#main-content fieldset 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 8px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, p.form-hint, div.submit,
fieldset em, div.errors, div.success,
#emailfriend, #breadcrumbs, .error, #related-links,
.hide-p, .search, ol.pagination {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print {display: block;}
#wrapper {width: 100%;}
#header {}
#main-content {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 0;
	clear: both;
	width: 100%;
}
	#footer p {
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

