/*------------------------------------------------------------------------------------
     Global Styles
   ------------------------------------------------------------------------------------*/
   * {
       padding:0;
       margin:0;
   }
   fieldset { padding: .5em; }
   select option{ padding:0 5px; }

   .hide, .print-logo, .close-button{ display:none; }
   .left{ float:left; }
   .right{ float:right; }
   .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
   a img{ border:none; }

	head:first-child+body {}


 
body {
	font-family: Helvetica, arial, verdana, sans-serif;
	font-size:11pt;
	margin-top: 0px;
	color:#383838;
	background: #0F2D45 url('../images/background.png') repeat-x 0px 0px;
}

img {
	border: 0px;
}

a img{
	border: 0px;
}


a:link, a:visited {  
	font-style: normal; 
	text-decoration: none;
	color:#005EA3;
}

a:hover {
	color:#aaa;
	background: none;
	text-decoration: none;
}

p {
	line-height: 1.3em;
	padding-bottom: .8em;
}


h1 {
	font-size: 1.2em;
	color: #383838;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	color:#0066CC;
	margin-top: 0px;
	margin-bottom: .2em;
}

h4 {margin-bottom:8px;}

hr {
	height:1px;
}

em {
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	font-style: normal;
}

ul {
  
}

li { margin-bottom:10px;}

.float_left {
	display:block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.entry {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px dotted #383838;
}
.entry:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

.entry img {
	border: 1px solid #ccc;
	padding: 3px;
}

.phoneNumber {
	color:#005EA3;
	font-size: 12pt;
	font-style: normal;
}

#page-wrap {
	zoom: 1;
	min-width: 980px;
	max-width: 980px;
	margin: 10px auto;
	margin-top: 27px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	width:expression(document.body.clientWidth < 980? "980px" : document.body.clientWidth > 980? "980px" : "auto");
	}

#page-wrap #inside {
	zoom: 1;
	background: #fff;
	margin: 0;
	padding: 0;
}	
#page-wrap #inside:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

/*
banner
*/
#banner {
	zoom:1; 
	border-bottom: 2px solid #8fa6b4;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 18px;
}
#banner:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#background_top {
	background-image: url('../images/background_top_right.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 12px;
}

#background_top img{
	margin: 0;
	padding: 0;
}

#background_bottom {
	background-image: url('../images/background_bottom_right.png');
	background-repeat: no-repeat;
	background-position: 12px 0px;
	line-height: 12px;
}

#logo {
	float: left;
	margin-top: 28px;
}

#contact_banner {
	float: right;
	margin-top: 22px;
	color: #4c4c4c;
	height:59px;
	width:357px;
	padding-top: 13px;
	padding-left: 20px;
	background: #fff url('../images/contact_background.png') no-repeat 0px 0px;
}
#contact_banner em {font-weight:normal;color:#777;font-size: 11pt;}
#contact_banner p {font-weight:bold;margin:0;padding:0;font-size: 13pt;}
#contact_banner p span {color:#005EA3;}


#welcome {margin-bottom:30px;background: url('../images/keyBackground.jpg') 0 20px no-repeat;}


#content {
	zoom: 1;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 48px;
	padding: 0;

}
#content:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#main-content {
	zoom: 1;
	float:left;
	margin: 0;
	padding: 0;
	width: 610px;
	margin-bottom:40px;
}

#main-content p {
	margin-bottom: 1em;
}

#main-content:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#main-content ul {
	margin-left: 20px;
}

#sidebar {
	zoom: 1;
	float:left;
	margin: 0;
	margin-left: 30px;
	width: 270px;

}

#sidebar ul {
	margin-left:14px;
}
#sidebar h4 {
	padding-top:15px;margin-top:15px;border-top:1px dotted #CCC;
}
#sidebar h4.highlight {
	color:#19436A;line-height:140%;
}
#sidebar h4.highlight span{
	color:#0067C8;
}
/*
#sidebar li {
	font-size: .9em;
	list-style-type: none;	
	color: #005EA3;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 18px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ececec;
	background: #ececec url('../images/bubble_top_background.png') no-repeat 0px 0px;
}

#sidebar li.createdDate {
	height: 30px;
	background: #fff url('../images/bubble_bottom_background.png') no-repeat 0px 0px;
	color: #4c4c4c;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 24px;
	padding-left: 80px;
	font-family: Georgia, serif;
	font-size: .9em;
	font-style: italic;
	border: none;
}

#sidebar li a:link, #sidebar li a:visited {
	color: #4c4c4c;
}

#sidebar li a:hover {
	text-decoration: underline;
}*/



/*
footer
*/
#footer {
	
	font-size: 0.92em;
	font-weight: normal;
	color: #4c4c4c;
	margin:0;
	padding-bottom:20px;
	padding-top:30px;
	clear:both;
}

#quote 
{ clear:both;border-top: 6px solid #8fa6b4;border-bottom: 1px solid #CCC;	padding:20px;text-align:center; font-family:georgia,times,'times new roman', serif; font-style:italic; font-size:125%; }

#footer h2 {margin:0;padding:0;color:#000;}

#footer:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer #contact_info {
	float:left;
}

#footer #social_info {
	float: right;
	font-weight: bold;
}

#footer #social_info img{
	vertical-align: middle;
}
#footer #social_info p{
	display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom: 1;*display:inline;
}


#footer em {
	font-size: 10pt;
	color: #777;
	font-weight:normal;
}
#footer address
{ display:block; margin:10px 0 20px 0;}

#copyright {
	float: left;
	margin-right: 20px;
}

#footer ul {
	zoom:1; 
}
#footer ul:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer li {
	float: left;
	zoom:1; 
	list-style-type: none;	
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #999;
}
#footer li:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer li:first-child {
	border: 0;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#page-copyright {text-align:center;margin-top:20px;color:#5A6880;font-size:85%;}
#page-copyright a {color:#5A6880;text-decoration:underline;}

.smallTrademark {
	font-size: .75em;
}

.testimonial-linkage {margin-top:20px;display:block;border:1px dotted #DDD;background:none;padding:5px;line-height:50px;font-size:110%;overflow:hidden;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.testimonial-linkage img {float:left;margin-right:20px;}
.testimonial-linkage:hover {color:#000;background-color:#E7F9FF;}
