/* CSS Document */

/* generic styles */
*{margin:0; padding:0;}
a:focus {
  outline-style: none;
}

*{margin:0;padding:0};

object {
  outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
	float:left;
}

th {
    text-align: left;
}

td {
    vertical-align: top;
	padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0;
}

input, select, textarea {
    padding: 0;
    margin: 0;
}
body {
	margin: 0 auto;
	background:url(../template_images/bg.jpg) center top repeat;
	text-align:center; 
}


/* text/link styles */
p, td, th, li, div, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
}



h1 {
	font-size:25px;
	color:#007cc2;
	font-weight:normal;
	margin-top:0px;
	padding:0 0 0 10px;
	background:#ebebeb;
	line-height:34px;
}

h2 {
	width:673px;
	font-size:25px;
	color:#77797b;
	font-weight:normal;
	margin:13px 0 10px 0px;
	padding:0 0 0 10px;
	background:#ebebeb;
	line-height:37px;
	float:left;
}

h3 {
	width:220px;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
	background:#77797b;
	line-height:34px;
	float:left;
}

h4 {
	width:220px;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
	line-height:32px;
	float:left;
}

a {
	color:#007CC2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
/*.form input {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	margin:0 0 9px 9px;
	padding:5px 0 5px 5px;
	border:1px solid #CECECE;
	float:left;
}
input,textarea {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-size:12px;
	margin:0;
	padding:4px 0;
	border:1px solid #CECECE;
	float:left;
	color:#000000;
}
*/
ul {
	margin:0px;	
	padding:0px ;
	list-style:none;
}

li {
	margin:0px;	
	padding:0px;
	list-style:none;
}

.innerText ul
{
	width:100%;
	float:left;
	padding:0 0 20px 10px;
	margin-top: 10px;
	margin-left: 0px;
}

.innerText ul li
{
	font-size:14px;
	line-height:16px;
	background: url(../template_images/bullet.jpg) no-repeat 0 13px;
	padding:7px 0 0 18px;
}




/* div styles */

#site_holder {
	width:969px;/*change to suit design*/
  margin:0 auto;
  text-align:left; 
}

#headercontainer
{
width:969px;
height:284px;
float:left;
background: transparent url(../template_images/header_bg.gif) 0 0 no-repeat;
margin:0px;
}

/*#headerconatiner
{
width:100%;
height:93px;
float:left;
background: transparent url(../template_images/tiles_bg.jpg) left top no-repeat;
margin:40px 0 0 0;
} */

.header_image
{
float:left;
margin:19px 0 0 19px;
}

.logocontainer
{
width:239px;
height:284px;
float:left;
padding:0;
background: transparent url(../template_images/logo.jpg) 9px bottom no-repeat;
}


p.logotxt
{
font-size:15px;
color:#999;
line-height:20px;
float:left;
padding:20px 0 0 18px;
}

p.logotxt2
{
font-size:13px;
color:#666;
line-height:20px;
float:left;
padding:0 0 0 65px;
font-weight:bold;
}
#topLink {
	float:right; 
}
#topLink p {
	font-size: 12px; 
	color: #ffffff;	
	margin-bottom: 7px;
	margin-top: 7px;
	margin-right: 35px;
}
#topLink p a {
	color: #ffffff;
	text-decoration: none;	
}
#topLink p a:hover {
	color: #ffffff;
	text-decoration: underline;	
}
#bodycontainer
{
width:969px;
float:left;
background: transparent url(../template_images/body_bg.jpg) 0 0 repeat-y;
margin:0;

}

/*Menu*/

#nav_outwrapper
{
  width:921px;
	height:36px;
	background: transparent url(../template_images/nav_bg.jpg) 0 0 repeat-x;
	margin:10px 0 0 18px;
}
#nav {
float:left;
}

#nav li {
width:113px;
height:36px;
margin:0;
font-weight:normal;
font-size:14px;
padding:0;
float:left;
margin:0;
position:relative;
line-height:23px;
background: transparent url(../template_images/separator.jpg) right 6px no-repeat;
}

#nav li a {
color:#fff;
}

#nav li a span{
margin:0px;
color:#fff;
display:block;
text-align:center;
}

#nav li a:hover {
display:block;
color:#fff;
background: transparent url(../template_images/rollover_bg.jpg) 0 0 repeat-x;
}
#nav li.iehover {
background: transparent url(../template_images/rollover_bg.jpg) 0 0 repeat-x;
width:113px;
color:#000;
padding:0;
}

#nav li a.selected
{
width:113px;
float:left;
display:block;
background:#FFF;
color:#000;
}
#nav .submenu {
	font-size: 11px;
	float:left;
	width:250px;
	position:absolute;
	top:29px;
	left:0;
	display:none;
	margin-top: 7px;
	margin-bottom: 7px;
	z-index:1000;
} 
#nav .submenu li {
	width:100%;
		font-size: 11px;

	background:#202020;
	margin:0;
	padding:0;
	position: relative;
	height: 30px;
}
#nav .submenu li:hover  {
	font-size: 11px;
	border:none;
	display: block;
	background-image:none;
	background:#1c80b7;
}

#nav .submenu li:hover a  {
	font-size: 11px;
	border:none;
	display: block;
	background-image:none;
	background:#1c80b7;
}
#nav li.iehover .submenu{
	border:none;
	display: block;
	background-image:none;
	background:#1c80b7;

}
#nav .submenu li:hover #sublevel {
	border:none;
	display: block;
		background-image:none;
		background:#1c80b7;

}



.login
{
	width:90px;
	float:left;
	background: transparent url(../template_images/login_bg.jpg) 78px 10px no-repeat;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:10px 0 0 25px;
}

.login a {
	color:#FFFFFF;
}

.logout
{
	width:90px;
	float:left;
	background: transparent url(../template_images/login_bg.jpg) 78px 10px no-repeat;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:10px 0 0 20px;
}

.logout a {
	color:#FFFFFF;
}

#contentcontainer
{
width:941px;
float:left;
padding:10px 0 0 0;
}

#leftcontainer
{
width:683px;
float:left;
padding:0 0 0 18px;
display: inline;
position: relative;
}

#leftcontainer p
{
padding-bottom: 10px;
}

#allcontainer
{
width:920px;
float:left;
padding:0 0 0 18px;
display: inline;
position: relative;
}

.welcometxt
{
font-size:14px;
color:#333;
line-height:16px;
padding:25px 0 15px 10px;
}

.welcometxt2
{
font-size:14px;
color:#333;
line-height:16px;
padding:15px 0 22px 0;
font-weight:bold;
}
.innerText
{
font-size:14px;
color:#333;
line-height:16px;
padding:0px 0 22px 0px;
font-weight:normal;
display: inline;
position: relative;

}

.innerText h3 {
	background:none;
	color:#333333;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding:10px;
	width:100%
}

.innerText h4 {
	width:100%;
	font-size:14px;
	color:#bf311b;
	font-weight:normal;
	margin:0;
	padding:10px;
	line-height:16px;
	float:left;
}

.innerText p
{
color:#333;
padding:15px 0 22px 10px;

}
.innerText p a
{
color:#333;
text-decoration: none;
}

.innerText p a:hover
{
color:#333;
text-decoration: underline;
}

.innerText span
{
font-size:14px;
color:#333;
line-height:16px;
padding:0 0 22px 0;
font-weight:normal;
}
.innerText span a
{
font-size:14px;
color:#bf311a;
line-height:16px;
padding:0 0 22px 0;
font-weight:normal;
}

.featurescontainer
{
width:210px;
float:left;
padding:0 0 0 10px;
}

.featurescontainer ul
{
float:left;
}

.featurescontainer li
{
font-size:13px;
color:#333;
line-height:23px;
background: transparent url(../template_images/bullet.jpg) 0 8px no-repeat;
padding:0 0 0 15px;
}

.nexiatxt
{
font-size:14px;
color:#007cc2;
padding:5px 0 0 8px;
}

.nexiatxt2
{
font-size:14px;
color:#007cc2;
font-style:italic;
}

#bottomcontainer
{
width:969px;
float:left;
background: url(../template_images/bottom_bg_new.gif) no-repeat left bottom;
}
#botsectioncontainer
{
width:969px;
float:left;
height: 74px;
background: url(../template_images/footer_bg.gif) no-repeat left top;
}

#rightcontainer
{
width:230px;
float:right;
}

#newscontainer
{
width:230px;
float:right;
background:#e6e5e5;
}

#newscontainer ul
{
width:220px;
float:left;
padding:0 0 0 10px;

}

#newscontainer li
{
font-size:12px;
color:#007cc2;
font-weight:bold;
line-height:16px;
background: transparent url(../template_images/bullet.jpg) 0 22px no-repeat;
padding:15px 0 0 18px;
}

.newsarchive {
	width:97%;
	padding:10px 10px 20px 10px;
	border-bottom: dashed 1px #007CC2;
	margin-bottom:10px;
}

div.contact_sidebar {
	padding:10px;
}

div.contact_sidebar p {
	padding:10px 0px;
	font-size:12px;
}
 
.date
{
font-size:12px;
color:#666;
font-weight:normal;
}

.newsarchieve
{
font-size:12px;
color:#666;
padding:15px 0 0 30px;
font-weight:bold;
}

.newsarchieve a
{
color:#666;
text-decoration:none;
}

.newsbot_bgcontainer
{
width:230px;
height:51px;
float:left;
background: transparent url(../template_images/news_botbg.jpg) 0 0 no-repeat;
}

.eventheading_container
{
width:230px;
height:36px;
float:left;
background: transparent url(../template_images/events_headerbg.jpg) 0 0 no-repeat;
margin:18px 0 10px 0px;
display: inline;
position: relative;
}
.quicklinkscontent
{
width:683px;
float:left;
padding:5px 0 0 18px;
}

.linkscontainer
{
width:147px;
float:left;
padding:0 0px 0 15px;
}

.linkscontainer li
{
font-size:12px;
color:#666;
line-height:20px;
}

.linkscontainer li a
{
font-size:12px;
color:#666;
text-decoration:none;
}

#sublinks
{
width:230px;
float:right;
background:#e6e5e5;
padding:0 0 0 0;
}

#sublinks li {
padding:5px 20px ;
}

.sidenavContainer { margin:15px 0 0 0; float:left; width:210px;}

.sidenavContainer ul {padding:0 0 10px 10px;}

.sidenavContainer ul li {background:url(../template_images/bullet.jpg) no-repeat left 10px; padding:0 0 5px 15px; font-size:12px; font-weight:bold;}


ul#sublinks
{
width:190px;
margin:0;padding:0 0 0 15px;
}
ul#sublinks li
{
list-style-type:none; background:url(../template_images/bullet.jpg) no-repeat left 5px;
padding:0 0 7px 10px;
}

ul#sublinks li a, ul#sublinks li a:visited, ul#sublinks li a:active  {color:#007CC2;  font-weight:bold; text-decoration:none;}
ul#sublinks li a:hover {color:#007CC2; font-weight:bold; text-decoration:underline; }

.eventcontainer
{
width:230px;
float:left;
margin-left: 10px;
}

.eventtxt
{
font-size:12px;
color:#666;
padding: 5px 0 0 0px;
}

.event_bluetxt
{
font-size:12px;
color:#007cc2;
font-weight:bold;
padding:5px 0 0 0px;

}
.event_bluetxt a
{
color:#007cc2;
text-decoration: none;
}
.event_bluetxt a:hover
{
color:#007cc2;
text-decoration: underline;
}

#footercontainer
{
width:941px;
float:left;
padding:35px 0 36px 18px;
}

#footercontainer img
{
float:left;
}

.footertxt
{
width:500px;
font-size:12px;
color:#999;
line-height:22px;
float:left;
padding:0 0 0 10px;
}

.footertxt a
{
color:#999;
text-decoration:none;
}
.footertxt a:hover
{
color:#999;
text-decoration:underline;
}

.footertxt2
{
width:220px;
font-size:12px;
color:#999;
line-height:22px;
float:left;
padding:22px 0 0 25px;
}

.footertxt2 a
{
color:#999;
text-decoration:none;
}
.footertxt2 a:hover
{
color:#999;
text-decoration: underline;
}
/*Sub Page*/

/* FORMS */

  
.address_table {
	float:right;
	width: 240px;
	margin: 0 0 0 10px;
}

.form_table {
   text-align: left;
   width: 400px;
   margin: 0 0 10px 0;

}
.form_fields {
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBFBFB;
	border: 1px solid #DDDDDD;
}

.feedback_text {
    text-align: left;
    font-size: 12px;
    vertical-align: top
}

.form_right {
	float: left;
		width:203px;

	text-align: left;
	font-size: 14px;
	
}
.form_left {
	float: left;
	text-align: left;
	width:195px;
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #666;

}

.btn_right {
	margin: 0 0 0 120px;
	float: left;
	clear:right;
   	text-align: left;
   	font-size: 11px;
	
}
.form_right input{
   font-size: 14px;
   width: 200px;
   margin: 5px 0px 5px 0px;
   padding: 4px 0;
   overflow: auto;
   background-repeat: none;
   	border:1px solid #CECECE;

}

.form_right textarea {
   font-size: 14px;
   width: 200px;
   margin: 5px 0px 5px 0px;
   overflow: auto;
   background-repeat: none;
   	border:1px solid #CECECE;

}   
   
/*
.form_section {
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #000000;
}  

input.field {
	border:1px solid #E3E3E3;
	float:left;
	height:17px;
}

input.button {
    padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E8E8E8;
	border:0px solid #E8E8E8;
    cursor: pointer;
}
*/
/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}
/* small rounded box */
#smallbox {
	float:left;
	margin-top:10px;
}
.smalltop {
	background:url(../template_images/smallboxtop.gif) no-repeat;
	width:230px;
	height:16px;
	padding:0;
	margin:0;
}
.smallCont {
	float: left;
	background:#e2e2e2 url(../template_images/smallboxbg.gif) repeat-x 0 0;
	width:208px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:0 10px;
	margin:0;
}
.smallContmod {
	float: left;
	background:#e2e2e2 url(../template_images/smallboxbg.gif) repeat-x 0 0;
	width:208px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:0 10px;
	margin:0;
}
.smallbott {
	background:#e2e2e2 url(../template_images/smallboxbottom.gif) no-repeat 0 bottom;
	width:230px;
	height:15px;
	clear:both;
	float:left;
	padding:0;
	margin:0;
}
.smallbottprod {
	background:transparent url(../template_images/smallboxbottprod.gif) no-repeat 0 0;
	width:230px;
	height:16px;
	clear:both;
	padding:0;
	margin:0 0 12px;
}
.smallCont h2,.smallContmod h2 {
	color:#666;
	font-size:14px;
	margin:0 0 0 0px;
	width:148px;
	float:left;
	display:inline;
	background:none;
	padding: 0;
}
#smallbox ul#logintitle,#smallbox ul#logintitle li {
	padding:0;
	margin:0 0 3px 0px;
	float:left;
	display:inline;	
	clear:both;
}
#smallbox ul#logintitle li a {
	color:#fff;
	font-size:14px;
	background:url(../template_images/login.gif) no-repeat 0 0;
	height:33px;
	line-height:31px;
	padding-left:10px;
	width:197px;
	display:block;
	text-decoration:none;
	text-align:left;
	margin:0;
}
#smallbox ul#logintitle li a:hover {
	color:#fff;
	background:url(../template_images/login.gif) no-repeat 0 -32px;
	height:33px;
	width:197px;
	display:block;
}
.smallCont a.what,.smallContmod a.what {
	color:#007cc2;
	font-size:11px;
	background:none;
	display:block;
	margin:5px 0 10px;
	text-decoration:none;
}
.smallContmod a.what {
	margin:0;
}
.smallCont a.what:hover,.smallContmod a.what:hover {
	color:#007cc2;
	font-size:11px;
	background:none;
	text-decoration:underline;
}
#smallbox ul {
	margin:20px 0 15px 5px;
	padding:0;
}
#smallbox ul li{
	margin:0;
	padding:0;
}
#smallbox ul li a {
	background:none;
	color:#eb2024;
	font-family:arial;
	font-size:16px;
	margin:0 0 15px;
	padding:0;
	line-height:10px;
	display:block;
}
.form button {
	border:none;
	padding:2px 10px 4px 0;
	margin:2px 0 0 10px;
	height:23px;
	width:63px;
	font-weight:bold;
	background:url(../template_images/loginbutt.gif) repeat-x 0 0;
	float:left;
	cursor:pointer;
	color:#fff;
	font-size:11px;
}
.form input {
	font-size:11px;
	margin:0 0 9px 9px;
	padding:5px 0 5px 5px;
	border:1px solid #CECECE;
	float:left;
	color:#999999;
}
input,textarea {
	font-size:11px;
	margin:0;
	padding:4px 0;
	border:1px solid #CECECE;
	float:left;
	color:#999999;
}
h2.subhead {
	float: left;
	color: #007cc2;
	font-size: 14px;
	background: none;
}
h2.subhead a {
	float: left;
	color: #007cc2;
	font-size: 14px;
	background: none;
}
/* help */
div#search {
	width:100%;
	margin-bottom:20px;
}
input.field_search {
	width:200px;
	height:16px;
	*margin-top:-1px;
	color:#000000;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:none;
	padding-top:3px;
	padding-left:3px;
}
div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}
div#back {
	padding-bottom:2px;
}
div#filerow {
	width:100%;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../template_images/filerow_bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}
div#filerowalt {
	width:100%;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../template_images/filerowalt_bg.gif);
	background-repeat:repeat-x;
}
div#filerowalt a, div#filerow a {
	font-weight:bold;
}
div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
}
div.help_topten_holder h2 {
	color:#ffffff;
}
div.help_topten_holder p {
	margin:0px;
}
div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}
div.topten_qs {
	width:100%;
}
div.question {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
	font-weight:bold;
}
div.question a {
	color:#000000;
}
div.help_answer {
	width:540px;/*570px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
}
div.help_answer p {
	color:#000000;
}
/* sitemap */

.sitemap ul{
	color: #a9a9a9;
	list-style-type: square;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 2px;
	
}

.sitemap li {
	list-style-type: square;
	color: #a9a9a9;
	margin-left: 10px;
	padding: 3px 0;
	
}
.sitemap li a {
	color: #007cc2;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #007cc2;
	text-decoration: underline;
}
.compact ul {
padding-left: 25px;

}
.compact li {
	list-style-type: square;
		
}

.std_business_terms a {
	width: 214px;
	height: 40px;
}

.std_business_terms a:hover {
	width: 214px;
	height: 40px;
	background-position:0 -40px;
}


