/* Resets ======================= */
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}
html, body { height:100%;}

ul,li,body,html,p { margin:0 auto; padding:0; }
	
h1, h2, h3, h4, h5, h6, p { margin-top: 0; padding:0; font-weight:normal !important; font-style:normal !important; }

/* Basics ======================= */
body {
	background-attachment: fixed;
	background-color: #003366;
	background-image: url(images/NIBS-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto;
	padding:0;
}
a { outline: 0; -moz-outline:0; text-decoration:none; color:#030; border: none; }
a:hover { text-decoration:underline; color:#999; }
a:focus { outline: thin dotted; -moz-outline: thin dotted; }
a img { border: none; }

/* Styles & Alignment ======================= */
.footer_text {
	padding: 10px;
}
.footer_text p {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
.footer_text a {
	color: #999 !important;
}
.footer_text a:hover {
	color: #fff !important;
}
.bodytext p, p.bodytext {
	font-size: 14px;
	line-height: 20px;
	color: #000033;
	text-align: left;
	padding:10px 0 2px 0;
}
.bodytextbold {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	font-weight: 900 !important;
}
.bodybgimage {
	background-image: url(images/NIBS-BG3.jpg);
	background-repeat:repeat-x;
	background-position: center top;
}
.darklink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.headlinebold {
	font-size: 24px;
	color: #FF0000;
	font-weight: 900;
}
.graphicrt {
	float: right;
	margin-left: 20px;
}
.bodytextsmall {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
}

h1,h2,h3,h4 {
		font-family: 'Squada One', cursive;
		text-transform:uppercase;
		padding:10px 0 2px 0;
		margin:0;
		letter-spacing:1px;
		-webkit-text-shadow:2px 2px 5px #999;
		-moz-text-shadow:2px 2px 5px #999;
		text-shadow:2px 2px 5px #999;
}
h1 {
	color:#990000;
	font-size:42px;
	line-height:42px;
}
h2 {
	color:#990000;
	font-size:36px;
	line-height:36px;
}
h3 {
	color:#fff;
	font-size:30px;
	line-height:30px;
}
h4 {
	color:#000;
	font-size:30px;
	line-height:30px;
}
.gallery_archive {
 	text-align: center;
  	margin-top: 15px; 
}
.gallery_archive a {
 	text-decoration: underline; 
}
.bodytext ul {
	list-style:inside;
	margin:15px 0;
}
.bodytext ul li {
	padding:5px 25px 5px 35px;
	font-weight:900;
}
.bodytext ul li:first-child {
	list-style:none !important;
	font-weight:normal !important;
	padding:0 0 5px 0 !important;
}

.white {color:#FFF;}

.clearfloat {
	clear:both;
	height:0;
}
.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.fleft { float:left;}
.fright { float:right;}

.aligncenter { text-align:center; margin:0 auto;}

#red-bar {
	background-color:#990000;
	width:100%;
	height:3px;
}