﻿a.menu:link 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 223px;
	height: 26px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px;
	
	}
	
a.menu:visited 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 223px;
	height: 26px;
	font-weight: bolder;
	background-image: url('images/nav.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: baseline;
	line-height: 30px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 223px;
	height: 26px;
	font-weight: bolder;
	background-image: url('images/nav-roll.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 223px;
	height: 26px;
	font-weight: bolder;
	background-image: url('images/nav-roll.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 30px;
}

body {
background: #F0F9F9 url('images/bg3.jpg') repeat-x scroll center top;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
}

p{
padding: 5px 10px;
margin:0px;
}
pre{
padding: 5px 10px;
margin:0px;
}

a {color: #0000FF;}
a:visited {color:#564b47;}
a:hover {color: #564b47;}
a:active { color:#000000;}

ul
{
	margin-left: 25px;
}

ol
{
	margin-left: 30px;
}


h2
{
	color: #000000;
	font-family: Verdana, Arial, Helvetcia, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	background-color: #4297F1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
border: 1px solid #454545;
	width: 950px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#111111

}

/* ----------banner for logo-------------- */
#top-banner {
background-image:url('images/top.jpg');
padding: 0px;
margin: 0px;
height: 52px;
}

#menu{
height:61px;
text-align: left;
}

#banner {
text-align: left;
height: 349px;
background-image:url('images/banner.jpg')
}


/* -----------------content--------------------- */
#content {
background-image:url('images/content-bg.jpg'); 
background-repeat:no-repeat;
background-color:white;
margin-top:18px;
margin-left: 243px;
min-height:1200px; 
}

/* --------------right col------------- */
#right-col {
float: right;
width: 200px;
height:100%;
margin-top:15px;
margin-right:15px;
padding-left:5px;
background-color:#ececec;
}

/* --------------left navi------------- */
#left {
	float: left;
	margin-left:10px;
	margin-top:18px;
	width: 223px;
	padding: 0px;
	background-color: #181818;
}

/* --------------under left navi------------- */
#left-buttons {
	float: left;
	width: 171px;
	background-color:white;
	text-align: center;
}
/* --------------business card------------- */
#bcard {
background-color:white;
margin-bottom:5px;
width:707px;
height: 230px;
margin-left:243px;
text-align: center;
}

/* -----------footer--------------------------- */
#footer {
margin: 0px;
padding-left:10px;
height:53px;
background-image:url('images/footer.jpg');
color:white;
font-size:x-small;
text-align: left; }

