@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	background-color: #07559D;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #024df3;
}
a:visited {
	color: #fe880a;
}
a:hover {
	color: #fe880a;
}
a:active {
	color: #fe880a;
	text-decoration: none;
}

.banner-wrap {
	width: 100%;
	background-image: url(../img/top-bg.jpg);
	background-repeat: repeat-x;
	height: 109px;
}


.banner {
	width: 800px;
	height: 109px;
	background-image: url(../img/index-banner.jpg);
	margin: 0px auto;
	
}

.banner img  {
	margin-top: 20px;
	margin-left: 20px;
}
.inside-banner {
	width: 800px;
	height: 109px;
	background-image: url(../img/inside-banner.jpg);
	margin: 0px auto;
}

.inside-banner img {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.inside-page-img {
	background-image: url(../img/banner.png);
	height: 96px;
	width: 507px;
	float: right;
}


.content-parent {
	background-image: url(../img/parent-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	min-height: 503px;
	margin-left: auto;	
	margin-right: auto;
}

#menuh
	{
	background-image: url(../img/menu.jpg);
	height: 30px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	width: 800px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	}
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0px 0px 0px 0px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	text-decoration:none;
	}

	
#menuh a:hover	/* menu at mouse-over  */
	{
	text-decoration:none;
	}	
#menuh a.top_parent {
	display: block;
	padding: 7px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	text-decoration: none;
}
/* End CSS Drop Down Menu */
#menuh a.top_parent:hover {
	display: block;
	padding: 7px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #07559D;
	color: #FFFFFF;
}
#menuh  a.parent   	/* attaches side-arrow to all parents */
	{
	background-color: #CAE0F5;
	color: #000000;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	}
#menuh a.parent:hover {
	background-color: #07559D;
	color: #FFFFFF;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#menuh ul
	{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;	/* width of all menu boxes */
	float: left;
	width: 158px;
	}

#menuh li
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: -2px;
	}

#menuh  ul  ul  {
	z-index:500;
	display:none;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position: absolute;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 156px;


}

div#menuh li:hover
	{
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

.content {
	font-size: 12px;
	
}

.flash {
	margin: 0px auto;
	width: 840px;
	height: 274px;
}

#flashcontent {
	margin: 0px auto;
	width: 800px;
	height: 274px;
}


#content-wrap {
	margin: 0px auto;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;

}

#content-wrap-top {
	width: 797px;
	background-image:url(../img/top.jpg);
	background-repeat:repeat-y;
	height:30px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;
}
#content-wrap-top #left {
	width:249px;
	float: left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}
#content-wrap-top #middle {
	width:269px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;
	float: left;
	padding: 5px 0px 0px 10px;
	height: 25px;
}
#content-wrap-top #right {
	width:247px;
	float: left;
	padding: 5px 0px 0px 10px;
	height: 25px;
}
#bottom-border {
	background-image: url(../img/wrap-border.png);
	background-repeat: repeat-y;
}

#top-gradient {
	height: 28px;
	width: auto;
	background-image: url(../img/content-gradient-top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#bottom-gradient {
	height: 28px;
	width: auto;
	background-image: url(../img/content-gradient-bottom.jpg);
	background-repeat: repeat-x;
}
#content-wrap-bottom {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #99CCCC;
	width: 796px;
	background-image:url(../img/content-gradient-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	min-height:28px;
	background-color: #FFFFFF;
	color: #666666;
}


#content-wrap-bottom h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
#content-wrap-bottom img {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}
#content-wrap-bottom   .img  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}


#content-wrap-bottom  a {
	color: #000000;
	font-weight: bold;

}


#content-wrap-bottom  p {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}
#content-wrap-bottom li {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}


#content-wrap-bottom #left {
	width: 249px;
	float:left;
	padding: 0px 5px 0px 5px;	
}
#content-wrap-bottom #middle {
	width:269px;
	float: left;
	height: auto;
	overflow: visible;
	padding: 0px 5px 0px 5px;
}
#content-wrap-bottom #right {
	width: 248px;
	float:left;
	padding: 0px 5px 0px 5px;
}

.inside-img {
	margin: 0px auto;
	width: 800px;
	height: 274px;
}
.inside-content-bg {
	background-color: #FFFFFF;
	background-image: url(../img/content-gradient-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 10px 20px 10px;
}
.inside-content-bg h2 {
	font-family: "Trebuchet MS", sans-serif;
	color: #999999;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
.inside-content-bg p {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}


.bottom-bar {
	background-color: #C51230;
	height: 15px;
	width: 800px;
	margin: 0px auto;
	clear: both;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	width: 800px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}


