@font-face {
	font-family: 'MuseoSlab';
	src: url('../fonts/museo_slab_500-webfont.eot');
    src: local('Museo Slab'), 
         url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont.svg#font') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans';
	src: url('../fonts/museosans_500-webfont.eot');
    src: local('Museo Sans'), 
         url('../fonts/museosans_500-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500-webfont.svg#font') format('svg');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Museo300';
	src: url('../fonts/museo300-regular-webfont.eot');
    src: local('Museo'), 
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#font') format('svg');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Museo500';
	src: url('../fonts/museo500-regular-webfont.eot');
    src: local('Museo'), 
         url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo500-regular-webfont.svg#font') format('svg');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700';
	src: url('../fonts/museo700-regular-webfont.eot');
    src: local('Museo'), 
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#font') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	background: #e1e2e2;
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

.article ul li {
	list-style: none;
}

p {
	line-height: 18px;
	margin: 0 0 18px 0;
}

a:link, a:visited {
	color: #008fe3;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.container {
	position: relative;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/header_bg.jpg) top center repeat-x;
	height: 80px;
	width: 100%;
}

#header_bottom {
	height: 1px;
	width: 100%;
	background: url(../img/header_bottom.png) top left repeat-x;
	position: relative;
	z-index: 100;
}

#logo {
	position: relative;
	width: 220px;
	height: 80px;
	float: left;
	background: url(../img/logo.png) top left no-repeat;
}

#logo a {
	width: 220px;
	height: 80px;
	display: block;
}

#main_nav {
	position: relative;
	float: right;
	font-family: 'MuseoSans', Arial, sans-serif;
	font-size: 16px;
}

#main_nav ul {
	list-style: none;
}

#main_nav ul li {
	float: left;
	margin: 0 0 0 40px;
}

#main_nav a {
	line-height: 80px;
	color: #fff;
	text-decoration: none;
    -moz-text-shadow: 0px -1px #000;
	-webkit-text-shadow: 0px -1px #000; 
	text-shadow: 0px -1px #000;
	font-weight: lighter;
}
  

#main_nav a:hover {
	line-height: 80px;
	color: #00afed;
	text-decoration: none;
}

#main_nav ul li.active a {
	color: #00afed;
}

#login {
	width: 80px;
	height: 35px;
	position: relative;
	float: right;
	margin: 20px 0 0 40px;
	overflow: hidden;
}

#login a {
	background: url(../img/login_btn.png) top left no-repeat;
	display: block;
	height: 35px;
	width: 80px;
}

#login a:hover {
	background-position: 0 -35px;
	cursor: pointer;
}

#login a:active {
	background-position: 0 -70px;
}
/* ------------------------------------------ BEGIN HOME PAGE STYLES ----------------------------------------- */
.home #feature {
	width: 100%;
	height: 400px;
	background: url(../img/home_bg.jpg) top center no-repeat #008fe3;
	position: relative;
	margin: -1px 0 0 0;
	color: #fff;
	-moz-text-shadow: 0px -1px #000;
	-webkit-text-shadow: 0px -1px #000; 
	text-shadow: 0px -1px #000;
	font-family: 'MuseoSlab', Arial, sans-serif;
}

.home #feature .container {
	height: 400px;
}

.home #feature_left {
	width: 635px;
	height: 400px;
	position: relative;
	float: left;
	margin: 0 0 0 -10px; 
}

.home #feature_left img {
	margin: 53px 0 0 0;
}

.home #feature_right {
	padding: 60px 0 0 0;
	width: 305px;
	height: 340px;
	position: relative;
	float: right;
	z-index: 100;
}

.home #feature ul {
	list-style-image: url(../img/feature_bullet.png);
	line-height: 22px;
	margin: 0 0 18px 0;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
}

.home #feature ul li {
	margin: 0 0 5px 25px;
}

.home .feature_title {
	font-size: 24px;
	line-height: 28px;
}

.home #feature a.explore {
	width: 238px;
	height: 50px;
	display: block;
	background: url(../img/explore_btn.png) top left no-repeat;
	overflow: hidden;
	text-indent: 1000px;
	line-height: 50px;
	margin: 0 0 0 -9px;
}

.home #feature a.explore:hover {
	background-position: 0 -50px;
	cursor: pointer;
}

.home #feature a.explore:active {
	background-position: 0 -100px;
}

.home #carousel {
	position: relative;
	height: 159px;
	width: 100%;
	background: url(../img/carousel_bg.jpg) top center repeat-x #333;
	font-family: Helvetica, Arial, sans-serif;
}

#carousel_left_gradient {
	position: absolute;
	top: 24px;
	left: -20px;
	height: 85px;
	width: 20px;
	background: url(../img/carousel_left_gradient.png) top left no-repeat;
	float: left;
	z-index: 5;
}

#carousel_right_gradient {
	position: absolute;
	top: 24px;
	right: -20px;
	height: 85px;
	width: 20px;
	background: url(../img/carousel_right_gradient.png) top left no-repeat;
	float: left;
	z-index: 5;
}

.jcarousel-container {
	width: 960px;
	padding: 0 0 0 0;
	position: relative;
	left: -10px;
}

.jcarousel-container p {
	color: #fff;
	-moz-text-shadow: 0px -1px #000;
	-webkit-text-shadow: 0px -1px #000; 
	text-shadow: 0px -1px #000;
	margin: 10px 0 0 0;
}

.jcarousel-clip {
    float: left;
    width: 960px;	
    position: relative;
}

.jcarousel-item {
    list-style: none; 
	float: left; 
	margin: 25px 10px 0 10px;
	height: 120px; 
	width: 220px;
	position: relative;
	top: 0; left: 0;
}

.jcarousel-item p {
	position: relative;
	margin: 10px 0 0 6px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.jcarousel-item a {
	position: relative;
	height: 83px;
	width: 220px;
	display: block;
}

.jcarousel-item img {
	background: url(../img/carousel_item_bg.png) center center no-repeat;
	position: absolute;
	left: 0; top:  0;
	margin: 0;
	padding: 6px;
	width: 208px;
	height: 71px;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
}

.jcarousel-item img.hover {
	background: url(../img/carousel_item_bg_hover.png) top left no-repeat;
	border: none;
	padding: 6px;
	left: 0; top: 0;
	position: absolute;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    width: 56px;
	height: 56px;
	position: absolute;
	top: 40px;
	right: 0;
	margin: 0 -20px 0 0;
	z-index: 100;
    background: url(../img/carousel_right_arrow.png) top left no-repeat;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 -56px;
    cursor: pointer;
}

.jcarousel-next-horizontal:active {
    background-position: 0 -112px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -168px;
}

.jcarousel-prev-horizontal {
    width: 56px;
	height: 56px;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0 0 0 -20px;
	z-index: 100;
	background: url(../img/carousel_left_arrow.png) top left no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0 -56px;
    cursor: pointer;
}

.jcarousel-prev-horizontal:active {
    background-position: 0 -112px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -168px;
}

/* ------------------------------------------------- ICONS FOR HOME CAROUSEL ------------------------------------------------*/
/* -------------			li#captionfromcarousel p {} 			------------------ */

li#resourcesharingforteachers p {
	padding: 0 0 0 20px;
	background: url(../img/resources_icon.png) center left no-repeat;
}

li#increaseinternalcommunication p {
	padding: 0 0 0 25px;
	background: url(../img/blogs_icon.png) center left no-repeat;
}

li#increasesenseofcommunity p {
	padding: 0 0 0 25px;
	background: url(../img/news_icon.png) center left no-repeat;
}

li#easyaccesstointernaldocuments p {
	padding: 0 0 0 20px;
	background: url(../img/doc_icon.png) center left no-repeat;
}

li#keepcontactsuptodate p {
	padding: 0 0 0 25px;
	background: url(../img/contacts_icon.png) center left no-repeat;
}

li#photogallery p {
	padding: 0 0 0 25px;
	background: url(../img/gallery_icon.png) center left no-repeat;
}

li#checktheweather p {
	padding: 0 0 0 23px;
	background: url(../img/weather_icon.png) center left no-repeat;
}

li#reducecorporateemailclutter p {
	padding: 0 0 0 20px;
	background: url(../img/bulletin_icon.png) center left no-repeat;
}

li#keeptrackofupcomingevents p {
	padding: 0 0 0 23px;
	background: url(../img/events_icon.png) center left no-repeat;
}

/* ------------------------------------------------- END ICONS FOR HOME CAROUSEL ------------------------------------------------*/


.home .testimonial {
	width: 450px;
	position: relative;
	float: left;
}

.home .testimonial img {
	position: relative;
	float: left;
}

.home .testimonial blockquote {
	/*background: url(../img/quote.png) top left no-repeat;*/
	padding: 2px 0 0 15px;
	margin: 0;
	width: 300px;
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #5f5f5f;	
}

.home .testimonial p.source {
	position: relative;
	/*float: left;*/
	clear: both;
	color: #a6a6a6;
	font-size: 14px;
	margin: 0 0 0 75px;
}

.home h1 {
	position: relative;
	font-family: 'Museo500', Arial, sans-serif;
	font-size: 20px;
	color: #008fe3;
	margin: 0 0 20px 0;
}

.home h2 {
	position: relative;
	font-size: 16px;
	color: #555;
	margin: 20px 0 20px 0;
	text-align: center;
}

.home h3 {
	position: relative;
	font-size: 12px;
	color: #777;
	margin: 0 20px 20px 20px;
	text-align: left;
}
/* ------------------------------------------ END HOME PAGE STYLES ----------------------------------------- */

/* ------------------------------------------ BEGIN INSIDE PAGE STYLES ----------------------------------------- */

#sub_head {
	height: 120px;
	width: 100%;
	background: url(../img/inside_subhead_bg.jpg) top left repeat-x;
	margin: -1px 0 0 0;
}

#sub_head_bg {
	width: 100%;
	height: 120px;
	background: url(../img/inside_subhead_pixel.png) top center no-repeat;
	position: absolute;
}
.page #content {
	padding-top: 25px;
}

#side_nav {
	width: 177px;
	min-height: 434px;
	background: url(../img/side_nav_bg.png) top left no-repeat;
	padding: 95px 0 0 0;
	position: relative;
	float: left;
}

#side_nav ul {
	list-style: none;
	font-family: 'MuseoSans', Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

#side_nav ul li {
	margin: 0 0 20px 0;
	width: 177px;
}

#side_nav ul li.active a {
	text-decoration: none;
	color: #056cc3;
	background: url(../img/side_nav_current.png) center right no-repeat;
}

#side_nav ul li a {
	height: 41px;
	width: 147px;
	display: block;
	line-height: 41px;
	padding: 0 30px 0 0;
	text-decoration: none;
	color: #404040;
}

#side_nav ul li a:hover {
	color: #056cc3;
}

.page .testimonial {
	width: 177px;
	position: relative;
	float: left;
}

.page .testimonial img {
	position: relative;
	float: left;
	margin: 0 0 0 15px;
}

.page .testimonial blockquote {
	/*background: url(../img/quote.png) top left no-repeat;*/
	padding: 2px 0 0 15px;
	margin: 15px 0;
	width: 137px;
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #5f5f5f;	
	text-align: ;
}

.page .testimonial p.source {
	position: relative;
	float: left;
	clear: both;
	color: #a6a6a6;
	font-size: 12px;
	margin: 0 25px 0 15px;
}

#articles {
	width: 683px;
	padding: 75px 0 0 80px;
	position: relative;
	float: left;
}

.page form {
	margin: 10px 0 0 0;
}

form div { clear: both; margin: 10px 10px 20px;}
form div label { float: left; width: 150px; margin: 0 15px 0 0;
	font-weight: normal;
	color: #404040;
	text-align: right;
}
form div label.long { width: 100%; margin: 10px 10px 10px 0;}

form div input.text { width: 300px; padding: 3px; height: 14px;}
form div textarea.textarea { width: 300px; margin: 0 0 10px;padding: 3px; height: 150px;}

input#submit {
	margin-left: 100px !important;
}
form div input.datepicker { width: 100px; }
form div input#submit { margin: 0; position: absolute; left: 150px; }
form h2 {
	margin: 0 0 25px 0;
}

div.error { font-style: italic; color: #c53c3e; margin: 0 0 30px; }
.page #main_content div.error p { margin: 0 0 5px; }
.home #main_content div.error p { margin: 0 0 5px; }

div.success {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 30px;
}

.page h1 {
	font-family: 'MuseoSlab', Arial, sans-serif;
	font-size: 30px;
	color: #008fe3;
	margin: 0 0 20px 0;
}

.page h2 {
	font-size: 19px;
	line-height: 28px;
	color: #000;
	margin: 0;
	font-weight: normal;
}

.page h3 {
	font-family: 'MuseoSans', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0 0 14px 0;
}

.page p {
	color: #404040;
}

p.page_title {
	font-family: 'MuseoSlab', Arial, sans-serif;
	font-size: 32px;
	line-height: 120px;
	color: #fff;
	margin: 0 0 20px 0;
}

.page .article {
	position: relative;
	width: 683px;
	padding: 0;
	margin: 0 0 40px 0;
	clear: both;
}

.page .articletext ul li {
	list-style: disc;
}

.page .articletext.odd {
	position: relative;
	float: right;
	width: 300px;
	padding: 0 25px 0 0;
	margin: 0;
}

.page .articletext.even {
	position: relative;
	float: left;
	width: 310px;
	padding: 0 25px 0 0;
	margin: 0;
}

.page .articleimg.odd {
	position: relative;
	float: left;
	width: 335px;
	margin: 0;
	padding: 0;
}

.page .articleimg.even {
	position: relative;
	float: right;
	width: 335px;
	margin: 0;
	padding: 0;
}

.articletext ul.bottom_nav {
	width: 683px;
	position: absolute;
	clear: both;
	background: url(../img/bottom_nav_bg.png) top center no-repeat;
	min-height: 143px;
	padding: 20px 0 0 0;
	margin: 0 0 0 50px;
	list-style: none;
	height: 50px;
}

.articletext ul.bottom_nav {
	width: 683px;
	position: absolute;
	clear: both;
	background: url(../img/bottom_nav_bg.png) top center no-repeat;
	min-height: 143px;
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	height: 50px;
}

ul.bottom_nav li {
	list-style: none;
}

/*.articletext.odd .bottom_nav.previous {
	position: absolute;
	left: -398px;
}*/

.articletext .bottom_nav.previous {
	position: absolute;
	left: 0;
	margin: 0;
}

ul.bottom_nav.previous li {
	height: 30px;
	line-height: 30px;
	width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
}

ul.bottom_nav.previous li a {
	background: url(../img/prev_btn.png) top left no-repeat;
	height: 30px;
	width: 120px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'MuseoSans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-align: right;
	position: absolute;
}

ul.bottom_nav.previous li a:hover {
	background-position: 0 -30px;
}

ul.bottom_nav.previous li a:active {
	background-position: 0 -60px;
	color: #ddd;
}

.articletext .bottom_nav.next {
	position: absolute;
	right: 0;
	margin: 0;
}

/*.articletext.odd*/ /*.bottom_nav.next {
	position: absolute;
	left: -398px;
}*/

ul.bottom_nav.next li {
	height: 30px;
	line-height: 30px;
	width: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	list-style: none;
}

ul.bottom_nav.next li a {
	background: url(../img/next_btn.png) top left no-repeat;
	height: 30px;
	width: 120px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'MuseoSans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 0;
}

ul.bottom_nav.next li a:hover {
	background-position: 0 -30px;
}

ul.bottom_nav.next li a:active {
	background-position: 0 -60px;
	color: #ddd;
}

#contact {
	width: 683px;
	position: relative;
	float: left;
	clear: both;
	margin: 100px 0 0 257px;
}

#contact p {
	color: #2b2b2b;
	font-family: 'MuseoSans', Arial, sans-serif;
	font-weight: lighter;
	font-size: 17px;
	position: relative;
	line-height: 50px;
	float: left;
}

#contact #contact_btn {
	width: 130px;
	height: 50px;
	float: left;
	margin: 0 0 0 30px;
}

#contact #contact_btn a {
	width: 130px;
	height: 50px;
	display: block;
	background: url(../img/contact_btn.png) top left no-repeat;
	overflow: hidden;
}

#contact #contact_btn a:hover {
	background-position: 0 -50px;
}

#contact #contact_btn a:active {
	background-position: 0 -100px;
}

/* ------------------------------------------ END INSIDE PAGE STYLES ----------------------------------------- */

/* ------------------------------------------ BEGIN SHARED STYLES ----------------------------------------- */

#content {
	width: 100%;
	height: auto; 
	position: relative;
	background: #f5f5f5;
	padding: 40px 0 40px 0;
}

#footer {
	border-top: 1px solid #d3d3d3;
	width: 100%;
	position: relative;
	clear: both;
	font-size: 12px;
	color: #a7a7a7;
	padding: 40px 0 40px 0;
}

#footer p {
	margin: 0;
}
#footer .container p a {
	color: #787a7a;
}
#footer .container p a:hover {
	color: #008fe3;
	text-decoration: none;
}
.clear {
	position: relative;
	clear: both;
}
