/****************************************************************************************	
	[GENERICS]
*****************************************************************************************/

/* -------------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, 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, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, a img {border: none;}
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: Arial, Helvetica, sans-serif !important; 
	font-size: 10pt !important;
	color: #000 !important;
}
/* -------------//Reset everything */


body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {text-align: left;}
table caption {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
cite {font-style: normal;}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 24pt;
	font-weight: 500;
	margin-bottom: 20px;
	color: #004990;
}
h2, h3, h4, h5, h6 {
	font-size: 20pt;
	margin-bottom: 10px;
	color: #3685d2;
}  
h4, h5, h6 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 6px;
}
h5, h6 {
	font-size: 14pt;
	color: #303030;
} 
h6 {
	font-size: 12pt;
	text-transform: uppercase;
}

/* Forms */
fieldset {
	margin: 0 0 22px;
	padding: 18px 18px 0;
}
	legend {
		font-weight: bold;
		font-size: 14pt;
		padding-bottom: 10px;
		color: #0061aa;
	}
	div.form-row {
		margin-bottom: 18px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 6px;
	}
		div.form-row label,
		#main-content div.form-row p.form-lbl {
			display: block;
			font-weight: bold;
			margin: 0 0 4px;
		}
		div.form-row div.form-column label {
			display: inline;
			font-weight: normal;
		}
		#main-content div.form-column ul,
		#main-content div.form-row.lbl-wide ul {
			margin: 0;
			list-style: none;
		}
		#main-content div.form-column p,
		#main-content div.form-row.lbl-wide p.note {
			padding-top: 4px;
			font-size: 9pt;
			margin: 0;
		}

/* [MAIN 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 ul ul {list-style: circle;}
#main-content ol {list-style: decimal;}
#main-content ol ol {list-style: lower-alpha;}
#main-content ol ol ol {list-style: lower-roman;}
#main-content ul ul, 
#main-content ol ol {margin: 8px 0 8px 20px;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .errors, .success, .error, #breadcrumbs, 
ul.pagination, ul#img-lib li.divider, #review-content, 
#header a.btn, .search, #flash-content, #site-tools, 
#nav, #banner, body.home #sidebar, ul#tabs, #footer ul, 
#footer em, ul#subnav, #bcrumbs-ptools div, #aside,
fieldset#filter, ul.pagination, #search-form {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding: 10px 0;
	border-bottom: 2px solid #004990;
}
#main-content {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [IGNITIONSUITE MODULES]
-------------------------------------------------------*/

/* ---Reviews--- */
#main-content #review-listings {}
	#main-content #review-listings ol {
		margin: 0 0 30px;
		list-style: none;
	}
		#main-content #review-listings ol li {
			margin-bottom: 20px; 
			width: 100%;
		}
			#main-content #review-listings ol li p {margin: 0;}
			/* Comments */
			#main-content #review-listings ol li blockquote {
				padding: 8px 9px;
				border: 1px solid #666;
				margin: 0;
			}
				#main-content #review-listings ol li blockquote cite {
					font-style: normal; 
					display: block;
				}
					#main-content #review-listings ol li blockquote cite strong {font-family: "Times New Roman", Times, serif;}
				#main-content #review-listings ol li blockquote p {padding-top: 4px;}
			/* Time/Date stamp */
			#main-content #review-listings ol li p.timedate {
				padding-top: 5px;
				font: normal 9pt Arial, Helvetica, sans-serif;
				text-align: right;
				color: #666;
				width: 100%;
			}

/* --Search Results-- */
#main-content ul#search-results {
	border-top: 1px dotted #666;
	margin: 0 0 14px 0;
	list-style: none;
}
	#main-content ul#search-results li {
		border-bottom: 1px dotted #666;
		padding: 14px 0;
	} 
		#main-content ul#search-results li h3 {font-size: 13pt;}  
		#main-content ul#search-results li p {margin: 0;}
		#main-content ul#search-results li p.rating {
			color: #666;
			font-size: 9pt;
		}

/* --Image Library-- */
#main-content ul#img-lib {list-style: none;}
	#main-content ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

/* --Sitemap-- */
#main-content div.sitemap-col ul li a {
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}
	#main-content div.sitemap-col ul li ul li a {
		font-weight: normal;
		font-size: 10pt;
		text-transform: none;
	}
	
/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/

