@charset "UTF-8";
/* CSS Document */
td img {
display: block;
}
body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #660033;
}
h2 {
	font-size: 16px;
	color: #996600;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
/***********  Page Styles  **********/
.hr {
	height: 1px;
	background-image: url(../images/shared/hr_dotted.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	}
.hr hr {
	display: none;
}
.TenPtfont {
	font-size: 10px;
}

.galleryimage {
  width: 125px;  /*  MUST MATCH height  */
  height: 125px;  /*  MUST MATCH width  */
  overflow: hidden;
  text-align: center;
  margin:3px;
}
.galleryimage img {
  max-width:200px;    /*  MUST be larger than width/height from .galleryimage  */
}
/****** End Page Styles ******/
/****** Navigation Styles ******/
/***********  Breadcrumb Styles  **********/
.breadcrumbs {
	font-size: 10px;
}

/****** Main Menu ******/
#menu-container {
	margin:0 auto;
	padding:0px;
	width:955px;
	height:50px;
} 
.menu { 
    margin:0 auto; 
	list-style:none; 
	font-family:Helvetica, Arial, sans-serif;
	}
.menu li {
	padding:0px;
}
.menu li.top {
	display:block;
	padding: 0 1px 0 15px;
	float:left; 
	position:relative;
	height:46px;
	line-height:46px;
	color:#000;
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
	}
.menu li a.top_link {
	color:#000;
	text-decoration:none;
}
.menu li a.top_link:hover {
	color:#666;
}
.menu a:hover {
	visibility:visible;
}
.menu li:hover {
	position:relative; 
	z-index:200;
}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0;
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	}

.menu :hover ul.sub {
	left:15px; /* controls left placement of dropdown box */
	top:35px; /* controls top placement of dropdown box */
	background: #CCC; /* Color of dropdown box*/
	padding:0 0 4px 10px; /* padding inside dropdown box */
	border:1px solid #02274A; /*Outline of dropdown box*/
	white-space:nowrap; 
	width:160px; 
	height:auto;
	}
.menu :hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	}
.menu :hover ul.sub li a {
	display:block; 
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-indent:5px;
	color:#02274A; /* Dropdown text color */
	text-decoration:none;
	text-align:left;
	border:solid #fff; /* Dropdown inside border color */
	border-width:0 0 0 3px; /* Dropdown inside border thickness */
	}
.menu :hover ul.sub li a:hover {
	background:#02274A;  /*Rollover Box color for dropdown items*/
	color:#fff;
	width:157px; /* Menu sub width less Dropdown inside border thickness */
}
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:90px; 
	top:-4px; 
	background: #fff; 
	padding:3px 0; 
	border:1px solid 999999; 
	white-space:nowrap; 
	width:93px; 
	z-index:200; 
	height:auto;
}
/***********  DEV - Footer Styles  **********/
.footer {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	
	color: #003399;
	padding:11px;
	line-height:15px;
}
.footer a:link,
.footer a:visited  {
	color:#003399;
	text-decoration: underline;
}
.footer a:hover,
.footer a:active  {
	color: #666666;
	text-decoration: none;
}
/****** CAPTCHA Styles ******/
.captchadiv {
	background-color:#E4EFFF;
	border-style:solid;
	border-color:#000066;
	border-width:thin;
	padding:5px;
	width:375px;
	font-size:10px;
}
 /****** End CAPTCHA Styles ******/
