/****************************************************************************************	
	[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,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 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, fieldset, 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-bottom: 22px;}
	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, .search, #external-nav, 
#account-tools, #nav-search, a.more, #footer,
#copyright #bluearc, #copyright .inner div ul,
img#intro, img#hero, #sidebar, #page-tools,
fieldset#filter, #flash-content, ul#states,
a.top {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]
-------------------------------------------------------*/

/* --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]
*****************************************************************************************/

/* Footer */
#copyright {
	border-top: 1px solid #000;
	margin-top: 40px;
}
/* List headings */
ul.structured-list li h3 {font-size: 12pt;}

/* Aside */
#main-content #aside {clear: both;}