/* CSS Document */
html {
	overflow: auto;
	background-color: #a3c3f3;
}
body {
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #a3c3f3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
}
h5
{
	text-align:center;
	font-size:16px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
h4
{
	text-align:center;
	font-size:24px;
	margin:0px;
	padding:0px;
}
h3
{
	text-align:center;
	font-size:20px;
	margin:0px;
	padding:0px;
}
h2
{
	text-align:center;
	margin:0px;
	padding:0px;
}
a
{
	font-weight:bold;
}
a:link
{
	color:#000;
}
a:visited
{
	color:#CC00CC;
	font-weight:normal;
}
a:hover
{
	color:#F90;
}
label
{
	text-align: right;
	width: 125px;
	height: 25px;
	float: left;
	padding-right: 5px;
	font: Bold 16px/25px arial, helvetica, sans-serif;
	
}
.captcha
{
	float: left;
	text-align: left;
}

.captcha label
{
	float: none;
}
.frontBack
{
	float:left; 
	height: 700px; 
	position: relative; 
	z-index: 1;	
}
#vertMenuLoc
{
	float: left;
	position:relative;
	width: 202px;
	height: 100%;
	/*
	position:absolute; 
    top: 140px; 
    left: 0px;
	*/
}

.pictureBox
{
	height:300px;
	width:280px;
	padding:10px;
	position:absolute; 
	border-radius: .5em .5em  .5em .5em; 
	-moz-border-radius: .5em .5em  .5em .5em; 
	-webkit-border-radius: .5em .5em  .5em .5em;
	background-color:#CCC;
	z-index:1;
}

.pictureS
{
	height:300px;
	width:280px;
	padding:10px;
	position:absolute; 
	border-radius: .5em .5em  .5em .5em; 
	-moz-border-radius: .5em .5em  .5em .5em; 
	-webkit-border-radius: .5em .5em  .5em .5em;
	background-color:#CCC;
	z-index:1;
	-moz-box-shadow: -3px -3px 4px #000;
	-webkit-box-shadow: -3px -3px 4px #000;
	box-shadow: -3px -3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=310, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=310, Color='#000000');
}

.pictureInner
{
	margin: auto;
	width: 100%;
	height: 280px;
	background-color: #fff;
	border:thin solid blue;
	-moz-border-radius: .5em .5em  .5em .5em; 
	-webkit-border-radius: .5em .5em  .5em .5em;
	
}	
#banner_section
{
	width: 998px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.hotHold
{
	float: left; 
	margin:0px;
	padding-top: 10px; 
	color:#000; 
	width: 370px; 
	height: 62px;
}

.hotBox
{
	width: 80%;
	border:1px solid red;
	color: red;
	margin: auto;
	padding: 10px;
	box-shadow: 0px 0px 3em #F60;
	-moz-box-shadow: 0px 0px 3em #F60;
	-webkit-box-shadow: 0px 0px 3em #F60;
	border-radius: .5em .5em  .5em .5em; 
	-moz-border-radius: .5em .5em  .5em .5em; 
	-webkit-border-radius: .5em .5em  .5em .5em;
}
.seperator {
	width: 100%;
	clear: both;
}

#main_section {
	margin: 0px;
	padding: 0px;
	height: 466px;
	width: 998px;
	color:#000;
}

#main_section_other {
	margin: 0px;
	padding: 10px;
	color:#000;
	text-align:left;
}
/* contact us page */
.contact
{
	width: 796px;
	height: 463px;
	float:left;
	position:absolute;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 900;
	color:#FFFFFF;
	margin-top: 201px;
	top:-185px;
}
.contactw
{
	float:left; 
	clear:both; 
	width:135px; 
	padding-left: 10px; 
	padding-bottom: 5px;
}
.banner_links
{
	color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	position:absolute; 
	top: 68px; 
	left: 850px;
}
.elsbanner_links
{
	color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	position:absolute; 
	top: 68px; 
	left: 785px;
}
#emailMe
{
	padding:20px 0px;
	margin:0px;
	text-align:center;
}
.eliLabel
{
	padding: 0px 10px 0px;	
}
