@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	background-image: url(../images/BKGD.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222;
}
p {
	font-size: 12px;
}
h1 {
	font-size: 17px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size: 17px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	padding-top: 30px;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	font-size: 17px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
}
	
#outer { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	background-image:url(../images/BKGDshading3.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	height: 100%;
	border-bottom: 1px solid #222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff;
	background-image: url(../images/mainHeader.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 100px; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header p {
	font-size: 10px;
	color: #fff;
	float:right;
	padding: 4px 6px;
	margin: 0px;
}
#subBlue {
	width: 950px;
	height: 220px;
	background-color: #003399;
	margin-top: 0px;
	padding-top: 0px;
}
#subGreen {
	width: 950px;
	height: 220px;
	background-color: #047b81;
	margin-top: 0px;
	padding-top: 0px;
}
#subRed {
	width: 950px;
	height: 220px;
	background-color: #551419;
	margin-top: 0px;
	padding-top: 0px;
}
#right {
	margin-right: 10px;
}
#right a {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	float:right;
	padding: 4px 6px;
	text-decoration:none;
} 
#right a:hover {
	color: #ccc;
	text-decoration:underline;
}
#logo {
	float:left;
	padding: 0px;
	margin: 0px;
	height: 100px;
} 
#logo a {
	float:left;
}  
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 50px 20px;
	border-right: 1px solid #222;
	margin: 20px 0px;
}
#sidebar p {
	font-size: 10px;
}
#sidebar a {
	font-size: 10px;
	color: #047b81;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #003366;
}
#nav {
	background-color: #003399;
	height: 22px;
	width: 100%;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}
#nav a {
	color: #fff;
	padding: 3px 12px;
	font-size: 12px;
	float:left;
	text-decoration:none;
}
#nav a:hover {
	color: #ccc;
	text-decoration:underline;
}
#mainContent { 
	float:left;
	width: 565px;
	margin: 20px 0 160px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 35px 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a {
	font-size: 12px;
	color: #047b81;
	text-decoration:underline;
}
#mainContent a:hover {
	color: #003366;
}
#portfolio {
	width: 150px;
	background-color: transparent;
	height: 110px;
	float: left;
	padding: 10px;
	margin: 5px 9px 10px;
}
#portfolioLG {
	width: 244px;
	background-color: transparent;
	height: auot;
	float: left;
	padding: 10px;
	margin: 5px 9px 10px;
}
#portfolioLG p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
#green {
	width: 150px;
	background-color: #047b81;
	height: 110px;
	float: left;
	padding: 10px;
	margin: 20px 9px 10px;
}
#greenAV {
	width: 150px;
	background-color: #047b81;
	height: 125px;
	float: left;
	padding: 10px;
	margin: 20px 9px 10px;
}
#green p, #greenAV p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
}
#blue {
	width: 150px;
	background-color: #003399;
	height: 110px;
	float: left;
	padding: 10px;
	margin: 20px 9px 10px;
}
#blue p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
}
#red {
	width: 150px;
	background-color: #551419;
	height: 110px;
	float: left;
	padding: 10px;
	margin: 20px 9px 10px;
}
#red p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
}
#image {
	width: 150px;
	height: 85px;
	margin-top: 5px;
	float: left;
}
/* FAQ STYLES */
.category {
	font-size: 12pt
}

li {
	font-size: 12px;
	color: #222;
}

ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}
.list ul {
	list-style: disc;
	padding: 0px;
	margin-left: 30px;
}

/*#centerFaq {
	overflow:auto;
	width: 465px;
	font-size: 12px;
	padding: 13px;
	color: #222;
	text-align: left;
}*/

.menu1{
	padding-left:5px;
	color:#222;
	font-size:12px;
	font-weight:normal;
	display:block;
}

a.menu1:link, a.menu1:visited, a.menu1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #047B81;
	text-decoration:none;	
}

a.menu1:hover {
	color: #003366;
	text-decoration: underline;
}

.hide{
display: none;
}

.show{
display: block;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	font-weight: regular;
	width: 465px;
	padding-left: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	height: 100%;
}
/* END FAQ STYLES */

/* FORM STYLES */
form { 
	width: 550px; 
}
form br { 
	clear:left; 
}
.checkbox{ 
	background: none; 
	float: left; 
	display: block; 
	width: auto;
	margin-left: 10px; 
	margin-top: 5px;
}
input { 
	line-height: 14px; 
	height: 14px;
}
input, textarea { 
	width: 200px; 
	margin: 1px 0 0 10px; 
	font-size: 12px; 
	color: #333333; 
	padding: 1px; 
	background: #ffffff; 
}
input#ngSearchInput_198930 { 
	width: 140px; 
	margin: 1px 0 0 10px;
	line-height: 18px; 
	height: 18px; 
	font-size: 12px; 
	color: #333333; 
	padding: 1px; 
	background: #ffffff; 
}
input.inputButton {
	margin-left: 60px; 
	height: 24px; 
	width: 151px; 
}
label.checkbox {
	width: 20px;
	margin-left: 0px;
}
select {
	margin: 1px 0 0 10px;
}
label { 
	color: #000000; 
	display: block; 
	float: left;  
	width: 200px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 2px 0 0; 
	text-align: right; 
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 500px; 
	overflow: auto; 
	margin: 0px;
}
/* END FORM STYLES */
 
#footer { 
	padding: 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003399;
	border-top: 1px solid #222; 
} 
#footer p {
	font-size: 9px;
	color: #fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}