body {
	margin: 0 auto;
	font: normal 100% "Georgia","Times New Roman","Times",serif;
	color: #DAE6F2;
	text-align: center;
	background: #fff;
}

a {
	color: #fff;
}

.ads {
    padding: 12px 0 12px 0; font-family: "Arial","Verdana","Helvetica",sans-serif; text-align: center;
}

.skip {
	position: absolute; left: -5000px;
}

#wrapper {
    width: 950px;
	 margin: 0 auto;
	 padding-top: 10px;
}

#logo {
	float: left;
}

/* Navigation */
#nav {
	float: left;
	width: 646px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #67BD45;
	border-top: 1px solid #67BD45;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 55px;
	margin-left: 25px;
}

#nav li {
	list-style: none;
	width: 83px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#nav li a {
	display: block;
	padding: 4px;
	text-align: center;
	width: 83px;
	color: #333;
	text-decoration: none;
}

#nav li a:hover, #nav li a.selected {
	background: #363F48;
	color: #fff;
	text-decoration: none;
}

/* Main Image Display: */
a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
		
#wrap {
	margin: 0 auto;
	background: #fff url('/images/scroll2.jpg') bottom right no-repeat;
	width: 900px;
	height: 425px;
}

#wrap .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	float: left;
	width: 850px;
	height: 375px;
	border: 1px solid #67BD45;
}

#wrapfull {
	margin: 0 auto;
	background: #fff url('/images/scroll2.jpg') bottom right no-repeat;
	width: 880px;
	padding: 10px 20px 48px 10px;
	text-align: left;
}

#wrapfull .slider-wrap {
	float: left;
	width: 830px;
	border: 1px solid #67BD45;
	padding: 10px;
	color: #333;
}

.front {
	min-height: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* These 2 lines specify style applied while slider is loading */
.csw {color: #888; width: 800px; height: 360px; background: transparent; overflow: hidden;}
.csw .loading {color: #888; margin: 200px 0 300px 0; text-align: center;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 375px;
	padding: 0;
	margin: 0;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	padding: 0;
	margin: 0;
	height: 375px;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 375px;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
}

.stripViewer .panelContainer .panel .wrapper img {
	float: left;
}

.stripViewer .panelContainer .panel .wrapper .desc {
	float: left;
	margin: 0px 0 0 0px;
	color: #000;
	width: 445px;
	padding: 50px 0px 0 55px;
}

.stripViewer .panelContainer .panel .wrapper .descfull {
	float: left;
	margin: 0px 0 0 0px;
	color: #000;
	width: 725px;
	padding: 50px 0px 0 55px;
}

.info #wrap {
	height: 100%;
}

.info .stripViewer {
	border: 1px solid red;
}

.info .stripViewer .panelContainer {
	bordeR: 1px solid blue;
	height: 100%;
}

.info .stripViewer .panelContainer .panel .wrapper {
	width: 790px;
	margin: 0;
	padding: 10px;
	float: left;
	color: #333;
	font-size: .9em;
	overflow: auto;
	height: 350px;
}

.info div.care {
	display: block;
	float: left;
	width: 570px;
	font-size: .8em;
	margin-left: 25px;
	font-style: italic;
}

.info div.care h3 {
	font-size: 1.5em;	
	color: #6CBB44;
}

.info div.care h4 {
	margin: 0;
	font-size: 1.2em;
	font-style: normal;
	font-variant: small-caps;
	color: #6CBB44;
}


h1 {
	font-size: 2.4em;
	width: 400px;
	margin: 0;
	height: 55px;
	line-height: 2.2em;
}

p.descr {
	margin: 0;
	padding: 0;
	font-size: .7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 130px;
	overflow: auto;
	margin-right: 110px;
}

.descfull p.descr {
	width: 600px;
	font-size: .8em;
}

p.pricing {
	margin: 5px 0 0 0;
	padding: 0;
	color: #67BD45;
	font-weight: bold;
	text-align: left;
	margin-right: 110px;
	width: 330px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}
		
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
	
.stripNav a:hover {
	background: #9cf;
}
	
.stripNav a.current {
	background: #39c;
	color: #fff;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 20px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
		
.stripNavL {
	left: 0;
}
		
.stripNavR {
	right: 0;
}
		
.stripNavL {
	background: url("/images/arrow-left.gif") no-repeat center;
	display: none;
}
		
.stripNavR {
	background: url("/images/arrow-right.gif") no-repeat center;
	display: none;
}
		
		
/* Image Thumbnails */
.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative;
	width: 850px;
	margin: 0 auto 20px 30px;
	text-align: left;
	background: #000;
	font-weight: bold;
}
.news_slider .messaging {
	display: block;
	padding: 5px;
	margin: 0 20px 5px 20px;
	background: #000;
}
.news_slider .prev, .news_slider .next {
	position: absolute;
	top: -1px;
	display: none;
}

.news_slider .next {
	right: 0px;
}

.news_slider .container {
	position: relative; top: 0; left: 0px; width: 750px; background: #000;
}
.news_slider .news_items {
 /*
     The width must be equal to .item ((width + margin-right) * 2).
 */
	position: relative; width: 760px; top: 0; left: 45px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0 0 2px 0;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 120px;
	margin-right: 10px;
}

.item :hover {

}

.news_slider .item img {
	padding: 10px;
}

#MasseyMedia {
	font-size: .6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 950px;
	text-align: center;
	background-color: transparent;
	color: #888;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 150px;
	margin: 0 auto;
}

#MasseyMedia a {
	color: #080743;
}

#MasseyMedia img {
/*	display: none;*/
}
