/*defaults*/
html, body, form, fieldset, input, textarea {
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
body {
	background:#102A45 url('../images/graphics/pb_background.jpg') repeat 0 0;
	min-width: 960px;
}
* {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: 0;
}
p {
	margin: 10px 0;
}
a {
	text-decoration:underline;
}
a:hover {
	color:#225799;
	text-decoration:none;
}

/*general formating*/
a.blank {
	text-decoration:none;
}
.red {
    color: #FF0000;
	text-decoration:none;
}
.blue {
    color: #0000FF;
	text-decoration:none;
}
.white_text {
	color:#FFFFFF;
}
.bold {
	font-weight:bold;
}
.inline {
	display:inline;
}
.right_float {
	float:right;
}
.left_float {
	float:left;
}
#title_header {
	font-size:1.2em;
	font-weight:bold;
	line-height:140%;
	padding-bottom:10px;
}
#title_promo {
	font-size:0.9em;
	font-weight:bold;
	color:#777777;
}
.img_right {
	float:right;
	margin: 5px 0px 5px 10px;
	border: 3px solid #DADADA;
}
.img_left {
	float:left;
	margin: 5px 10px 5px 0px;
	border: 3px solid #DADADA;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.red {
	color:#FF0000;
}
/*structural elements*/
#container {
	margin:0px auto;
	/*padding:20px 20px 5px 20px;*/ 
text-align:center;
	background:#FFFFFF;
	width: 960px;
	position:relative;
}
#holder {
	padding:20px 20px 5px 20px;
	margin-top:15px;
	text-align:left;
	position:relative;
}
#top {
/*float: left;
height: 111px;

width: 920px;*/
}
#contact {
	float: right;
	width: 500px;
	margin-top:20px;
}
#logo {
	/*background:#1B1B1B url('../images/graphics/bg_pattern.gif') repeat;*/
float: left;
	height: 111px;
	width: 238px;
}
#navigation {
	margin-top:10px;
	float: right;
	margin-left: 14px;
	width: 620px;
}
#header {
	background:#DADADA;
	padding:10px;
	height:300px;
	float: left;
	width: 900px;
}
#image_text {
	background:#000C3D;
	color:#FFFFFF;
	font-size:1.2em;
	width:460px;
	height:260px;
	float:left;
	padding:20px;
	line-height:130%;
}
#content {
	float:left;
	width:685px;
	padding:20px 15px 30px 0px;
}
#content_services{
	float:left;
	width:540px;
	padding:20px 0px 30px 0px;	
}
#content_large {
	float:left;
	width:920px;
	padding:30px 10px 30px 0px;
}
#right_menu {
	float: left;
	width: 140px;
	padding:30px 0px;
}
#news {
	float:right;
	width:219px;
	padding:30px 0;
	background: none repeat scroll 0 0 transparent;
}
.news_item_b {
	padding:10px 20px;
	background:#E1F0FB url('../images/graphics/text_box_blue.jpg') no-repeat 0px 0px;
	font-size:0.9em;
	margin-bottom:20px;
}
.news_item_g {
	padding:10px 20px;
	background:#EAEAEA url('../images/graphics/text_box_grey.jpg') no-repeat 0px 0px;
	font-size:0.9em;
	margin-bottom:20px;
}
#footer {
	clear:both;
	font-size:0.8em;
	background:#DADADA;
	padding:20px 20px 40px 20px;
	text-align:left;
	border-top:2px solid #004890;
}
#copyright {
	float:left;
}
/*headings*/
.news_item_y h1 {
	color:#FFFFFF;
	font-size:135%;
	font-weight:bold;
	padding-top: 5px;
}
.news_item_b h1 {
	color:#004890;
	font-size:135%;
	font-weight:bold;
	padding-top: 5px;
}
.news_item_g h1 {
	color:#004890;
	font-size:135%;
	font-weight:bold;
	padding-top: 5px;
}
#content h1, #content_services h1, #content_large h1 {
	font-family: "Times New Roman", Times, serif;
	color:#004890;
	font-size:210%;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:10px 0px;
	line-height:110%
}
#content h2, #content_services h2, #content_large h2 {
	font-family: "Times New Roman", Times, serif;
	color:#1770AA;
	font-size:160%;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:10px 0px;
}
#content h3, #content_services h3, #content_large h3 {
	font-family: "Times New Roman", Times, serif;
	color:#1770AA;
	font-size:135%;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding-top:10px;
}
#logo h1 {
	font-weight:normal;
	font-size:170%;
	margin:0;
	padding:0;
	color:#225799;
}
#footer ul {
	margin:10px 0px;
	padding:0;
	float:right;
}
#footer li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
ul.content_list {
	list-style-image: url(../images/graphics/list_arrow.gif);
	margin-left: 30px;
}
.content_list li {
	list-style-image: url(../images/graphics/list_arrow.gif);
	padding: 4px 0;
}
ul.list {
	list-style-image: url(../images/graphics/list_arrow.gif);
	margin-left: 30px;
}
.list li {
	list-style-image: url(../images/graphics/list_arrow.gif);
	padding: 4px 0;
}
/*links*/
a.footer_link  {
	color:#000000;
	padding:0 5px 0 0;
	text-decoration:underline;
}
a:hover.footer_link  {
	color:#000000;
	text-decoration:none;
}
a.readmore {
	text-decoration:none;
	background:#004890 url('../images/graphics/readmore_bttn_up.jpg') no-repeat;
	height:30px;
	width:90px;
	display: block;
	font-size:0.8em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	margin-top:15px;
}
a:hover.readmore {
	text-decoration:none;
	background:#004890 url('../images/graphics/readmore_bttn.jpg') no-repeat;
}
.content_list a {
	font-weight: bold;
	text-decoration: none;
	color: #1B71A5;
}
.content_list a:hover {
	text-decoration:underline;
}
/*images*/
/*#header img{
float: right;
width: 400px;
}*/
/*text*/
.header_text p {
	color:#FFFFFF;
	font-size:1.2em;
	line-height:130%;
}
#contact p {
	color:#999999;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	float: right;
	margin: 0px 0px 0px 10px;
}
.table_grey td {
	background:#DADADA;
	padding: 10px;
}
/*form*/
#form {
	border: 2px solid #a8aaa4;
	margin: 0px auto;
	padding: 10px;
	/*margin-right: 40px;*/
width: 35em;
	background:#DADADA url('../images/graphics/logo_bg.png') no-repeat top right;/*float: left;*/
}
#form label.col {
	display: block;
	/*float: left;*/
width: 12em;
	padding: 3px 0px;
}
#form input.coll, #form textarea {
	display: block;
	/*float: left;*/
width: 28em;
	border: 1px solid #999;
	padding: 3px;
}
#form input.coll {
	width: 22em;
}
div.row {
	margin: 5px;/*float: left;
width: 37em;*/
}
.button {
	background:#004890 url('../images/graphics/submit.jpg') no-repeat;
	border:0px;
	color:#FFFFFF;
	margin:5px 0px 5px 8px;
	padding: 5px 6px 6px 5px;
	text-decoration:none;
	font-weight: bold;
}
/*slideshow testimonials*/
.testimonial_slide {
	padding: 10px 20px;
	font-size: 1em;
}
.testimonial_slide p {
	font-style:italic;
}
.testimonial_slide .name {
	font-style:normal;
	font-size: 1.2em;
}
/*navigation*/
ul#topnav {
	list-style:none;
}
ul#topnav li {
	display:inline;
}
ul#topnav li a {
	height:40px;
	float:right;
	text-indent:9000px;
	margin-left:5px;
	text-decoration:none;
	outline:none;
}
ul#topnav li#topnav-1 a {
	width:90px;
	background:url(../images/menu_sprite.jpg) no-repeat 0 0; /* X and Y position at 0 */
}
ul#topnav li#topnav-1 a:hover {
	background-position:0 -40px; /* Y position -40px for Over instance image */
}
ul#topnav li#topnav-1 a.current {
	background-position:0 -80px; /* Y position -80px for Current instance image */
}
ul#topnav li#topnav-2 a {
	width:130px;
	background:url(../images/menu_sprite.jpg) no-repeat -90px 0;
}
ul#topnav li#topnav-2 a:hover {
	background-position:-90px -40px;
}
ul#topnav li#topnav-2 a.current {
	background-position:-90px -80px;
}
ul#topnav li#topnav-3 a {
	width:120px;
	background:url(../images/menu_sprite.jpg) no-repeat -220px 0;
}
ul#topnav li#topnav-3 a:hover {
	background-position:-220px -40px;
}
ul#topnav li#topnav-3 a.current {
	background-position:-220px -80px;
}
ul#topnav li#topnav-4 a {
	width:110px;
	background:url(../images/menu_sprite.jpg) no-repeat -340px 0;
}
ul#topnav li#topnav-4 a:hover {
	background-position:-340px -40px;
}
ul#topnav li#topnav-4 a.current {
	background-position:-340px -80px;
}
ul#topnav li#topnav-5 a {
	width:120px;
	background:url(../images/menu_sprite.jpg) no-repeat -450px 0;
}
ul#topnav li#topnav-5 a:hover {
	background-position:-450px -40px;
}
ul#topnav li#topnav-5 a.current {
	background-position:-450px -80px;
}
/*vertical menu*/	
#menuv {
	width: 120px;
	margin-right: 10px;
}
#menuv li {
	list-style:none;
}
#menuv li a {
	height: 25px;
	/* 	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;*/
	text-decoration: none;
	outline:none;
}
#menuv li a, #menu7 li a:visited {
	color: #000C3D;
	display: block;
	background:  url(../images/graphics/menuv.gif);
	padding: 8px 0 0 30px;
}
#menuv li a:hover {
	color: #000C3D;
	background:  url(../images/graphics/menuv.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
/*styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
