/****************************************************************************************	
	[BASE RULES - DEFAULT HTML TAGS]
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #1f1f1f;
	background-color: #fff;
	font: 10pt/1.4 Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #1f1f1f;
	text-decoration: none;
}
form legend {
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 1px solid #1f1f1f;
	padding-bottom: 3px;
	margin-bottom: 12px;
}
form fieldset div {margin-bottom: 6px;}
form fieldset label {display: block;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 5px;
}
blockquote {margin: 0 12px;} 
h1, h2, h3, h4, h5, h6 {
	font: bold 16pt "Century Gothic", Verdana, Arial, Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
	color: #000;
}
h2, h3, h4, h5, h6 {
	font: bold 13pt Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
h3 {font-size: 12pt;}
h4, h5, h6 {
	font-size: 10pt;
	margin-bottom: 2px;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #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,
#header h1,
#header ul,
#nav,
#sidebar,
#footer,
#img-rotate,
#quick-links-search,
#extra-links,
#breadcrumbs,
div.promo-panels-container,
form #main-content fieldset.form-submit,
#main-content table.news.detail td p.back {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print {display: block;}

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {width: 100%;}

/* [MAIN CONTENT]
-------------------------------------------------------*/
#main-content {
	padding: 30px 0;
	border-top: 2px solid #000;
	margin-top: 10px;
}

/* [PROMO PANELS]
-------------------------------------------------------*/
#promo-panels {
	padding: 10px 0;
	border-top: 2px solid #000;
	margin: 10px;
}
	#promo-panels div.promo-panel {
		padding: 8px 16px;
		border-bottom: 2px solid #000;
		margin-bottom: 16px;
		font-size: 9pt;
	}
		#promo-panels div.promo-panel p,
		#promo-panels div.promo-panel ul {margin-bottom: 10px;}
		#promo-panels div.promo-panel img {
			padding: 2px;
			border: 1px solid #666;
			margin-bottom: 4px;
		}
		#promo-panels div.promo-panel h2 {
			border-bottom: 1px solid #ccc;
			padding-bottom: 2px;
			margin-bottom: 16px;
		}
		#promo-panels div.promo-panel h3 {
			margin-bottom: 0;
			font-size: 10pt;
		}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/
/* [WELCOME INTRO - Homepage]
-------------------------------------------------------*/
#main-content #intro {
	padding: 10px 100px 0;
	font: bold 14pt/1.5 "Century Gothic", Verdana, Arial, Helvetica, Arial, sans-serif;
}
	#main-content #intro p {
		margin: 0 0 20px;
	}
/* [STRUCTURED PAGES]
-------------------------------------------------------*/
/* News */
#main-content table.news td h2 {
	font-size: 12pt;
	margin-bottom: 0;
}
#main-content table.news.detail td h2 {margin-bottom: 20px;}
#main-content table.news td p {margin-bottom: 15px;}
/* Standard Table */
#main-content table.tble-structured {width: 100%;}
	#main-content table.tble-structured td,
	#main-content table.tble-structured th {
		vertical-align: top;
		padding: 4px;
		border: 1px solid #ddd;
	}
	#main-content table.tble-structured th {
		text-align: left;
		text-transform: uppercase;
		font-size: 1.05em;
	}
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

