/* NEMSIS Style Sheet for Contribute Users - www.nemsis.org OR www.nemsistac.org */


/* TEXT STYLES */

/* Italic styles for singling out a paragraph or word */

#homeLatestNews h1, #homeVendorNews h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #9f334c;
	margin: 0 5px 4px 17px;
	padding-top: 10px;
}

#homeLatestNews p, #homeVendorNews p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 5px 10px 30px;
}

.italicRedGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #99243f;
}

.blueGenevaBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #24409A;
	line-height: 1.65em;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding-left: 20px;
	padding-right: 10px;
}


/* Style for showing emphasis on a word */

.blueEmphasis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #237695;
	font-weight: bold;
	margin-bottom: -7px !important;
}


/* Title(s) for a Page - Includes a Rule Under the Title */

.subPageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #992640;
	border-bottom: solid #d8d8d8 1px;
	line-height: 1em;
	margin-bottom: -0.5em;
}

.redItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #992640;
}

/* Image Styling - Red Border */

.imageBorder {
	border: 1px solid #99243f;
	margin: 15px;
}

/* Creating Pull-out Definitions */

.definitionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #992640;
	margin: 4px 150px 0 25px;
	background-color: #f2f3f4;
	padding: 4px 0 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #992640;
	border-right-color: #992640;
	border-left-color: #992640;
}

.definition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2f4b69;
	margin: 0px 150px 15px 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #992640;
	border-bottom-color: #992640;
	border-left-color: #992640;
	padding: 4px 10px 4px 10px;
}


/* Page Sub-Headings */

.subPageHeader01 {
	font-weight: bold;
	line-height: 1em;
	margin-top: 2.25em;
	margin-bottom: -0.75em;
}

.subPageHeader01Red {
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 2.25em;
	margin-bottom: -0.75em;
	color: #99243F;
}

/* TimeLine Title */

.timelineEventTitle {
	font-size: 11px !important;
	font-weight: bold;
	color: #297B99;
	margin-bottom: -10px;
}

/* Bulleted List Style Using Red Arrows as the Bullet */

.subListRedArrow {
	list-style-position: outside;
	list-style-image: url(../images/common/arrowBullet.gif);
}

.subListRedArrow ul {
	margin-left: 1em;
}

.subListRedArrow li {
	padding-left: 1.5em;
}

/* Bulleted List Style Used to Highlight a File for Downloading */

.subListDownloads {
	list-style: outside;
	list-style-image: url(../images/common/blueBullet.gif);
}

.subListDownloads ul {
	margin-left: 1em;
}

.subListDownloads li {
	padding-left: .25em;
	margin-bottom: 1.50em;
}


