@import "custom_styles.css";

html{
	height: 100%;

}

body
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 90%; 
	background-color: #FFFFFF;
	height: 100%;
}

a
{
	text-decoration: none;
	color: #000099;
}

table
{
	border: none;

}

img {
	border: 0;

}


a:hover
{
	text-decoration: underline;
}

h2
{

}

h3 {
	color: black;
	border-bottom: 1px dotted #99CC66;
	width: auto;
	padding-top: 10px;
	margin-top: 0px;
}

.newsbox a{
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

h6
{
	color: #000099;
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1;
	margin: 0px;

}

.smallpr
{
	color: black;
	font-size: 0.8em;
	font-weight:normal;
}

#container
{
	position: relative;
	display: block;
	width: 805px;
	height: auto;
	margin: auto auto;
	background-color: #FFFFFF;
	padding: 0px 3px 17px 3px;

}

.l-shadow {
	position: absolute;
	min-height: 10px;
	left: -17px;
	top: 0px;
	width: 17px;
	height: 100%;
	background: url(images/shadow-left.jpg) repeat-y top left; 
	margin-bottom: 10px;
}

.r-shadow {
	z-index: 1;
	min-height: 10px;
	position: absolute;
	right: -17px;
	top: 0px;
	width: 17px;
	height: 100%;
	background: url(images/shadow-right.jpg) repeat-y top left;
	margin-bottom: 10px;
}

.rt-shadow {
	z-index: 2;
	position: absolute;
	right: -17px;
	top: 0px;
	width: 17px;
	height: 38px;
	background: url(images/shadow-top-right.jpg) no-repeat top left;
}

.lt-shadow {
	z-index: 2;
	position: absolute;
	left: -17px;
	top: 0px;
	width: 17px;
	height: 38px;
	background: url(images/shadow-top-left.jpg) no-repeat top left;
}

.b-shadow {
	z-index: 1;
	position: absolute;
	background: url(images/footer-bck.jpg) repeat-x bottom left;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
}

.rb-shadow {
	z-index: 2;
	position: absolute;
	right: -17px;
	bottom: 0px;
	width: 17px;
	height: 38px;
	background: url(images/shadow-bottom-right.jpg) no-repeat bottom left;
}

.lb-shadow {
	z-index: 2;
	position: absolute;
	left: -17px;
	bottom: 0px;
	width: 17px;
	height: 38px;
	background: url(images/shadow-bottom-left.jpg) no-repeat bottom left;
}

#content
{
	min-height: 400px;
}

#banner
{
	width: 803px;
	position: relative;
	height: 140px;
	background-image: url(images/top-banner.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

#banner-logo
{
	float: left;
	margin-top: 20px;
	margin-left: 35px;
}

#banner-images
{
	
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	
}

#menu
{
	position: relative;
	height: 28px;
	width: auto;
	/*background-image: url(images/menu-bck.jpg);
	background-repeat: repeat-x;
	background-position: top left;*/
}

/* Horizontal CSS Menu */
.horMenu {width:auto; height:28px; position:relative; z-index:100; text-align:center; padding-left: 1px; font-size: 12px; font-weight: bold;}
.horMenu ul {padding:0; margin:0; list-style:none;}
.horMenu ul ul {width:134px;}
.horMenu li {float:left; width:134px; position:relative; }
.horMenu a, .horMenu a:visited {display:block; text-decoration:none; color:#000099; width:134px; height:28px; line-height:28px; border-right: 1px solid #FFFFFF; background: url(images/menu-btn.jpg) no-repeat top left;}
.horMenu ul ul a.dropdown, .horMenu ul ul a.dropdown:visited {background-color: #99CC66;}
.horMenu ul ul :hover > a.dropdown {}
.horMenu ul ul ul a, .horMenu ul ul ul a:visited {background:#9ed8ff;}
.horMenu ul ul ul a:hover {background:#EDEDED;}
.horMenu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:-1px; width:133px; text-align: left;}
.horMenu ul ul ul{left:133px; top:-1px; width:133px;}
.horMenu ul ul ul.left {left:-134px;}
.horMenu table {position:absolute; top:0; left:0; border-collapse:collapse;}
.horMenu ul ul a, .horMenu ul ul a:visited {background:#EDEDED; color:#000099; height:auto; line-height:1em;  width:114px; font-weight: normal; padding: 10px; text-decoration: none; font-size: 12px; border-left: 1px solid black; border-right: 1px solid black;}
.horMenu a:hover {color:#000;}
.horMenu ul ul a:hover{ background:#FFFFFF; color:#000099;}
.horMenu ul li:hover ul,
.horMenu ul a:hover ul{visibility:visible;}
.horMenu ul :hover ul ul{visibility:hidden;}
.horMenu ul :hover ul :hover ul{visibility:visible;}
/* Horizontal CSS Menu */

.menu-item
{
	float: left;
	display: block;
	padding-left: 0;
	padding-right: 0;
	padding-top:5px;
	margin: 0;
	height: 23px;
	width:134px;
	background-image: url(images/menu-btn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000099; 
}

.drop-menu
{
	display: block;
 	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	height: auto;
	visibility: hidden;
	overflow: hidden;
}

.drop-menu-item
{
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	width: 100px;
	min-height: 25px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	background-color: #EBEBEB;
	/*background: url(images/top-banner.png) repeat-x bottom right;*/
	/*border-bottom: 1px solid #99CC66;*/
}

.drop-menu-item:hover
{
	cursor: pointer;
	background: #FFFFFF;
	font-weight: bold;
}


#breadcrumb
{
	z-index: 10;
	height: 20px;
	margin-top: 5px;
	width: 795px;
	padding-left: 10px;
	color: #99CC66;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 12px;
}

#breadcrumb a
{
	color: #000099;
}

#search-area
{
	float: right;
	height: 20px;
	width: 215px;
}

.search-box
{
	width: 130px;
	height: 16px;
	background-color: #EFF0F0;
	margin-left: 10px;
	padding-left: 10px;
	float: right;
	border: solid;
	border-color: gray;
	border-width: 1px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: #000099;
}

.search-go
{
	width: 25px;
	padding: 0;
	text-align: center;
	height: 20px;
	float: right;
	margin-left: 10px;
	color: #000099;
	background-color: #99CC66;
	border: solid;
	border-color: gray;
	border-width: 1px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 10px;
	font-weight: bold;
}



#footer
{
	display: block;
	width: 805px;	
	height: 20px;
	background-position: bottom left;
	background-repeat: repeat-x; 
	padding-bottom: 0px;
	padding-top: 100px;
	color: #FFFFFF;
	background: url(images/hm-border-btm.jpg) no-repeat bottom left;

}

#footer a
{
	color: #000099;
}

#left-sidebar
{
	float: left;
	width: 195px;
	height: auto;
}



#middle-content
{
	margin-top: 10px;
	float: left;
	width: auto;
	max-width: 600px;
	height: auto;
	font-weight: normal;
}

#right-content
{
	float: right;
	width: 180px;
	height: auto;
}


#scontent
{
	padding-top: 20px;
	background: url(images/about-bottom-bck.jpg) repeat-x top left;
	min-height: 100px;
	height: auto;
	width: 410px;
	text-align: left;
	border: 1px solid #E3E3E3;
	overflow: visible;
	font-weight: normal;
}

.bottom-links
{
	float: left;
	font-size: 10px;
	color:#666666;
	padding-left: 10px;
	font-weight: normal;
	
}

.bottom-links a
{
	font-size: 11px;
	color:#666666;
	padding-left: 10px;
	font-weight: normal;
}

#site-copyright
{
	font-size: 12px;
	padding-right: 10px;
	color:#666666;
	font-weight: normal;
	 
}


