* { 
	padding : 0; 
	margin : 0 auto; 
	border:0;			/* This removes the border around the viewport in old versions of IE */
}

body {
	font-size: 100%;	
	text-align: left;
	background-image: url(images/bbg.jpg);
	background-repeat: repeat-x;
} 

#main {
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
}

#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;	
}

a {
	color:#369;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding: 0 0 20px 0;
}

h1 {
	font-weight: bold;
	font-size:20px;
}

h2 {
	font-weight: normal;
	font-size:14px;
}

h3 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

p.indent {
	text-indent: 15px;
}

p.h3b {
	font-weight: bold;
	font-size:14px;
}

img {
	margin:10px 0 5px;
}

.lrg {
	font-size: 24px;
}

.vsmallrt {
	font-size: xx-small;
	text-align: right;
}

.small {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.boldunder {
	font-weight: bold;
	text-decoration: underline;
}

.under {
	text-decoration: underline;
}

.italics {
	font-style: italic; 
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}

ol.main {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.solicitation {
	list-style-type: decimal;
	list-style-position: inside;
	font-size:15px;
}

ol.solicitation li{
	padding-bottom: 10px;
}

/* used for the 'return to top' text area */
.top {
	font-size:x-small;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 140px;
	margin: 0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #FFF;	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1 img {
	float: none;
	margin: 0;
	padding: 0;
}

.col1,
.col2,
.col3,
.col3sp {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* .col1 {
	background-image:url(images/top_bar.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}*/

.col3 {
	background-image:url(images/news_bar.gif);
	background-repeat: no-repeat;
}
.col3sp {
	background-image:url(images/directory_bar.gif);
	background-repeat: no-repeat;
}

/* 3 Column settings */
.threecol .colmid {
	right:25%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.threecol .col3sp {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */

.clearfix{
	clear: both;
}

#footer {
	clear:both;
	float:left;
	width:100%;
}

.ftr {
	border-bottom:1px solid #990000;
	margin-left: 262px;
	margin-top: -2px;
}

#footer_nav {
	padding:10px;
	margin-left: 350px;
	margin-top: 40px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, georgia;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
}

#footer_nav ul{
	border-bottom:1px solid #990000;
}

#footer_nav li{
	display:inline;
	padding-right:10px;
	padding-bottom:15px;
	color:#FFF;
	font-weight: bold;
}

#footer_nav a{
	color:#FFF;
	text-decoration:none;
}

#footer_nav a:hover{
	text-decoration:underline;
}

/* left side navigation */

#navigation {
	width: auto; 
	padding-top:10px;; 
	padding-bottom: 80px;
	font-size: 16px;
	background-image:url(images/nav_lttop.gif);
	background-repeat: no-repeat;
}

#navigation .activemain {
	font-style:italic;
	font-weight: bold;
}

#navigation .active {
	font-style:italic;
	font-weight: bold;
	padding-left: 15px;
}

#last_list{
	background-image:url(images/nav_ltbottom.gif);
	background-repeat: no-repeat;
}

#navigation ul {
	margin:0px; 
	padding:0px;
}

#navigation ul li {
	list-style:none;
	padding-left:5px;
	color:#000;
	line-height:25px;
}

#navigation ul li:hover {
	position:relative;
}

#navlist a{
	display:block;
	line-height:25px;
	padding-top:8px;
	padding-left:25px;
	padding-bottom:0px;
}

#navigation ul li ol{
	left:250px;
	top:5px;
	border:#fff solid;
	border-width:1px;
	list-style:none;	
}

#navigation ul li ol li{
	border-left: 1px solid #990000;	
	margin-left: 20px;
	height: 25px;	
}

#navigation ul li ol li a{
	display: block;
	font-size: 16px;
	color: maroon;
	padding-top: 0px;
	padding-left: 10px;
	font-style: normal;
}

#navigation ul li ol li a:hover{
	color: #FFF;
}

#navigation ul ul {
	display:none;
	position:absolute;
	left:75px;
	top:5px;
	border:#fff solid;
	border-width:1px;
	background-color:#990000;
}

#navigation ul li:hover ul {
	display:block;
}

#navigation ul ul li {
	border:none; 
	width:120px;
	float:left; 
	display:inline;
	color: #FFF;
} 

#navigation ul ul li a{
	color: #FFF;
}

#navigation ul ul li:hover {
	text-decoration:underline; 
	border:none;
}

#navigation li:hover ul li ul {
	display:none;
}

#navigation ul ul li ul {
	left:110px; 
	background-color:#000099;
}

#navigation ul ul li:hover ul {
	display:block;
}

#last_list{
	background-image:url(images/nav_ltbottom.gif);
	background-repeat: no-repeat;
}

#last_navitem{
	background-image: url(images/nav_ftr.gif);
	background-repeat: no-repeat;	
}

/* right side ads */

.ads { 
	width : 150px; 
	margin-left : 5px; 
	margin-top : 25px;
	background-color: #f1e4ba;
	border:1px solid #1A2C54;
	font-size: .8em;
	font-family : verdana; 
} 

.ads #ebdirectory {
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
	border-bottom: #333 double;
}

.ads #ebdirectory a:hover {
	background-color:#a2c9db;
	color: #FFF;
	text-decoration: underline;
}

.ads #sp {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-family : verdana; 
	text-align: right;
	border: none;
	border-bottom: #333 double;
}

.ads #sp a:hover {
	background-color:#a2c9db;
	color: #FFF;
	text-decoration: underline;
}

.ads #sp2 #sp22 #sp23 #sp24 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-family : verdana; 
	text-align: left;
	border: none;
}

.ads #sp2 #sp22 #sp23 #sp24 a:hover {
	background-color:#a2c9db;
	color: #FFF;
	text-decoration: underline;
}

.ads  #sp2 #sp22 #sp23 #sp24 a { 
	color : #990000; 
	font-weight : normal; 
	text-decoration : none;
}

.ads #sp3 #sp32 #sp33 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-family : verdana; 
	text-align: left;
	border: none;
	border-bottom: #333 double;
}

.ads #sp3 #sp32 #sp33 a:hover {
	background-color:#a2c9db;
	color: #FFF;
	text-decoration: underline;
}

.ads  #sp3 #sp32 #sp33  a { 
	color : #990000; 
	font-weight : normal; 
	text-decoration : none;
} 

.ads p { 
font-family : verdana; 
font-size : 1em; 
padding-bottom : 5px; 
margin: 5px 0 0 0; 
text-align : left; 
}

.ads p a { 
	color : #990000; 
	font-weight : bold; 
	text-decoration : none;
} 

.ads p a:hover {
	background-color:#a2c9db;
	color: #FFF;
	text-decoration: underline;
}

.ads h4 { 
background-color : #1A2C54; /* color was a green 5f9b1e */
color : #fff; 
font-weight : bold; 
font-size : 1em; 
padding-bottom : 2px;
text-align: center;
text-decoration : underline; 
} 

.ads h5 { 
background-color : #1A2C54;
color : #fff; 
font-weight : bold; 
font-size : 1em; 
padding-bottom : 2px;
text-align: center;
text-decoration : underline; 
} 


.ads h3 { 
font-family : verdana; 
font-size : 1em; 
padding-top : 30px; 
padding-left : 3px; 
padding-bottom : 5px; 
color : #5f9b1e; 
text-decoration : underline; 
} 


/* Directory */

#directory {
	width:150px; 
	font-size:11px;
	background-image: url(images/dir_hdr.gif);
	background-repeat:no-repeat;
}

#directory p {
	clear: both;
	text-align: left;
	font-size:11px;
	color: #5f9b1e;
	font-weight: normal;
	padding: 20px 10px 0px 10px;
}

#directory p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/ss_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


/* Executive Board Directory */

#ebdirectory {
	width:150px; 
	font-size:11px;
	background-image: url(images/execbd_hdr.gif);
	background-repeat:no-repeat;
}

#ebdirectory p.first {
	clear: both;
	text-align: left;
	font-size:11px;
	color: #5f9b1e;
	font-weight: normal;
	padding: 50px 10px 0px 10px;
}

#ebdirectory p {
	clear: both;
	text-align: left;
	font-size:11px;
	color: #5f9b1e;
	font-weight: normal;
	padding: 20px 10px 0px 10px;
}

#ebdirectory p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/ss_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Success Stories */

#successes {
	width:150px; 
	font-size:11px;
	background-image: url(images/ss_hdr.gif);
	background-repeat:no-repeat;
}

#successes p{
	color: #5f9b1e;
	font-weight: normal;
	padding: 30px 10px 0px 10px;
}

#successes p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/ss_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* news s */

#news_{
}

#news_1{
}

#news_2{
}

#news_feed{
	margin-bottom:10px;	
}

#news_feed1{
	right: 25%;	
	/* it was width:220px */
	margin-left:10px;
	margin-bottom:15px;
	
}

/* styles for RSS Feed */

.burnerFeedBlock {
	 margin-top:0px;
	 margin-left:0px;
	 width: 150px;
	border-bottom: #333 double;
	padding-bottom: 5px;
	 
}

.Title, .Title a {
	font-family : verdana; 
	font-size : .8em; 
	color:#FFF;
	text-align:center;
	text-decoration:none;
}

.burnerFeedBlock ul{
	list-style-type:none;
}

.burnerFeedBlock li{
	border-bottom: #E5ECF9 groove; /* was #E5ECF9 light blue gray */
	font-family: verdana;
	font-size : .8em; 
	font-weight : normal; 	
	color:#000;
	
}

.headline {
	text-align:left;
	
}

.headline  a:link, .headline  a:visited, .headline  a:active {

	text-decoration:none;
	color: #000;
	}

.headline  a:hover { 
	text-decoration:none;
	color: #FFF;
	
	}
	
.date {
	font-size: 1em;
	font-weight : normal;
	color: #F60;
	}

#creditfooter{
	display:none;	
}

.hiddentext {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Figures for Feature Stories */

img.figurert {
	float: right;
	border: 0;
	padding: 2px 0 2px 15px;
}

img.figurelt {
	float: left;
	border: 0;
	padding: 2px 15px 2px 0;
	width: auto;
}

/* Form for SNL */

form {
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #163 double;
}

label {
	float: left;
	width: 120px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

input[type=text] {
	width: 180px;
	margin-bottom: 5px;
	background-color: #f1e4ba;
}

input[type=radio] {
	width: 10px;
	margin-bottom: 5px;
	background-color: #f1e4ba;
}

input[type=checkbox] {
	width: 10px;
	margin-bottom: 5px;
	background-color: #f1e4ba;
}

input[type=submit] {
	text-align: center;
	margin-top: 5px;
	width: 75px;
	background-color: #FFFFCC;
	border: #666699 1px groove;
}

li.firstsp{
	background-color: #ffff99;
}

/* Testimonials */

#testimonials {
	width:200px; 
	font-size:12px;
	background-image: url(images/testimonial_hdr.gif);
	background-repeat:no-repeat;
}

#testimonials p{
	color: #5f9b1e;
	font-weight: normal;
	padding: 10px 5px 0 5px;
}

#testimonials p.last{
	color: #5f9b1e;
	font-size:11px;
	font-weight: normal;
	padding: 0 5px 5px 5px;
	text-align:right;
	background-image: url(images/testimonial_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#testimonials-bubble { 
	width: 220px; 
	height: 260px; 
	margin: 0 0 0 10px; 
	background-image: url(images/bubble.jpg); 
	background-repeat: no-repeat;  
	padding: 45px 40px 0 20px; 
}
		
#testimonials-bubble p { 
	margin: 0; 	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #933E15; 
	font-weight: normal; 
	line-height: 120%; 
}

#testimonials-bubble-daylight { 
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_daylight_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

#testimonials-bubble-seacoast {  
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_seacoast_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

#testimonials-bubble-pixon { 
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_pixon_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

#testimonials-bubble-assure {  
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_assure_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

#testimonials-bubble-lumedyne {  
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_lumedyne_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

#testimonials-bubble-think { 
	width: 200px; 
	height: 190px; 
	background-image: url(images/bubble_think_sm.jpg); 
	background-repeat: no-repeat;
	margin-top: -80px;
	margin-left: -4px;
}

/* Announcements */

#announcements {
	width:150px; 
	font-size:11px;
	background-image: url(images/announce_hdr.gif);
	background-repeat:no-repeat;
}

#announcements p{
	color: #5f9b1e;
	font-size:14px;
	font-weight: bold;
	font-stretch: expanded;
	padding: 30px 10px 0px 10px;
	text-align: center;
}
#announcements p a:hover{
	background: #FFF;
}

#announcements p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/announce_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#announcements2 {
	width:150px; 
	font-size:11px;
	background-image: url(images/announcements_hdr.gif);
	background-repeat:no-repeat;
}

#announcements2 p{
	color: #5f9b1e;
	font-size:14px;
	font-weight: bold;
	font-stretch: expanded;
	padding: 30px 10px 0px 10px;
	text-align: center;
}
#announcements2 p a:hover{
	background: #FFF;
}

#announcements2 p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/announce_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


/* Solicitations */

#solicitations {
	width:150px; 
	font-size:11px;
	background-image: url(images/sol_hdr.gif);
	background-repeat:no-repeat;
}

#solicitations p{
	color: #5f9b1e;
	font-size:14px;
	font-weight: bold;
	font-stretch: expanded;
	padding: 30px 10px 0px 10px;
	text-align: center;
}

#solicitations p.last{
	color: #5f9b1e;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 20px 5px 5px 0;
	text-align:right;
	background-image: url(images/announce_ftr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

