/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

.h3 {
	font-size: 18px;
color: #4fa600;
letter-spacing: 1px;
padding-bottom: 5px;
font-family: 'TeXGyreAdventorRegular';
margin-top: 2px;
margin-right: 0;
margin-bottom: 10px;
margin-left: -2px;
font-weight: 900;
}

.links {
	-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;	
}

#navContain {
	padding-top: 2px;
	margin-top: 0;
	height: 44px;
	width:1150px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6689cc;
	margin-bottom:35px;
}

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

#nav ul {
	margin: 0;	
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin: 8px 0 0 0;
}


/* main level link */
#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0;
	width: 217px;
	padding: 6px 34px 8px 34px;
	background-color: #acc5ed;
	border-right: solid 1px #F4F4F4;
	font-size: 14px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acc5ed+0,d5e2f6+100&1+0,1+62,0.7+68,0+100 */

background: -moz-linear-gradient(top,  rgba(172,197,237,1) 0%, rgba(197,215,243,1) 62%, rgba(200,217,243,0.7) 68%, rgba(213,226,246,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(172,197,237,1) 0%,rgba(197,215,243,1) 62%,rgba(200,217,243,0.7) 68%,rgba(213,226,246,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(172,197,237,1) 0%,rgba(197,215,243,1) 62%,rgba(200,217,243,0.7) 68%,rgba(213,226,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc5ed', endColorstr='#00d5e2f6',GradientType=0 ); /* IE6-9 */

}
#nav a:hover {
	color: #fff;
}

/* main level link hover */
#nav li:hover > a {
	color: #000;
background: rgb(182,184,186); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(182,184,186,1) 0%, rgba(255,255,255,1) 81%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,184,186,1)), color-stop(81%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b8ba', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#nav .current {
	color: #000;
	background: rgb(182,184,186); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(182,184,186,1) 0%, rgba(255,255,255,1) 81%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,184,186,1)), color-stop(81%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(182,184,186,1) 0%,rgba(255,255,255,1) 81%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b8ba', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	font-weight: bold;
	-webkit-box-shadow: 0 0 0 rgba(0,0,255, .6);
	-moz-box-shadow: 0 0 0 rgba(0,0,255, .6);
	box-shadow: 0 0 0 rgba(0,0,255, .6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6689cc;
	border-right-color: #6689cc;
	border-left-color: #6689cc;
}

.column, .colBox {
	width: 303px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.wideColumn {
	padding: 5px;
	width: 720px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.colRight {
	width: 175px;	
}

.smallCol {
	width: 70px;	
}

.medCol {
	width: 440px;
	margin-bottom: 10px;	
}

.quote{
  background: #d5e2f6;
  border-left: 10px solid #6689cc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.quote:before {
  color: #6689cc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.3em;
}

.quote:after {
  color: #6689cc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.55em;
  vertical-align: -0.2em;
}
.firstcharacter { font-family: 'TeXGyreAdventorBold'; float: left; color: #6689cc; font-size: 80px; line-height: 50px; padding-right: 8px; padding-left: 3px; }

.firsttext {
	font-size: 18px;
	font-style: italic;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

}

.links-wrap {
	margin-left: 220px;
	margin-right: 220px;
}

.links-wrap2 {
	margin-left: 120px;
	
}

.links-wrap3 {
	margin-left: 130px;
	
}


.links {
	width: 180px;
	height: 180px;
	margin: 10px;
	padding: 15px;
	float: left;	
	text-align: center;
	border: 1px dashed #6689cc;
}

.links:hover {
	background-color: #d5e2f5;	
}

.links img {
	padding-bottom: 10px;	
	padding-top: 10px;
}

.links a {
	font-size: 18px;	
}

.links2-wrap {
    margin-left: 210px;
    margin-right: 210px;
}

.links2-wrap2 {
	margin-left: 5px;
	margin-right: 5px;
	
}

.links2 {
	width: 195px;
	height: 35px;
	margin: 10px;
	padding: 5px;
	float: left;	
	text-align: center;
	border: 1px dashed #6689cc;
}

.links2:hover {
	background-color: #d5e2f5;	
}

.links2 img {
	height: 35px;
	vertical-align: middle;	
}

.links2 a {
	font-size: 14px;	
}

.back {
	display: none;
}

	

.column-2 {
	padding: 5px;
	width: 45%;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}

.a-box {
	padding: 10px;
	background-repeat: repeat-x;
	position:relative;
	border: 1px dashed #6689cc;
}

.a-box a {
	font-size: 14px;
}

.dot {
	border: 1px dashed #6689cc;
	
}

.dot2 {
	border: 1px dashed #6689cc;
	padding-top: 15px;
	
}

.annoucement-title {
	font-size: 18px;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	/*background-color: rgba(172,197,237,1);*/
	background: #6689cc;
	display: block;
}

.announcements {
	padding: 15px;
	padding-bottom: 20px;
	/*background: rgba(79,166,0,.1);*/
	background: rgba(172,197,237,.2);
	border: medium solid #6689cc;
	
	
}








/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {

#navContain {
	width:900px;
	
}

#nav {
	width: 900px;
}

#nav a {
	padding: 6px 10px 8px 10px;
	font-size: 13px;
	width: 203px;
}

.links-wrap {
	margin-left: 100px;
	margin-right: 100px;
}

.links-wrap2 {
	margin-left: 120px;
	
}
	
.links-wrap3 {
margin-left: 0px;
	
}

.links2-wrap {
	margin-left: 180px;
	margin-right: 180px;
}


.links2 {
	width: 164px;
	height: 35px;
	margin: 3px;
	padding: 3px;
	float: left;	
	text-align: center;
	border: 1px dashed #6689cc;
}


.links2 img {
	height: 35px;
	/*padding-bottom: 20px;*/
	vertical-align: middle;	
}

.links2 a {
	font-size: 12px;	
}


.column, .colBox {
	width: 350px;
}

.wideColumn {
	width: 550px;
}

.firsttext {
	font-size: 14px;
}

.medCol {
	width: 335px;
}
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#navContain {
	width:715px;
	
}

#nav a {
	font-size: 11px;	
	padding: 6px 5px 8px 5px;
	width: 167px;
}


.h3 {
	font-size: 16px;
}

.links-wrap {
	margin-left: 20px;
	margin-right: 20px;
}

.links-wrap2 {
	margin-left: 20px;
}
	
.links-wrap3 {
margin-left: 0px;	
}

.links2-wrap {
	margin-left: 145px;
	margin-right: 145px;
}

.links2 {
	width: 127px;
	height: 20px;
	margin: 3px;
	padding: 3px;
	float: left;	
	text-align: center;
	border: 1px dashed #6689cc;
}

.links2 img {
	display: none;
	height: 20px;
	vertical-align: middle;	
}

.links2 a {
	font-size: 11px;	
}

.column, .colBox {
	width: 265px;
}

.wideColumn {
	width: 420px;
}

.column3img {
	width: 55px;
}

.firstcharacter { font-size: 100px; line-height: 70px; }

.firsttext {
	font-size: 13px;
}

.medCol {
	width: 245px;
}

	
}


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {

.edTop .align-right {
	float: left;
}

#navContain {
	width:280px;
	height: auto;
}

#navContain .mobile {
	margin: 0;
}


#nav {
	width: 260px;
	float: none;
}


#nav li {
	float: none;
	margin: 0;
}

#nav a{
	padding: 10px;
}

.links-wrap {
	margin-left: 25px;
	margin-right: 25px;
}

.links-wrap2 {
	margin-left: 30px;
}
	
.links-wrap3 {
	margin-left: 0px;
}

.links2-wrap {
	display: none;
	}
	
.links2-wrap2 {
	display: none;
	}
	


.back {
	display: block;
}

.column, .colBox {
	width: 260px;
}
.wideColumn {
	width: 90%;
}

.firstcharacter { font-size: 100px; line-height: 70px; }

.firsttext {
	font-size: 13px;
}

.column-2 {
	width: 90%;
}

.medCol {
	width: 170px;
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.edTop .column2 {
	width: 200px;	
}

#navContain {
	width:430px;
	height: auto;
	
}

#navContain .mobile {
	margin: 0;
}

#nav {
	width: 410px;
	float: none;
}


#nav li {
	float: none;
	margin: 0;
}

#nav a{
	padding: 10px;
}

.links-wrap {
	margin-left: 25px;
	margin-right: 25px;
}

.links-wrap2 {
	margin-left: 30px;
	
}
	
.links-wrap3 {
	margin-left: 0px;
	
}

.links-indent {
	margin-left: 100px;
	margin-right: 100px;
}

.links {
	width: 155px;
	height: 155px;
	margin: 5px;
	padding: 15px;
}

.links img {
	height: 100px;
	
}

.links img {
	padding-bottom: 0px;	
}

.links a {
	font-size: 16px;	
}


.links2-wrap {
	display: none;
	}

.links2-wrap2 {
	display: none;
	}


.back {
	display: block;
}



.column, .colBox {
	width: 200px;
}

.wideColumn {
	width: 90%;
}

.firstcharacter { font-size: 100px; line-height: 70px; }

.firsttext {
	font-size: 13px;
}



.medCol {
	width: 320px;
}

.box img {
	margin-bottom: 5px;
}


}