/* CSS Document */
/*===============CSS Reset=========================*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===============CSS Reset=========================*/

	/*=========== hiding all before loading images =====================*/
	#hideAll{ position: fixed;left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: white;z-index: 99; /* Higher than anything else in the document */ }

#top-header-bar, #header, #nav,.content, #content,#footer{ min-width:100%, padding:0; margin:0;}
.wrap{ width:1000px; margin:0 auto;}
.wrap2{
	width: 1009px;
	margin: 0 auto;
}
/*#contact-info h1{ font-size:2em; margin:0; padding:15px 0; }*/
#contact-info h1{ font-size:2em; margin:0; padding:35px 0; }
#contact-info h2{font-size:1.8em; margin-top:25px; padding:15px 0; color:#ba141a; }

h1{font-size:2em; margin:0; padding:15px 0;}
h3{font-size:1.3em; margin:0; padding:15px 0;}
h5{ font-size:1.2em; margin:0; padding:4px 0 0px 0; }
h6{ font-size:1.2e; font-weight:bold;}





p{ font-size:1.2em; padding:10px 0; margin:0; color:#00008b; line-height:1.2em;}

.page-header{ width:100%; height:50px; margin-top:30px; background-color: #FFF; color:#00008b;}




#top-header-bar{ background-color:#ed1c24; height:3px;}
#header-left{width:40%; margin:0; padding:0; height:150px;float:left; background-color:white;}
#header-left img{padding:0; margin:0; float:right;}
#header-right{width:60%; margin:0; padding:0; height:150px;float:left; background-color:#323793;}
#contact-info{ position:relative; top:10px; left:400px; color:white;}




	#nav{ background-color: #dddad3; height:100px; clear: both; background-color:#ba141a;}
    .navigation{float:left;margin:0px;width:100%; }
	.navigation ul{width:100%; margin:0px;padding:54px 0 0 0 ; }
	.navigation ul li { list-style:none; display:inline;}
	.navigation ul li a { text-decoration:none; padding:28px 75px;color:#fff; font-size:18px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:120px;}
	.navigation ul li a:hover{background-color:#ffffff;color:#ba141a;}
	

/*===============footer=========================*/	
#footer{
	clear: both;
	height: 310px;
	background-color: #000033;
}
.footerbox{ margin:10px 0; float:left; height:290px; color:#7EB6FF;}
.content{ }
	
	.footerbox h6{ font-size:14px; font-weight:bold; padding:25px 10px 10px 10px;}
	#box1 ul { width:80%; margin-left:10px; padding:0;}
	#box1 ul li { list-style:none; margin:0; padding:0; clear:both;}
	#box1 ul li a { text-decoration:none; display:block;color:#7EB6FF; padding:8px 0; margin-top:5px; font-weight:bold; font-size:11px;border-bottom:1px solid #26466D;}
	#box1 ul li a:hover{ color:#fff;}
#box1{width:300px;}
#footer #box3{ color:#7EB6FF;}
#footer #box3 h1{ padding:5px 10px;}
#footer #box3 P{ padding:5px 10px; color:#7EB6FF; font-size:16px;}
#footer #hear-you{ margin:0px 0px 0 30px;}
#box3, #box1{ width:315px;-moz-box-shadow:    inset 0 0 8px #7EB6FF;
    -webkit-box-shadow: inset 0 0 8px #7EB6FF;
    box-shadow:        inset 0 0  8px #7EB6FF;}
#quicklink-menu{ margin-left:40px;}


/*=============================== error messages =============*/
.mysqlerrors{ width:100%; margin:10px auto; height:50px; color:red; background-color:#f3515c; }
.mysqlerrors p{ padding:12px 20px; color:white; font-size:17px;}

.blankdiv{height:40px; min-width:100%; clear:both;}
