
/* Import other style sheets */
@import url(formStyles.css);
@import url(tableStyles.css);
@import url(textStyles.css);
@import url(styleAdjusters.css);

/* Reset styles */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold !important;
}

em {
	font-style: oblique !important;
}

:focus {
	outline: 0;
}
body {
	color: black;
	font: 0.6251em/1 Helvetica, Tahoma, Arial, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Link styles */
a {
	color: #e5e5e5;
}

a:hover {
	color: #e74f4f;
	text-decoration: underline;
}


/* Website styles */
html {
	height: 100%;
}

body {
	background-image: url(/img/structure/background.gif);
	background-repeat: repeat-x;
	background-color: #292a2b;
	height: 100%;
	color: #FFFFFF;
}

#header {
	background-image: url(/img/structure/headerBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #424345;
	width: 970px;
	text-align: left;
	margin: auto;
	height: 196px;
}

#logo {
	background-image: url(/img/structure/logo.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 196px;
	position: relative;
	text-align: left;
	float: left;
	display: block;
	text-indent: -999999px;
}

#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	width: auto;
	position: relative;
	top: 170px;
	left: -178px;
	color: #364051;
}	
	

/* Search Bar */
#frmSearch {
	position: relative;
	top: 135px;
	right: 20px;
	width: 20em;
	float: right;
	padding: 0px;
}

#frmSearch fieldset {
	background: none;
	border: 0px;
	margin: 0px;
}

#frmSearch fieldset legend {
	background: none;
	border: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8f9091;
	margin-top: -25px;
}

#frmSearch fieldset ol {
	padding: 0px;
}

#frmSearch fieldset li {
	padding: 0px;
}

#frmSearch fieldset label {
	background: url(/img/elements/icons/magnifier.png) no-repeat 0em 0.3em;
	text-indent: -9000px;
	width: 1.3em;
	float: left;
	height: 1.65em;	
	font-size: 1.1em;
	margin-right: 0px;
}

#frmSearch fieldset input {
	float: left;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0.4em 0 0.4em;
	padding: 0.2em 0 0 0.5em;
	width: 11.5em;
}

#frmSearch fieldset button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.9em;
	width: 3em;
	display: block;
}

#frmSearch fieldset button:hover {
	border: 1px solid #78B0D0;
}

#frmSearch fieldset ol li a {
	display: block;
	float: right;
	border-bottom: 1px solid black;
	text-align: right;
	font-size: 1.1em;
	margin: 0.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #000000;
}

#frmSearch fieldset ol li a:hover {
	color: #78B0D0;	
	border-bottom: 2px solid #78B0D0;
}


/* Sitemap navigation */
#content ul.sitemap li {
	font-size: 0.9em;
	font-weight: bold;
}

#content ul.sitemap li ul li {
	font-size: 0.9em;
	font-weight: normal;
}

#content ul.sitemap li ul li.closedCategory {
	font-weight: bold;
}

.sitemap li a {
}


/* Container Div */
#mainContainer {
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
	margin-top: 30px;
}
		

/* Main Content */
#content {
	width: 940px;
	margin: auto;
}


#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #a8a8a8;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: -20px;
}

#content h2, #content p.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #a8a8a8;	
	text-align: left;
	font-style: italic;
	font-weight: bold;	
	margin-top: 1em;
	border-bottom: 1px solid #e74f4f;
}

hr {
	height: 1px;
	color: #DDDDDD;
	border: none;
	background-color: #DDDDDD;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}


#content h3 {
	font-size: 1.3em;
	color: #a8a8a8;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


#content #breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	top: -20px;	
}

#content .pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
	clear: both;
}

/* Suggest a link style */
#content p.suggestLink {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 3px solid #818283;
	background-color: #414244;
	width: 60%;
	margin: 15px auto;
	clear: both;
}


/* Link Category Styles */
	#categoryContainer {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		float: left;
		clear: both;
	}
	
	#categoryContainer ul {
		float: left;
	}
	
	.categoryList {
		width: 28%;	
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4em;
		padding-left: 50px;
	}
	
	.categoryList li {
		height: 3em;
	}

	.categoryList li span {
		font-size: 0.8em;
	}	
	
	.categoryList li ul li {
		font-size: 0.7em;
		float: left;
		line-height: 1em;
		height: auto;
	}


/* Links styles */
	#linksList dt {
		margin-top: 2.5em;
		border: 1px solid #818283;
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 0.4em;
		padding-bottom: 0.48em;
		padding-left: 0.4em;	
		padding-right: 0.4em;
		background-color: #3a3b3c;
		clear: both;
	}
	
	#linksList dd {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-left: 1px solid #818283;
		border-right: 1px solid #818283;	
		border-bottom: 1px solid #818283;		
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;
		padding-right: 0.4em;
		line-height: 1.4em;
		background-color: #818283;
	}

	#linksList dd a {
		color: #000000;
	}

	#linksList dd a:hover {
		color: #b3c8ff;
	}	
		
	#linksList p.linkDesc {
		padding-left: 0.2em;
		padding-right: 0.2em;
		padding-bottom: 0.2em;		
		border-bottom: 1px dashed black;		
	}
	
	/* Front Page Links Styles */
	#fpLinksList dt {
		margin-top: 1.2em;
		border: 1px solid #818283;		
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		padding-left: 0.4em;	
		padding-right: 0.4em;
		background-color: #3a3b3c;		
	}
	
	#fpLinksList dd {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 0.4em;
		padding-right: 0.4em;
		line-height: 1.4em;
	}


/* Link sorting styles */
	#content #sortOrder {
		margin: 0 -470px 6px 0;
		position: absolute;
		top: 220px;
		right: 50%;
		float: left;
		clear: right;
		background-color: #F3F3F3;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding: 0 15px 0px 15px;
		color: #000000;
		text-align: right;
		line-height: 1.6em;
		border: 1px solid #CCCCCC;
		z-index: 100;
		width: 10em;
		-moz-border-radius: 3%;	
	}
	
	#content #sortOrder a {
		color: #3a3b3c;
	}
	
	#content #sortOrder a:hover {
		color: #e74f4f;
	}
	
	#content #sortOrder p {
		padding-right: 10px;
		padding-bottom: 2px;
		background-image: url(/img/elements/icons/iconArrowDown.gif);
		background-position: right;
		background-repeat: no-repeat;
		cursor: pointer;
		text-align: center;
	}
	
	#content #sortOrder ul {
		text-align: right;
		color: #FFFFFF;
		margin-bottom: 10px;
	}		


		
/* Search Page Styles */
	.searchBasic div {
		margin-top: 1em;		
	}

	.searchBasic div p {
		margin-bottom: 0.4em;		
	}

	.searchBasic dt {
		font-size: 1.4em;
		margin-top: 1em;
	}
	
	.searchBasic dt img {
		vertical-align: top;
		padding-right: 0.6em;
	}
	
	.searchBasic dd {
		margin-top: -32px;
		margin-bottom: 	2.5em;
		margin-left: 63px;

		font-size: 1.1em;
		line-height: 1.4em;
	}
	


/* Footer styles */
#footer {
	background-image: url(/img/structure/footerBG.gif);
	background-repeat: repeat-x;
	margin: 100px auto;
	clear: both;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
	height: 49px;
	position: static;
	bottom: 0px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 940px;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}

#footer p#siteDesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	vertical-align: middle;
	margin-right: 38px;	
}




/* Column definitions */

.layout {
	width: 100%;
	clear: both;
	float: left;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

/* Main content form styles */
.layout form fieldset {
	font-size: 1.2em;
}

.layout form fieldset ol li {
	font-size: 1.1em !important;
	list-style: none !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.layout form label {
	margin-top: 2px;
}

.layout1-1 {
	width: 426px;
	float: left;
	clear: both;
}

.layout1-2 {
	width: 426px;
	float: right;
}

.layout2-1 {
	width: 892px;
	float: left;
	clear: both;
	display: block;
}

.text h2 {
	font-size: 1.2em !important;
	width: 100%;
}

.text {
	margin-top: 2em;
	}

.text p {
	margin-bottom: 2em !important;
}

.text dl dt {
	font-weight: bold;
}

.text dl dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.text ul li {
	list-style: circle;
	margin-left: 3em;
	margin-bottom: 1em;
}

.border-top {
	border-top: 1px solid #9d9d9d;
}

.border-left {
	border-left: 1px solid #9d9d9d;
	margin-right: -1px;
}

.border-bottom {
	border-bottom: 1px solid #9d9d9d;
}

.border-right {
	border-right: 1px solid #9d9d9d;
	margin-left: -1px;	
}

.borderLgt-top {
	border-top: 1px solid #FFFFFF;
}

.borderLgt-left {
	border-left: 1px solid #FFFFFF;
	margin-right: -1px;
}

.borderLgt-bottom {
	border-bottom: 1px solid #FFFFFF;
}

.borderLgt-right {
	border-right: 1px solid #FFFFFF;
	margin-left: -1px;	
}
