
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 100%;
padding: 0 0 0 0;
margin-bottom: 0em;
margin-right: 0;
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #000000;
color: #000;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
margin-right: 0;
padding: 0;
font-size: 11px;
border: none;
}

#blueblock li {
border-bottom: 1px solid #000;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #bb7617;
border-right: 0px;
background-color: #e7ca0e;
color: #000;
font-size: 11px;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #000;
background-color: #d9a722;
color: #000;
}




.topmenu {
	font-size: 12px;
	font-weight: bold;
}

.service_link {
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color:#000;
	padding-left: 0px;
	}
	
a:link {
	font-family: arial;
	text-decoration: underline;
	color:#000;
}
a:visited {
	font-family: arial;
	text-decoration: underline;
	color:#bb7617;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#bb7617;
}


span.heading{
	color : #2D4F94;
	font-family : arial;
	font-weight : bold;
	font-size : 14px;
	}

span.sub_heading{
	color : #3366CC;
	font-family : arial;
	font-weight : bold;
	font-size : 13px;
	}

span.normal_bold_text{
	color : #353535;
	font-family : arial;
	font-weight : bold;
	font-size : 12px;
	}

span.normal_text{
	color : #353535;
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	}
	
span.normal_white_text{
	color : #ffffff;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
	}
	
span.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

span.normal_small_bold{
	Color : #81461B;
	Font-Family : arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

span.normal_small_text{
	Color : #81461B;
	Font-Family : Tahoma;
	Font-Weight : Normal;
	Font-Size : 11px;
	}



.footer{
	color : #FFFFFF;
	font-family : arial;
	font-weight : normal;
	font-size : 10px;
	border-top: 1px dashed solid;
	}

.small_link{
	color : #000;
	font-family : arial;
	font-weight : normal;
	font-size : 9px;
    text-decoration: none;
	
	}

.small_link:hover{
	color : #bb7617;
	font-family : arial;
	font-weight : normal;
	font-size : 9px;
    text-decoration: underline;
	}