@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 2.5%;
	position: relative;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	background-color: transparent;
}
#header {
	position: relative;
	padding-bottom: 1em;
	overflow: auto;	
}
#logo {
	position: relative;
	display: block;
}
#MenuC {
	overflow: auto;
	display: block;
	position: relative;
}
#menu {
	color: #3e3e3e;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .8em;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
#menu li {
	clear: both;
	padding: 1em 0 0; 
	list-style: none;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#menu li a, #menu li a:link, #menu li a:visited, #menu li a:active { color: #333; text-decoration: none; transition: all 0.3s ease 0s;}
#menu li a:hover { color: #309bbb;}

#menutop {
	position: relative;
	margin: 0;
	padding: 0;

	color: #3e3e3e;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;
	
}
#menutop li {
	display: block;
	text-align: center;
	padding: 1em 0 0;
}
#menutop li a, #menutop li a:link, #menutop li a:visited, #menutop li a:active { color: #333; text-decoration: none; transition: all 0.3s ease 0s;}
#menutop li a:hover { color: #309bbb;}

#menuL {
	position: relative;
	margin: 0;
	padding: 0;

	color: #3e3e3e;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;	
}
#menuL li {
	text-align: center;
	list-style: none;
	padding: 1em 0 0;
}

#menuL li a, #menuL li a:link, #menuL li a:visited, #menuL li a:active { color: #309bbb; text-decoration: none; transition: all 0.3s ease 0s;}
#menuL li a:hover { color: #333;}

#menu-labra {
	color: #3e3e3e;
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .8em;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	padding: 3.25em 0 0;	
}
#menu-labra li {
	display: inline;
	margin: 0;
	padding: 0 0 0 2em; 	
}
#content {
	position: relative;
	clear: both;
}
#montitle, #montitle a:active {
	position: absolute;
	display: block;
	top: 30%;
	clear: both;
	text-align: center;
	padding-left: 10%;
	width: 80%;
	outline: none !important;
}
.ttle {
	font-size: 16px; color: #fff; text-transform: uppercase; letter-spacing: 2px;
	font-family: 'montserratregular', Arial, Helvetica, sans-serif;	
	text-align: center;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.ttle:hover {
	text-shadow: 0px 2px 2px #000 !important; transition: all 0.3s ease 0s;
}
.cat {
	padding: 0 0 2.5% 0 !important;
	overflow: auto;
	position: relative; 
}
.cat a:hover, .cat a:link { text-decoration: none;}
.vrow, .vrow a:link, .vrow a:active, .vrow a:visited {
	position: relative;
	clear: both;
	overflow: auto; text-decoration: none;
}
.closerimg {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#closerimgttle {
	padding-left: 10%;
	width: 80%;
	text-align: center;
	position: absolute;
	top: 48%;
	margin: 0;
	clear: both;
}
#closerimgttleLft {
	padding-left: 10%;
	width: 80%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: 0;
	clear: both;
}
.divhlf {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10% 0;
    float: left;
    position: relative !important;
}
.divhlf p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	color: #000;
}
.divhlfD {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10% 0 0;
    float: left;
    position: relative !important;
}

.menufooter {
	padding: 2% 0!important;
}
#footer {
	position: relative;
	overflow: auto;
	clear: both;
	margin-bottom: 10%;
}
#cdi {
	position: relative;
	float: left;
	padding: 2% 0;
}
#cdi h4, #cdi h4 a:link, #cdi h4 a:visited, #cdi h4 a:active   {
	margin: 0;
	font-family: "Times New Roman",Times,serif; font-size: 1.5em;
	font-weight: 100; color: #313131; text-decoration: none; text-align: center;
}
#cdi h4 a:hover { color: #000; transition: all .3s ease 0s; text-decoration: underline;}
#cdi p {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size: .8em; letter-spacing: 1px; font-weight: 400; margin: 0; text-align: center;
}
#cdir {
	position: relative; float: right; margin: 0; padding: 0;
}
#cdir p {
	margin: 0; padding: 0; font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size: .8em; letter-spacing: 1px; font-weight: 400; margin: 0;
	text-align: center;
}
.bluie {
	color: #309bbb;
}
.LnH {
	line-height: 2em; padding: 0; margin: 0; font-size: 14px;
}
/**Back to top */

#back-top {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 999;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 19px;
	background: transparent url(../images/up-arrow.png) no-repeat center center;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
/*	border: #70bcd3 dotted 0px;*/
}
#back-top a:hover span {
	background: #3c3c3c url(../images/up-arrow-blk.png) no-repeat center center;
/*	border: #2e2e2e dotted 0px;	*/
}
.cat span {
	margin: 3.4em auto 2.6em auto;	
}
.ttleH2 {
	font-family: 'montserratregular',  Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 22px;
	text-align: center;
	color: #309bbb;
	padding: 1em 0;
	margin: 0;
}
.ttleH3 {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size: .8em; letter-spacing: 1px; font-weight: normal; padding: 0 0 2em; margin: 0; color: #257891;
}
.Pcontent {
	font-family: 'latoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em; margin: 0; padding: 0;
}
.Pcontent a:link, .Pcontent a:visited, .Pcontent a:active {
	color: #309bbb; text-decoration: none;
}
.Pcontent a:hover {
	color: #000; transition: all 0.3s ease 0s;
	}
#gch { display: block; float: left; position: relative; width: 50%;}
#drt {display: block; float: right; position: relative; width: 50%;}
.Plft { padding: 0 0 2.5%;}
.Prght { padding: 0 2.5% 2.5% 0;}
.hlfL { position: relative; width: 100%; padding: 0 .5% 0 0; margin: 0;}
.hlfR { position: relative; width: 100%; padding: 0 0 0 .5%; margin: 0;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
}
.cat {
	padding: 0 0 1% 0 !important;
}
#LayoutDiv1 {
	clear: both;	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	position: relative;
	padding-bottom: 1%;
}
#montitle {
	top: 38%;
}
#logo {
	position: relative;
	display: block;
	width: 342px;
	float: left;
}
#MenuC {
	overflow: auto;
	display: block;
	position: relative;
	float: right;
}

#menu {
	float: right;
	padding: 0;	
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0 0 0 2em; 		
}
#menutop {
	float: right;
}
#menutop li {
	display: inline;
	text-align: center;
	padding: 0 0 0 2em;
}
#menuL {
	float: right;
	position: relative;
	display: block;
	margin: 0;
	padding: 1em 0;
}
#menuL li {
	display: inline;
	padding: 0 0 0 2em; 			
}
#menuL li a, #menuL li a:link, #menuL li a:visited, #menuL li a:active { color: #333; text-decoration: none; transition: all 0.3s ease 0s;}
#menuL li a:hover { color: #309bbb;}

.ttle {
	font-size: 20px;
}
.closerimg {
	width: 40%;
}
.divhlf {
	width: 60%;
    padding: 12% 0 0;
}
.divhlfD {
	width: 60%;
    padding: 3% 0 0;
}

.lft {
	width: 40% !important;
}
.fourtyP {
	width: 40%;
	float: left; position: relative; margin: 0; 
}
.sixtyP {
	width: 59%; float: left; position: relative; margin: 0; 
}
.Plft { padding: 0 0 1%;}
.Prght { padding: 0 1% 1% 0;}
.clft {
	width: 59% !important;
	padding: 0 0 1% 1% !important;
}
#cdi h4 { text-align: left;}
#cdi p { text-align: right;}
#cdir p { text-align: right;}
#footer {
	margin-bottom: 5%;
}
.hlfL { width: 49.5%; float: left;}
.hlfR { width: 49.5%; float: left;}
}

/* Desktop Layout: 769px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1920px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	float: right;
	padding: 3.5em 0 0;	
}

#menutop {
	padding: 2em 0 0;
}
#menuL {
	padding: 2em 0 0;
}
#montitle {
	top: 41%;
}
.ttle {
	font-size: 30px; letter-spacing: 5px;
}
#mid {
	width: 40%; position: relative;
	clear: both;
}
.divhlf {
    padding: 15% 0 0;
}
.divhlf p {
	font-size: 2em;
}
.divhlfD {
    padding: 12% 0 0;
}

#footer { margin: 0 0 2% !important;}
}