@charset "utf-8";
/* CSS Document */

body
{
background:url(bg.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center bottom;
}

.body
{
background:url(bg1.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center bottom;
}

.imageffect
{
color: #fff;
	padding: 20px;
	background: #111;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-radius: 5px;
	}

.bgtop
{
background-image:url(images/box-top.png);
background-repeat:no-repeat;
height:10px;
width:237;
}

.bgmid
{
background-image:url(images/box-bg.jpg);
background-repeat:no-repeat;
height:136;
width:240;
}

.bgbot
{
background-image:url(images/box-bot.png);
background-repeat:no-repeat;
height:15;
width:240;
}

.bgtop1
{
background-image:url(images/box-top1.png);
background-repeat:no-repeat;
height:14px;
width:237;
}

.bgmid1
{
background-image:url(images/box-bg1.jpg);
background-repeat:no-repeat;
height:136;
width:240;
}

.bgbot1
{
background-image:url(images/box-bot1.png);
background-repeat:no-repeat;
height:15;
width:240;
}

.bgtop2
{
background-image:url(images/box-top2.png);
background-repeat:no-repeat;
height:14px;
width:237;
}

.bgmid2
{
background-image:url(images/box-bg2.jpg);
background-repeat:no-repeat;
height:136;
width:240;
}

.bgbot2
{
background-image:url(images/box-bot2.png);
background-repeat:no-repeat;
height:15;
width:240;
}

.bgtop3
{
background-image:url(images/box-top3.png);
background-repeat:no-repeat;
height:14px;
width:234;
}

.bgmid3
{
background-image:url(images/box-bg3.jpg);
background-repeat:no-repeat;
height:136;
width:240;
}

.bgbot3
{
background-image:url(images/box-bot3.png);
background-repeat:no-repeat;
height:15;
width:240;
}
.style
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:1.2em;
color:#FFFFFF;
}

.style1
{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.25em;
text-shadow:#0b97e4 1px 1px;
letter-spacing:-1px;
line-height:1.2em;
}

.style2
{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.25em;
text-shadow:#78b10b  1px 1px;
letter-spacing:-1px;
line-height:1.2em;
}

.style3
{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.25em;
text-shadow:#ff6900  1px 1px;
letter-spacing:-1px;
line-height:1.2em;
}

.style4
{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.25em;
text-shadow:#ffad07  1px 1px;
letter-spacing:-1px;
line-height:1.2em;
}

.style5
{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.25em;
text-align:center;
text-shadow:#333333  1px 1px;
letter-spacing:-1px;
line-height:1.2em;
}

.style6
{
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
}
.style7
{
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.37em;
text-shadow:#cccccc  1px 1px;
letter-spacing:-1px;
line-height:1.2em;

}

.content
{
background:url(contenttop.png);
background-repeat:no-repeat;
width:979;
height:20;
}

.contentbody
{
background:url(contenbody.jpg);
background-repeat:repeat-x;
width:1;
height:750;
background-color:#FFFFFF;
}

.contentbot
{
background:url(images/border-right.png);
background-color:#333333;
background-repeat:repeat-x;
width:1;
height:86;
}

.lefttop
{
background:url(images/box1-top.png);
background-repeat:no-repeat;
height:49;
width:237;
}

.leftmid
{
background:url(bgmid.jpg);
background-repeat:repeat-y;
height:1;
width:237;
}


.leftbot
{
background:url(images/box1-bot.gif);
background-repeat:no-repeat;
height:17;
width:237;
}


/*---------Left Link--------*/



.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background:url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*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(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font-family:Verdana, Arial, Helvetica, sans-serif;

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 a{
color: #4fc4fa;
background:url(images/marker.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #4fc4fa;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #4fc4fa;
background-color: #F3F3F3;
}


/*---------Left Link--------*/


.top {
		height:15px;
		overflow:hidden;
		background:url(images/box2-top.png) no-repeat left top;
	}
 .bot {
		height:16px;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background:url(images/box2-bot.gif) no-repeat left top;
	}
 .border-left {
		padding-left:1px;
		background:url(images/box2-border.gif) repeat-y left top;
	}
.border-right {
		padding-right:1px;
		background:url(images/box2-border.gif) repeat-y right top;
	}
.xcontent {
		width:100%;
		min-height:113px;
		height:auto!important;
		height:113px;
		padding:0;
		background:url(images/box2-tail.gif) repeat-x left top #f6f6f6;
	}
 .inner {
		padding:0 14px 20px 18px;
	}

