@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans:bold|PT+Sans|PT+Sans:bold|Merienda:bold');


body 	{background-color: #FFFFFF; margin: 0px;  padding: 0px;  border: #FFFFFF 0px solid; }

/* DEFAULTS - MARGINS SPACING */
div		{ margin: 0; padding: 0; border: 0; }
table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

/* PAGE FADE-IN CODE */
body, html	{ height: 100%; }
#fadediv	{ background-color: #FFFFFF; position: absolute; top: 0; left: 0; z-index: 22000; height: 100%; width: 100%; }

    .mapsection {font-family: Tahoma;font-size: 12px;}
    .mapitem {font-family: Tahoma;font-size: 10px;}

/* Navagation */
.nav-link a:link {text-decoration:none; color:#002c76; font-weight:900; }
.nav-link a:visited {text-decoration:none; color:#002c76; font-weight:900; }
.nav-link a:hover { text-decoration:none; color:#ff0000; font-weight:900; }

.nav-footer a:link {text-decoration:none; color:#ffffff; font-weight:500; }
.nav-footer a:visited {text-decoration:none; color:#ffffff; font-weight:500; }
.nav-footer a:hover { text-decoration:none; color:#ffff00; font-weight:500; }

/* DEFAULTS - ALIGNMENT */
.td-right 	{ text-align: right; }
.td-left 	{ text-align: left; }
.td-center	{ text-align: center; }
.td-top		{ vertical-align: top; }
.td-middle	{ vertical-align: middle; }
.td-bottom	{ vertical-align: bottom; }
.center-align	{ text-align: center; }
.center-div	{ margin-left: auto; margin-right: auto; }
.right-div	{ margin-left: auto; margin-right: 0; }
.left-div	{ margin-left: 0; margin-right: auto; }


/* DEFAULTS - MISC */
.fullwidth	{ width: 100%; }
.halfwidth	{ width: 50%; }
.nobreak	{ white-space: nowrap; }
.just 		{ text-align: justify; }
img 		{ border: 0; }
.blockimage	{ display: block; }
.formmargin	{ margin: 0px; }

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
body, div, table {color: #262626; font-family: "Open Sans", arial, helvetica, sans-serif; font-size: 14px; font-weight: normal; line-height: 22px;	}
.title 		{ color: #000000; font: 21px Comic Sans MS; font-weight: bold; letter-spacing: 1px; line-height: normal; padding: 0px 0px 0px 0px;}
.title2 		{ color: #ffffff;  font-family: 'Merienda';font-size: 22px; font-weight: bold; letter-spacing: 1px; line-height: normal; padding: 0px 0px 0px 0px;}
.title-search 		{ color: #000000; font: 20px "Open Sans", arial, helvetica, sans-serif; font-weight: bold; letter-spacing: 1px; line-height: normal; padding: 0px 0px 0px 0px;}
.title-header 		{ color: #000000; font-family: 'Merienda';font-size: 20px; line-height: 140%;  padding: 0px 0px 0px 0px;}
.title-white 		{ color: #ffffff; font: 21px "Open Sans", arial, helvetica, sans-serif; font-weight: bold; letter-spacing: 1px; line-height: normal; padding: 0px 0px 0px 0px;}

.main-text { font: 12px "Open Sans", arial, helvetica, sans-serif; }

.main-page-images {background-color: #5d5c5a; padding: 5px 0px 0px 0px;}
.menu-top {background-color: #323232; }

 /* INNER AND OUTER BACKGROUNDS */
.outer-background	{background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: fixed; }
.inner-background	{background-color: transparent; border: #000000 0px solid;}

 /* Page Layout */
.pageheight	{ min-height: 400px; }
#pagewrapper	{width: 100%; min-width: 319px; text-align: center; margin: 0 auto; }
.pagebox	{padding: 0px 0px 0px 0px; margin: 0 auto; }
#contentbox	{max-width: 850px; 	margin: 0 auto;  padding: 5px 0px 50px 0px; }
.content-pad 	{ padding: 0px 30px 10px 15px; }
#left-content 	{float: left; width: 100%; max-width: 555px; padding: 0px; }

/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */
h1, h2, h3, h4	{ padding: 0px 0px 0px 0px; }

/*  Responsive Images  */
.responsive {max-width:100%; height:auto;}

 /* Header*/
.header-menu   {color: #ffffff; padding: 0px 0px 0px 0px; background-color: #0c3672; }

.page-splits 	{line-height: 1px; font-size: 1px; height: 5px; background-color: #7F7F7F;	margin-top: 0px; margin-bottom: 0px; padding: 0px;
		border-top: #CECECE 0px solid; }
.large-splits 	{ height: 1px; background-color: #000000;  }

#headerdiv	{padding: 15px 0px 15px 0px; margin: 0px 0px 0px 0px; border: #000000 0px solid; }
.headercolor	{ background-color: #0c3672; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

/*  Section area Padding and margins will give more space around the text */
/*  SECTIONS for 3Columns ONLY! */
/*  SECTIONS  */
.section {clear: both; 	padding: 0px; 	margin: 0px; }

/*  COLUMN SETUP  */
.col {display: block; float:left; margin: 1% 0 1% 1.6%; }
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) { 	.col {  margin: 1% 0 1% 0%; }	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; } }

/*  Section area Padding and margins will give more space around the text */
/*  SECTIONS for 2 Columns ONLY! */
/*  SECTIONS  */
.section {clear: both; 	padding: 0px; 	margin: 0px; }

/*  COLUMN SETUP  */
.col { display: block; 	float:left; 	margin: 1% 0 1% 1.6%; }
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;  }
.span_1_of_2 {	width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {	.col {	margin: 1% 0 1% 0%;  	}  }
@media only screen and (max-width: 480px) {	.span_2_of_2, .span_1_of_2 { width: 100%; } }

/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */
.footer  {color: #ffffff; padding: 0px 0px 0px 0px; background-color: #0c3672; }
.footer-left  {color: #ffffff; font: 12px "Source Sans Pro", arial, sans-serif; text-align: center; font-weight: bold; }
.footer-right {color: #ffffff; font: 12px "Source Sans Pro", arial, sans-serif; text-align: center; font-weight: bold; #000000; padding-top: 10px;  }
