@charset "UTF-8";
/* CSS Document */

/* Positioning */
html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 911px;
	text-align: left;
	margin: 20px auto 0px;
}

#header {
	width: 911px;
	text-align: center;
}

#nav {
	width: 883px;
	height: 32px;
	background-image: url(p-imgs/Navs.gif);
	background-repeat: no-repeat;
	margin: 0px 14px;
	background-color: #FFF;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	height: 32px;
	display: block;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
}

/* Nav Images */

#nav-01 {width: 109px;}

#nav-02 {width: 111px;}

#nav-03 {width: 111px;}

#nav-04 {width: 110px;}

#nav-05 {width: 111px;}

#nav-06 {width: 111px;}

#nav-07 {width: 110px;}

#nav-08 {width: 110px;}

/* Nav Hovers */

#nav-01 a:hover {background: url(p-imgs/Navs.gif) 0px -32px no-repeat; }

#nav-02 a:hover {background: url(p-imgs/Navs.gif) -109px -32px no-repeat; }

#nav-03 a:hover {background: url(p-imgs/Navs.gif) -220px -32px no-repeat; }

#nav-04 a:hover {background: url(p-imgs/Navs.gif) -331px -32px no-repeat; }

#nav-05 a:hover {background: url(p-imgs/Navs.gif) -441px -32px no-repeat; }

#nav-06 a:hover {background: url(p-imgs/Navs.gif) -552px -32px no-repeat; }

#nav-07 a:hover {background: url(p-imgs/Navs.gif) -663px -32px no-repeat; }

#nav-08 a:hover {background: url(p-imgs/Navs.gif) -773px -32px no-repeat; }

/* Static Nav Images */

#nav-01-static {width: 109px; background: url(p-imgs/Navs.gif) 0px -32px no-repeat; }

#nav-02-static {width: 111px; background: url(p-imgs/Navs.gif) -109px -32px no-repeat; }

#nav-03-static {width: 111px; background: url(p-imgs/Navs.gif) -220px -32px no-repeat; }

#nav-04-static {width: 110px; background: url(p-imgs/Navs.gif) -331px -32px no-repeat; }

#nav-05-static {width: 111px; background: url(p-imgs/Navs.gif) -441px -32px no-repeat; }

#nav-06-static {width: 111px; background: url(p-imgs/Navs.gif) -552px -32px no-repeat; }

#nav-07-static {width: 110px; background: url(p-imgs/Navs.gif) -663px -32px no-repeat; }

#nav-08-static {width: 110px; background: url(p-imgs/Navs.gif) -773px -32px no-repeat; }

/* Positioning Continued */

#btnstrip {
	width: 881px;
	border-left: 1px #c7bebe solid;
	border-right: 1px #c7bebe solid;
	height: 13px;
	margin: 0px 14px;
	background-color: #e2e2e2;
}

#banner {
	width: 881px;
	margin: 0px 14px;
	height: 10px;
	border-left: 1px #0c385c solid;
	border-right: 1px #0c385c solid;
	background-color: #0c385c;
}

#content {
	width: 883px;
	margin: 0px 14px;
	padding: 15px 0px 0px;
	background-color: #FFF;
	background-image: url(p-imgs/ContentBKG.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#leftsection {
	width: 181px;
	float: left;
	padding: 0px 4px 0px 15px;
	font-size: 1em;
}

#leftsection p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#leftsection a:link {
	color: #FFF;
}

#leftsection a:visited {
	color: #FFF;
}

#leftsection a:hover {
	color: #FFF;
}

#leftsection a:active {
	color: #FFF;
}

#leftsection h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px auto;
	text-align: center;
}

#rightsection {
	width: 620px;
	float: right;
	margin: 0px 30px;
	font-size: 1.0em;
	text-align: left;
}

.testimonial {
	width: 600px;
	min-height: 100px;
	margin-bottom: 10px;
}

.testimonial img {
	float: left;
	margin-right: 15px;
}

#rightsection h1 {
	text-align: center;
	font-size: 2em;
	color: #00f;
}

#rightsection h2 {
	text-align: left;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

#contentend {
	width: 883px;
	margin: 0px 14px;
	height: 30px;
	background-color: #FFF;
	background-image: url(p-imgs/FooterBKG.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 500px;
	margin: 8px auto;
	text-align: center;
	font-size: .7em;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

#certificate {
	width: 372px;
	height: 163px;
	padding: 64px;
	margin: 5px auto;
	overflow: hidden;
	background-image: url(p-imgs/Certificate.jpg);
}

/* Styles */

.leftpic {
	float: left;
	padding-right: 10px;
}

.rightpic {
	float: right;
	padding-left: 10px;
}

img {
	
	border: none;
}

#lflt li {
	margin: 0px 16px;
}

.underline {
	text-decoration: underline;
}

.yellowhighlight {
	background-color: #FF0;
}

.center {
	width: 677px;
	text-align: center;
	
}#rightsection ul {
	margin-left: 50px;
	margin-top: 10px;
}

#rightsection ul li {
	margin-bottom: 5px;
}
