
* {margin: 0; padding: 0;} 

#breadcrumbs {
	display: none;
}

/* ==================== general styles ===================== */

html {
	background-color: #ffffff;
}

body {
	padding: 0;
	margin: 0;

}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	
}

a, div, p, table {
	
}

a:link {
	text-decoration: none;
	color: #36ABD9;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	color: #36ABD9;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #36ABD9;
	font-weight: normal;
}

a:hover {
	color: #36ABD9;
	font-weight: normal;
	text-decoration: underline;
}

body h1 {
	font-size: 0px;
	margin: 0;
	padding: 0;
}

table, blockquot, acronym {
	font-size: 0.8em;	
}

table {
	margin: 1.25em 0 1em 0;
    border-collapse:collapse;	
}

td {
	border:none;;
	padding: 0.25em;	
}

th, thead, tfoot {
	vertical-align: middle;
	border: solid #CACACA 1px;
	color: #000;
	background: #EBEBEB;	
	padding: 0.25em;	
	font-weight: bold;	
}

caption {
	caption-side: bottom;
	font-size: 0.8em;	
	padding: 0 0 0.5em 0;
}

acronym {
	border-bottom: dashed #999999 1px;		
}

blockquote {
   padding: 0.85em 2.4em;
   font: italic 0.9em helvetica, arial, sans-serif;
   
   margin: 0.25em 0;
}



/* -------------------- TOP BAND -------------------- */

#top_band_left{
	background:  url(../images/topband_bg_left.gif) no-repeat left top;
}

#top_band_right {
	background: url(../images/topband_bg_right.gif) no-repeat right top;
}

#top_band_middle{
	width: 965px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/topband_bg.gif) top center no-repeat;
	height: 8px;
	padding: 0 0px 0 50px;
}
/* -------------------- NAV BAND -------------------- */

#nav_band_content {
	width: 965px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/navband_bg.gif) top center repeat-y;
	height: 100%;
	padding: 0 0 0 50px;
}

* html #top_band_right {
	margin-top: 0px;
	padding-top: 0px;
}

#main_nav li {
	display: inline;
	list-style-type: none;
}

#nonflash_logo {
	float: left;
	padding-top: 40px;
	margin-left: 28px;
	padding-left: 10px;
	height: 173px;
}

* html #nonflash_logo {
	margin-left: 14px;  /* is actually moving by increments of 2 */
}

#nonflash_nav {
	padding: 0px;
	float: left;
	margin-left: 4px;
	clear: right;
	display: block;
}

#nonflash_nav li {
	float: left;
	height: 62px;
	border-left: solid 1px #E0EAF5;
	margin: 0;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 0px;
	width: 75px;
}

#nonflash_nav p.nav_text {
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', 'Tahoma', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-transform:lowercase;
}

#nonflash_nav p.nav_text a {
	color: #434343 !important;
	
}

#logoholder {
	margin-left: -3px;
}

/* -------------------- CONTENT BAND -------------------- */
#content_band_content {
	width: 965px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/navband_bg.gif) top center repeat-y;
	height: 100%;
	padding: 0 0px 0 50px;
}

#content_band_left, #content_band_right {
	background: none;
}

#main_content {
	color: #42392D !important;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', Helvetica, Arial, sans-serif !important;
	background: none;
	padding-top: 0px;
	padding-left: 7px;
	margin-left: 28px;
	width: 833px;
	float: left;
	display: block;
}

* html #main_content {
	margin-left: 14px; 
}

/* -------------------- CONTENT STYLES -------------------- */

#main_content h1 {
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', 'Tahoma', Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	font-size: 2em;
	color: #4B4B4B !important;
	margin-bottom: 1em;
}

#main_content h2 {
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 1.2em;
	color: #43B0DB !important;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

#main_content h2.welcomepage {
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	font-size: 1em;
	color: #247A9B !important;
	margin-bottom: 0.6em;
	line-height: 1em;
	float: right;
	margin-top: -2.85em;
}
* html #main_content h2.welcomepage {
	margin-top: -3.25em;
}

#main_content h2.services {
	font-size: 1em;
	line-height: 1.3em;
	float: left;
	width: 130px;
}
* html #main_content h2.services {
	width: 60px;
}

#main_content h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333300 !important;
	margin-bottom: 0.2em;
}

#main_content p {
	padding-top: 1.2em;
	/*padding-bottom: 0.75em;*/
	color: #42392D !important;
}

#main_content p.services {
	padding-top: 0;
	margin-top: 0;
	margin-left: 20px;
	float: left;
	width: 660px;
	padding-bottom: 0.75em;
}

#main_content p.servicesHeader {
	padding-top: 0;
	margin-top: 0;
	float: left;
	width: 30px;
}

* html #main_content p.services {
	margin-left: 80px;
	width: 600px;
}

#main_content ul.services {
	padding-top: 0;
	margin-top: 0;
	margin-left: 185px;
	float: left;
	width: 660px;
	padding-bottom: 0.75em;
}
* html #main_content ul.services {
	margin-left: 100px;
	
	width: 600px;
	
}
* html #main_content ul.services li {
	margin-left: 20px; 
	list-style-type: disc !important;
}

#main_content p.p_image {
	margin-left: -5px;

}

* html #main_content p.p_image{
	overflow: display;
}

/* -------------------- FOOTER BAND -------------------- */


#footer_band_content {
	background: url(../images/navband_bg.gif) top center repeat-y;
	height: 100%;
	width: 965px;
	margin: 0px auto;
	padding: 0 0px 0 50px;
    text-align: left;
	font-family: 'LucidaSansStd', 'Lucida Sans', 'Lucida', Helvetica, Arial, sans-serif !important;
}

* html #footer_band_content {
	padding: 60px 0px 0 50px;
	min-height: 300px;
}

/* -------------------- FOOTER: affiliates band -------------------- */

#footer_affiliates {
	float: left;
	clear: both;
	width: 870px;
	text-align:center;
	margin-top: 60px;
	margin-left: 8px;
	padding-left: 10px;
}

* html #footer_affiliates {
	margin-top: 0;
	margin-left: 14px; 
}

ul#affiliates {
	list-style: none;
}

ul#affiliates li {
	display: inline;
	font-size: 0.6em;
	color: #4D4D4D;
	line-height: 52px;
	padding: 20px 10px 20px 10px; /* for spacing between logos and for height of border lines */
}

ul#affiliates li img{
	vertical-align: middle;
}

ul#affiliates li.border_li {
	border-right: 1px #A9A9A9 solid;
}

/* -------------------- FOOTER: nav menu -------------------- */

#footer_navmenu {
	font-size: 0.6em;
	text-align:center;
	width: 870px;
	float: left;
	clear: both;
}

* html #footer_navmenu {
	margin-left: 19px; 
}

ul#footer_nav {
	list-style: none;
	
}

ul#footer_nav li {
	display: inline;
	font-size: 0.9em;
	color: #4D4D4D;
	line-height: 27px;
	text-transform:lowercase;
	padding: 0 0.5em 0 0.5em;
}

ul#footer_nav li a, ul#footer_nav li a:link, ul#footer_nav li a:visited, ul#footer_nav li a:active {
	color: #4D4D4D !important;
}

ul#footer_nav li a:hover {
	color: #4D4D4D !important;
	text-decoration: underline;
}

ul#footer_nav li.border_li {
	border-right: 1px #A9A9A9 solid;
}

/* -------------------- FOOTER: copyright -------------------- */

#footer_copyright {

	float: left;
	clear: both;
	text-align:center;
	width: 870px;
	color: #4D4D4D;
	font-size: 0.6em;
	padding-bottom: 20px;
	
}

* html #footer_copyright {
	margin-left: 19px; 
}

/* -------------------- SITEBOTTOM -------------------- */

#sitebottom_band_content {
	background: url(../images/site_bottom_bg.gif) top center repeat-y;
	height: 77px;
	width: 965px;
	margin: 0px auto;
	padding: 0 0 0 50px;
    text-align: left;
}

* html #sitebottom_band_content {
	/*padding: 100px 0px 0 50px;
	min-height: 300px;*/
}

/* -------------------- CUSTOM STYLES -------------------- */

.highlight1 {
	color: #2DA7D7 !important;
}

.highlight2 {
	color: #333300 !important;
}


br.clear { clear: both; } /* hack to get background image to show in FF reference: 1 */ 

img.mapimage {
	float: right;
	margin-top: -48px;
}

*html img.mapimage {
	margin-top: -51px;
}

div#quote_holder {
	float:right;
	margin-top:58px;
	margin-right: 96px;
}

*html div#quote_holder {
	margin-right: 49px;
}


div#portfolio_scroller_holder {
	/*background: url(../images/portfolio_holder_bg.gif) no-repeat;*/
	width: 842px;
	height: 285px;
	position: absolute;
	top: 280px;
	margin-left:-10px;
	overflow: visible;
	visibility: visible;
	display: block;
	text-align: center;
}

div#portfolioholder1 {
	position: relative;
	top: 0px;
	left: 0px;
}
*html div#portfolioholder1 {
	top: -1px;
	left: 15px;
}

a.article_link {
	font-size: 0.8em; 
	font-weight: bold; 
	color: #36ABD9; 
	font-style: italic; 
}
/* FIX REFERENCES
1 - http://www.webmasterworld.com/css/3090004.htm 

*/
