@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body 	{
	background-color:#FFFFFF;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	}


/* NON-MENU LINKS */

a:link, a:visited, a:active	{ color: ##0000A3; text-decoration: underline; }

a:hover				{ color: ##FF0000; text-decoration: underline; }




/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 125%;
		}

.title 		{ color: #000000; font: 20px "Droid Sans", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000; font: 18px "Droid Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.colortitle	{ color: #000000; font: 18px "Droid Sans", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltitle	{ color: #000000;font-size: 16px; font-weight: 700; }

.smalltext	{color: #000000; font-size: 20px; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #000000; }


/* PAGE WIDTHS HEIGHTS */

.pageheight	{ min-height: 650px; }

.pagewidth	{ width: 100%; }

.pagediv	{
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		}

#splitdiv	{
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
		padding: 0px;
		}

#contentdiv	{
		max-width: 800px;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
		}




/* ALIGNMENT */

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }




/* HEADER */

.header		{
		background-color: #22376C;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		border-top: #22376C 0px solid;
		border-bottom: #22376C 0px solid;
		}

/* RESPONSIVE LOGO IMAGE - SEE MEDIA QUERIES AT BOTTOM */

.logoimage	{ width: 300px; height: 50px; display: block; margin: 17px 0px 17px 0px; }

.socialicons	{ padding: 0px 2px 0px 1px; }

.socialtable 	{ margin: 0px 6px 0px auto; }




/* FOOTER */

.footerdiv	{
		color: #333333;
		font: 0.99em arial, sans-serif;
		text-align: center;
		padding: 0px 0px 8px 0px;
		border: #444444 0px solid;
		border-width: 0px 0px 0px 0px;
		}

.footericon	{ margin: 0px 0px 6px 0px; }




/* BORDERS AND BARS */

.page-splits	{
		font-size: 0.1em;
		line-height: 1px;
		border: #22376C 2px solid;
		height: 3px;
		margin: 3px 0px 3px 0px;
		}




/* IMAGES */

img 		{ border: 0; }

.img-borders	{ border: #000000 1px solid; margin-right: 4px; margin-bottom: 4px; }

.iborders	{ border: #000000 1px solid; padding: 0px; margin: 3px; }

.imagetext	{ color: #666666; font: 0.7em arial, sans-serif; }

.imagefloat	{ float:left; margin-right: 8px; margin-bottom: 3px; }




/* GALLERY AND GALLERY VIEWER */

#gallery-return {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 100;
		background-color: #103602;
  	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.Galborder	 	{ border: #000000 1px solid; margin: 2px; }

a:hover .Galborder 	{ border: #FF6600 2px solid; margin: 1px; }

.viewer-border		{ border: #60657C 2px solid; }

#viewer-content		{
			border: #60657C 1px solid;
			width: 94%;
			max-width: 1000px;
			position: relative;
			margin-top: 15px;
			}

.viewer-image		{ width: 100%; height: auto; display: block; }




/* LIST CODE */

ul.list 		{ margin-top: 0px; margin-bottom: 0px; }
ul.list li 		{ color: #000000; }
ul.list li span 	{ color: #666666; }




/* PAYPAL */

#paypal-div		{
			width: 150px;
			font-size: 0.9em;
			text-align: center;
			border: #006600 1px solid;
			}

.paypal-form		{
			width: 110px;
			font-size: 0.9em;
			margin: 2px 0px 2px 0px;
			border: #006600 1px solid;
			}

.paypal-submit		{
			width: 110px;
			font-size: 0.9em;
			margin: 2px 0px 5px 0px;
			}








/* MENU CODE */

#menudiv		{
			background-color: #22376C;
			padding: 2px 2px 2px 2px;
			margin: 0px 0px 0px 0px;
			border-top: #22376C 0px solid;
			border-bottom:  #22376C 0px solid;
			}

#menunav, #menunav ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menunav a 		{
			color: #FFFFFF;
			font: 1.0em arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			text-align: center;
			padding: 0px 0px 0px 0px;
			width: 98px;
			display: block;
			cursor: pointer;
			}

/* MENU BACKROUND, BORDER & MARGINS */

#menunav li 		{
			background-color: #22376C;
			background-repeat:repeat-x;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0px;
			margin: 0px 2px 2px 0px;
	/* MENU FADE UP */
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s;
			border: #FFFFFF 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
			}

/* MENU HOVER FONT COLOR */

#menunav li a:hover 
			{
			color: #FFFFFF;
			text-decoration: none;
			cursor: pointer;
			}

/* MENU HOVER BACKGROUND AND BORDER */

#menunav li:hover 
			{
			background-color: #666666;
			border: #FFFFFF 1px solid;
			}

/* CURRENT PAGE MENU HIGHLIGHT */

#menunav a.current 	{ color: #FFFFFF; }

#menunav li.current 	{
			background-color: #22376C;
			border: #FFFFFF 2px solid;
			}




/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
                      CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{




.logoimage	{ width: 200px; height: auto; margin: 10px 0px 10px 0px; }

.home-images	{ width: 60px; height: auto; }

.hidemobile	{ display: none; }   /* UNUSED AT THIS TIME */




	}
/***************
END Media Queries
***************/

