@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background: #D1D0D0 url(../../assets/images/back_tile.jpg) repeat-x;
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	}
	
/*Define text styles*/

p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
h1 {
	color: #056ea5;
	font: bold 2em "Century Gothic", Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	}
	
h2 {
	color: #056ea5;
	font: bold 1.7em "Century Gothic", Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
	}
	
h3 {
	color: #056ea5;
	font: bold 1.5em "Century Gothic", Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
	}
	
h4 {
	color: #17679E;
	font: bold 1.3em "Century Gothic", Tahoma, Arial, sans-serif;
	}
	
h5 {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	}
	
a:link {
	color: #79B702;
	}

a:visited {
	color: #79B702;
	}

a:hover {
	color: #FF9933;
	}
	

	
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	}
	
li {
	font: 1.2em/1.5em Tahoma, Helvetica, Arial, sans-serif;
	padding-left: 3px;
	list-style: url(../../assets/images/arrow.gif) outside;
	}
	
ol {
	margin: 10px 15px 10px 25px;
	}
	
ol > li {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: decimal url(none);
	}
	
	
/*Define styles for Main Containers*/
#header_top {
	height:199px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background: url(../../assets/images/header.jpg);
	}
	
#header {
	height: 208px;
	width: 940px;
	}
	
#NIDS {
	position: relative;
	top: 175px;
	float: right;
	color: #FFFFFF;
	margin-right: 75px;
	font: 15px "Century Gothic", Tahoma, Arial, sans-serif;
	}
	
#NIDS a:link {
	color: #FFFFFF;
	}
	
#NIDS a:visited {
	color: #FFFFFF;
	}
	
#NIDS a:hover {
	color: #E0E8AE;
	}
	
	
#nav {
	width: 940px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	}

/*Define styles for content area*/
	
#content_container {
	width:940px;
	background: url(../../assets/images/content_tile.jpg) repeat-y;
	float: left;
	}
	
#content {
	width:575px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 75px;
	}
	
#content_back {
	width:940px;
	background: url(../../assets/images/content_main_back.jpg) no-repeat;
	min-height:561px;
	height:auto !important;
	height:561px;
	float: left;
	}
	
#content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}
	
	
/*Define styles for photos within Content*/

.right_photo {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
/*Define styles for sidebar*/

#sidebar {
	float: left;
	width: 273px;	
	}
	
#sidebar_top {
	
	padding: 20px 15px 20px 75px;
	}
	
#sidebar p {
	color: #666666;
	line-height: 1.4em;
	}
	
#sidebar a:link {
	color: #0786B8;
	}
	
#sidebar a:visited {
	color: #0786B8;
	}
	
#sidebar a:hover {
	color: #FF6600;
	}

.sidebar_btm {
	padding: 20px 15px 20px 75px;
	
	}	
	
/*Define styles for footer*/

#footer {
	background: url(../../assets/images/footer_back.jpg) no-repeat;
	height: 38px;
	clear: both;
	padding-bottom: 20px;
	text-align: right;
	color: #17659C;
	font: 1em/1.5em Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 13px;
	padding-right: 65px;
	}
	
#footer a:link {
	color: #0786B8;
	padding-right: 4px;
	padding-left: 4px;
	}
	
#footer a:visited {
	color: #0786B8;
	}
	
#footer a:hover {
	color: #666666;
	}
	
/*Define styles for Form elements */
#form_table {
	width: 480px;
	margin: 15px;
	}
	
#form_table p {
	text-align: right;
	margin: 5px;
	position: relative;
	bottom: 5px;
	}
	
input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #0786B8;
	margin: 5px;
	font-size: 1.2em;
	padding: 3px;
	width: 220px;
	color: #666666;
	}
	
select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 5px;
	border: 1px solid #0786B8;
	color: #666666;
	}
	
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #0786B8;
	margin: 5px;
	font-size: 1.2em;
	padding: 3px;
	width: 220px;
	color: #666666;
	}
	
.textarea_label {
	position: relative;
	bottom: 60px;
	}
	
.button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #AAD50B;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #8EBA00;
	width: 175px;
	}
	
.emergency_button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #AAD50B;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #8EBA00;
	width: 235px;
	}
	
.button:hover {
	background: #FF9900;
	border-color: #FF9900;
	}
	
.emergency_button:hover {
	background: #FF9900;
	border-color: #FF9900;
	}

/*Define styles for certifications page*/

#certification {
	}
	
#certification img {
	float: none;
	margin: 0px;
	padding: 0px;
	}
