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





/* 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; }





/* 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; }





/* NON-MENU LINKS */

a:link, a:visited, a:active	{ color: #3333FF; text-decoration: none; }

a:hover				{ color: #339999; text-decoration: none; }





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{ color: #666666; font: 13px arial, sans-serif; font-weight: normal; line-height: 18px; }

.title		{ color: #000000; font: 18px arial, sans-serif; font-weight: normal; line-height: normal; }

.subtitle	{ color: #789DAE; font: 14px arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltitle 	{ color: #789DAE; font: 13px arial, sans-serif; font-weight: bold; line-height: normal; }

.smalltext	{ color: #996666; font: 10px arial, sans-serif; font-weight: normal; line-height: normal; }

.hilite		{ color: #FF3300; font-weight: bold; }

.hilite2	{ color: #996600; font-style: italic; font-weight: bold; }

.navy		{ color: navy; font-weight: bold; }

.orange		{ color: #FF6600; font-weight: bold; }

.ital		{ font-style: italic; }

.bolder		{ font-weight: bold; }





/* PAGE BACKGROUDS & CONTENT HEIGHTS, WIDTHS & MARGINS */

.outer-background	{
			background-color: #CFD3DD;
			background-image: url("picts-mobi/blueslate/background-outer.jpg");
			background-repeat: repeat-x;
			}

.inner-background	{
			background-color: #FFFFFF;  /* -- CONTENT BACKGROUND COLOR --  */
			border: solid #7C9DBC;
			border-width: 0px 1px 0px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			width: 100%;
			}





/* LIST CODE */

.list 		{ color: #00CCCC; line-height: 22px; }

.list li span 	{ color: #000000; font: 13px arial, sans-serif; font-weight: normal; }





/* HEADER */

.headercolor		{ background-color: #FFFFFF; }





/* PAGE LINES & BORDERS */

.img-borders	{ border: #CCCCCC 1px solid; }

.pagebar	{
		background-color: #CEE0F4;
		background-image: url("picts-mobi/blueslate/bar.jpg");
		height: 20px;
		border: solid #7C9DBC;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 4px;
		padding: 0px;
		margin: 12px 0px 12px 0px;
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		}





/* SOCIAL ICONS */

.socialspace	{ padding-left: 0px; padding-right: 0px; }

img.socialicon		{ margin: 3px; }






/* FOOTER - HIDE DURING LOAD */

.footer-copyright {
		  color: #FFFFFF;
		  font: 10px arial, sans-serif;
		  font-weight: bold;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #9EBFDE;
		  border: solid #7C9DBC;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* COPYRIGHT LINKS */

a.copylink:link, 
a.copylink:visited, 
a.copylink:active 	{ color: #F0F0F0; text-decoration: none; }

a.copylink:hover 	{ color: #336699; text-decoration: underline; }





/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}





/* LINKS PAGE CODE */

.searchbox	{
		background-color: #F6F7F7;
		border: #C0C0C0 1px solid;
		border-collapse: separate;
		border-spacing: 2px;
		}

table.searchbox td 	{ padding: 2px 2px 2px 2px; }

.searchform 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #F6F7F7;
		width: 120px;
		height: 20px;
		border: #ACACAC 1px solid;
		}

.searchbutton	{
		color: #000000;
	       	font: normal 11px arial, serif;
		text-align: center;
		background-color: #FFFFFF;
		width: 38px;
        	padding: 2px 2px 2px 2px;
		margin: 0px;
		cursor:pointer;
        	border: #000000 1px solid;
		}





/* PDF PAGE */

table.PDF-table td	{ vertical-align: top; padding: 2px 4px 2px 4px; }

.PDF-icon-width		{ width: 80px; }

.PDF-table		{ width: 90%; }





/* PAYPAL payments.htm PAYMENT PAGE */

.payform		{ width: 150px; }

textarea.payform	{ overflow: auto; }

.payformbox	{
		background-color: #F6F7F7;
		border: #C0C0C0 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 8px 10px 8px 10px; }





/* MOBILE SELECT OVERLAY */

.SOLbackground {
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:0.60;
	}
  
.SOLselect {
	background-color: #D4E7F8;
	border: #9EBFDE 5px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

.SOLinner	{
		color: #4B6577;
		font: 16px arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		}

.SOLinner a	{ font: 34px arial, sans-serif; }

.SOLclose	{
	background-color: #FF0000;
	border: #CC0000 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

/* MOBILE SELECT LINK COLORS */

a.selectlink:link, a.selectlink:visited, a.selectlink:active 
			{ color: #3333FF; text-decoration: none; }
a.selectlink:hover	{ color: #339999; text-decoration: underline; }





/* MOBILE HOME MENU CODE */

div.menu-mobile		{
		padding: 0px 0px 0px 0px;
		margin: 1px auto 0px auto;
		background-color: #7FA0BF;
		background-image: url("picts-mobi/menu-arrow-white.png");
		background-position: top right;
		background-repeat: no-repeat;
/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}

.menulink-mobile	{
		font-family: arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: normal;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		text-align: left;
		display: block;
		cursor: pointer;
		padding: 0px 10px 0px 10px;
		}

a.menulink-mobile:link, a.menulink-mobile:visited, a.menulink-mobile:active 
	{
	color: #FFFFFF;
	text-decoration: none;
	}

a.menulink-mobile:hover 
	{
	color: #FFFFFF;
	text-decoration: none;
	}

div.menu-mobile:hover 
	{
	background-color: #94B1CC;
	background-image: url("picts-mobi/menu-arrow-white.png");
	}



