/* CSS Document */

html, body {
	height: 100%; /* Required */
	margin: 0 auto;
}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#CCCCCC;
	background-image:url(images/gray_stripe_bg.gif);
	color: #000000;
	height: 100%; /* Required */
}

/* outer box */
#container {
	min-height: 100%; /* For Modern Browsers */
	height: auto; !important
	height: 100%; 
	width:900px;
	margin: 0 auto -75px;
	padding:0px;
	background-color:#FFFFFF;
}  

/* logo and backround topmenu */
#header { 
	height:115px; 
	background:#FFFFFF;
	text-align:center;
	float:left;
}

/* topmenu */
#topmenu {
	margin-top:0px;
	width:100%;
	height:30px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#CCCCCC;
	font-weight:normal;
	padding-top:0px;
	background-color:#006699;
}

/* ######### Style for Top Menu ######### */

.bluetabs {
padding:0;
background:transparent;
voice-family:"\"}\"";
voice-family:inherit;
float:right;
}

.bluetabs ul{
margin:0;
/* margin-left: 40px; /*margin between first menu item and left browser edge*/
padding:0;
list-style:none;
}

.bluetabs li {
display:inline;
margin:0;
}

.bluetabs li a {
float:left;
display:block;
color:#CCCCCC;
text-decoration:none;
margin:1px 0 0 0; /*Margin between each menu item*/
padding:6px 8px 6px 8px;
background-color:transparent; /*Brown color theme*/ 
border-right:1px solid #999999;
}

.bluetabs li a:visited {
color:#CCCCCC;
}

.bluetabs li a:hover { /*main tab hover */
text-decoration:none;
color:#FFFFFF;
background-color:#003366;
}

.bluetabs li.selected {
color:#FFFFFF;
}

.bluetabs li.selected a { /*selected main tab style */
background-color:#003366; /*THEME CHANGE HERE*/
border-bottom-color:#999999;
color:#FFFFFF;
}

.bluetabs li.selected a:hover { /*selected main tab style */
text-decoration:none;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
position:absolute;
top:0;
border:1px solid #999999; /*THEME CHANGE HERE*/
border-width:0px;
line-height:18px;
z-index:100;
background-color:#003366;
width:180px;
visibility: hidden;
text-align:left;
}


.dropmenudiv_b a {
width:auto;
display:block;
text-indent:8px;
border:0 solid #999999; /*THEME CHANGE HERE*/
border-bottom-width:1px;
padding:3px 0;
text-decoration:none;
color:#CCCCCC;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width:100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#006699;
color:#FFFFFF;
}

/* image for index page */
#imageindex {
	width:900px;
	height:190px;
	padding:0px;
	float:left;
	background-color:#CCCCCC;
}

/* breadcrumb you are here: */
#breadcrumb {
	width:100%;
	height:30px;
	float:left;
	font-size:small;
	color:#666666;
	font-weight:normal;
	background-color:#FFFFFF;
	border-bottom: dashed #CCCCCC 1px;
	text-align:left;
}

#breadcrumb a {
	color:#666666;
	padding:0;
	padding-left:0;
	text-decoration:underline;
}

#breadcrumb a:visited {
	color:#666666;
}

#breadcrumb a:hover {
	color:#000000;

}

.breadcrumb {
	margin-left:240px;
}

.breadcrum_active {
	font-weight:bold;
}

#content { 
	width:100%; 
	height:auto; 
	padding:0px; 
	float:left; 
	text-align:left;
	background-color:#FFFFFF;
}

/* contentmenu or left submenu */
#contentmenu { 
	width:180px; 
	height:auto; 
	padding-left:20px;
	padding-top:0px;
	margin-top:30px;
	float:left;
	text-align:left;
	font-size:small;
	color:#666666;
}

#contentmenu a {
	color:#006699;
	text-decoration:none;
}

#contentmenu a:visited {
	color:#006699;
}

#contentmenu a:hover {
	color:#006699;
	text-decoration:underline;
}

/* contenttext */
#contenttext { 
	width:640px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:small; 
	float: right;
	text-align:left;
	line-height:18px;
	border-left:solid #CCCCCC 1px;
}
#contenttext a {
	text-decoration:underline;
	color:#006699;
}
#contenttext a:hover {
	text-decoration:underline;
}

/* bottommenu */
#bottommenu {
	width:100%;
	height:30px;
	float:left;
	font-size:x-small;
	color:#666666;
	font-weight:normal;
	background-color:#CCCCCC;
	text-align:left;
}

#bottommenu ul{
	margin-top:9px;
	padding:0;
	margin-bottom:0px;
	color:#666666;
	margin-left:240px;
}

#bottommenu ul li {
	display:inline;
}

#bottommenu ul li a {
	color:#666666;
	text-decoration:none;
}

#bottommenu ul li a:visited {
	color:#666666;
}

#bottommenu ul li a:hover {
	color:#000000;
	text-decoration:underline;

}

/* copyright */
#copyright {
	width:100%;
	height:30px;
	float:left;
	font-size:x-small;
	color:#CCCCCC;
	font-weight:normal;
	background-color:#666666;
	text-align:left;
}

#copyright a {
	color:#CCCCCC;
	text-decoration:none;
}

#copyright a:visited {
	color:#CCCCCC;
}

#copyright a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.copyright {
	margin-top:9px;
	margin-left:240px;
}
 
h1 { 
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
} 

h2 {
	padding-top:15px;
	font-size:medium;
	color:#666666;
}

input {
	border:solid #999999 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:3px;
}

textarea {
	border:solid #999999 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:3px;
}

/* show image */
.thumbnail {
	position:relative;
	z-index:0;
}

.thumbnail:hover {
	background-color:transparent;
	z-index:50;
}

/*CSS for enlarged image*/
.thumbnail span {
	position:absolute;
	background-color: #EEEEEE;
	padding:5px;
	left:-1000px;
	border:1px dashed #999999;
	visibility:hidden;
	color:black;
	text-decoration:none;
	font-size:small;
	text-align:right;
}

/*CSS for enlarged image*/
.thumbnail span img {
	border-width:0;
	padding:2px;
}

/*CSS for enlarged image on hover*/
.thumbnail:hover span {
	visibility:visible;
	bottom:18px;
	left:20px; /*position where enlarged image should offset horizontally */

}
