@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F3E5CC;
}
h1 {
	font-size: 24px;
	color: #9BC447;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #9BC447;
	font-weight: bold;
}
h4 {
	color: #666;
	line-height: 10px;
}
p {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
p a:link {
	color: #666666;
	line-height: 18px;
}
p a:hover {
	color: #f99c32;
	line-height: 18px;
}
p a:visited {
	color: #666666;
	line-height: 18px;
}
.voxtwo #container {
	width: 964px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(image/container_bg_shadow.jpg);
	background-repeat: repeat-y;
} 
.voxtwo #header {
	height: 120px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 3px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.voxtwo #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 294px; /* 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 */
	height: 400px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}
.voxtwo #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#greenline {
	background-image: url(image/line_and_shadow.jpg);
	height: 30px;
	padding: 0;
	margin-top: 30px;
	margin-right: -30px;
	margin-left: -30px;
	background-repeat: no-repeat;
} 
.voxtwo #sidebar2 {
	width: 300px; /* 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 */
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	float: left;
}
#nav li {
   display:inline;
   padding:0;
   margin:0;
}
#nav a:link,
#nav a:visited {
	color:#666;
	display: inline-block;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	background-repeat: repeat-x;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background-position: top;
	font-weight: bold;
	background-image: url(image/green-line50.jpg);
	padding-right: 25px;
	padding-left: 0px;
}
#nav a:hover {
	color: #FBA328;
}
#home #nav-home a,
#about #nav-about a,
#benefits #nav-benefits a,
#corp #nav-corp a,
#uni #nav-uni a,
#news #nav-news a,
#contact #nav-contact a {
	color: #FBA328;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#benefits #nav-benefits a:hover,
#corp #nav-corp a:hover,
#uni #nav-uni a:hover,
#news #nav-news a:hover,
#contact #nav-contact a:hover {
	color: #FBA328;
}
#nav a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li#active a {
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.voxtwo #footer {
	background-image: url(image/footer_shadow.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding: 0;
	margin-top: 0;
	margin-right: -30px;
	margin-left: -30px;
} 
.voxtwo #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0px;
}
.voxtwo #footernav {
	background-image: url(image/nav_footer_shadow.jpg);
	background-repeat: repeat-x;
	height: 95px;
	padding: 0;
	margin-top: 0;
	margin-right: -30px;
	margin-left: -30px;
} 
.voxtwo #footernav p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0px;
}
.copyright {
	font-size: 9px;
	color: #999;
	text-decoration: none;
	padding-left: 40px;
}
.copyright a:link {
	color: #999;
	text-decoration: none;
}
.copyright a:hover {
	color: #f99c32;
}
.copyright a:visited {
	color: #999;
}
.copyrightwo {
	font-size: 9px;
	color: #999;
	text-decoration: none;
	padding-left: 40px;
	line-height: 27px;
}
.copyrightwo a:link {
	color: #999;
	text-decoration: none;
}
.copyrightwo a:hover {
	color: #f99c32;
}
.copyrightwo a:visited {
	color: #999;
}
.navflash {
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.nav-img {
	float: left;
}
.coach-pics {
	float: left;
	margin-right: 3px;
}
.coach-indent {
	margin: 0;
}
.coach-grey {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin-left: 3px;
	line-height: 25px;
}
.coach-grey a:link {
	text-decoration: none;
	color: #666666;
}
.coach-grey a:visited {
	text-decoration: none;
	color: #666666;
}
.coach-grey a:hover {
	color: #f99c32;
}
.coach-names {
	font-weight: bold;
	color: #f99c32;
	font-size: 12px;
	margin-left: 3px;
	line-height: 25px;
	text-decoration: none;

}
.coach-names a:link {
	text-decoration: none;
	color: #f99c32;
}
#course {
	list-style-type:none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 200px;
}
#course li {
	display:inline;
	padding:0;
	margin:0;
}
#course a:link,
#course a:visited {
	color:#666666;
	display: inline-block;
	text-decoration:none;
	font-size: 16px;
	float: left;
	height: 45px;
	line-height: 50px;
	background-position: left top;
	font-weight: bold;
	padding-right: 15px;
	background-image: url(image/green-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#course a:hover {
	color: #FBA328;
}
#cou #course-cou a,
#bes #course-bes a,
#per #course-per a,
#mee #course-mee a {
	color:#FBA328;
	background-image: url(image/green-arrow.gif);
	background-repeat: no-repeat;
}
#cou #course-cou a:hover,
#bes #course-bes a:hover,
#per #course-per a:hover,
#mee #course-mee a:hover {
	color: #FBA328;
}
#course a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#course li#active a {
}
#unicourse {
	list-style-type:none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 360px;
	clear: right;
}
#unicourse li {
	display:inline;
	padding:0;
	margin:0;
}
#unicourse a:link,
#unicourse a:visited {
	color:#666666;
	display: inline-block;
	text-decoration:none;
	font-size: 16px;
	float: left;
	height: 45px;
	line-height: 50px;
	background-position: left top;
	font-weight: bold;
	padding-right: 15px;
	background-image: url(image/green-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#unicourse a:hover {
	color: #FBA328;
}
#nhscourse {
	list-style-type:none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 330px;
	clear: right;
}
#nhscourse li {
	display:inline;
	padding:0;
	margin:0;
}
#nhscourse a:link,
#nhscourse a:visited {
	color:#666666;
	display: inline-block;
	text-decoration:none;
	font-size: 16px;
	float: left;
	height: 45px;
	line-height: 50px;
	background-position: left top;
	font-weight: bold;
	padding-right: 15px;
	background-image: url(image/green-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#nhscourse a:hover {
	color: #FBA328;
}
#unicou #unicourse-cou #nhscourse-cou a,
#unibes #unicourse-bes #nhscourse-bes a,
#uniper #unicourse-per #nhscourse-per a,
#unimee #unicourse-mee #nhscourse-mee a {
	color:#FBA328;
	background-image: url(image/green-arrow.gif);
	background-repeat: no-repeat;
}
#unicou #unicourse-cou #nhscourse-cou a:hover,
#unibes #unicourse-bes #nhscourse-bes a:hover,
#uniper #unicourse-per #nhscourse-per a:hover,
#unimee #unicourse-mee #nhscourse-mee a:hover {
	color: #FBA328;
}
#unicourse a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#unicourse li#active a {
}
fieldset {
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post {
	height:auto;
	width: 330px;
	border-bottom:solid 1px #e5e5e5;
	margin-top: 15px;
}
.post p {
	color:#999;
	padding-top: 0px;
	padding-left: 80px;
}
.post img {
	float: left; 
	display: inline; 
	border:solid 1px #e5e5e5; 
	padding:3px; 
	background:#fff; 
	margin-right:8px; 
}
.voxtwo #container #sidebar2 .post p a {
	font-size: 14px;
	font-weight: bold;
}
.voxtwo #container #sidebar2 .post p {
	font-size: 12px;
	line-height: 14px;
}
h3 {
	font-size: 16px;
	color: #F98828;
}
.nav-course-orange {
	color:#FBA328;
	padding-left: 20px;
	text-decoration:none;
	font-size: 15px;
	display: block;
	background-image: url(image/sml-green-arrow.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 20px;
	font-weight: bold;
}
.nav-course-orange a:link {
	text-decoration: none;
	color: #FBA328;
}
.nav-course-orange  a:visited {
	text-decoration: none;
	color:#FBA328;
}
.nav-course-orange a:hover {
	text-decoration: none;
	color: #FBA328;
}
.nav-course-green {
	color:#9BC447;
	padding-left: 20px;
	text-decoration:none;
	font-size: 15px;
	display: block;
	background-image: url(image/sml-green-arrow.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 20px;
	font-weight: bold;
}
.nav-course-green a:link {
	text-decoration: none;
	color: #9BC447;
}
.nav-course-green  a:visited {
	text-decoration: none;
	color:#9BC447;
}
.nav-course-green a:hover {
	color:#F90;
	text-decoration:none;
}
.logo-resize-width{
	width: 150px;
	height: auto;
	margin-bottom: 30px;
	margin-right: 15px;
	display: inline-block;
}
.logo-resize-height{
	width: auto;
	height: 70px;
	margin-bottom: 30px;
	margin-right: 15px;

}
/* BLOG FEED */

div.feedburnerFeedBlock p {
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}

div.feedburnerFeedBlock {
	height:auto;
	text-align: left;
	margin-top: 5px;
	}
	
div.feedBurnerFeedBlock p.feedTitle {
	text-align: left;
	font-size: 18px;
	color: #9BC447;
	font-weight: bold;
}

div.feedburnerFeedBlock p.feedTitle a {
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	color: #f99c32;
	display: block;
	padding-top: 10px;
	height: 25px;
	text-decoration: none;
}
	
div.feedburnerFeedBlock p.date {
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 10px;
	color: #666;
}
		
div.feedburnerFeedBlock li div {
	text-align: left;
	margin-left:0px;
	padding-bottom: 20px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	text-decoration: none;
}
	
div.feedburnerFeedBlock ul {
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;
}
	
div.feedburnerFeedBlock span.headline a {
	text-align: left;
	padding: 0;
	font-size: 16px;
	color: #666;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

div.feedburnerFeedBlock span.headline a:hover {
	text-align: left;
	color: #f99c32;
}
	
div.feedburnerFeedBlock ul li {
	list-style-type: none;
	text-align: left;
	margin-left:0px;
	padding: 0;
	margin: 0;	
}

#creditfooter {
	display: none;
}



/* END BLOG FEED */