/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
ul
{
  margin-left: 0;
  padding-left: 20;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #0066cc;
}
a:active {
	color: #0066cc;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	border:none;
	background-color: #0066cc;
	text-align: center;
}
#h1 {
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

#header {
	background-color: #FFFFFF;
	text-align:center;
	margin-bottom: 4px;
}
#inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	width: 60%;
}

#footer {
	background-color: #FFFFFF;
	text-align:center;
	border-top: 1px solid #520934;
	font-size: x-small;
}
div.clear {
	clear:both;
}
#wrapper {
	margin: 0 auto;
	width:950px;
	background-image:url('/myfiles/bg.php?x=908&y=1&c1w=146&c2w=616&c3w=146');
	background-repeat:repeat-y;
	background-position:center top;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#col1 {
	float: left;
	margin-left:2px;
	border-left-width:0px;
	padding-left:2px;
	width:130px;
	padding-right:2px;
	border-right-width:0px;
	margin-right:2px;
	height: inherit;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#col2 {
	float: left;
	margin-left:2px;
	border-left-width:1px solid #520934;
	padding-left:2px;
	width:664px;
	padding-right:2px;
	border-right-width:1px solid #520934;
	margin-right:2px;
	height: auto;
	border-left: 1px solid #520934;
	border-right: 1px solid #520934;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#col3 {
	float: right;
	margin-left:2px;
	border-left-width:0px;
	padding-left:2px;
	width:130px;
	padding-right:2px;
	border-right-width:0px;
	margin-right:2px;
	height: 100%;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#col4 {
	float: left;
	margin-left:2px;
	border-left-width:1px solid #520934;
	padding-left:2px;
	width:790px;
	padding-right:2px;
	margin-right:2px;
	height: auto;
	border-left: 1px solid #520934;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#menuh-container
	{
	position:  relative;
	margin-top: 0;
	color: #fff;
	width:950px;
	height: 95%;
	}

#menuh
	{
	color: #fff;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #520934;
	border-bottom: 1px solid #520934;
	height: 95%;
	}
/* ------------------------------  Main menu items ------------------------------ */
.arrowlistmenu{
	width: 130px; /*width of menu*/
	text-align: left;
	background-color: #FFFFFF;
}

.arrowlistmenu .headerbar{
	font: bold 10px Arial;
	color: white;
	background: black url(images/menu/titlebar.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 4px 10px; /*header text is indented 10px*/
	text-align: left;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000000;
	background: url(images/menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #990000;
	background-color: #F3F3F3;
}
/* ------------------------------  Main menu items ends ------------------------------ */

/* ------------------------------  submenu items  ------------------------------ */		
.arrowlistsubmenu{
	width: 130px; /*width of menu*/
	text-align: center;
}

.arrowlistsummenu .headerbar{
	font: bold 10px Arial;
	color: white;
	background: black url(images/menu/titlebar.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 4px 10px; /*header text is indented 10px*/
	text-align: left;
}

.arrowlistsubmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistsubmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistsubmenu ul li a{
	color: #000000;
	
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistsubmenu ul li a:visited{
	color: #000000;
}

.arrowlistsubmenu ul li a:hover{ /*hover state CSS*/
	color: #990000;
	background-color: #F3F3F3;
}	

/* ------------------------------  submenu items ends ------------------------------ */	


.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */




 
