* {
	margin: 0;
	padding: 0;
}


html, body, #wrap {
	height: 100%; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #1e1e1e;
	background: url(../images/pattern2.png);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	
	}

body > #wrap {height: auto; min-height: 100%;}



#container {
	
	width: 964px;
	padding-bottom: 140px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	
	
	
}

/* ++++++++++++++++++ */
/*      MASTHEAD      */
/* ++++++++++++++++++ */


#top {
	
	width: 960px;
	height: 24px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 2px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

#top a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: inherit;	

}

#top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #607886;
	background-color: inherit;
	
}

#top img{

	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	border: 0px;
	text-align: left;
}
#quick_contact {

	width: 400px;
	height: 20px;

	background-color: #fff;
	color: #00283c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: right;
	padding: 2px 1px 1px 1px;
	float: right;
	
}





#header {
	
	width: 960px;
	height: 113px;
	background: url(../images/header_plaid.jpg);	
	border-bottom: 2px solid #fff;
	margin: 0 auto;

}

/* ------------------ */
/*    END MASTHEAD    */
/* ------------------ */




/* ++++++++++++++++++ */
/*      MAIN MENU     */
/* ++++++++++++++++++ */

#navbar {
	position: static;
	float: right;
	margin-top: 45px;
	margin-right: 0px;
	padding: 0;
	width: 550px;
	text-align: center;
	
}

#navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	z-index: 999;
}

#navbar a {
	display: block;
	padding: 3px 8px;

	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 84px;
	font-weight: bold; 
}

#navbar a.test {

	display: block;
	padding: 3px 8px;
	
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 120px;
	font-weight: bold; 
}

#navbar a:hover {
padding: 3px 8px;
			
	color: #000;
	background-color: #fff;
}

#navbar li { /* all list items */
	float: left;
	
	list-style: none;
	width: auto; /* width needed or else Opera goes nuts */
}

#navbar li:hover a{
	
	color: #000;
	background-color: #fff;
}

#navbar li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 100px;
	color: #000;	
	background-color: #fff;
	z-index: 999;
}



#navbar li:hover li a, #navbar li.hover li a {
	color: #607886;
	width: 84px; 
	text-align: left;
	background-color: inherit;
	padding: 3px 8px;
	line-height: 14px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999;
}




#navbar li li a:hover {
	background-color: #607886;
	padding: 3px 8px;
	width: 84px;	
	color: #fff; 
}





/*

#navbar {
	position: relative;
	float: right;
	margin-top: 69px;
	margin-right: 0px;
	padding: 0;
	width: 550px;
}
#navbar li {
	list-style: none;
	float: left;
	margin-right: 6px;	
	width: auto;

 }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold; 
}

#navbar li a:hover {
	background-color: #fff;
	color: #000;
	padding: 3px 8px; 
	width: auto;	
}

#navbar li ul {
	display: none; 
	padding: 3px 8px;
	border-bottom: 1px solid #fff;
 }

#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; 
	background-color: #fff;
	color: #607886;
}
#navbar li:hover li, #navbar li.hover li {
	float: left;
	width: auto;
	padding: 0;
}

#navbar li:hover li a, #navbar li.hover li a {
	color: #607886; 
	background-color: inherit;
	padding: 3px 8px;
	font-size: 81%;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar li li a:hover {
	background-color: #607886;
	padding: 3px 8px;
	color: #fff; 
}


*/



/* ------------------ */
/*    END MAIN MENU   */
/* ------------------ */





/* ++++++++++++++++++ */
/*  TAGLINE & MEDIA   */
/* ++++++++++++++++++ */

#sub { 
	width: 960px;	
	height: 260px;	
	color: #fff;
	background-color: #898989;
	position: relative;
	margin: 0 auto;	
	border-bottom: 2px solid #fff;
	background: url(../images/sub.jpg) no-repeat;
	
	z-index: 0;
}

#tag {
	

	width: 475px;
	background-color: inherit;
	height: 100px;
	color: #fff;
	padding: 12px 4px 0px 20px;
	float: left;
	margin: 0 auto;	
}

#tag span{

	display: block;
}

#tag h1 {
	margin-top: 5px;
	padding: 0;
	font: italic 30px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
	text-align: left;
	
	

}

#flash {
	width: 450px;
	height: 127px;
	padding: 0px 2px 0px 20px;
	position: absolute;
	top: 115px;
	left: 0;
	clear: both;
	background-color: inherit;
	
	
}



#edu {

	width: 410px;
	height: 200px;
	padding: 0px;
	position: absolute;
	
	top: 38px;
	right: 53px;
	
	
	
}	

#edu img{

	border: 0px;
	float: left;
	clear: both;
	
}	

/* ------------------ */
/*     END MEDIA      */
/* ------------------ */






/* ++++++++++++++++++ */
/*       ICONS        */
/* ++++++++++++++++++ */



#icon_container {
	padding: 0px;
	width: 960px;
	height: 32px;
	margin: 0 auto;
	z-index: 1;
	color: #fff;
	text-align: center;
	background: #607886;
	
	

}

#icon {
	width: 957px;
	height: 27px;
	
	
	margin: 5px auto;
	padding: 0px;
	float: right;

	text-align: right;
	

	
}




#icon a.usps {

	background: url(../images/icons/usps.gif) no-repeat left;
	padding: 5px 0px 5px 35px;
	height: 27px;
}

#icon a.usps:hover {
		height: 27px;
	background: url(../images/icons/usps_h.gif) no-repeat left;
	
	
}


#icon a.case {
	
	background: url(../images/icons/case.gif) no-repeat left;
	padding: 5px 0px 5px 30px;
	height: 27px;
}

#icon a.case:hover {
	background: url(../images/icons/case_h.gif) no-repeat left;	
	
}


#icon a.blog {
	background: url(../images/icons/blog.gif) no-repeat left;
	padding: 5px 0px 5px 25px;
	height: 27px;
}

#icon a.blog:hover {
	background: url(../images/icons/blog_h.gif) no-repeat left;
		height: 27px;
	
}


#icon a.newsletter {
	background: url(../images/icons/newsletter.gif) no-repeat left;
	padding: 5px 0px 5px 25px;
	height: 27px;
}

#icon a.newsletter:hover {
	background: url(../images/icons/newsletter_h.gif) no-repeat left;
		height: 27px;
	
}


#icon a.faq {
	background: url(../images/icons/faq.gif) no-repeat left;
	padding: 5px 0px 5px 30px;
	height: 27px;
}

#icon a.faq:hover {
	background: url(../images/icons/faq_h.gif) no-repeat left;
		height: 27px;
	
}



#icon ul {

	margin-top: -4px;
	text-align: right;
	padding: 8px 0px 6px 0px
	
}

#icon li {
	display: inline;
	text-align: right;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;


}

#icon a {
	
	padding-left: 2px;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: inherit;
	margin-left: 4px;
	

}


#icon a:hover {

	color: #00182f;
	background-color: inherit;


}


/* ------------------ */
/*     END ICONS      */
/* ------------------ */






/* ++++++++++++++++++ */
/*       CONTENT      */
/* ++++++++++++++++++ */


#content {

	width: 960px;
	color: #333333;
	padding-bottom: 5px;
	position: relative;
	margin: 0 auto;
	display: table;
	background-color: inherit;
	
	
}

#content h2 {

	font-family: georgia, serif;
	font-size: 18px;
	text-align: center;
	color: #607886;
	background-color: inherit;
	letter-spacing: 1.5px;
	border-bottom: 1px dotted #607886;
	padding: 2px;

}

#content p {
	min-height: 100%;

	line-height: 18px;
	padding-top: 15px;
	text-align: left;
	font-size: 13px;
	font-family: arial, sans-serif;
	
	
}


#content_left {
	width: 640px;
	float: left;
	padding: 10px 0px 0px 20px;
	display: table-cell;
	text-align: left;

}

#content_right {
	float: right;
	width: 240px;
	padding: 10px 20px 0px 0px;
	text-align: right;	
	display: table-cell;
}

.mail {
	float: right;
	width: 200px;
	padding: 2px;

}

#content ul {
	list-style-type: none;
	margin-left: 10px;
}


#content_right ul {
	margin: 0 auto;
	list-style-type: none;
	
}



#content_right li {

	border-bottom: 1px dotted #607886;
	padding: 5px;
	text-align: left;
	
}

#content_right li a, #twit a, #content_right a, #content_left a {
	background-color: inherit;
	text-decoration: none;
	color: #607886;
}


#content_right a:hover, #twit a:hover, #content_right a:hover, #content_left a:hover {
	color: #000;
}


#twit {
	border: 1px dotted #607886;
	padding: 4px;
	text-align: right;
}



/* ------------------ */
/*     END CONTENT    */
/* ------------------ */







/* ++++++++++++++++++ */
/* FOOTER & COPYRIGHT */
/* ++++++++++++++++++ */

#footer {
	position: relative;
	
	margin: -140px auto;
	clear:both;
	width: 960px;
	height: 140px;
	background: #252525;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#footer_left {

	width: 550px;
	
	float: left;
	padding: 5px;

}

#flink_left {

	width: 145px;
	float: left;
	clear: both;
	position: absolute;
	top: 10px;
	left: 15px;
	text-align: left;
	


}

#flink_midl {

	width: 145px;
	clear: both;
	position: absolute;
	top: 26px;
	left: 120px;
	text-align: left;
}


#flink_mid {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 26px;
	left: 225px;
	text-align: left;
}




#flink_midr {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 26px;
	left: 330px;
	text-align: left;
}

#flink_right {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 10px;
	left: 435px;
	text-align: left;
}

#footer_right {

	width: 340px;

	padding: 5px;
	top: 0px;
	right: 0px;
}

#fabout {
	width: 300px;
	float: right;
	clear: both;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 5px;
	line-height: 15px;
	text-align: right;

}

#footer h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #607886;
	text-decoration: none;
	background-color: inherit;


}
	

#footer a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	background-color: inherit;

	text-decoration: none;

}

#footer a:hover {

	text-decoration: underline;
}


#footer ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	background-color: inherit;


}

#footer li {

	margin: 0 auto;
	padding: 2px;
}

#copy {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: inherit;
	margin-left: auto;
	margin-right: auto;
	color: #737373;
	width: 450px;
	text-decoration: none;
	margin-top: 90px;
	text-align: center;
	border-top: 1px dotted #737373;
	padding: 4px;
}
	
#copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #737373;
	text-decoration: none;
	background-color: inherit;

}