@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg-page.png);
	background-repeat: repeat-x;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
	width: 900px;
	margin: auto;
	padding: 0;
}

#header {
	background: url(../images/bg-finger-print.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 118px;
}	

#logo {
	width: 900px;
	margin: auto;
}

#address {
	float: right;
	width: 200px;
	padding-top: 15px;
}

.phone {
	font-size: 16px;	
}

.address {
	font-size: 11px;	
}

#nav {
	height: 32px;
	text-align: left;
}

#nav ul {
	display: block;
	height: 31px;
	margin: 0;
	padding-top: 7px;
	padding-left: 1px;
}

#nav ul li {
	display: inline;
	color: #FFF;
	height: 31px;
}

.menu:link, .menu:visited {
	text-decoration: none;
	color: #FFF;
	/*padding: 5px 10px 5px 10px;*/
	padding: 6px 10px;
	font-size: 14px;
}

.menu:hover {
	color: #036;
	background: url(../images/bg-menu-hover.png);
	/*padding: 5px 10px 5px 10px;*/
	height: 31px;
}

#contentwrapper {
	width: 898px;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	min-height: 463px;
	background: #FFF;
	background-image: url(../images/bg-grid-2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	overflow: auto;
}

#content {
		width: 850px;
		margin: auto;
		padding: 8px;
		position: relative;
		
		
}

#homeleft {
 	float: left;
 	width: 390px;
}

#homeright {
	float: right;
	width: 423px;
}

/*Text Styles*/

h1 {
	font-size: 20px;
	color: #039;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #930;	
}


#testimonial {
	float: right;
	width: 300px;
	color: #039;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align: right;
}

.testimonialName {
	color: #333;
	text-align: right;
}

.testimonialLink {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 12px;
}

.testimonialsub {
	font-style: italic;
	color: #039;
	padding: 0 0 5px 0;
}

ul li {
	padding-bottom: 3px;
	list-style-image: url(../images/bullet-blue.gif);
}

.justified {
	text-align: justify;
	padding-right: 8px;
}

/*Image Style*/

img.left {
	float: left;
	padding: 5px;
}

img.right {
	float: right;
	padding: 3px;
}

img.rightBorder {
	float: right;
	padding: 6px;
	border: 1px solid #CCC;
	margin: 0 0 8px 8px;
}

/*Interior Page*/

#sidenav {
	width: 200px;
	float: left;
	background: url(../images/sidemenu_bg.png);
	min-height: 460px;
}

#contentright {
	float: right;
	width: 640px;
}

#sidenav ul {
	padding-left: 5px;	
}

#sidenav ul li {
	list-style: circle;
	color: #039;
	font-size: 12px;
	padding: 4px 0;
}

/*Footer, bottom*/

#footer {
	background: url(../images/bg-footer-blue.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 69px;
	text-align: center;
	font-size: 11px;
	color: #CCC;
}

.copyright {
	padding-top: 10px;
}

.copyright a {
	text-decoration: none;
	color: #CCC;
}

.copyright a:hover {
	text-decoration: underline;	
}

.footerlink:link, .footerlink:visited {
	padding: 0 10px;
	text-decoration: underline;
}

