﻿.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-indent: 13px;
font: bold 12px arial;
width: 212px; /* Main Menu Item widths */
line-height: 22px;
text-align:left;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #2d6074;
border-left: 1px solid #2d6074;
border-right: 1px solid #2d6074;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #1a404f; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #99d900;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 87% 50%;


}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */



a.menu:link 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 212px;
	height: 34px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 35px;
	
	}
	
	a.menu:visited 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 212px;
	height: 34px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: baseline;
	line-height: 35px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14222a;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 212px;
	height: 34px;
	font-weight: bolder;
	background-image: url('images/nav-roll.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14222a;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 212px;
	height: 34px;
	font-weight: bolder;
	background-image: url('images/nav-roll.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
}

body {
background-color: #2B2A26;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:0px;
margin:0px;
background-image: url('images/bg.jpg');
background-repeat: no-repeat; background-position:center top; 
margin-right:-98px
}

p{
padding: 5px 5px 0px 5px;
margin:0px;
text-align: left;
}

pre{
padding: 5px 10px 0 0;
margin:0px;
}

a {color: #000000;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}


h2 {
color:			    #000000;
font-family:		Verdana, Arial, Helvetcia, sans-serif;
font-size:		    10pt;
line-height:		10pt;
font-weight:		bold;
margin-right:       5px;
margin-left:       5px;
background-color:	#F0F0F0;
padding-left:		10px;
padding-right:		10px;
padding-top:		4px;
padding-bottom:		4px;
border:			    1px solid #000000;
}


img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 950px;
background-color:#1A404F;
margin-top:130px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
z-index: -1;
}

/* ----------banner for logo-------------- */
#top-nav {
text-align: left;
width:950px;
height: 37px;
background-image:url('images/phone.jpg');
background-position:right bottom;
background-repeat:no-repeat 
}

#banner {
text-align: center;
padding: 0px;
margin: 0px;
height: 302px;
width:950px;
background-image: url('images/banner.jpg');
}

#banner img {padding:0px 0px;} 

/* -----------------content container--------------------- */
#content {
width: 950px;
overflow:hidden;
padding:0;
margin:0;
}

/* -----------------left column--------------------- */
#left-col {
float: left;
text-align: center;
width: 212px;
margin-top:0px;
margin-right:0px;
}
/* -----------------center column--------------------- */
#center-col {

margin-left: 213px;
width:518px; 
padding-top:3px;
padding-right:0;
padding-left:0px;
font-family:Verdana; color:black;
background-image:url('images/watermark.jpg');
background-repeat:repeat-y; background-position:center top;
}

/* --------------right column------------- */
#right-col {
float:right;
width: 219px;
margin-top:0px;
margin-left:0px;
}

#bcard {
background-color:white;
background-image:url('images/b-card.jpg');
background-repeat:no-repeat; background-position:center;
margin-left:213px;
margin-bottom:5px;
clear: both;
width:518px;
height: 140px;
text-align:center;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
width:950px;
height:53px;
background-image: url('images/footer.jpg');
text-align: center;
font-family:Verdana; color:white; font-size:xx-small; 
}



