* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

a {
	color: #229100;
}

a:hover {
	text-decoration: none;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #146dac;
}

h3 {
	padding: 0 0 1px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.167em;
	line-height: 1.714em;
}

h4 {
	padding: 4px 0 17px 0;
	font-size: 1.167em;
	font-weight: normal;
	line-height: 1.286em;
	color: #229100;
}


#main-tail {
	background: #fcfdfe url(/upload/template_files/images/asb_background.gif) repeat-x 0% 0%;  
	width: 100%;
	overflow: hidden;
}



#header {
	/* background: url(images/header.jpg) no-repeat 69px 260px; */
	width: 970px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	font-size: 0.75em;
	color: #5e7185;
background-color: #e3f2ee;
}

#header ul {
	position: absolute;
	top: 134px;
	left: 16px;
}

#header ul li {
	float: left;
	padding: 0 22px 0 0;
}




#content {
background-color: #FFFFFF;
	width: 970px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	font-size: 0.75em;
}

#content p {
	padding: 0 0 30px 0;
	font-size: 1.167em;
	line-height: 1.714em;
}

#content p b {
	display: block;
	padding: 5px 4px 0 0;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	color: #f86e37;
}

#content p b a {
	color: #f86e37;
}

#content p i a {
	text-decoration: none;
	font-style: normal;
}

#content p i a:hover {
	text-decoration: underline;
}

#content p em {
	float: right;
	padding: 0 12% 0 0;
	font-style: normal;
}

#content p.extra-indent {
	padding: 0;
}

#content p.type1 {
	padding: 6px 0 25px 0;
	font-size: 1.167em;
	line-height: 1.286em;
	color: #5e7185;
}

#content p.type2 {
	padding: 6px 0 10px 0;
	font-size: 1.167em;
	line-height: 1.286em;
	color: #5e7185;
}



#footer-bg {
	height: 31px;
}

#footer {
background: url(/upload/template_files/images/footer-tail.gif) no-repeat center;
	
	height: 31px;
	width: 970px;
	margin: 0 auto;
	font-size: 0.75em;
	color: #f1f6f9;
}

#footer p {
	padding: 26px 0 0 83px;
}

#footer span {
	margin: 0 9px 0 0;
}

#footer a {
	margin: 0 0 0 9px;
	color: #f1f6f9;
}

table td.body {
padding: 0;
}

/* Fix OLD ASB FORM PADDING */
#content tr td form tr td {
padding: 3px;
}

table#home_page_content_table td.body {
padding: 0;
}

tr#main_content_row, table #content td#main_content_column {
background-color: #FFFFFF;

}

table.wizard_table_header, .wizard_table_heading {
background-color: #33A78B;

}

#content .wizard_table_subheader {
background-color: #E3F2EE;
}


/* BELOW ARE THE ORIGINAL STYLES FROM ASB */

p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 14px; 
	margin: 10px 5px 5px 5px
	}



/* Use the <.body> tag for all body content using it as a class */	

/* Title */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin : 0px 0px 0px 0px;
	}
	
/* Sub-Title */

.subtitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px}

.subtitle a:link    {
    color: blue;
    text-decoration: underline
    }

.subtitle a:visited {
    color: purple;
    text-decoration: underline
    }

.subtitle a:hover   {
    color: Red;
    text-decoration: underline
    }

/* Field Validation styles for forms using JqueryValidate */

form input.error {
    border:1px solid #0066CC;
        
}

form label.error {
color: #CC0000;
margin-left: 8px;
}

/* By Line */	

.byline {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 20px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
	/* margin= top, right, bottom, left */
	margin: 0px 0px 0px 0px
	}	

		/* Text Links */
				.textlinks {
				font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: normal; 
        color: #000000; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.textlinks a:link    { 
	color: #000000; 
	text-decoration: underline 
	}
	
.textlinks a:visited { 
	color: #000000; 
	text-decoration: underline 
	}
	
.textlinks a:hover   { 
	color: #990000; 
	text-decoration: underline 
	}	

	
/* Links */	

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 16px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	margin : 0px 0px 0px 0px;
	}

a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : purple;
	text-decoration : underline;
	}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #092869;
	text-decoration : underline;
	}

/* 1st Navigation */	

td#asb_nav_table table a {
color: #57a08f;
font-weight: bold;
font-size: 13px;

}


td#asb_nav_table table a:hover {
color: #1a5d4d;

}




td#asb_nav_table table td {
padding-left: 15px;
padding-bottom: 8px;


}

td#asb_nav_table {
background: url('/upload/template_files/images/ASB_nav_bar.gif') no-repeat top left;
padding-top: 39px;
width: 250px;
background-color: #e3f2ee;
}

.nav1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 5px */
}

.nav1 a:link {

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 5px */
	}

.nav1 a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 5px */
	}

.nav1 a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #CCCCCC;
	text-decoration : none;
	/* margin: 5px */
	}

/* 2nd Navigation */	

.nav2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 8px */
	}

.nav2 a:link  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 8px */
	}

.nav2 a:visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	/* margin: 8px */
	}

.nav2 a:hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #CC0033;
	text-decoration : none;
	/* margin: 8px */
	}

/* 3rd Navigation */	

.nav3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffbb;
	text-decoration : none;
	/* margin: 11px */
	}

.nav3 a:link  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffbb;
	text-decoration : none;
	/* margin: 11px */
	}

.nav3 a:visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #ffffcc;
	text-decoration : none;
	/* margin: 11px */
	}

.nav3 a:hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #990000;
	text-decoration : none;
	/* margin: 11px */
	}
	
/* 4th Navigation */	

.nav4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003399;
	text-decoration : none;
	/* margin: 14px */
	}

.nav4 a:link  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003399;
	text-decoration : none;
	/* margin: 14px */
	}

.nav4 a:visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003399;
	text-decoration : none;
	/* margin: 14px */
	}

.nav4 a:hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #CC0033;
	text-decoration : none;
	/* margin: 14px */
	}	


	


	
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
#content .nivo-caption p {
	padding:8px;
	margin:0;
        color: #FFFFFF;
        line-height: 1em;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* Custom Nivo Slider Rules */

#slider {
	background:url(/upload/stock/js/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/upload/stock/js/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
        margin-bottom: 3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/upload/stock/js/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-size: 14px;
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


	

