html{
	height:100%;
}
body{
	margin:auto;
	padding:0px;
    color:#eee;
	background-image:url(../images/Brushed_Metal_Bg.jpg);
	background-attachment: fixed;
	text-align:center;
	font:11.3px Verdana,Arial,Helvetica,sans-serif;
	word-spacing:1px;
	line-height:200%;
}
/*Header*/
#nacontainer{
	float:right;
}
#navlist {
	width:462px;
	margin:47px 12px 0 0;
	height:20px;
	padding: 0 0 0 10px;
	float:right;
	font:12px Verdana,Arial,Helvetica,sans-serif;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 16px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #ff1d1c;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}
#navlist a:hover { color: #fff; }

#header{
	width:798px;
	height:75px;
	margin:0 auto;
	background:url(../images/headerbg.jpg) bottom no-repeat;
	text-align:left;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
}
#slogan{
	width:798px;
	height:126px;
	text-align:left;
	margin:0 auto;
	background:url(../images/subheader.jpg) no-repeat;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
}
#slogan p{
	margin-top:70px;
	margin-left:10px;
	position:absolute;
	color:#fff;
    font:18px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	background-color:transparent;
	cursor:default;
}
#title{
	margin-top:5px;
	margin-left:10px;
	position:absolute;
	color:#fff;
	cursor:default;
	float:left;
	font-size: 12px;
	line-height:20px;
	font-weight: bold;
}
/*Construction Styles*/
#container{
	width:800px;
	margin:auto;
	padding-bottom:20px;
	text-align:left;
}
#top{
    text-align:center;
}
#forms{
	text-align:center;
}
#forms img{
	margin: 5px 0 5px 0;
}
img.logo{
	margin-top:-10px;
	margin-left:5px;
}
span.subheader{
	position:absolute;
	margin-top:0;
	padding-top:3px;
	color:#ff1d1c;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	display:block; /*need a <br> for ie instead*/
}

/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	color:#fff;
	font-size:26px;
}
h2{
	color:#f15c2b;
	font-size:18px;
}
h3{
	color:#3270A9;
	font-size:20px;
}
h4{
	color:#999999;
	font-size:18px;
}
h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#4691d5;
}
a:hover{
	text-decoration:underline;
	color:#F60;
}
A[href$='.pdf'] {
	PADDING-RIGHT: 20px; BACKGROUND: url(../images/icon_pdf16x16.gif) no-repeat right center
}
#right a{
	text-decoration:none;
	color:#012346;
}
#right a:hover{
	text-decoration:underline;
	color:#F60;
}
acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}
del{
	color:#999;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#3C8C06;
}
.blue{
	color:#3270A9;
}
ul li ul li{
	list-style-type:square;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#3C8C06;
	font-weight:bold;
	text-decoration:underline; 
}
.quote{
	font-size:9px;
	line-height:11px;
}


.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#3C8C06;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#3C8C06;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:2px;
}
#news p{
	padding:0 0 0 5px;
}
#news a{
	color:#4691d5;
}
#news a:hover{
	color:#ff1d1c;
}
#news ul{
	margin-left:18px;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
	margin-top:12px;
}
.w50{
	width:70%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
	border-style:solid;
	border-color: #999;
	border-width:1px;
}
img.floatright{
	margin:15px 5px 5px 18px;
	border-style:solid;
	border-color: #999;
	border-width:1px;
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #353535;
	background-color:#eee;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px dotted #ff1d1c;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#eee;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:5px 0px;
}
.SCButton
{
  background-color: #3270a9;
  border-style: outset;
  border-color: #E3E2C2;
  border-width: 1px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color:#fff;
}
.SCButton2
{
  background-color: #ff1d1c;
  border-style: outset;
  border-color: #E3E2C2;
  border-width: 1px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
#apDiv1 {
	background-image:url("../images/popup.gif");
	position:absolute;
	width:252px;
	height:124px;
	z-index:1;
	top: 318px;
	left: 275px;
	overflow: visible;
	visibility: hidden;
}

.orange {
  color: #ff1d1c;
  size: 14px;
  font-style: normal;
  font-weight: bolder;
}
.noborder{
	border:0;
}
td{
	padding:8px;
	border:#3270A9 1px solid;
}
/*Content Styles*/
#content{
	width:778px;
	margin:0 auto;
	color:#fff;
	float:left;
	padding:10px 10px 0 10px;
	background:#22324F;
	clear:both;
	
	border-right:#999 1px solid;
	border-left:#999 1px solid;	
	border-bottom:#999 1px solid;	
}
#contentForm{
	width:778px;
	margin:0 auto;
	color:#fff;
	float:left;
	padding:10px;
	background:#22324F;
	clear:both;
	
	border-right:#999 1px solid;
	border-left:#999 1px solid;	
}
.bullet{
	list-style-image: url("../images/bullet.gif");
}
#one{
	width:69%;
	float:left;
	padding:0 0 0 10px;
}

#one_home{
	width:72%;
	height:400px;
	float:left;
	padding:0 0 0 6px;
	background:url("../images/storefront.jpg") bottom no-repeat;
}

#twocolumn{
	background: #999 url(../images/2columnbg.jpg) repeat-y top left;
	width: 800px;
	border-bottom: 1px solid #999;
}
#twocolumn h1{
	font-size: 22px;
}
#left ul, #right ul{
	 list-style-image: url("../images/bullet.gif");
}

#left{
	width:375px;
	padding:10px;
	height:100%;
	float:left
}
#right ul{
	 list-style-image: url("../images/bullet2.gif");
}

#right{
	width:375px;
	padding:10px;
	height:100%;
	float:right;
}

#right a{
	color: #4691d5;
}
#twocolumnForm{
	background: #22324F;
	width: 798px;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	border-bottom: 1px solid #999;
}
#leftForm{
	width:210px;
	padding:10px 10px 10px 20px;
	height:100%;
	float:left
}
#rightForm{
	width:530px;
	padding:10px;
	height:100%;
	float:right;
}
#clearboth{ clear:both; }

/*Sub-Nav*/
#subnav{
	float:right;
}
#subnavcontainer {
	width: 200px;	
}
#subnavcontainer ul
{
	padding-top:5px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#subnavcontainer a
{
	display:block;
	padding:4px;
	width:170px;
	background-color:transparent;
	border-bottom:1px solid #03509C;
}
#subnavcontainer a:link, #subnavlist a:visited
{
	color:#EEE;
	text-decoration:none;
}
#subnavcontainer a:hover
{
	background-color:#384B6D;
	color:#fff;
}
.subnavheader{
	border-bottom:1px solid #ff1d1c;
	width:167px;
	padding:0 0 3px 0;
	margin-bottom:-11px;
}
/*Footer*/
#footer{
	width:778px;
	margin:0 auto;
	padding:10px;
	background:url(../images/footerbg.gif) repeat-x top left;
	float:left;
	clear:both;
	
	border-right:#999 1px solid;
	border-left:#999 1px solid;	
}
.copy{
	float:left;
}
.credit{
	float:right;
}
#footer a{
	font-weight:bold;
	color:#B7B7B7;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*Left Color Fixes*/

#right h2{
	color:#012346;
	font-size:23px;
}
#right h5{
	color:#012346;
	font-size:15px;
}