body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #46688B;
	background-image: url(images/bodygradient.jpg);
	background-repeat: repeat-x;
}
.wgcbodysides {
	background-image: url(images/bodysides.png);
	background-repeat: repeat-y;
	color: #1f1f1f;
}
.wgcrightbodybg {
	background-image: url(images/righbodybg.jpg);
	background-repeat: repeat-x;
}

.wgcleftnavbg {
	background-color: #000040;
	background-image: url(images/leftnavbg_06.jpg);
	background-repeat: no-repeat;
}
.wgcfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #90a1b1;
}
.wgcbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
}
.wgcbodytext a {
	color: #519ADA;
	text-decoration: underline;
}
.wgcheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}




html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.hmslide-head1 {
	font-family: 'Cinzel', serif;
	font-size: 30px;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.08em #000;
	line-height: 25px;
}

.hmslide-head2 {
	font-family: 'Cinzel', serif;
	font-size: 15px;
	color: #FFF;
	text-shadow: 0.2em 0.2em 0.08em #000;
}


/*SLIDER STYLES*/

.imageRotator
{
	width: 657px;
	height: 390px;
	outline: 0px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(images/services_sliderbg.jpg);*/
	background-repeat: no-repeat;
}

.imageGroup
{
	width: 657px;
	height: 390px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
}

.imagePanel
{
	width: 657px;
	height: 390px;
	position: absolute;
}
.homeslidebase {
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
	margin-left: 0px;
}

/*SLIDER STYLES*/


/*DROP DOWN MENU STYLES*/


.customMenu {
	position: relative;
	display: inline-block;
	/*height: 20px;*/
	border: 0px solid black;
	z-index: 2000
}
.menuContent {
	display: none;
	width: 201px;
	z-index: 2000;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	/*margin-right: 275px;*/
	
	-moz-border-radius-bottomleft: 1px;
	-webkit-border-bottom-left-radius: 1px;
	border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
	margin-top: 1px;
}

/*DROP DOWN MENU STYLES*/
