@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x; }
#main{ width:998px; height:500px; margin-left:auto; margin-right:auto;}
.button-bg {
	background-image: url(images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 1170px;
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d6392;
	text-decoration: none;
}

.button-bg a:link{
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d6392;
	text-decoration: none;
}

.button-bg a:visited{
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d6392;
	text-decoration: none;
}


.login-register { width:200px; height:59px; float:right; padding-right:40px; padding-top:3px; }
	
.text-blue	{font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #2d6392;
	text-decoration: none;}
	
.text-blue	a:link{font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #2d6392;
	text-decoration: none;}	

.text-blue	a:visited{font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #2d6392;
	text-decoration: none;}

.menu-bg { width:100%; height:auto; float:left; background-image:url(); background-repeat:repeat-x; }

.body-contents-left{ width:655px; height:auto; float:left; margin-top:20px; margin-left:12px; padding-top:17px; padding-left:12px; background-color:#ffffff; padding-bottom:30px;}

.body-contents-right{ width:268px; height:269; float:left; margin-top:20px; margin-left:12px; padding-top:17px; padding-left:12px; padding-bottom:30px;}


.img-left{ width:290px; height:269px; float:left;}

.text-mid{
	width:331px;
	height:269px;
	float:left;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}.titles-black {
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}


<!-- below is for effect-->



.arrowlistmenu{
width: 1180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #2d6392;
padding: 2px 0;
margin-left: 139px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 13px;
font-family:tahoma;
}

.arrowlistmenu ul li a:visited{
color: #2d6392;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #FFFFFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}


