a { color: #0000FF; font-family: Arial; text-decoration:underline; }
a:visited { color: blue; font-family: Arial }
a:hover { color: red; font-family: Arial }

a.header { color: #FFFFFF; font-size: 10pt; font-family: Arial; text-decoration:none; font-weight:bold }
a:visited.header { color: white; font-size: 10pt; font-family: Arial; text-decoration:none; font-weight:bold }
a:hover.header { color: yellow; font-size: 10pt; font-family: Arial; text-decoration:none; font-weight:bold }

a.main { color: #0000FF; font-size: 10pt; font-family: Arial; text-decoration:none underline; }
a:visited.main { color: blue; font-size: 10pt; font-family: Arial; text-decoration:none underline; }
a:hover.main { color: red; font-size: 10pt; font-family: Arial; text-decoration:none underline; }

a.footer { color: gray; font-size: 9pt; font-family: Arial; text-decoration:none }
a:visited.footer { color: gray; font-size: 9pt; font-family: Arial; text-decoration:none }
a:hover.footer { color: black; font-size: 9pt; font-family: Arial; text-decoration:none }

a.side { color: #000066; font-size: 9pt; font-family: Arial; text-decoration:none; font-weight:bold }
a:visited.side { color: #000066; font-size: 9pt; font-family: Arial; text-decoration:none; font-weight:bold }
a:hover.side { color: #FFFF00; font-size: 9pt; font-family: Arial; text-decoration:none; font-weight:bold }

body, td { color: black; font-size: 10pt; font-family: Arial }
body.header { color: black; font-size: 9pt; font-family: Arial }

dl.exptext { color: gray; font-size: 9pt; font-family: Arial }

ul.sitemap li{padding: 5px;list-style:disc;}

.article-text{text-align: justify;}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index:110; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #2C6697; list-style:none;}
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #fff; text-decoration:none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: #fff; }
ul.dropdown a:visited{ color: white; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; padding:0px; margin:0px; z-index:100 }
ul.dropdown ul li 					{ font-weight: bold; background: #2C6697; color: #fff; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; text-decoration:none; color: #fff;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* testimonial box */
#testimonial-ticker{
padding: 0px;
color:#333;
list-style:none;
margin: 0px;
}

/* Slideshow banner */
#banner {
    background: url("images/banner-bg.png") no-repeat scroll left top transparent;
    height: 292px;
    position: relative;
    width: 788px;
	
}
#slideshow_container{
	padding: 13px 10px 0 13px;
	float: left;
}
#slideshow{
	position: relative;
}
#prev_box{
	width: 30px;
	padding-top: 132px;
	float:left;
}
#prev_box a{
	padding-left: 9px;
}
#next_box{
	width: 20px;
	padding-top: 132px;
	float:left;
}
#next_box a{
	padding: 0px;
}
#slider-nav{
	float: right;
	padding-right: 36px;
}
#banner #slider-nav a{
	background: url("images/anserve-slider-blankbutton.png") no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #57a2d1;
	font-family: verdana;
	padding-top: 3px;
	font-size:12px;
}
#banner #slider-nav a.activeSlide{
	background: url("images/anserve-slider-blankbutton-selected.png") no-repeat;
	color: #7b7b7b;
}

/* Copyright */
.copyright{
  color: gray;
  text-align:center;
  font-size: 9pt;
}
.copyright img {
    border: 0 none;
    position: relative;
    top: 10px;
}

/* Home Page Boxes */
.box_main{width:434px; height:292px; margin:30px 0 30px 60px;}
.box_left{width:178px; height:268px; float:left; padding:10px; background:url("images/anserve.gif") top repeat-y;}
.box_left_inside{width:175px; height:265px; border:1px solid #ceccc7; background:#ffffff; position:relative;}


.box_right{width:178px; height:268px; float:right; padding:10px; background:url("images/anserve.gif") top repeat-y;}
.box_right_inside{width:175px; height:265px; border:1px solid #ceccc7; background:#ffffff; position:relative;}
.box_content{width:auto; height:auto; margin:20px 10px 0 10px;}
.box_content img{margin:0 5px 15px 5px; clear:both;}
.button_red{position:absolute; height:37px; width:134px; margin:0px 0 0 60px; padding:0; color:#ffffff;  font:bold 12px Arial, Helvetica, sans-serif; background:url("images/more_red.png") top center no-repeat; bottom:10px;}
.button_blue{position:absolute; height:37px; width:134px; margin:0 0 0 60px; padding:0; color:#ffffff; font:bold 12px Arial, Helvetica, sans-serif; background:url("images/more_blue.png") top center no-repeat; bottom:10px;}
.button_blue a, .button_red a{ color:#ffffff; text-decoration:none; padding:12px 20px 0 35px; display:block;}
