/* `XHTML, HTML4, HTML5 Reset
-------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border:0;
  margin:0;
  padding:0;
  font-size:12px;
}

html,
body {
  height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display:inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display:block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight:bold.
  Gecko + WebKit = font-weight:bolder.
*/
  font-weight:bold;
}

img {
  color:transparent;
  font-size:0;
  vertical-align:middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode:bicubic;
}

ul {
  list-style:none;
}


table {
  border-collapse:collapse;
  border-spacing:0;
}

th,
td,
caption {
  font-weight:normal;
  vertical-align:top;
  text-align:left;
}

q {
  quotes:none;
}

q:before,
q:after {
  content:'';
  content:none;
}

sub,
sup,
small {
  font-size:75%;
}

sub,
sup {
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub {
  bottom:-0.25em;
}

sup {
  top:-0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow:hidden;
}
.clearfix:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
html[xmlns] .clearfix {
  display:block;
}
* html .clearfix {
  height:1%;
}
.clearfix {
	display:inline-block;
}

a {
  text-decoration:none;
}
*:focus {
	outline:none;
}

body {
	overflow-x:hidden;
	font-family:Arial, sans-serif;
}

strong {
	font-weight:bold;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author:Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline:none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin:0; padding:0; list-style:none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin:0; padding:0;}
.flexslider .slides > li {display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width:100%; display:block;}
.flex-pauseplay span {text-transform:capitalize;}

/* Clearfix for the .slides element */
.slides:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;} 
html[xmlns] .slides {display:block;} 
* html .slides {height:1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display:block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0 0 60px; background:#fff; border:4px solid #fff; position:relative; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px; box-shadow:0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2); -moz-box-shadow:0 1px 4px rgba(0,0,0,.2); -o-box-shadow:0 1px 4px rgba(0,0,0,.2); zoom:1;}
.flex-viewport {max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease;z-index:9;}
.loading .flex-viewport {max-height:300px;}
.flexslider .slides {zoom:1;}

.carousel li {margin-right:5px}


/* Direction Nav */
.flex-direction-nav {*height:0;}
.flex-direction-nav a {width:30px; height:30px; margin:-20px 0 0; display:block; background:url('/images/bg_direction_nav.png') no-repeat 0 0; position:absolute; top:50%; z-index:10; cursor:pointer; text-indent:-9999px; opacity:0; -webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next {background-position:100% 0; right:-36px; }
.flex-direction-nav .flex-prev {left:-36px;}
.flexslider:hover .flex-next {opacity:0.8; right:5px;}
.flexslider:hover .flex-prev {opacity:0.8; left:5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:1;}
.flex-direction-nav .flex-disabled {opacity:.3!important; filter:alpha(opacity=30); cursor:default;}

/* Control Nav */
.flex-control-nav {width:100%; position:absolute; bottom:-40px; text-align:center;}
.flex-control-nav li {margin:0 6px; display:inline-block; zoom:1; *display:inline;}
.flex-control-paging li a {width:11px; height:11px; display:block; background:#666; background:rgba(0,0,0,0.5); cursor:pointer; text-indent:-9999px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background:#333; background:rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background:#000; background:rgba(0,0,0,0.9); cursor:default; }

.flex-control-thumbs {margin:5px 0 0; position:static; overflow:hidden;}
.flex-control-thumbs li {width:25%; float:left; margin:0;}
.flex-control-thumbs img {width:100%; display:block; opacity:.7; cursor:pointer;}
.flex-control-thumbs img:hover {opacity:1;}
.flex-control-thumbs .flex-active {opacity:1; cursor:default;}

@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {opacity:1; left:0;}
  .flex-direction-nav .flex-next {opacity:1; right:0;}
}


/*-----------------------------------------
    	Logo
 -------------------------------------------*/

#logo {
	width:100%;
	background-color:#262a2d;
}
#logo section {
	width:980px;
	height:61px;
	margin:auto;
	border-bottom:1px solid #eaeaea;
	background-color:#f0f2f4;
}
#logoBox {
	float:left;
	width:450px;
	padding:10px 0px 10px 20px;
}
#extra {
	float:right;
	padding:35px 20px 10px 0;
	font-size:9px;
	color:#3fb0f7;
}
#extra a {
	color:#3fb0f7;
}

/*-----------------------------------------
    	Menu 
 -------------------------------------------*/

#menu {
	position:absolute;
	z-index:99999;
	width:100%;
}
#menu section {
	position:relative;
	z-index:10;
	width:980px;
	height:62px;
	margin:auto;
	background-color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#menu section > ul {
	margin-left:20px;
	padding-top:21px;
}
#menu li {
	position:relative;
	display:inline-block;
	height:45px;
	margin-right:25px;
}
#menu li > a {
	text-transform:uppercase;
	padding-top:19px;
	color:#6f6b6b;
	font-size:13px;
}
#menu a:hover {
	color:#76c1f7;
}
#menu li.selected a {
	border-top:2px solid #76c1f7;
}

/*-----------------------------------------
    	Sub-Menu 
 -------------------------------------------*/

#menu .sub-menu {
	position:absolute;
	left:0;
	top:41px;
	border-left:3px solid #6ca7d3;
	display:none;
}
#menu .sub-menu li {
	float:left;
	width:220px;
	height:auto;
	margin:0;
	border-top:1px solid #dfdfdf;
	background:#eff1f3;
}
#menu .sub-menu a {
	text-transform:none;
	display:block;
	height:38px;
	margin:0;
	padding:12px 15px;
	color:#6e6c6c;
	font-size:12px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#menu li.selected .sub-menu a {
	border:none;
}
.no-js #menu li:hover .sub-menu {
	display:block;
}
#menu .sub-menu a:hover {
	color:#6ca7d3;
}

/*-----------------------------------------
    	Search
 -------------------------------------------*/

#search {
	position:absolute;
	width:100%;
	height:138px;
	background-color:#43494c;
}
#search section {
	width:980px;
	margin:auto;
}
#search div {
	position:relative;
	z-index:1000;
	float:right;
	margin:85px 20px 33px 0;
}
.searchBox {
	width:240px;
	height:26px;
	padding:0 5px;
	border:0;
	background:#72828f;
	color:#fff;
	vertical-align:middle;
}
/*
.searchButton {
	width:61px;
	height:26px;
	margin-left:10px;
	border:0;
	background:url(/images/button_search.png);
	color:#fff;
	text-indent:-9999px;
}
*/
.searchButton {
	margin-left:10px;
	vertical-align:middle;
}

/*-----------------------------------------
    	Header Info
 -------------------------------------------*/

#info {
	position:absolute;
	z-index:999;
	width:100%;
}
#info section {
	position:relative;
	width:980px;
	margin:auto;
}
#info div {
	float:left;
	width:386px;
	padding-top:85px;
	background-color:#4496d2;
}
#info p {
	margin: 0;
	padding:0 0 24px 20px;
	color:#eff1f3;
	line-height:1.5em;
	white-space:nowrap;
	overflow:hidden;
}
#info p a {
	color:#eff1f3;
}

.element {
	position:absolute;
	display:block;
	width:100%;
	height:183px;
	background:none repeat scroll 0 0 #4496d2;
}
.leftElement {
	left:-100%;
}
.rightElement {
	right:-100%;
}
.triangle {
	display:block;
	width:0;
	height:0;
	margin-left:386px;
	border-top:181px solid #4496d2;
	border-left:0px solid transparent;
	border-right:100px solid transparent;
	text-indent:-9999px;
}

/*-----------------------------------------
    	Main Container + Columns
 -------------------------------------------*/

#contentBk {
	z-index:10;
	width:100%;
	margin-top:138px;
}
#content {
	z-index:1;
	display:block;
	width:980px;
	margin:auto;
}

.column {
	float:left;
	padding:20px 20px 0 20px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.column h3 {
	padding-bottom:7px;
	border-bottom:1px solid #E8EAEE;
	color:#5d6f8d;
	font-size:18px;
	font-weight:normal;
}

.wrapper {
	width:1020px;
	margin-left:-20px;
}
.last:after {
	clear:left;
}

.c-25 {
	width:25%;
}
.c-30 {
	width:30%;
}
.c-33 {
 	width:33.33%;
}
.c-40 {
	width:40%;
}
.c-50 {
	width:50%;
}
.c-67 {
 	width:66.66%;
}
.c-75 {
	width:75%;
}
.c-100 {
	width:100%;
}

.right {
	float:right;
}

/*-----------------------------------------
    	Slider Structure
 -------------------------------------------*/

#homeSlider {
	height:371px;
	overflow:hidden;
	position:relative;
}
.flexslider {
	width:979px;
	height:287px;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin:0;
}

#homeSlider .flex-direction-nav a {
	position:static;
	opacity:1;
}
#homeSlider .flex-direction-nav a {
	cursor:pointer;
	position:absolute;
	width:165px;
	height:80px;
	top:50%;
	margin-top:-90px;
	-webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    transition:all 300ms ease;
}
#homeSlider .flex-direction-nav a img {
	position:absolute;
	top:0;
	left:-1px;
}
#homeSlider .flex-direction-nav .flex-next img {
	left:25px;
}
#homeSlider .flex-prev {
	left:-140px;
	background:url('/images/preloader.gif') no-repeat 85px 32px, url('/images/sliderArrows1.png') no-repeat 151px 34px #25292d;
}
#homeSlider .flex-prev:hover {
	left:0;
}
#homeSlider .flex-next {
	right:-140px;
	background:url('/images/preloader.gif') no-repeat 85px 32px, url('/images/sliderArrows2.png') no-repeat 10px 34px #25292D;
}
#homeSlider .flex-next:hover {
	right:0;
}
/*-----------------------------------------
    	Slider Captions
 -------------------------------------------*/

#homeSlider .captions {
	background-color:#233340;
	padding:16px 0px 13px 20px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:99998;
	height:85px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#homeSlider .captions li {
	display:none;
	position:absolute;
}
#homeSlider .captions li:first-child {
	display:block;
}
#homeSlider .captions h3 {
	color:#fff;
	line-height:18px;
	margin-bottom:5px;
	font-size:14px;
}
#homeSlider .captions p {
	color:#a1adb7;
	width:600px;
}

/*-----------------------------------------
    	Posts Rotator
 -------------------------------------------*/

.column .flex-direction-nav {
	margin-top:-26px;
	float:right;
}
.column .flex-direction-nav a {
	float:left;
	text-indent:-99999px;
	height:19px;
	width: 19px;
	background:url('/images/arrows1.png') no-repeat 0px -20px transparent;
	position:static;
	opacity:1;
	margin:0;
}
.column .flex-direction-nav .flex-next {
	margin-left:3px;
	background-position:-22px -20px;
}
.column .flex-direction-nav .flex-next:hover {
	background-position:-22px -1px;
}
.column .flex-direction-nav .flex-prev {
	margin-left:-19px;
}
.column .flex-direction-nav .flex-prev:hover {
	background-position:0px -1px;
}

/*-----------------------------------------
    	Inner Content Setup
 -------------------------------------------*/

.cContent {
	width:100%;
	padding:15px 0 0 0;
	overflow:hidden;
}
.cContent p {
	color:#686c6f;
	line-height:1.5em;
}
.cContent img {
	float:left;
	margin-right:36px;
}
.cContent a {
	color:#72828f;
}
.clear {
	clear:both;
}

/*-----------------------------------------
    	Upcoming Events
 -------------------------------------------*/

#event {
	position:relative;
	z-index:99999;
	margin:-144px -10px 0 10px;
	padding:0 30px 0 0 !important;
	background-color:#fff;
}
#event:after {
	content:"." !important;
	height:7px !important;
}
#event h3 {
	padding:13px 0px 15px 20px;
	border:none;
	background-color:#738390;
	color:#fff;
}
#event ul {
	position:relative;
	padding:18px 20px 0 20px;
	border-top:none;
	border:1px solid #e8eaee;
}

.homeList li {
	padding-bottom:15px;
	line-height:1.5em;
}
.homeList li > a {
	color:#72828f;
}

/*-----------------------------------------
    	Quick Links
 -------------------------------------------*/

.links ul {
	margin-top:0;
	padding-top:18px;
}
.links li {
	margin-bottom:18px;
}
.links a {
	background:url('/images/linkImg.png') no-repeat 0px 4px;
	color:#686c6f;
	font-size:13px;
	line-height:24px;
	font-weight:normal;
	padding-left:23px; 
}
.links img {
	float:none;
}

/*-----------------------------------------
    	Widgets - Featured
 -------------------------------------------*/

.featured a {
	color:#272822;
}
.featured img {
	margin-right:13px;
}
.featured h5 {
	font-size:14px;
	font-weight:600;
	color:#5d6f8d;
}

.imgBorder {
	background:#fff;
	padding:4px;
	border:1px solid #e8e8e8;
	box-shadow:0px 0px 4px 0px rgba(100,100,100,.1); 
}

.grayColor {
	position:relative;
	display:block;
}
.grayColor img {
	float:none;
}
.grayColor .overlay {
	position:absolute;
	top:5px;
	left:5px;
	opacity:0;
}
.grayColor:hover .overlay {
	opacity:1;
}

/*-----------------------------------------
    	Multimedia, Positions Available
 -------------------------------------------*/
.event, .featured {
	padding-top:10px;
}

/*-----------------------------------------
    	Footer - Copyright
 -------------------------------------------*/

footer {
	margin-top:50px;
}

#copyright {
	position:absolute;
	z-index:5;
	width:100%;
	height:70px;
	background-color:#34393c;
}
#copyright section {
	width:980px;
	margin:auto;
	padding-top:20px;
	color:#7f7b7b;
}

/*-----------------------------------------
    	Footer - Right Bar
 -------------------------------------------*/

.footerBar {
	width:100%;
	position:absolute;
	overflow:hidden;
	height:90px;
	margin-top:-20px;
}
.footerBar > div {
	margin:auto;
	width:980px;
	position:relative;
	z-index:6;
}
.footerBar > div > div {
	float:right;
	width:366px;
	height:63px;
	padding-top:30px;
	background-color:#4496d2;
	color:#fff;
}
.footerBar .triangle {
	float:right;
	border-bottom:154px solid #4496d2;
	border-right:0px solid transparent;
	border-left:80px solid transparent;
	border-top:0;
}

/*-----------------------------------------
    	Hidden Footer - for Loading Images
 -------------------------------------------*/

.hiddenFooter {
	height:1px;
	overflow:hidden;
}

/*-----------------------------------------
    	Footer - Bottom
 -------------------------------------------*/

.ie8 #footer {
 ...
}

.fwidth {
	width:100% !important;
	border:0 !important;
}
img.fwidth {
	height:auto !important;
}

/*-----------------------------------------
    	Top Image - In all regular pages
 -------------------------------------------*/

.topImg img {
	float:left;
}
.topImg p {
	color:#464141;
	font-size:20px;
	float:left;
	position:absolute;
	margin-left:42px;
	margin-top:62px;
	text-shadow:0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

/*-----------------------------------------
    	Box Shortcodes
 -------------------------------------------*/

.box {
	width:100%;
	padding:0px;
	border:1px solid #ccc;
	color:#5d6fbd;
	font-size:18px;
	overflow:hidden;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.box h2, .box h3, .box h4 {
	margin:0;
	padding:10px 18px;
	font-size:18px;
	font-weight:normal;
}
.boxInfo {
	border-top:1px solid #ccc;
	padding:18px;
	overflow:hidden;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}
.boxInfo img {
	margin:0 20px 10px 0;
	float:left;
}
.boxInfo p {
	color:#989898;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
}
.boxInfo p:last-child {
	margin:0;
}

/*-----------------------------------------
    	Sidebar
 -------------------------------------------*/

#sidebar > div {
	margin-bottom:40px;
	width:100%;
}

/*-----------------------------------------
    	Inner Page
 -------------------------------------------*/

#innerMenu {
	width:300px;
	padding-right:10px;
}
#innerMenuBox h4 {
	background:#f0f0f0;
	color:#b6b6b6;
}
#innerMenuBox ul {
	padding-top:0px;
}
#innerMenuBox li {
	margin-bottom:10px;
}
#innerMenuBox li a {
	background-position:0px 2px;
	font-size:14px;
}
#innerMenuBox li a.thisItem {
	color:#3fb0f7;
	font-weight:bold;
}
#main {
	width:720px;
	padding-left:10px;
}
#mainBox h2 {
	font-size:20px;
	font-weight:bold;
	color:#6d6d6d;
	text-align:center;
}
#mainBox h3 {
	font-size:20px;
	font-weight:bold;
	color:#6d6d6d;
	border-bottom:0px;
}
#mainBox h2 *, #mainBox h3 * {
	font-size:20px;
	font-weight:bold;
}
#mainBox > .boxInfo {
	border-top:0px;
}

/*-----------------------------------------
    	News List
 -------------------------------------------*/

#newsList {
	padding-top:0px;
}
#newsList ul {
	margin:0;
	padding:0;
}
#newsList li {
	clear:both;
	height:30px;
	padding:0 10px;
}
#newsList li.alt {
	background:#f0f0f0;
}
#newsList li.subCats {
	height:auto;
}
#newsList li a {
	float:left;
	display:block;
	width:500px;
	padding-left:18px;
	background:url('/images/arrow.png') 0 12px no-repeat;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#newsList li a.subCat {
	width:180px;
	background:none;
}
#newsList li cite {
	float:right;
	display:block;
	width:80px;
	font-style:normal;
	line-height:30px;
	text-align:right;
}
.page {
	margin-top:18px;
	text-align:center;
}
.page a {
	text-decoration:underline !important;
	margin-right:5px;
}
.page span.thisPage {
	margin-right:5px;
}

/*** Input, Button ***/
.editBox {
	border: 1px solid;
	border-color: #696969 #c0c0c0 #c0c0c0 #696969;
	padding: 2px;
	background: #fff;
	vertical-align: middle;
}
.commonButton {
	height: 20px;
	border: 1px solid;
	border-color: #f3f3f3 #665b8e #665b8e #f3f3f3;
	padding: 0 5px;
	background: #ddd;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

/*-----------------------------------------
    	News Action
 -------------------------------------------*/

ul.newsAction {
	margin:-15px 0 15px 0;
	height:14px;
	padding:7px 18px;
	background-color:#f6f6f6;
	text-align:right;
}
ul.newsAction li {
	float:right;
	width:41px;
	height:15px;
	margin-left:20px;
	background:url('/images/icon_news.png') 0 0 no-repeat transparent;
}
ul.newsAction li a {
	display:block;
	width:41px;
	height:15px;
	color:#5d6f8d;
	text-indent:-9999px;
	text-align:left;
}
ul.newsAction li.fontLink {
	width:55px;
	background-position:0 -23px;
}
ul.newsAction li.fontLink a {
	width:55px;
}
ul.newsAction li.printLink {
	width:43px;
	background-position:0 -45px;
}
ul.newsAction li.printLink a {
	width:43px;
}

/*-----------------------------------------
    	People
 -------------------------------------------*/

.people ul.tabs {
	height:42px;
	background:#f6f6f6;
	overflow:hidden;
}
.people ul.tabs li {
	float:left;
	position:relative;
	width:120px;
	height:42px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:42px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.people ul.tabs li.tab2 {
	width:200px;
}
.people ul.tabs li.blankTab {
	width:368px;
	border-right:0px;
}
.people ul.tabs a {
	font-size:18px;
	color:#b6b6b6;
}
.people ul.tabs li.selected {
	border-bottom:1px solid #fff;
	background:#fff;
}
#peopleList {
	padding-bottom:0px;
}
#peopleList ul {
	margin:0;
	padding:0;
}
#peopleList li {
	float:left;
	width:50%;
	height:121px;
	margin-bottom:25px;
	text-align:left;
}
.peopleThumb {
	float:left;
	width:93px;
}
.peopleContent {
	float:left;
	width:195px;
	height:121px;
	margin-left:18px;
	line-height:1.9em;
}
.peopleInfo {
	height:95px;
	color:#989898;
}
.peopleLink {
	height:26px;
}
.peopleInfo strong {
	font-size:16px;
	margin-bottom:20px;
}

#peoplePhoto {
	float:left;
	width:180px;
	padding-top:20px;
}
#peopleDetail {
	float:left;
	width:410px;
	padding-top:20px;
	line-height:1.8em;
}
#peopleDetail ol {
	padding:20px;
}

/*-----------------------------------------
    	Pagination
 -------------------------------------------*/

.pgNr {
	float:right;
	padding-right:1px;
}
.pgNr li {
	float:left;
	background:url('/images/pgNr.png') no-repeat 0 0px transparent;
	width:24px;
	height:24px;
	margin-left:7px;
}
.pgNr li:first-child {
	margin-left:0;
}
.pgNr li:hover {
	background-position:0 -26px;
}
.pgNr a {
	color:#fff;
	padding:4px 7px 4px 8px;
}
.archives {
	padding:0;
}
.archives li {
	line-height:30px;
	padding-left:15px;
}

/*-----------------------------------------
    	Archives
 -------------------------------------------*/

.archives li:hover {
	background-color:#f6f6f6;
}
.archives a {
	color:#A3A3A9;
	font-size:13px;
	padding-left:15px;
	background:url('/images/arrow.png') no-repeat 0 7px transparent;
}

/*-----------------------------------------
    	Flickr Widget
 -------------------------------------------*/

.flickrList a {
	margin:4px;
	float:left;
} 
.flickr img {
	width:80px;
	float:none;
	margin:0;
}

/*-----------------------------------------
    	Comments
 -------------------------------------------*/

.comment .boxInfo {
	width:100%;
	padding:5px 15px 10px;
	margin-bottom:30px;
	position: relative;
	overflow:visible;
}
.comment .first {
	padding-left:108px;
	position:relative;
}
.comment h6 {
	font-size:12px;
	color:#4395D1;
	font-weight:normal;
}
.comment h6 span {
	font-size:12px;
	color:#CAC9C9; 
}
.postDate {
	font-size:11px;
	color:#A7A7A7;    
	display: block;
    font-size: 11px;
    text-align: right;
    width: 100%;
}
.contactForm .submit {
	margin:0;
	padding:0;
	height:24px !important;
	width:79px !important;
}
.comment .imgBorder{
	padding:6px;
	margin-right:11px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.comment ul {
	margin-left:108px;
	position: relative;
}
.comment ul .boxInfo {
}
.comment li {
	position:relative;
	float:left;
}
.cline1 {
	background: #efefef;
    display: block;
    height: 100%;
    left: 44px;
    padding-bottom: 71px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index:1;
}
.cline2 {
    background:#efefef;
    display: block;
    height: 1px;
    left: -64px;
    position: absolute;
    top: 40px;
    width: 63px;
}
.cline3 {
	left: -64px;
    padding-bottom: 41px;
}

/*-----------------------------------------
    	Courses
 -------------------------------------------*/

h3.title {
	color:#5D6F8D;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	border:none;
}
.course .box {
	margin-bottom:25px;
}
.courseId li {
	font-size:14px;
	display:inline-block;
	margin:0 15px 10px 15px;
	font-weight:bold;
}
.courseId li:last-child {
	margin-top:5px;
	float:right;
}
.courseInfo {
	background-color:#f7f7f7;
	padding:15px;
	text-align:center;
}
.courseInfo ul {
	float:right;
}
.courseInfo li {
	float:left;
	margin:-17px 0 0 8px;
}
.courseInfo li:last-child {
	margin-right:0;
}
.courseInfo li:after {
	content:"|";
	padding-left:8px;
}
.courseInfo li:last-child:after {
	display:none;
}

/*-----------------------------------------
    	Tables
 -------------------------------------------*/

table {
	width:100%;
	line-height:40px;
}
table td {
	padding-left:20px;
	color:#949699;
}
th {
	background-color:#738391;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}
tr:nth-child(odd) {
	background-color:#f7f7f7;
}

/*-----------------------------------------
    	Features(shortcodes)
 -------------------------------------------*/

.grid h2 {
	color: #6B6B6B;
	border-bottom: 1px solid #E7EBEC;
	font-weight: 400;
	font-size: 18px;
	padding-bottom:10px;
}
.grid h3 {
	color: #6B6B6B;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 36px;
}
.grid h3 span {
	font-size: 36px;
	color: #B0B0B0;
	float: left;
	margin-right: 5px;
}
.grid p {
	font-size: 13px;
	color: #A3A3A3;
	line-height: 22px;
}

/*-----------------------------------------
    	Accordion
 -------------------------------------------*/

.accordion .box {
	margin-top:10px;
	padding: 0;
	background-image: linear-gradient(bottom, #F2F1F1 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #F2F1F1 0%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #F2F1F1 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F1F1 0%, #fff) 100%);
	background-image: -ms-linear-gradient(bottom, #F2F1F1 0%, #fff 100%);
	cursor:pointer;
}
.accordion a{
	margin-left: 7px;
	padding: 5px 30px;
	line-height: 35px;
	font-size: 14px;
	height: 21px;
	color: #777;
	background: url('/images/accordionArrow.png') no-repeat 0 4px transparent;
}
.acText {
	display: none;
}
.accordion .box.opened .acText {
	background-color: #fff;
}
.accordion .box.opened {
	background-image: none;
	background-color: #777;
}
.accordion .box.opened a {
	background-position: 0 -24px;
	color: #fff;
}

/*-----------------------------------------
    	Toggle
 -------------------------------------------*/

.toggleInfo{
	padding:5px 0 0 0;
	margin:7px 0 5px;
}
.toggleInfo:first-child {
	border:none;
	margin-top:0;
	padding-top:0;
}
.toggleInfo:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
.toggleInfo a{
	color: #938D8D;
	font-size: 13px;
	padding: 5px 30px;
	height: 21px;
	background: url('/images/toggleArrow.png') no-repeat 0 4px transparent;
}
.toggleInfo > div {
	display: none;
	padding:8px 0 4px 30px;
}
.toggleInfo a.opened {
	color: #433333;
	background-position: 0 -24px;
}
.toggleInfo.opened > div {
	display:block;
}

/*-----------------------------------------
    	Dropcap
 -------------------------------------------*/

.dropcap {
	font-size: 48px;
	color: #F7C37F;
	float: left;
	margin-right: 5px;
	line-height: 40px;
}

/*-----------------------------------------
    	Blockquote
 -------------------------------------------*/

blockquote {
	padding:10px 0;
}
blockquote em {
	display:block;
	float:left;
	margin:-10px 0 0 20px;
}
.blockquote1 {
	float:left;
	height: 10px;
	width: 14px;
	text-indent: -99999px;
	display: inline-block;
	background: url('/images/blockquote1.png') no-repeat 0 0 transparent;
}
.blockquote2 {
	height: 12px;
	width: 15px;
	text-indent: -99999px;
	display: inline-block;
	float:right;
	background: url('/images/blockquote2.png') no-repeat 0 0 transparent;
	margin-top:-15px;
	padding-right:10px;
}

/*-----------------------------------------
    	Custom Lists
 -------------------------------------------*/

.cList li {
	font-size: 12px;
	color: #A19D9D;
	line-height: 30px;
	padding-left: 25px;
}
.arrow1Li li{
	background: url('/images/arrow.png') no-repeat 4px 13px transparent;
}
.pointLi li{
	background: url('/images/point.png') no-repeat 4px 10px transparent;
}
.checkLi li{
	background: url('/images/check.png') no-repeat 0 9px transparent;
}
.arrow2Li li{
	background: url('/images/toggleArrow.png') no-repeat 0 9px transparent;
	line-height: 37px;
	padding-left: 30px;
}

/*-----------------------------------------
    	Contact
 -------------------------------------------*/

.contactForm {
	padding:25px;
}
.contactUs h6 {
	line-height:20px;
}
.contactForm input, .contactForm textarea {
	width:515px;
	height:33px;
	float:right;
	border:1px solid;
	padding:0;
	border-color:#E6E6E6;
	font-family:'Open Sans';
	font-size:13px;
	padding-left:4px;
}
.contactForm textarea {
	height:123px;
	overflow:hidden;
	padding-top:4px;
}
.contactForm .contactErrorBorder {
	border-color:#F37373;
}
#contactSubmit {
	border:none !important;
	position:static !important;
}
.contactForm label {
	font-size:13px;
	color:#A0958A;
	margin:10px 10px 0 0; 
	float:left;

}
.contactForm div {
	display:inline;
	float:right;
	margin-bottom:15px;
}
.contactForm div:last-child {
	margin:0;
}

a {
	color:#5D6F8D;
}
a:not(.lb-next):not(.lb-prev), .archives li, .pgNr li, .grayColor .overlay, h5, .submit, .searchCourse .submit, #social a, .gHover img {
  -webkit-transition:all 200ms ease-in;
  -o-transition:all 200ms ease-in;
  -moz-transition:all 200ms ease-in;
}
#footerContent .links li a:hover, a:hover, .examInfo li a:hover {
	color:#4496D2;
}
.submit, .pgNr a {
	color:#FFF !important;
}
#footerContent .news h5:hover, .news h5:hover {
	color:#4496D2;
}

.gHover:hover img {
	opacity:.8;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url('/images/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url('/images/lightbox_prev.png') left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url('/images/lightbox_next.png') right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

.hidden {
	display:none;
}


/*-----------------------------------------
    	GREEN
 -------------------------------------------*/

.green .element {
	background:none repeat scroll 0 0 #94BD2E;
}
.green #info div {
	background-color:#94BD2E;
} 
.green .triangle {
	border-top:173px solid #94BD2E;
}
.green #tagline strong {
	color:#94BD2E;
}
.green #menu a:hover {
	color:#94BD2E;
}
.green #menu li.selected a {
	border-top:2px solid #94BD2E;
}
.green #menu li.selected li a {
	border:none;
}
.green #menu .sub-menu {
	border-color:#9ABC47;
}
.green #footerContent .links li a:hover, .green a:hover, .green .examInfo li a:hover, .green #footerContent .news h5:hover, .green .news h5:hover, .green .twit a {
	color:#94BD2E;
}
.green .mail .triangle {
	border-bottom:171px solid #94BD2E;
	border-right:0px solid transparent;
	border-left:100px solid transparent;
	border-top:0;
}
.green #homeSlider .captions {
	background:#20150F;
}
.green #homeSlider .captions p {
	color:#B6ABA0;
}


@media all and (max-width: 999px) {

	#logo section, #menu section, #search section, #info section, #content, #copyright section {
		width:740px;
	}
	#menu li {
		margin-right:7px;
	}
	#menu li > a {
		font-size:12px;
		letter-spacing:-1px;
	}
	#menu .sub-menu a {
		letter-spacing:0;
	}
	.searchBox {
		width: 140px;
	}
	.wrapper {
		width:770px;
		margin-left:-15px;
	}
	#homeSlider {
		width:739px;
		height:320px;
	}
	#homeSlider .captions p {
		width:470px;
	}
	#homeSlider .captions h3 {
		font-size:15px;
		margin-bottom:3px;
	}
	.cContent img {
		margin-right:18px;
	}
	.column {
		padding:30px 15px 0;
	}
	#event {
		padding:0 26px 0 0 !important;
	}
	#event ul {
		padding:15px 18px 0 18px;
	}
	.newsList li {
		padding-bottom:15px;
	}
	.examInfo li.commentExm {
		display:none;
	}
	.contactForm input, .contactForm textarea {
		width:335px;
	}
	.topImg img {
		width:740px;
	}
	.topImg p {
		margin-top:42px;
	}
	.twit {
		font-size:13px;
		width:340px;
	}

}

.selectnav {
	display:none;
}

@media all and (max-width: 740px) {

	.top {
		display:block !important;
	}
	#logo section, #menu section, #search section, #info section, #content, #copyright section, .column {
		width:100%;
	}
	.wrapper {
		padding:0 20px;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
	}
	#menu section > ul, #sidebar, #info, .captions, .footerBar {
		display:none;
	}
	#search div {
		margin-top:75px;
	}
	.selectnav {
    	display:block;
    	position:absolute;
    	left:50%;
    	top:75px;
    	width:160px;
    	margin-left:-80px;
    	padding:3px 10px;
    	z-index:99999;
	}
	#menu {
		top:0;
	}
	#menu section {
		height:122px;
	}
	#contentBk {
		margin-top:118px;
	}
	#homeSlider {
		width:100%;
		height:auto;
	}
	#homeSlider .flex-direction-nav a {
		margin-top:-40px;
	}
	#homeSlider .captions {
		padding:16px 40px 13px 40px;
	}
	#homeSlider .captions p {
		width:100%;
	}
	#copyright section {
		text-align:center;
	}
	.topImg p {
		margin-top:40px;
	}
}

#info, footer, .topImg {
	overflow:hidden !important;
}