/****************************************************************************************	
	[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: #000;
	font: 10pt/1.4 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 caption {
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
blockquote {margin: 0 12px;}
h1, h2, h3, h4, h5, h6 {
	font: bold 20pt "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #000;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 13pt;
	color: #333;
	margin-bottom: 12px;
}
h3 {font-size: 12pt;}
h4, h5, h6 {font-size: 11pt;}

/* Forms */
fieldset  {
	border: 1px solid #666;
	padding: 15px 10px;
	margin-bottom: 30px;
}
	fieldset div.form-row {margin-bottom: 12px;}
	fieldset label {
		font-weight: bold;
		display: block;
	}
	fieldset input.txt-input,
	fieldset input.sml-input {
		display: block;
		border: none;
		border-bottom: 1px solid #666;
		width: 400px;
	}
	fieldset input.sml-input {width: 80px;}
	fieldset textarea {
		border: 1px solid #000;
		width: 400px;
		height: 100px;
		overflow: auto;
	}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 30px;}
#ctl00_subcontent p, #ctl00_subcontent ul,
#ctl00_subcontent ol, #ctl00_subcontent dl,
#ctl00_subcontent table {margin-bottom: 15px;}
#content table table {margin: 0;}
/* Lists */
#main-content ul,
#ctl00_subcontent ul {
	list-style: disc;
	margin-left: 32px;
}
#main-content ol,
#ctl00_subcontent ol {
	list-style: decimal;
	margin-left: 32px;
}
	#main-content ol ol,
	#ctl00_subcontent ol ol {list-style: lower-alpha;}
		#main-content ol ol ol,
		#ctl00_subcontent ol ol ol {list-style: lower-roman;}
#main-content ul ul,
#ctl00_subcontent ul ul, 
#main-content ol ol,
#ctl00_subcontent ol ol {margin: 6px 0 14px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, 
#toolbar,
#header h1, 
ul#nav,
#banner img, 
#sidebar,
a.btn-join, 
#footer span,
#ctl00_subcontent, 
#content p.more-info,
#ctl00_bcrumbstools, 
.hide-for-print,
#content #main-content p.back,
form fieldset.form-submit,
form p.form-hint,
form fieldset legend span {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print, 
body.page-home #ctl00_subcontent,
body.page-home-m #ctl00_subcontent {display: block;}

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {width: 100%;}

/* [HEADER + BANNER]
-------------------------------------------------------*/
#header {margin-bottom: 20px;}
	#header h2 {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 6px 12px;
		text-transform: uppercase;
		font-size: 12pt;
		margin: 20px 0 0;
		text-align: center;
	}
#banner h3 {font-size: 17pt;}

/* [MAIN CONTENT]
-------------------------------------------------------*/
#content {padding: 20px 0;}
	body.page-home #ctl00_subcontent,
	body.page-home-m #ctl00_subcontent {
		border-top: 2px solid #000;
		margin-top: 40px;
		padding-top: 40px;
	}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	border-top: 1px solid #000;
	padding: 5px 0 0 5px;
}
	#footer p {
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/

/* [CONTENT PANELS > HOMEPAGE]
-------------------------------------------------------*/
#content div.panel {
	margin-bottom: 12px;
	border: 1px solid #000;
}
	 /* Header */
	 #content div.panel h4 {
		margin: 0;
		text-transform: uppercase;
		font-size: 13pt;
		border-bottom: 2px solid #000;
		padding: 6px;
	}
	/* Content */
	#content div.panel-content-wrapper {padding: 16px 12px 6px 12px;}
		#content div.panel div.panel-content-wrapper div.panel-content h5 {
			font-size: 11pt;
			text-transform: uppercase;
			margin-bottom: 2px;
		}
		#content div.panel div.panel-content-wrapper div.panel-content p {margin-bottom: 13px;}
			#content div.panel div.panel-content-wrapper div.panel-content p.date-added {
				margin: 0;
				color: #A6A6A6;
			}
			#content #ctl00_subcontent div.panel div.panel-content-wrapper div.panel-content p {line-height: 1.3;}

/* [IMAGE GALLERY]
-------------------------------------------------------*/
#content #main-content ul#img-gallery {
	margin: 0;
	list-style: none;
	width: 100%;
	padding-top: 10px;
}
	#content #main-content ul#img-gallery li {
		float: left;
		margin: 0;
		padding-bottom: 20px;
		width: 20%;
		text-align: center;
	}
	#content #main-content ul#img-gallery li.divider {
		width: 100%;
		height: 0;
		clear: both;
		display: block;
		padding: 0;
		float: none;
		line-height: 0;
		font-size: 0;
	}
		#content #main-content ul#img-gallery li p.caption {
			padding: 5px 10px 0 10px;
			color: #666;
			font-size: 9pt;
			text-transform: uppercase;
			line-height: 1.1em;
			margin: 0;
		}
		#content #main-content ul#img-gallery li a#img-gallery-thumb img {
			border: 6px solid #eee;
			width: 88px;
			height: 63px;
			display: block;
		}

/* [STRUCTURED PAGES]
-------------------------------------------------------*/
/* General List */
#content #main-content ul.structured-list {
	margin-left: 0;
	list-style: none;
}
	#content #main-content ul.structured-list li {
		border-bottom: 1px dotted #ADADAD;
		padding-bottom: 0.60em;
		margin-bottom: 0.60em;
	}
		#content #main-content ul.structured-list li p {margin: 0;}
		#content #main-content ul.structured-list li p.issue-no {
			font-weight: bold;
			margin-bottom: 0.40em;
		}
		#content #main-content ul.structured-list li h3 {margin-bottom: 0.10em;}
		
/* Office Staff */
#content #main-content ul#office-staff,
#content #main-content ul#office-staff li {float: left;}
	#content #main-content ul#office-staff li img {
		float: left; 
		margin-top: 4px;
	}
	#content #main-content ul#office-staff li h3,
	#content #main-content ul#office-staff li p {margin-left: 90px;}
	#content #main-content ul#office-staff li p.title {margin-bottom: 0.20em;}
	#content #main-content ul#office-staff li h3 {
		color: #009FE0;
		margin-bottom: 0;
	}

/* [SITEMAP]
-------------------------------------------------------*/
#content #main-content ul#sitemap li.sitemap-col {list-style: none;}
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [INTRO]
-------------------------------------------------------*/
#content p.intro {font-size: 12pt;}

