@charset "utf-8";

* {	padding:0;
	margin:0;}
	
	html {
     overflow: -moz-scrollbars-vertical;
}

html,body {height:101%} 

body  {
	background-color: #e8e6de;
	background-position: center top;
	scrolling: yes;	
	scrollbar-3dlight-color:#ffffff;   
	scrollbar-arrow-color:#8ca522;   
	scrollbar-arrow-size:20px;  
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;   
	scrollbar-face-color:#ffffff;   
	scrollbar-highlight-color:#8ca522;  
	scrollbar-shadow-color:#8ca522;  
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.7em; 	
	line-height: 1.2em; 	
	font-weight: normal; 	
	color: #6f7685; 
	border:0;
	min-height:101%;
	height:101%;
}
 #container { 
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background-color: #ffffff;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(../bkg/headcontentslice.gif);
	background-repeat: repeat-y;
} 

 #containerindex { 
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background-color: #ffffff;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(../bkg/headcontentslice2.gif);
	background-repeat: repeat-y;
}
 #header {

	background-color: #c0c0c0;
	background-image: url(../bkg/header.gif);
	height:164px;
	padding:0px;
	margin:0px;
} 

 #maincolumn{
	background-color: #c0c0c0;
	background-image: url(../bkg/maincontentslice.gif);
	background-repeat: repeat-y;
	width: 766px;
	height: auto;
	padding:0;
	margin:0;
	clear:both;


}

 #headcolumn{
	background-color: #c0c0c0;
	background-image: url(../bkg/headcontentslice.gif);
	background-repeat: repeat-y;
	width: 766px;
	height: auto;
	padding:0;
	margin:0;


}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	background-position: top;
	margin:0px;
}

	
 #mainContent {
	margin-top: 0;

	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

	width:544px;
	float:left;


}

 #homeContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:598px;
	float:left;
	background-color: #e8e6de;
	height:346px;

}

.newsitem {

	width:554px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;

	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6de;



} 

.linkspartners {

	width:554px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;

	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6de;
	


}

.linkspartners2 {

	width:565px;
	padding-top: 10px;
	padding-right: 10px;
	height:100px;

		clear:left;


}
 #footer {
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	text-align: center;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #e8e6de;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6de;
	height:30px;
		background-image: url(../bkg/home-sas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:50px;
		width: 746px;
		clear:both;
} 

 #indextext{
	text-align: center;
	width: 746px;
	height:auto;

	padding-top: 10px;
	padding-right: 10px;

	padding-left: 10px;
}

 #footerhome{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	text-align: center;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #e8e6de;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6de;
	height:40px;
	background-image: url(../bkg/home-sas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:both;
	width: 746px;


}
 #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		display:inline;
	font: bold 0.8em Helvetica, Arial, sans-serif;	
	color: #999; 
	text-decoration: none;
}

 #footerhome p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		display:inline;
	font: bold 0.8em Helvetica, Arial, sans-serif;	
	color: #999; 
	text-decoration: none;
}


#footer a:hover { 
color: #000000;
}
#footer a:active {
	color: #999; 
}

#footerhome a:hover { 
color: #000000;
}
#footerhome a:active {
	color: #999; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:0;
}
.newsimage{ /* this class can be used to float an element left in your page */
	padding-bottom:20px;



}

.fltlft2 { /* this class can be used to float an element left in your page */

	margin-right: 8px;
	margin-left: 8px;


}

.thumbs { /* this class can be used to float an element left in your page */

padding-bottom:20px;
border:0;


}



.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;


}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p{ 	font-family: Helvetica, Arial, sans-serif;	
	font-size: 1em; 
	font-weight: normal;
	line-height: 1.2em; 
	color: #6f7685; 
}

h2 {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 1em;
	color: #8ca522;
	font-weight: bold;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 2em;
	color: #6f7685;
	font-weight: bold;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:110%;
}

.title
{
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 2em;
	color: #6f7685;
	font-weight: bold;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:110%;
}




.rollover a {
	display:block;
	width: 104px;
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #6f7685;
	text-decoration: none;
	background-image: url(../bkg/bkgnav.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float:left;
}

.rollover a:hover { 
background-position: 0 0px;
color: #000000;
}
.rollover a:active {
background-position: 0 0px;
	color: #6f7685; 
}

#search {
	float:right;
	width:228px;
	height:82px;
	left: 500px;
	top: 350px;
	overflow: hidden;
	background-image: url(../images/searchgo.gif);
	background-repeat: no-repeat;
	
}

#headertitle {

	left: 310px;
	top:110px;
	overflow: hidden;
	border:0px;
	float:left;


}



.strong {
	font-weight: bold;
}

.phone {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 1em; 
	font-weight: normal;
	color: #6f7685; 
	background-image: url(images/phoneicon.gif);
	background-repeat: no-repeat;
	
}

#phone {
	position:relative;
	width:100px;
	height:20px;
	left: 100px;
	top: 74px;
	background-image: url(../images/phoneicon.gif);
	background-repeat: no-repeat;
}

.green {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 1em;
	color: #8ca522;
	font-weight: bold;

}

li {		
padding-left: 0px; 
margin: 0px;
line-height: 1.3em;}

ul{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #6f7685; 
	margin: 0px;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
	list-style-position: outside;
	padding-bottom: 10px;
	list-style-image: url(../images/greenbullet.gif);
}




a {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 1em; 
	font-weight: bold;
	color: #8ca522;
	text-decoration: underline;
}

a: visited {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.7em; 
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.copyright {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
	font-weight: normal;
	color: #6f7685; 
	padding-top:10px;
		padding-bottom:10px;

}

.copyrighthome {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
	font-weight: normal;
	color: #6f7685; 


}

.footernav {

	clear:both;
	padding-top:30px;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
	color: #999; 
}

.footernav2{

	clear:both;

	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
	color: #999; 
}

.subspec01 {

	width:173px;
	padding-right: 25px;
	float:left;
	text-align:left;
	padding-bottom: 20px;
}

.subspec02 {

	width:173px;
	padding-right: 25px;
	float:left;
	text-align:left;
	padding-bottom: 20px;

}

.subspec03 {

	width:173px;
	padding-right: 25px;
	float:left;
	text-align:left;
	padding-bottom: 20px;

}

#allsubspec {

	width:596px;

	padding-left: 132px;
	
	padding-bottom: 20px;
	height:auto;
}

.footernav a:hover { 
background-position: 0 0px;
color: #000000;
}
.footernav a:active {
background-position: 0 0px;
	color: #6f7685; 
}

.footernav a {
background-position: 0 0px;
	color: #6f7685; 
}

#footer a:hover { 
background-position: 0 0px;
color: #000000;
font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
}
#footer a:active {
background-position: 0 0px;
	color: #6f7685; 
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
}
#footer a {
background-position: 0 0px;
	color: #6f7685; 
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 0.9em;
}

.style1 {color: #333333}

   a:focus { -moz-outline-style: none; }
