/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
	background-color: #d2d3d5;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	
}

hr{
	height : 1pt;
	color: #426485;
}

h1{
	font-size:16px;
	color: #600C0C;
}
h2{
	color: #cc2d33;
	font-size: 20px;
}
h4{
	color: #cc2d33;
	font-size: 14px;
}
p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height: 18px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
	
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
	
}

a:hover {
	color : black
	text-decoration : none;
	
}

a:active {
	color :#004B8D;
	text-decoration : none;
	
}
img{
	display: block;

}

/*-- COPYRIGHT -- */
.copyright{
	font-size:10px;
	color: #426485;
	font-weight: normal;
}
.copyright a:link {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:visited {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:hover {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:active {
	color :#426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}
/*-- END COPYRIGHT -- */

/*-- CONTAINERS -- */

.left{
	background: white url(../images/left.png);
	background-repeat: no-repeat;
}
.right{
	background: white url(../images/right.png);
	background-repeat: no-repeat;
}
.center{
	background-image: url(../images/center_bkg.png);
}

.center2{
	font-size: 14px;
   /*
    background-image: url(../images/center2bkg.png);
	*/
    background-color: #FFFFFF;
	background-position: 0 -22px;
	
	
	color: #646464;
}



.center3{
background-image: url(../images/center3_bkg.png);
background-repeat: no-repeat;
background-position: 0 -24px;

	background-color: #F3F3F3;
	
 
}
.tagline{
	position: relative;
	top: -50px;
	padding-right: 80px;
	margin-top: -24px;
	color: white;
	font-size: 20px;
	text-align: right;
}
/*-- END CONTAINERS -- */


/*-- TOP MENU -- */
.menu
{
	
	color: #F2EEE3;
	font-size: 12px;
	background-color: #646464;
	height: 27px;;
	}
.menu ul{
	float:right;
	list-style:none;
	margin: 0;
	
	padding: 0;
	}
.menu ul li{
	float:left;
	margin: 0 auto;
	padding:0px;
	border-right: 1px solid gray;
	}
.menu ul li a{
	color: white;
	display: block;
	font-weight: bold;
	margin:0px;
	padding: 6px 20px 6px 20px;
	text-align: center;
	text-decoration: none;
	}

.menu ul li a:hover, .menu ul li:hover a{
	background-color: gray;
	}
.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:150px;
	z-index:125;
	/*top:1em;
	/*left:0;*/
	margin-left: -2px;
	}
.menu ul li:hover ul{
	display:block;
	}
.menu ul li li {
	background-color: gray;
	display:block;
	float:none;
	margin:0px;

	border: 1px solid #646464;
	border-top: 0px;
	}
.menu ul li:hover li a{
	}
.menu ul li ul li a{
	display:block;	
	font-size:11px;
	font-weight:normal;
	margin: 0px;
	text-align: left;
	padding-left: 30px;
	}
.menu ul li ul a:hover, .menu ul li ul li:hover a{
	background-color: #646464;
	padding-left: 30px;
	color: white;
	text-decoration:none;
	}
.menu p{
	clear:left;
	}	  
	
.services {
    color: white;
	display: block;
	font-weight: bold;
	margin:0px;
	padding: 6px 20px 6px 20px;
	text-align: center;
	text-decoration: none;
	}
	
/*-- END TOP MENU -- */

/*-- LEFT NAV -- */
.leftnav{
	background-color: #D2D3D5;
	padding: 20px 0 0 0;
    font-size:13px;
	

	
}
.leftnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnav li{
	padding: 0 0 5px 20px;
	margin: 0;
}
.leftnav a:link, .leftnav a:visited{
	color: #3C3C3C;
}
.leftnav a:active, .leftnav a:hover{
	color: #3C3C3C;
	text-decoration: none;
}
/*-- END LEFT NAV -- */

.home_btn a:link, .home_btn a:visited{
	color: white;
	font-size: 18px;
	text-decoration: none;
}
.home_btn a:hover, .home_btn a:active{
	color: white;
	font-size: 18px;
	text-decoration: underline;
}