@charset "UTF-8";
/* CSS Document */

* { 
	margin:0px; 
	padding:0px;
}
html, body {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#666;
	margin:0px; 
	padding:0px;




}
body{ margin-left:20px;}
IMG {
	border:0px; 
	display:block;
}

/* TEXT */

p{
	margin-bottom:0px;
	line-height:16px;
}
h1{
	float:left;
	display:inline;
	height:60px;
	margin-bottom:7px;
}
h1 span{
	display:none;
}
strong{
	display:block
}
strong.inline{
	display:inline
}

/* LINKS */

a{
	text-decoration:none;
	color:#782a8f;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration:none;
	color:#782a8f;
	background-color: #eb3d92;

}
a.selected{
	text-decoration:none;
	color:#782a8f;
	background-color: #eb3d92;

}
a span{
	color:#999;
}
a:hover span{
	color:#666;
}
a.selected span{

	color:#000000;
}

/* FORMAT MAIN */

#main{	
	float:left;
	display:inline;
	padding:12px 0px 0px 0px;
}


#main_content{	
	float:left;
	display:inline;
	width:950px;
	padding:12px 0px 0px 0px;
}
#menu{
	width:930px;
}
#scroll {
	float:left;
	display:0;
	width:100%;
	overflow: auto;
	height:450px;	
	border:0px;
	
	
	
}
#scroll IMG{
	float:left;
}
#content{
	float:left;
	display:inline;
	width:950px;
	height:384px;
}
#balls{
	float:left;
	display:inline;
	width:950px;
	height:100px;
}
#content p{
	float:left;
	display:inline;
	width:299px;
	margin-right:21px;
	color:#999;
	height:350px;
}

td{ 
	vertical-align:top;	
}	

/* NAV */

div#clientnav a{
	font-size:12px;
	text-decoration:none;
	color:#eb3d92;
}
div#clientnav a:hover{
	font-size:12px;
	text-decoration:none;
	color:#eb3d92;
	background-color: #782a8f;

}
div#clientnav a.selected{
	font-size:12px;
	text-decoration:none;
	color:#eb3d92;
	background-color: #782a8f;

}
div#clientnav a span{
	font-size:12px;
	color:#999;
}
div#clientnav a:hover span{
	font-size:12px;
	color:#666;
}
div#clientnav a.selected span{
    font-size:12px;
	color:#000000;
}


ul{
	float:left;
	width:180px;
	margin-bottom:0px;
	list-style:none;
}
ul.first{
	width:140px;
	margin-top:0px;
	margin-bottom:20px;
	vertical-align: top;
	padding-top: none;
}
ul.first a img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	display: inline;
}
ul.main{
	width:140px;
	margin-bottom:0px;
}
ul.last{
	width:210px;	
}
li{
	display:block;
	
}

.footer {

  width: 100%;

  padding-top: 20px;

  text-align: left;

  clear: both;

}

.copyRight{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666;

	clear: both;

	margin: 0px;

	padding: 0px;
}



.copyRight a{color:#ee4097; font-weight: normal;}





.clearfix { 
	overflow : hidden;
	_height : 1%;
}

