html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}



p, li {
	line-height: 180%;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: century gothic, arial;
	font-weight: bold;
	color: #98CBFE;
	font-style: normal;
}

h2 {
	font-family: trebuchet ms, arial;
	font-size: 140%;
	font-weight : bold;
	color:#99ccff;
	font-style: normal;
}

h3 {
	font-family: trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:#99ccff;
	font-style: normal;
}

h4 {
	font-family: trebuchet ms, arial;
	font-size: 190%;
	font-weight : bold;
	color:#336699;
	font-style: normal;
}

h3 a {
	text-decoration: none;
	text-align:center;
}

h3 a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/

ul {

}




/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #a4cce6;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
	text-align: left;
}

#sub_text hr {
	border-top: 1px solid #383b3e;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #98cbfe;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
  
#list_box ul  {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	list-style-type: none;
}


#list_box ul li {
	padding: 4px 0px 4px 1px;
		color:#98cbfe;
}	

#list_box ul.submenu_on li a{
	color:#98cbfe;
}
.submenu_on li {
	text-indent:30px;
	color:#98cbfe;
	}

.submenu_on li a{
	color:#98cbfe;
	}


#list_box ul li a {
	color: #ffffff;
	text-decoration: none;
}	


#list_box ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.popup p {
	color:#ffffff;
}

 /*------------------------------Contact Form-----------------------------------*/

form.contactform {
font-size: 11px;
	color: #ffffff;
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

fieldset.contactform {
	border: 1px dashed #ffffff;
}

legend.contactform  {
	color: #a4cce6;
	font-weight: bold;
	background-color: #000000;	
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #666666;;
	text-decoration: none;
	border: 1px solid #748da6;
	padding: 2px 2px 2px 2px;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
}

