/****************************************************************************************	
	[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 "Trebuchet MS", Tahoma, Helvetica, Arial, sans-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 {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,
div.form-panel, #ancillary, #bcrumbs-tools,
#header h1, #header fieldset,
.sidebar, div.panel, #footer ul li, #footer img,
#nav, #subnav, #banner img, #banner h2 a, ul.pagination,
table caption span, table.apply thead th,
table.tble-default td.divider, #banner h1 {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
.show-for-print, #footer ul li.copyright {display: block;}
#wrapper {width: 100%;}
#header {text-align: right;}
body.home #header {margin-bottom: 30px;}
body.home #banner h2 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
	font: bold italic 16pt Georgia, "Times New Roman", Times, serif;
}
#main-content {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 0;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 9pt;
	color: #666;
}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/

/* [STRUCTURED PAGES]
-------------------------------------------------------*/

/* News and Events */
#main-content div.content ul.news-events {
	margin: 0;
	list-style: none;
}
	#main-content div.content ul.news-events li {
		border-bottom: 1px dotted #1c1c1c;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
		#main-content div.content ul.news-events li h3 {
			font-size: 11pt;
			color: #6E6E6E;
			margin-bottom: 6px;
		}
		#main-content div.content ul.news-events li p {margin-bottom: 10px;}

/* Testimonies */
#main-content div.content ul.testimonies {
	margin: 0;
	list-style: none;
}
	#main-content div.content ul.testimonies li {
		border-bottom: 1px dotted #1c1c1c;
		padding-bottom: 10px;
		margin-bottom: 20px;
		width: 100%;
		min-height: 130px;
	}
		#main-content div.content ul.testimonies li img.thumb {
			float: left;
			width: 120px;
			height: 120px;
		}
		#main-content div.content ul.testimonies li blockquote {margin-left: 140px;}
			#main-content div.content ul.testimonies li blockquote p {margin-bottom: 10px;}
		#main-content div.content ul.testimonies li h2 {
			font-size: 13pt;
			margin-bottom: 8px;
			margin-left: 140px;
		}
		#main-content div.content ul.testimonies li h3 {
			font-size: 11pt;
			margin-left: 140px;
			margin-bottom: 6px;
		}
		/* No Image */
		#main-content div.content ul.testimonies li.no-img blockquote,
		#main-content div.content ul.testimonies li.no-img h2,
		#main-content div.content ul.testimonies li.no-img h3 {margin-left: 0;}

/* Application Process */
#main-content div.content table.apply {
	border-collapse: separate; 
	border-spacing: 5px;
	margin-left: -5px;
}
	#main-content div.content table.apply td {
		vertical-align: top;
		padding: 4px 8px;
		border: 1px solid #999;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
	}
	#main-content div.content table.apply td.apply-no {
		font-size: 16pt;
		font-weight: bold;
		width: 5%;
		text-align: center;
		vertical-align: middle;
	}
	#main-content div.content table.apply td.apply-sdesc {
		width: 21%;
		font-size: 11pt;
		font-weight: bold;
	}
	#main-content div.content table.apply td.apply-ldesc {width: 74%;}
		#main-content div.content table.apply td p {margin: 0;}

/* [DEFAULT TABLE STYLE]
-------------------------------------------------------*/
#main-content div.content table.tble-default {width: 99%;}
	#main-content div.content table.tble-default thead th {
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}
	#main-content div.content table.tble-default tbody th {
		font-weight: bold;
		font-size: 11pt;
		text-align: center;
	}
	#main-content div.content table.tble-default th, 
	#main-content div.content table.tble-default td {
		padding: 4px;
		border: 1px solid #666;
	}
	#main-content div.content table.tble-default td {vertical-align: top;}
		#main-content div.content table.tble-default td p {margin: 0;}
	
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/


