html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	padding: 0; 
}
	
ul 
{
	list-style:disc outside;
}

ol
{
	padding:0 3em;
}

a img
{
	border:0;
}

body
{
	-webkit-text-size-adjust: 100%;
}

#maindiv
{
	width:1024px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
/* for hard edge */	
/*	border-style:ridge; */
/* for floating look */	
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

#subdiv
{
	width:1024px;
	margin:3px 0 0 0;
	background:white;
	clear:both;
}

#colordiv
{
	width:auto;
	margin:auto;
}

#smalldiv
{
	clear:both;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#bigdiv
{
	width:950px;
	background:white;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#linkdiv
{
	width:600px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.link
{
	text-decoration: none;
	color:black;
}
.tile 
{
	-webkit-box-shadow:3px 3px 3px black;
	box-shadow:3px 3px 3px black;
}
.tile:hover
{
	-webkit-box-shadow:1px 1px 1px gray;
	box-shadow:1px 1px 1px gray;
}
.picdiv
{
	width:800px;
	background:BlanchedAlmond;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-style:ridge;
	border-width:5px;
	padding:1em;
}

.facediv
{
	width:auto;
	background:BlanchedAlmond;
	text-align:left;
	border-style:outset;
	border-width:5px;
	padding:2em;
}

.msgdiv
{
	width:auto;
	background:Tan;
	text-align:left;
	border-style:ridge;
	border-width:5px;
	padding:2em;
}

.writediv
{
	width:auto;
	background:LightSteelBlue;
	text-align:center;
	border-style:ridge;
	border-width:5px;
	padding:2em;
}

.ftdiv
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.blurblue
{
	background:LightSteelBlue;
	border-radius:5px;
	height:3em;
	margin:0 1em;
	-webkit-box-shadow: 0 0 3px 3px LightSteelBlue;
	box-shadow: 0 0 3px 3px LightSteelBlue;
}

.msghead
{
	color:DarkBlue;
	font-weight:bold;
	text-align:center;
	font-size:large;
}

.msgpic
{
	width:400px;
	color:Black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
}

.grouppic
{
	width:500px;
	color:Black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
}

.contacttbl
{
	width:100%;
	border:1px solid black;
	background:Gainsboro;
}

table.contacttbl th
{
	background:Salmon;
	border:1px solid black;
}
table.contacttbl td
{
	border:1px solid black;
	padding:3px;
}

.tbl
{
	width:100%;
	border:1px solid black;
	background:Gainsboro;
}
table.tbl th
{
	background:Gainsboro;
	border:1px solid black;
}
table.tbl td
{
	border:1px solid black;
	padding:3px;
}

.tbl1
{ 
	border-collapse:collapse;
	background:Gainsboro;
	table-layout:fixed;
}	
table.tbl1  th, td 
{ 
	padding:4px; 
}

table.tbl1 td 
{ 
	border:1px solid black; 
} 

.tbl2
{ 
	border-collapse:collapse;
}	
table.tbl2  th, td 
{ 
	padding:4px; 
}

.tbl3
{ 
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}	

#leftdiv
{
	float:left;
	z-index:400;
	margin-left:30px;
}

#middlediv
{
	float:left;
	margin-left:30px;
	z-index:300;
}

#centerdiv
{
	margin-left:auto;
	margin-right:auto;
	z-index:200;
}

#rightdiv
{
	float:right;
	z-index:100;
	margin-right:30px;
}

/*.gradientclass
{
	background: CornflowerBlue;
	background:linear-gradient(to bottom, CornflowerBlue, white);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=CornflowerBlue, EndColorStr=white);
	background:-webkit-linear-gradient(CornflowerBlue, white);
	background:-webkit-gradient(linear, CornflowerBlue, white);
}*/
.gradientclass 
{ 
  background-color: CornflowerBlue; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, CornflowerBlue, white); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image:    -moz-linear-gradient(top, CornflowerBlue, white); /* For Firefox (3.6 to 15) */
  background-image:      -o-linear-gradient(top, CornflowerBlue, white); /* For old Opera (11.1 to 12.0) */ 
  background-image:         linear-gradient(to bottom, CornflowerBlue, white); /* Standard syntax; must be last */
}
.listclass
{
	background:Gainsboro;
	padding:10px;
	width:300px;
	height:280px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}
.listclass:hover
{
	-webkit-box-shadow:3px 3px 3px gray;
	box-shadow:3px 3px 3px gray;
}

.listclass4
{
	background:Gainsboro;
	padding:10px;
	width:400px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

.listclass3
{
	background:Gainsboro;
	padding:10px;
	width:300px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

.listclass2
{
	background:Gainsboro;
	padding:10px;
	width:300px;
	height:280px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:-5px 5px 5px black;
	box-shadow:-5px 5px 5px black;
}
.listclass2:hover
{
	-webkit-box-shadow:-3px 3px 3px gray;
	box-shadow:-3px 3px 3px gray;
}

.ftclass
{
	background:Gainsboro;
	padding:10px;
	width:500px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

.ftbclass
{
	background:Gainsboro;
	padding:10px;
	width:700px;
	height:300px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

.calclass
{
	padding:10px;
	width:600px;
	height:100px;
	text-align:left;
}

.tileclass
{
	background:Gainsboro;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:200px;
	height:250px;
	text-align:left;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}
.tileclass:hover
{
	-webkit-box-shadow:3px 3px 3px gray;
	box-shadow:3px 3px 3px gray;
}

#mapdiv
{
	clear:both;
	width:700px;
	border-style:ridge;
	background:white;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#copydiv
{
	clear:both;
	width:100%;
	margin:0 auto;
/*	background:white; */
	font-family:Verdana, Geneva, sans-serif; 
	font-size:60%; 
}

#logodiv
{
	float:right;
	position:relative;
	left:-50%;
	margin:0 0 1em 0;
}

#logotable
{
	position:relative;
	left:50%;
	width:auto;
	margin:0 auto;
}

a.logoclass:hover 
{
	border-bottom:2px dotted black;
}

#caltable
{
	width:auto;
	margin:0 auto;
	/*border-style:none;*/
}
table#caltable td,
table#caltable tr
{
	width:auto;
	border:none;
	text-align:left;
	padding:2px 3px;
} 

#menudiv
{
	width:100%;
	margin:0 auto;
/*	margin-top:auto; */
}

#menudiv2
{
/* style="background-color:whitesmoke;margin-top:1em;padding:.5em 0 .25em 0"*/
	background:whitesmoke;
	margin-top:1em;
	padding:.5em 0 .25em 0;
}

#menu1 
{
	position:relative;
	width:100%;
	margin: 0 0 1em 0; 
	float: left;
	clear:both;
	padding:0;
	z-index:1000;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:100%; 
	background: whitesmoke;
/*	border-style:none;*/
	-webkit-box-shadow:5px 5px 5px black;
	box-shadow:5px 5px 5px black;
}

ul#navigation 
{
	position:relative;
	float:right; 
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	text-align:center;
}

ul#navigation li 
{
	font-weight:bold; 
	padding:0;
	float:left;
	position:relative;
/*
	border-top:1px solid LightSlateGray;
	border-bottom:2px solid LightSlateGray;
*/	
	clear:right;
/*	margin:0 0 0 1px; */
	display:block;
	list-style:none;
	left:50%; /* 50 */
/*	top:1px; */
}

ul#navigation li a 
{
	color:MidnightBlue;
	text-shadow:1px 1px 0px White; 
	text-decoration:none;
	text-align: center;
	border-right:2px solid White;
	border-left:2px solid LightSlateGray;
	border-top:1px solid White;
	border-bottom:2px solid LightSlateGray;
	background: Gainsboro;
	display:block;
	margin:0;
	padding:.7em .8em .7em; 
	font-size:1em;
	line-height:1em;
	font-weight:bold;
}

ul#navigation li.active a
{
	color:#fff;
	background:000;
}

ul#navigation li:hover > a 
{
	background:GhostWhite;

	color:MidnightBlue;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1; 
}

ul#navigation ul, ul#navigation ul li ul 
{
	list-style: none;
	visibility:hidden; 
	position: absolute;
	z-index: 99999;
	background:Gainsboro;
	-webkit-box-shadow:1px 1px 3px LightSlateGray;
	box-shadow:1px 1px 3px LightSlateGray;
	opacity:0;
}

ul#navigation ul 
{
   position:absolute;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
}

ul#navigation ul li ul 
{
/*   top: 0; */
/*   left: 181px; */
}

ul#navigation ul li 
{
	width:100%;
	border:0 none;
	border-bottom:1px solid White;
	left:auto;
	margin:0;
	clear:left;
}

ul#navigation ul li a 
{
	background:none;
	padding:7px 15px;
	color:MidnightBlue;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:auto;
}

/*--- Hide Sub Sublists ---*/
#navigation li:hover ul ul {display:none;}

/*--- Sublevel UL's display and position on hover ---*/
#navigation li:hover ul {display:block;}
#navigation li li:hover ul {margin-left:15em; display:block;}

ul#navigation li a.first 
{
	border-left: thin solid LightSlateGray; 
/*	border-left: 0 none; */
}

ul#navigation li a.button 
{
	padding: 3px 5px 1px 5px;
	border-right: thin solid LightSlateGray; 
}
ul#navigation li a.last 
{
/*	border-right: 0 none; */
	border-right: thin solid LightSlateGray; 

	left:auto;
	right:0;
}

/* -------------------------- */
/*         form style         */
/* -------------------------- */
#formdiv
{
	width:700px;
	margin:0 auto;
}

form#submit 
{
	background: CornflowerBlue;
	border-radius: 5px;
	padding: 20px;
	width: 700px;
	margin:0 auto;
	text-align:left;
}
		
form#submit legend 
{
	padding:0px;
	margin:0px;
}
		
form#submit fieldset 
{
	border: none;
	margin-bottom: 10px;
}
		
form#submit fieldset:last-of-type 
{
	margin-bottom: 0;
}
			
form#submit legend 
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
				
			
form#submit fieldset fieldset legend 
{
	color: black;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0;
}
			
form#submit ol li 
{
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
							
form#submit ol ol li 
{
	background: none;
	border: none;
	float: left;
}
			
form#submit label 
{
	float: left;
	font-size: 16px;
	width: 110px;
}
				
form#submit fieldset fieldset label 
{
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
				
form#submit fieldset fieldset label:hover 
{
	cursor: pointer;
}
				
form#submit input:not([type=radio]),
form#submit textarea 
{
	background: white;
	border: none;
	border-radius: 3px;
	outline: none;
	padding: 5px;
	width: 500px;
}
					
form#submit input:not([type=submit]):focus,
form#submit textarea:focus 
{
	background: #eaeaea;
}
					
form#submit button 
{
	background: Gray;
	border: none;
	border-radius: 20px;
	color: white;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}
					
form#submit button:hover 
{
	background: DarkGray;
	cursor: pointer;
}