/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* This is where you will place your css code. */
body {
	background-color: #E9F2EF;
}

strong {
	font-weight: bolder;
}


/* Navigation -----------------------------------*/
nav {
  float: right;
}

nav {
  padding: 0 0.7em;
  white-space: nowrap;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
	margin: 0 3px;
  list-style-type: none;
  display: inline-block;
}

.center-div {
	width: 800px;
	height: 40px;
	margin: 0 auto;
}

.s24 {
	width: 24px;
	height: 24px;
}

.textbox1 {
	padding-top: 40px;
}

#facebook .s24 {
	background: url(../images/social-media-sprite.png) no-repeat -24px 0px;
}

#facebook .s24:hover {
	background: url(../images/social-media-sprite.png) no-repeat -24px -24px;
}

#twitter .s24 {
	background: url(../images/social-media-sprite.png) no-repeat 0px 0px;
}

#twitter .s24:hover {
	background: url(../images/social-media-sprite.png) no-repeat 0px -24px;
}

/* Share Icons ----------------------------------- */
.s38 {
	width: 38px;
	height: 38px;
}

nav#share-icons {
  float: none;
}

nav#share-icons {
    margin-bottom: 20px;
}

nav#share-icons ul {
  margin: 0;
  padding: 0;
}

nav#share-icons ul li {
	padding: 0 5px;
  list-style-type: none;
  display: inline-block;
}

#s-facebook .s38 {
	background: url(../images/s-facebook.png) no-repeat;
}

#s-twitter .s38 {
	background: url(../images/s-twitter.png) no-repeat;
}

#s-pinterest .s38 {
	background: url(../images/s-pinterest.png) no-repeat;
}

#s-mail .s38 {
	background: url(../images/s-mail.png) no-repeat;
}

#s-link .s38 {
	background: url(../images/s-link.png) no-repeat;
}


nav ul li a {
  padding: 0 5px;
  font-weight: bold;
}

nav ul li a:visited {
  color: #09c;
}

nav ul li a:hover {
  text-decoration: underline;
}


/* OTHER SITES STYLING */
#bottom-wrapper {
	background: #C6DDD0 url(../images/tab-shadow.png) no-repeat center 0;
	height:230px;
	width:100%;
}
#other-sites {
	margin: 0 auto;
	height:82px;
	width: 100%;
}
#head-text {
	color:#999;
	font-size: 12px;
	padding: 15px 0 30px;
	text-align: center;
	letter-spacing: 1.5px;
	bottom: 180px;
	width: 100%;
}
#other-sites p {
	padding-top: 5px;
	text-indent: -27px;
}
#slider-wrapper {
	width: 980px;
	margin: 0 auto;
	bottom: 0;
	width: 100%;
}
#slider1 {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#slider1 div {
	width: 273px;
}
.bx-prev {
	position: absolute;
	top: 60px;
	left: -50px;
}
.bx-next {
	position: absolute;
	top: 60px;
	right: -50px;
}
.bx-wrapper {
	margin: 0 auto;
}
.box-window {
	padding-left: 100px;
}
.no-border, .no-border:hover {
	border: 0;
}