html, body, #wrap { height: 100%; }

ul 
{
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

body > #wrap{ height: auto; min-height: 100%; }

body 
{ 
	padding:0; 
	margin:0;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	background: #fff;
}

.cp
{
   cursor: pointer;
}

#wrap 
{
	width: 960px;
	margin:0 auto;
	background: #fff;
}

#container {
	width: 960px;
	margin:0 auto;	
}

#top-header 
{
	height: 110px;
	background: url("../images/logo.gif") no-repeat left 20px;
	position: relative;
}

#top-header #regions
{
   font-size: 1.3em;
   position: absolute;
   right: 0;
   top: 86px;  
   margin: 0;
   padding: 0;
}

#top-header #regions li
{
   display: inline;
   float: left;
   margin: 0;
   padding: 0;   
}

#top-header #regions li a
{
   background: url("../images/regions_left.jpg") no-repeat left top;
   float: left;
   margin: 0 1px;
   padding: 0 0 0 15px;
   text-decoration: none;   
}

#top-header #regions li a span
{
   background: url("../images/regions_right.jpg") no-repeat right top;
   color: #FFFFFF;
   display: block;
   float: left;
   padding: 3px 14px 2px 0;
   text-decoration: none;   
}

#top-header #regions li a:hover span 
{
   background-position: 100% -31px !important;
}

#top-header #regions li a:hover
{
   background-position: 0 -31px !important;
}

#search-bar
{
   background: url("../images/searchbar.jpg") repeat-x left center;
   clear: both;
   float: left;
   height: 25px;
   position: relative;
   width: 960px;   
}

#leftcol
{
   float: left;
   margin-top: 3px;
   width: 225px;   
}

#rightcol,
#rightcol-frontpage
{
   float: right;
   margin-top: 3px;
   width: 730px;   
}

#leftcol #nav-menu
{
   float: left !important;
}

#leftcol #nav-menu li
{
   clear: both;
   width: 226px;   
}

#leftcol #nav-menu li a img
{
   border: none;
   margin: 6px 5px 0 0;
}

#leftcol #nav-menu li a
{
   background: url("../images/main-menu-back.jpg") no-repeat  left top;
   border-bottom: 2px solid #ffffff;
   color: #053768;
   cursor: hand;
   display: block;
   font-size: 13px;
   height: 28px;
   line-height: 28px;
   padding: 0 10px 0 25px;
   text-decoration: none;  
}

#leftcol #nav-menu li a.top
{
   background: url("../images/main-menu-top.jpg") no-repeat  left top;
}

#leftcol #nav-menu li a.top:hover
{
   background: url("../images/main-menu-top.jpg") no-repeat left -28px;
}

#leftcol #nav-menu li a.bottom
{
   background: url("../images/main-menu-bottom.jpg") no-repeat  left top;
}

#leftcol #nav-menu li a.bottom:hover
{
   background: url("../images/main-menu-bottom.jpg") no-repeat left -28px;
}

#leftcol #nav-menu li a:hover
{
   background: url("../images/main-menu-back.jpg") no-repeat left -28px;
   border-bottom: 2px solid #ffffff;
   color: #053768;
   font-size: 13px;
   height: 28px;
   padding: 0 10px 0 25px;
   text-decoration: none;   
}

/* menu style (located in the top header) */
/*
#menu-container {
	float: right;
	width: 763px;
	height: 120px;
}
*/

#menu ul 
{
  margin: 182px 0 0 0;
  padding: 10px 0;
  list-style: none;
  float: right;
}

#menu li 
{
	float:left;
	margin:0;
	padding: 0 10px;
}

#menu .first
{
   padding: 0 10px 0 2px;
}

#menu a {
	float:left;
	display:block;
	padding: 5px 5px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#777;
	font-family: arial, "lucida console", sans-serif;
	border-top: 3px #ccc solid;
}

#menu a:hover {
	border-top: 3px #053868 solid;
}

#menu #current a {
	border-top: 3px #053868 solid;
}

.tagline
{
   margin-top: 2px;
}

/* end of meny style */

/* header layout */

#header 
{
	width: 728px;
	height: 214px;
	margin: 0 auto;
	background: url("../images/home-page-top-header-background.jpg") left top;
}

#header-image 
{
	float: right;
	width: 280px;
	height: 214px;
}

#header-text
{
   float: left;
   width: 448px;
   height: 214px;
}

h1.front-page-welcome
{
   color: #ffffff;
   line-height: 40px;
   font-size: 36px;
   text-align: center;
   margin: 15px 0 0 0;
}

ul.front-page-text
{
   list-style-type: none;
   padding: 15px 0 0 15px;
   margin-right: 15px;
}

ul.front-page-text li
{
   color: #ffffff;
   font-size: 14px;
   line-height: 22px;
}

#header-image-home {
	float:left;
	width:457px;
	height: 214px;
	background: url("../images/header-home.jpg") repeat-x bottom;
}

#header-image-contact {
	float:left;
	width:457px;
	height: 214px;
	background: url("../images/header-contact.jpg") repeat-x bottom;
}

#header-image-about {
	float:left;
	width:457px;
	height: 214px;
	background: url("../images/header-about.jpg") repeat-x bottom;
}

#header-right,
#header-right-portfolio,
#header-right-contact,
#header-right-services,
#header-right-about {
	float:left;
	width:306px;
	height: 214px;
}

.referral-links
{
   list-style-type:none;
}

.referral-links li
{
   text-align: center;
   margin-bottom: 12px;
}

.referral-links li a
{
   border: none !important;
}

.referral-links li img
{
   border: 0;
}


/* images in the right side of the header */

#header-right {
	background: url("../images/header-right.jpg") no-repeat top;
}

#header-right-services {
	background: url("../images/header-right-services.jpg") no-repeat top;
}

#header-right-portfolio {
	background: url("../images/header-right-portfolio.jpg") no-repeat top;
}

#header-right-about {
	background: url("../images/header-right-about.jpg") no-repeat top;
}

#header-right-contact {
	background: url("../images/header-right-contact.jpg") no-repeat top;
}

/* content layout style */

#content { 
	padding: 0;
	position: relative;
}

#content-container { 
	padding-bottom: 80px; 
}

#left {
	float: left;
	width: 263px;
	padding-bottom: 20px;
}

#right {
	float: left;
	width: 500px;	
	padding-bottom: 20px;
}

#content-container #content #left .box {
	padding: 10px 10px 10px 0;
	clear: both;
}

#content-container  #content #right .box {
	padding: 10px 0 10px 10px;
}

/* end of content layout style */

/* Global Headers */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: 1.1em;
}

h1 { 
	font-size: 25px;
}

h2 { 
	font-size: 18px;
}

h3 { 
	font-size: 15px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}	

h6 { 
	font-size: 10px;
}

/*
#content-container h2 {
	border-bottom: 1px #ccc solid;
	color: #777;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

*/

#content-container p h2 {
	border-bottom: 0px;
}

#content-container h3 span {
	border-bottom: 3px #ccc solid;
	color: #888;
	padding-bottom: 3px;
	font-weight: bold;
}

#content-container #left h3  {
	border-bottom: 0;
	font-weight: bold;
}

#content-container h3 a {
	color: #ccc;
	font-size: 13px;
}

#content-container #content #right  h3 {
	padding-bottom: 3px;
}

#content-container #content #right p {
	margin: 10px 0;
	padding: 0;
}

#content-container h3 a {
	text-decoration: none;
}

/* end of Global Headers */

#content #slider-container ol {
	list-style: none;
}

/* sidebar navigation */



#navigation ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

#navigation li {

	list-style: none;
	width: 100%;
	
    padding: 0;
	margin: 0;
	
}

#navigation a {

	display:block;
	width: 240px;

	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-family: arial, "lucida console", sans-serif;
	
	border-bottom: 1px #ccc solid;
	border-left: 3px #0e7ec4 solid;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px 0;
	background-color: #fcfcfc;
}


#navigation a:hover {
	border-left: 3px #0e7ec4 solid;
	background-color: #f6f6f6;
}
#navigation a:visited {
	color:#333;
	text-decoration: none;
}


#navigation #current a {
	border-left: 3px #0e7ec4 solid;
}

#insurance-products
{
   width: 670px;
   height: 166px;
   margin: 0 auto;
}

#property-products
{
   width: 670px;
   height: 162px;
   margin: 0 auto;
   margin-top: 20px;
   padding-bottom: 15px;
}

#rolling-lines
{
   list-style-type: none;
   float: left;
   top: 20px;
   height: 60px;
   width: 600px;
   left: 360px;
   padding-left: 10px;
   padding-top: 20px;
   background: url("../images/top-right-background.jpg") no-repeat left top;
}

#rolling-lines li
{
   color: #133686;
   font-size: 18px;
   letter-spacing: 0.05em;
}

/* Home page - new additions */

#insurance-solutions
{
   float: left;
   position: relative;
   width: 362px;
   height: 217px;
   margin-left: 1px;
   background: url("../images/insurance-solutions.jpg") no-repeat left top;
}

#insurance-solutions h2.title
{
   height: 36px;
   margin: 10px 0 0 10px;
   text-indent: -10000px;   
   background: url("../images/what-is-title-insurance.png") no-repeat left top;
}

#products-services
{
   float: right;
   position: relative;
   width: 362px;
   height: 217px;
   background: url("../images/products-services.jpg") no-repeat left top;
}

#products-services h2.title
{
   height: 36px;
   margin: 10px 0 0 10px;
   text-indent: -10000px;
   background: url("../images/products-services-title.png") no-repeat left top;
}

#order-online
{
   float: left;
   position: relative;
   width: 362px;
   height: 217px;  
   margin-left: 1px;
   margin-top: 4px;
   background: url("../images/order-online.jpg") no-repeat left top;
}

#order-online h2.title
{
   height: 36px;
   margin: 10px 0 0 10px;
   text-indent: -10000px;
   background: url("../images/order-online-today.png") no-repeat left top;
}

#contact-us
{  
   float: right;
   position: relative;
   width: 362px;
   height: 217px;
   margin-top: 4px;
   background: url("../images/contact-us.jpg") no-repeat left top;
}

#contact-us h2.title
{
   height: 36px;
   margin: 10px 0 0 10px;
   text-indent: -10000px;
   background: url("../images/contact-us-title.png") no-repeat left top;
}

#insurance-solutions p
{
   color: #ffffff;
   padding-left: 15px;
   padding-right: 15px;
   margin-top: 10px;
   font-size: 1.2em;
   line-height: 20px;   
}

#products-services p
{
   color: #ffffff;
   padding-left: 15px;
   padding-right: 120px;
   margin-top: 10px;
   font-size: 1.2em;
   line-height: 20px;   
}

#order-online p
{
   color: #ffffff;
   padding-left: 15px;
   padding-right: 15px;
   margin-top: 10px;
   font-size: 1.2em;
   line-height: 20px;
}

#contact-us p
{
   color: #ffffff;
   padding-left: 15px;
   margin-top: 10px;
   font-size: 1.2em;
   line-height: 20px;
}

#insurance-solutions p a.more,
#order-online p a.more,
#contact-us p a.more,
#products-services p a.more
{
   background: url("../images/menu-decorator.png") no-repeat left center;
   color: #053768;
   display: block;
   left: 15px;
   padding: 2px 0 2px 15px;
   position: absolute;
   text-decoration: none;
   top: 180px;   
   border-bottom: none;
}

#insurance-solutions p a.more:hover,
#order-online p a.more:hover,
#contact-us p a.more:hover,
#products-services p a.more:hover
{
   color: #ffffff;
   text-decoration: none;
}

ul#scroll-holder
{
   width: 226px;
   height: 87px;
   float: left;
   margin-top: 2px;
   background: url("../images/scroll-back.jpg") no-repeat left top;
}

ul#scroll-holder li
{
   padding: 25px 0 0 15px;
   font-size: 1.2em;
   color: #ffffff;
}

#about-header
{
   width: 728px;
   height: 214px;
   background: url("../images/aboutus-title-header.jpg") no-repeat left top;
   margin: 0 auto;
}

#services-header
{
   width: 728px;
   height: 214px;
   background: url("../images/services-title-header.jpg") no-repeat left top;
   margin: 0 auto;
}

#contact-header
{
   width: 728px;
   height: 214px;
   background: url("../images/contactus-title-header.jpg") no-repeat left top;
   margin: 0 auto;
}

/* mews style in left column */

.list  li {
	clear: both;
}

.list  li .list-left-column {
	float: left;
	width: 80px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.list  li .list-left-column span {
	color: #0e7ec4;
}
.list  li .list-left-column div {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
.list li .list-right-column {
	float: left;
	width: 173px;
}

#content-container .list li .list-right-column  h3 {
	border-bottom: 0;
	color: #666;
	font-size: 13px;
	margin: 0;
}

#content-container #content #left .list {
	margin: 0px;
	list-style: none;
	padding: 0;
}


/* end of news style*/


/* footer layout */

#footer { 
	clear: both; 
	position: relative; 
	z-index: 10; 
	height: 35px; 
}

/* footer theme */

#footer  
{
   margin-top: 20px !important;
	background-color: #0e7ec4;
	color: #fff; 
	margin: 0 auto;
	float: left;
	margin-bottom: 20px;
	width: 960px;
   background: url("../images/footer.jpg") repeat-x bottom;
}

#footer p 
{
	margin-top:0;
	margin-bottom: 0;
	padding:10px 10px 0px 10px;
	color: #053768;
	float: left;
   font-size: 14px;	
}

#footer p.privacy
{
   float: right;
}

#footer span
{
   font-size: 10px;
}

#footer p a
{
   font-size: 14px;
	color: #053768;
	text-decoration: none;
}

#footer  p a:hover
{
   text-decoration: underline;
}

#footer #footer-menu 
{
	margin:0;
	padding:10px 10px 10px 0px;
	list-style:none;
	float: right;
}

#footer #footer-menu li
{
	display:inline;
	margin:0 0 0 8px;
}
#footer #footer-menu li a
{
	color:#053768;
	text-decoration: none;
	font-size: 11px;
}
#footer #footer-menu li a:hover
{
	border-bottom: 1px dotted #053768;
}
#footer #footer-menu li a.active 
{
	color: #053768;
	font-weight: bold;
	border-bottom: 1px dotted #053768;
}
#footer a
{
	color: #053768;
}

#prefooter 
{
	margin: 0 0 1px;
	width: 100%;
	height: 1px;
	clear: both;
}


/* end of footer */

/* links style */

#content-container  a:link, #content-container  a:active   
{
   text-decoration: none;
	color: #013a6f;
	border-bottom: 1px dotted #013a6f;
}
#content-container  a:visited  {
	color: #013a6f;
	border-bottom: 1px dotted #013a6f;
	text-decoration: none;
}
#content-container  a:hover {
	color: #013a6f;
	border-bottom: 1px solid #013a6f;
}


.url a {
	color: #0e7ec4;
	font-size: 18px;
	float: right;
	text-decoration: none;
	
}

/* end links */



/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #999;
}
input,
textarea{
	padding: 2px;
	font: 400 10px arial, sans-serif;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #0e7ec4 #0e7ec4 #0e7ec4 #0e7ec4;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}
input.button {
  padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #0e7ec4;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;
}

#submit {
	width: 101px;
	height: 30px;
	background: url("../images/submit_button.gif") no-repeat top right;
	border: 0;
	cursor: pointer;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #ccc solid;
	display: none;
}

.notification_ok {
	color: #229922;	
}

/* end of contact form style */




/* testimonial style */
/*clientSays - Client Says style for HEADER */

#header .box .testimonial blockquote{
	margin: 30px 0 0 15px;
	padding:0px 10px 20px 20px;
	background:url(../images/quote.gif) no-repeat top left;
	width:253px;
}
#header .box .testimonial blockquote p.quote{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;}


#header .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
/*clientSays - Client Says style for CONTENT */

#content .box .testimonial blockquote{
	margin: 0;
	padding:0px 10px 20px 30px;
	background:url(../images/quote_white.gif) no-repeat top left;
	width:223px;
}
#content .box .testimonial blockquote p.quote{
	text-align:left;
	font-size:15px;
	font-weight: bold;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
}

#content .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	
	font-size:12px;
	color:#999;
	font-weight:bold;
}

/* text style */




/* -------- misc style ----------*/

.image-left{
	padding:3px;
	margin:0 15px 0 0;
	border:1px solid #ccc;
}

.image-right{
	padding:3px;
	margin:0 0 0 15px;
	border:1px solid #ccc;
}


/* thumbnail in right column */

.image-left-small{
	background:#fff;
	padding:3px 3px;
	margin:0 3px 0 0;
	border:1px solid #ccc;
}

.image-right-small {
	background:#fff;
	padding:3px 3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border-small {
	background:#fff;
	padding:3px 3px;
	border:1px solid #ccc;
}


.image-border {
	padding:3px;
	border:1px solid #ccc;
}

.textblock {
	border: 1px #aaa solid;
	background-color: #fafafa;
	padding: 10px;
	color: #777;
	margin-bottom: 20px;
	
}

.clearit {
	clear: both;
}

/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* for portfolio page style */
#portfolio {
	margin-top: 10px;
}
#portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio ul li {
	clear: both;
	margin-top: 20px;
}
#portfolio ul li ul li {
	clear: both;
	margin-top: 5px;
}
#portfolio ul li ol li {
	clear: both;
	margin-top: 5px;
}


#portfolio {
	margin-top: 10px;
}
#portfolio ul li ul{
	margin: 0;
	padding: 0;
	list-style: square;
	padding-left: 16px;
	margin-left: 16px;
	
}


.portfolio-item {
	width: 100%;
}

.portfolio-item .portfolio-item-image {
	float: left;
	width: 45%;
}

.portfolio-item .portfolio-item-desc {
	float: left;
	width: 54%;
}


.padding-5 {
	padding: 5px;
	padding-top: 0;
}



/* table style */

/*
table {  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:97%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 8px;
}


thead th {
  color: #FFF;
  background-color: #5588bb;
  border-bottom: 3px solid #88aadd;
}

tbody tr.highlighted {
  background-color: #f8f8f8;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

tbody tr:hover td {
  background: #ededed; 

}
*/

table 
{
   line-height: 16px;
   font-size: 12px;
   margin: 0;
}

table td
{
   padding: 3px 0 3px 0;
}

table tr
{
   padding: 0 0 3px 0;
}

/* slider images */

#design1 {
	background: url("../images/screenshot.gif") no-repeat center;
}
#design2 {
	background: url("../images/screenshot2.gif") no-repeat center;
}
#design3 {
	background: url("../images/screenshot3.gif") no-repeat center;
}
		
/* end of slider images */

#home-body-copy
{
   clear: both;
   padding: 10px 20px 0 20px;
}

#home-body-copy p
{
   font-size: 14px;
   line-height: 22px;
   color: #555555;   
}

#home-body-map
{
   text-align: center;
}

#contact-body-copy
{
   padding: 40px 20px 0 20px;
}

#contact-body-copy p
{
   font-size: 14px;
   line-height: 24px;
}

#contact-body-copy h2
{
   color: #013A6F;
   font-size: 12px;
   font-weight: bold;
   border-bottom: none;
}

#contact-body-copy h3
{
   font-size: 14px;
   font-weight: bold;
   border-bottom: none; 
   margin-top: 5px;  
   color: #013A6F;
}

#about-body-copy,
#products-body-copy
{
   padding: 10px 20px 0 20px;
}

#about-body-copy h1.title,
#products-body-copy h1.title
{
   font-size: 28px;
   color: #013A6F;
   line-height: 34px;
   text-align: left;
   margin: 0;
}

#products-body-copy h2.title
{
   float: left;
   clear: both;
   font-size: 20px;
   color: #988344;
   line-height: 34px;
   margin: 0;
}

#about-body-copy a.title
{
   color: #013A6F;
   float: right;
   font-size: 16px;
   line-height: 22px;
   font-weight: bold;
   letter-spacing: 0.01em;
   font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial;
}

#about-body-copy p,
#products-body-copy p
{
   font-size: 14px;
   line-height: 20px;
}

#about-body-copy h2
{
   border-bottom: medium none;
   color: #013A6F;
   font-size: 15px;
   font-weight: bold;  
   margin-top: 30px; 
}

#about-body-copy ul 
{
   list-style-type: none;
   padding-left: 20px;
}

#about-body-copy ul li 
{
   background: url("../images/list-item-marker.png") left no-repeat;
   padding: 0 0 0 15px;
   margin-bottom: 10px;
   line-height: 20px;
   font-size: 14px;
}

#about-body-copy .team-profile-holder
{
   width: 100%;
}

#about-body-copy .team-member-profile
{
   float: left;
   padding: 10px;
   width: 310px;
   border: 1px solid #dfdfdf;
   -moz-border-radius: 4px;
   background: #ffffff;
   margin-right: 12px;
}

#about-body-copy a.team-div
{
   color: #013A6F;
   border-bottom: 1px dotted #013A6F;
   text-decoration: none;
   font-size: 14px;
   margin-right: 10px;
}

#about-body-copy a.team-div:hover,
#about-body-copy a.team-div-selected
{
   color: #988344;
   border-bottom: 1px dotted #988344;
   text-decoration: none;
   font-size: 14px;
   margin-right: 10px;
}

#about-body-copy a.team-div-selected
{
   font-weight: bold;
}

#about-body-copy img
{
   border: 0;
   float: left;
}

#about-body-copy img.profile-photo
{
   padding-right: 10px;
   padding-bottom: 10px;
}

#about-body-copy .name-holder
{
   float: left;
   width: 180px;
   margin-bottom: 20px;
}

#about-body-copy .profile-blurb
{
   font-size: 12px;
   line-height: 16px;  
   margin: 10px 0 0 0; 
}

#about-body-copy .profile-blurb-link
{
   font-size: 12px;
}

#about-body-copy span.name,
#about-body-copy span.position
{
   color: #013A6F;
}

#about-body-copy span.name
{
   font-size: 14px;
   line-height: 24px;
}

#about-body-copy span.position
{
   font-size: 12px;
}

#about-body-copy p.product-item-heading
{
   margin-bottom: 4px;
}

#about-body-copy p.product-item-top
{
   margin-top: 4px;
}

table.ratings
{
   border-color: #eeeeee;
   border-style: solid;
   border-width: 1px;
}

table.ratings td
{
   border-color: #eeeeee;
   border-style: solid;
   border-width: 1px;
}

.products-section
{
   float: left;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.products-section a
{
   font-size: 14px;
   float: left;
   clear: both;
   margin-top: 10px;
   border-bottom: none !important;
}

.products-section a:hover
{
   color: #988344 !important;
}

.products-section a.link-open
{
   background: url("../images/icon-collapse-plus.gif") left center no-repeat;
   padding-left: 15px;
}

.products-section a.link-close
{
   background: url("../images/icon-collapse-minus.gif") left center no-repeat;
   padding-left: 15px;
}

.products-section a.product-name
{
   font-size: 12px !important;
   margin-top: 2px;
   padding-left: 20px;
   white-space: nowrap;
}

/* services.html */

#services-body-copy
{
   padding: 40px 20px 0 20px;
}

#services-body-copy p
{
   font-size: 14px;
   line-height: 22px;
}

#services-body-copy h2
{
   border-bottom: none;
   color: #013A6F;
   font-size: 14px;
   font-weight: bold;   
}

#services-categories-holder
{
   width: 670px;
   height: 363px;
   margin: 0 auto;
   margin-bottom: 60px;
}

#regions-holder
{
   float: left;
   width: 582px;
   height: 158px;
   margin: 20px 0 60px 80px;
}

p.gold
{
   color: #988344;
}

p.blue
{
   color: #053868;
}

p.trademark
{
   font-size: 12px !important;
}

h2.gold
{
   color: #988344 !important;
}

span.super 
{
   font-size: 8px;
   font-weight: bolder;
   vertical-align: super;
}

ul.product-list li
{
   background: url("../images/list-item-marker.png") left 5px no-repeat !important;
}

div.address-holder
{
   float: left;
   width:230px;
}

a.industry-link
{
   display: block;
   float: left;
   margin: 0 20px 20px 0;
   border-bottom: none !important;
}

.loginLabel
{
	color: #053768;
}

p.centered
{
	text-align: center;
}
