@charset "iso-8859-1";
/* CSS Document */

@import "basis.css";

body {
	color:#FFFFFF;
	font-size:1em;
	background-color: #000000;
	background-image:url('../images/bgb.jpg');
	
	
}
div.contents_area {
	position:absolute;
	margin-left:-400px; 
	top:165px;
	width: 800px;
	left: 50%;
	background-image:url('../images/bgcb.jpg');
}

#maintable{
	background-image:url('../images/bgcb.jpg');
}

#regedit{
	background-image:url('../images/bgcb.jpg');
}
/* common tags */

h3 {
	font-size:1.8em;
	font-style:italic;
	margin-left:1.2em;
}

h2 {
	font-size:2em;
	font-style:bold;
	line-height:2em;
	margin-left:0.7em;
}
 
p{
	margin-top:0.5em;
	margin-bottom:0.7em;
	margin-left:1em;
	margin-right:0.7em;
}

.righttext{
	margin-top:2.5em;
	margin-right:100px;
	text-align:right;
}

#linkspic{
	position: relative;
	float : right;
	margin-top:10px;
	margin-right:10px;
}

em {
	color:#FF9900;
	font-size:1.5em;
	text-decoration: underline;
	cursor:help;
}

hr {
	width:75%;
}



/* cONTENT AREA */

	
div.contents_area p {
	 font-size: 14px;
}


/* FOOTER AREA */

.footer{
	position : relative;
	float:right;
	font-size: 0.8em;
	text-align: right;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	
}
#logo{
	position: relative;
	float : left;
	width:144px;
}


/* TOOLTIP */

.balloonstyle{
position:absolute;
top: -100px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:italic 1em Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
color :black;
width: 240px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -100px;
left: 0;
visibility: hidden;
}

/* ------------------------------------------------- Fix --------------------------------------------------- */

#fix {
	margin-top:200px;
}

/* ------------------------------------------------- Links --------------------------------------------------- */

a:link {
	color : #FF0000;
	text-decoration: none;
	font-size: 1.35em;
}
a:active{
	color : #000080;
	text-decoration: none;
}
a:visited {
	color : #000000;
	font-style:italic;
	text-decoration: none;
	font-size: 1em;
	background-color:#FFFF33;
	padding:3px;
}
a:hover	{
	text-decoration: none;
	color : #FFFF99;
	text-transform: uppercase;
	font-size: 1.8em;
	background-color:black;
}

/* CHROME */

.chromestyle{
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../images/chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px 7px;
	margin: 0;
	font-size: 1.1em;
	text-decoration: none;
	border-left: 1px solid #d9913b;
	border-right: 1px solid #d9913b; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
	font-size: 1.2em;
	border:0px;
}
.chromestyle ul li a:visited{
	background-color:transparent;
	font-size: 1.1em;
	font-style:normal;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #d9913b; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 2px groove #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:visited{
	background-color: #d9913b;
	font-style:italic;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ec9548;
	font-size: 0.9em;
}

/* GALLERY */

#navlinks{ /*CSS for DIV containing the navigational links*/
	width: 800px;
}

#navlinks a{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 0.9em;
}
#navlinks a:visited{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 0.9em;
}
#navlinks a.current{ /*CSS for currently selected navigational link*/
	color:#000000;
	background-color: #FFFFFF;
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color:#FF0000;
}