@charset "utf-8";
/* page and body settings */
* {
	margin: 0;
	padding: 0;
}
a {
	outline:none !important;
}
html {
	padding : 0;
	margin : 0;
}
body {
	text-align: left;
	padding: 0;
	margin : 0;
	color: #000000;
	background-color : #000000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;/* this sets default font-size of 1em = 10px *//* for font size changes, style elements one time using ems */
}
/* begin default styling of elements */

p {
	margin : 0px 0px 12px 0px;
	padding : 0;
	font-size:1.2em;
	line-height:1.6em;
}
li {
	font-size:1.2em;
	line-height:1.6em;
}
li li {
	font-size:1.0em;
}
span {
	margin : 0;
	padding : 0;
	vertical-align: bottom;
}
img {
	border: none;
	padding : 0;
	margin : 0;
}
a img {
	border : none;
}
hr {
	background: #666666;
	border: 0;
	color: #666666;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
}
/* default lists, blockquotes, and tables and other specialized elements */


blockquote {
	border : 1px solid #ffcc00;
	margin: 0 0 12px 0;
	padding: 10px 15px 10px 15px;
	background: #fff2c9;
	font-size : 1.2em;
	line-height : 1.3em;
	color : black !important;
}
/* forms */

form {
	padding : 0;
	margin : 0;
}
fieldset {
	margin : 0;
	padding : 0;
	border : none;
}
label {
	margin : 0;
	padding : 0;
}
input {
	margin : 0 0 5px 0;
	padding : 0;
	vertical-align : middle;
}
input.button {
	font-weight : bold;
	color : #666666;
	font-size : 1.2em;
	padding : 1px 3px 1px 3px;
	vertical-align : top;
}
input.input_box {
	vertical-align : middle;
	padding : 1px;
}
.radio_button {
	margin-right : 3px;
	vertical-align : middle;
}
select {
	margin : 0;
	padding : 0;
	vertical-align : middle;
}
/* default table (invisible) */

table {
	padding : 0;
	margin : 0 0 12px 0;
	border-collapse : collapse;
	clear : both;                     /* for clearing floated images */
}
/* default headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin : 0;
	padding : 0;
	font-family: "Times New Roman", Times, serif;
	margin-bottom : 10px;
	color : black;
	font-weight : normal;
}
/* font sizes here are global for the entire document; */
/* for headers that change size, remove here and size below in each container */

h1 {
	font-size : 2.4em;
	margin-bottom: 15px;
}
h2 {
	font-size : 1.8em;
	letter-spacing: .2px;
	color : #215489;
	margin-bottom : 15px;
}
h3 {
	font-size : 2em;
	color : #000;
	margin: 25px 0 10px 0;
	;
}
h4 {
	font-size : 1.6em;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-size : 1.5em;
	font-weight: bold;
	background-image:url(../images/arrow_right.gif);
	background-position:left 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 0 -14px;
}
h6 {
	font-size : 1.1em;
	letter-spacing : .5px;
	color : #666666;
	font-weight : bold;
	margin-bottom : 0;
}
small {
	font-size : 1.0em;
	color : #666666;
}
/* default links */

a {
	color: #215489;
	text-decoration: none;
	font-weight : bold;
}
a:link {
	color: #215489;
}
a:visited {
	color: #215489;
}
a:hover {
	color: #215489;
	text-decoration: underline;
}
a:active {
	color: #215489;
	text-decoration: underline;
}
a img {
	border : 0;
}
/* reusable utility code */

.left {
	float: left;
}
img.left {
	margin: 0 10px 0px 0;
}
.right {
	float: right;
}
img.right {
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
/* this is for using on a block-level container element */
/* and will center contents inside the container */

.centered {
	display: block;
	margin: 0 auto 10px auto;
}
/* this is for using on an inline element, such as an image */
/* and will turn the element block, and center the element within its container */

.indent {
	display:block;
	margin-left: 20px !important;
}
.hidden {
	display: none;
}
.top_border {
	border-top : 4px solid #6699cc;
}
.no_border {
	border: none !important;
}
.clear {
	clear: both;
}
.subhead {
	font-size : 1.7em;
	color : #215489;
	font-weight : normal;
	/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	float:left;
	background-image:url(../images/arrow_right.gif);
	background-position:left 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 0 -14px;
}
.btt {
	background-image:url(../images/arrow_left.gif);
	background-position:left 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	float: right;
	margin: 0 0 40px 0;
	font-size: 1.1em;
	clear:both;
}
.btt a {
	color: #666;
	font-weight: normal;
}
p.small {
	font-size: 1.1em;
	line-height:1.6em;
}
/* begin page layout */

#page_wrapper {
	margin: 25px auto 55px auto;
	padding : 0;
	text-align: left;
	width: 800px;
	background-color : white;
	height: auto;
}
.home {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}
/* header */

#header {
	background-color: #7caeda;
}
#topnav {
	width: 800px;
	float:left;
	margin: 30px 0 0 0;
}
#topnav ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#topnav li {
	color : #FFFFFF;
	display : inline;
	margin: 0 3px 0 3px;
	float:left;
	display : block;
	text-align: center;
	font-size : 1.1em !important;
	font-weight : bold;
}
#topnav li a {
	padding : 6px;
	display: block;
	font-weight:bold;
}
#topnav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#topnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav li a:hover {
	color: #000000;
	text-decoration: none;
}
#topnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav li.current a {
	color: #000000 !important;
	text-decoration: none;
	font-weight: bold;
}
/*home content*/

#homecontent {
	width: 800px;
	height: 387px;
	margin: 0;
	padding: 0;
}
#mainnav {
	height: 43px;
	width: 800px;
	position: relative;
	bottom: 0px;
	top: 344px;
	left: 0px;
}
#mainnav a {
	background:#397aef;
	filter:alpha(opacity=80);
	opacity:.80;
	display:block;
	margin:0;
	padding:0;
	height:43px;
	width:154px;
	background-position:top left;
	float:left;
	margin-right:8px;
}
#mainnav a strong {
	position:absolute;
	left:-9999px;
}
#mainnav a#relationships {
	background-image: url(../images/relationships.gif);
	margin-right:6px;
}
#mainnav a#quality {
	background-image: url(../images/quality.gif);
}
#mainnav a#flexibility {
	background-image: url(../images/flexibility.gif);
}
#mainnav a#honesty {
	background-image: url(../images/honesty.gif);
}
#mainnav a#focus {
	background-image: url(../images/focus.gif);
	margin-right:0;
}
#mainnav a:hover {
	background-position:bottom left;
	filter:alpha(opacity=100);
	opacity:1;
}
#bottomcontent {
	margin: 20px;
}
/* inner wrapper*/

#inner_wrapper {
	background-color: #ffffff;
	float:left;
	background-image: url(../images/mainpage_bg.gif);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
}
/*left col*/	

#leftcol {
	float:left;
	width: 160px;
	background-color: #215489;
	height: auto;
}
#leftcol p {
	color: #ffffff;
	/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
	text-align: left;
	margin: 10px;
}

#leftcol .quote {
	color: #ffffff;
	/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
	text-align: left;
	font-style:italic;
	margin: 10px;
}

#leftcol .quote span {
	color: #ffffff;
	/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
	text-align: left;
	font-style:normal;
	margin: 10px;
} 
#leftcol .left_logo img {
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: center;
}
#leftcol ul {
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0 0 0 15px;
	font-size: 1.1em;
}
#leftcol li {
	margin: 6px 0 0 0;
	padding: 0 0 6px 0;
	border-bottom: 1px #fff solid;
}
#leftcol li a {
	color: #fff;
	font-weight: normal;
}
#leftcol li a:link {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
#leftcol li a:visited {
	color: #fff;
	text-decoration: none;
}
#leftcol li a:hover {
	color: #000;
	text-decoration: none;
}
#leftcol li a:active {
	color: #fff;
	text-decoration: none;
}
#leftcol li.current a {
	color: #fff!important;
	text-decoration: none;
	font-weight: bold;
}
/*main content*/
#content {
	float:left;
	width: 640px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#content .inner {
	margin: 27px 65px 40px 55px;
	padding: 0;
}
#content p.list_item {
	vertical-align:bottom;
	line-height: 22px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
}
#content ul.arrowlist li {
	background-image:url(../images/arrow_right.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 7px 6px;
	list-style-type: none;
}
/*footer*/	
#footer {
	width: 800px;
	background-color: #000;
	padding: 0;
	clear:both;
	padding-top: 15px;
	color: #fff;
}
#footer p {
	/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: 18px;
	color:#fff;
}
#footer #copy {
	clear:both;
	margin-bottom: 30px;
	padding-top: 10px;
	font-size: 1.1em;
}
#footer a {
	font-weight: normal;
	color: #666666;
}
ul.sitemap {
	list-style-position:outside;
	list-style:none;
}
ul.sitemap li {
	background-image:url(../images/arrow_right.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 7px 6px;
	list-style-type: none;
}
ul.sitemap ul {
	margin:0 0 20px 0;
	list-style-position:outside;
	list-style:none;
}
ul.sitemap ul li {
	margin:0;
	background:none;
	padding:0;
}
ul.sitemap ul li a{
	font-weight:normal;
}
ul.expand {
	margin-left:20px;
	list-style-image:url(../images/arrow_right.gif);
}
ul.expand ul li{
	list-style-image:none;
	list-style-type:square;
}
ul.expand ul {
	margin-left:20px;
}
.left {
	display:block;
	float:left;
}
ul.no-bullet,
ul.no-bullet li {
	margin:0;
	padding:0;
	list-style-position:outside;
	list-style:none;
}

.thumb img { margin-right:20px; }


ul.spaced li {line-height:120% !important;margin-bottom:10px !important;list-style:none;}


a:hover, .cursorHand {cursor:pointer;}
.cursorArrow {cursor:default;}