html {
	overflow-y: scroll;	
}
#wrapper {
	width: 950px;
	border: none;
	clear: both;
	background: #FFFFFF;
	margin: 0 auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../graphics/bgRepeat.gif) repeat;
}

h1 {
	color: #259672;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
}

h2 {
	color: #275243;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
    margin-bottom: 4px;
    padding: 0;
}

.header {
	clear: both;
}

#mainContent {
	clear: both;
}

#flash {
	height: 171px;
	position:absolute;
	padding: 0px;
	margin: 0px;
	float:left;
}

#navigation {
	height: 41px;
	width: 590px;
	background: url(../graphics/navigationBg.gif);
}
#date {
	background: #3d7e69;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width:950px;
}
#content {
	background: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	width: 700px;
	float:left;
}

#contentRight {
    background: url("../graphics/rightcta.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 305px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 199px;
}
#contentRightrequest {
    float: right;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 199px;
	top:10px;
}
#contentRightrequest a {
    background: url("../graphics/request-button-up.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    right: 11px;
    top: 62px;
    width: 176px;
}
#contentRightrequest a:hover {
    background: url("../graphics/request-button-over.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    width: 176px;
}
#contentRightrequest2 {
    float: right;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 199px;
	top:10px;
}
#contentRightrequest2 a {
    background: url("../graphics/quick-button-up.jpg") repeat scroll 0 0 transparent;
    bottom: 0;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    right: 11px;
    width: 176px;
}
#contentRightrequest2 a:hover {
    background: url("../graphics/quick-button-over.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    width: 176px;
}
#contentRightrequest3 {
    float: right;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 199px;
	top: 8px;
}
#contentRightrequest3 a {
    background: url("../graphics/collection-button-up.jpg") repeat scroll 0 0 transparent;
    bottom: 0;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    right: 11px;
    width: 176px;
}
#contentRightrequest3 a:hover {
    background: url("../graphics/collection-button-over.jpg") repeat scroll 0 0 transparent;
    float: right;
    height: 43px;
    overflow: hidden;
    position: relative;
    width: 176px;
}

* html #content {
	height: 1%;	
}
.date {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-right: 5px;
}
.buttons {
	padding-top: 3px;
}
#title {
	background: #FFFFFF;
	padding-top: 13px;
	padding-left: 9px;
}
#rightImage {
	background: #FFFFFF;
	float: right;
	width: 190px;
	margin-left: 10px;
	height: 342px;
	border: 1px none #373B2F;
}
.dotted_horizontal {
	background: url(../graphics/dottedBG.gif) repeat-x;
}
.dottedVertical {

	background: #66CC99 url(../graphics/dottedBG.gif) repeat-y;
	float: right;
	width: 1px;
	height: 100%;
}
#leftImage {
	background: #FFFFFF;
	float: left;
	width: 190px;
	height: 342px;
	border: 1px none #373B2F;
	margin-right: 10px;
}
a:link {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #259672;
	text-decoration: none;
}
#contentList {
	background: #FFFFFF;
	padding-left: 24px;
	float:left;
	width:700px;
}

.news-item {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.news-item h2 {
	margin: 0 0 3px;	
}
	.news-item h2 a {
		text-decoration: underline;
		font-size: 12px;
		color: #259672
	}
	.news-item h2 a:hover {
		color: #275243;	
	}
.news-item p {
	margin: 0;	
}
#news-col {
	float: left;
	width: 246px;
}
#google-news-col {
	float: right;
	width: 300px;
}

.footer-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #FFFFFF;
    color: #666666;
    font-size: 10px;
    height: 170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 50px;
    width: 100%;
    z-index: 1;
	float:left;
}
.footer {
    background: none repeat scroll 0 0 #B8B2A0;
    border: 0 solid #FFFFFF;
    color: #666666;
    font-size: 10px;
    height: 170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 950px;
    z-index: 1;
}
.footer a {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
    z-index: -9999;
}
.footer a:hover {
    color: #666666;
    font-size: 10px;
    text-decoration: underline;
    z-index: -9999;
}

.footer a:active {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
    z-index: -9999;
}

#leftcolumn {
    border: 0 none;
    float: left;
    line-height: 0.3px;
    width: 600px;
}
#rightcolumn {
    border: 0 none;
    float: right;
    line-height: 0.3px;
    width: 295px;
	margin-top: 20px;
}

#banner-text {
    margin-left: 517px;
    margin-top: 15px;
    padding-top: 20px;
    width: 845px;
}

#top-cta {
	float:left;
	position:relative;
    width: 360px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#top-menu-bg {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    height: 38px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
	float: left;
	background-color: #FFFFFF;
}

#top-menu {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 38px;
    margin: 0 auto;
    padding: 0;
    width: 950px;
	float: left;
	
}

#top-menu ul {
    display: block;
    float: left;
    height: 38px;
    margin: 0 auto;
    padding: 0;
}
#top-menu ul li {
    display: inline;
    float: left;


}
#top-menu ul li a {
    color: #086d4b;
    display: block;
    float: left;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    padding: 12px 12px 16px 10px;
	height: 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
	background:url(../graphics/menu-bg.jpg);
	
}
#top-menu ul li a.active {
    background:url(../graphics/menu-bg-over.jpg);
    color: #FFFFFF;
    display: block;
    float: left;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    padding: 12px 12px 16px 10px;
	height: 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

#top-menu ul li a:hover {
    background:url(../graphics/menu-bg-over.jpg);
    display: block;
    float: left;
	color: #FFFFFF;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    padding: 12px 12px 16px 10px;
    position: relative;
	height: 10px;
    text-decoration: none;
    z-index: 1;
}

.shadow {
   -moz-box-shadow:inset 0px 0px 10px #333;
   -webkit-box-shadow:inset 0px 0px 10px #333;
   box-shadow:inset 0px 0px 10px #333;
}

#contentRightTest {
    background: #FFFFFF;
    float: right;
    height: 480px;
    overflow: hidden;
    position: relative;
    width: 200px;
}
		
		#testimonial {
		    width:200px;
		    float:left;
		    display:inline;
			position:relative;
			}
			
			.quote {
				font-size:15px;
				font-family:Arial, Helvetica, sans-serif;
				color:#000;
				text-align:center;
				padding: 0px;
				margin: 0px;
				}
			
			.name {
				color:#000;
				font-style:italic;
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				text-align:center;
				padding: 0px;
				margin: 0px;
				}
			
			.company {
				color:#000;
				font-size:10px;
				font-family:Arial, Helvetica, sans-serif;
				text-align:center;
				padding: 0px;
				margin: 0px;
				}
	

/* tips */



#tips, #tips li{

	margin:0;

	padding:0;

	list-style:none;

	}

#tips{

margin: 0;

	}

#tips li{

	padding:0px;

	background: #FFFFFF;

	display:none; /* hide the items at first only to display one with javascript */

	}

/* // end of tips */
