/* CSS Document */

body {

	background-color: #E2E2E2; 
	color:#333333;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
}
a, a:link 			{ color: #000000; text-decoration: none; }
a:visited 			{ color: #000000; }	
a:focus, a:hover 	{ color: #EC2E96 ; }
a:active 			{ color: #000000; }

h1 {
	font-size: 16px;
	color:#000000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
}
h2 {
	font-size: 16px;
	color:#666666;
	font-weight:bold;
	padding:14px 0px 0px 0px;
	margin:0px;
	clear:both;	
}
h2 img {
	position: relative;
	top: 2px;
 	padding-right:10px;
	
}
h3 {
	font-size: 16px;
	color:#EC2E96;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
	clear:both;
}
.strong {
	color:#EC2E96;
	font-weight:bold;
}
.strong a {
	color:#EC2E96;
	font-weight:bold;
	padding-right:10px;
}
.strong a:hover {
	color:#666666;
}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:590px;
	text-align:center;
	background-image: url(../img/dropshadow3.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
}
.header {
	height: 100px;
}
.footer {
	height: 20px;
	margin:40px 30px 0px 0px;
	padding-right:12px;
	width:90%;
	position:relative;
	float:right;
	font-size:10px;
	text-align:right;
}
.logo {
	width:100%;
	text-align:right;
}
.logo img {
	margin-right:30px;
}
.left {
	width: 180px;
	height:424px;
	background-color:white;
	position:relative;
	float:left;
	border-right: 4px solid #000000;
	padding: 0px 30px 0px 30px;
	
}
.right {
	background-color:white;
	position:relative;
	float:left;
	width:670px;
	height:424px;
	text-align:left;
	padding: 0px 20px 0px 30px;
	margin-left: 5px;
	font-size:14px;
	border-left: 4px solid #EC2E96;
	line-height:27px;	
}
.right_box {
	width: 600px;
	padding-bottom: 10px;
	clear:right;
	height:100px;
}
.right_box img {
	position: relative;
	float:left;
	height:145px;
	border:2px solid #FACBE4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.rb_text {
	position: relative;
	float:left;
	text-align:left;
	padding: 0px 20px 0px 0px;
	margin-left: 0px;
	line-height:18px;
	width: 100%;
}
.rb_list {
	position: relative;
	float:left;
	text-align:left;
	padding: 0px 20px 0px 0px;
	margin-left: 0px;
	line-height:18px;
	font-size:13px;
}
.rb_text p {
	margin-top:8px;
	margin-bottom:3px;
	font-size:13px;	
}
.rb_list p {
	margin-top:5px;
	margin-bottom:13px;
	font-size:13px;	
}
.rb_text strong {
	color:#000000;
}
.big_logo {
	position:relative;
	top:-58px;
	left:0px;
	padding:0px;
	margin-bottom:-50px;
}	
/*
.left ul{
	margin: 0px;
	padding: 0;
	list-style:none;
}
.left ul li{
	display: block;
	text-align:center;
	padding: 15px 0px 0px 0px;
	font-weight:bold;
	background-color:white;
	height:31px;
	border-bottom:1px solid #EC2E96;
}
.left ul li a{
	text-decoration: none;
	padding: 10.5px 11px;
	
}
.left ul li a:visited{
}
.left ul li a:hover, .menu ul li .current {
}
*/
#menu {
	z-index:1000;
	font-size:90%;
	margin:0px 0px 0px 0px; 
	font-size:14px;
	font-weight: normal;
	color:#333333;
	width: 160px;
	height:424px;
	background-color:white;
	position:relative;
	float:left;
	border-right: 4px solid #000000;
	padding: 0px 30px 0px 30px;	
}

/* remove all the bullets, borders and padding from the default list styling */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
cursor: pointer;
background: white;
height: 46px;
line-height: 46px;
margin: 0px 0px;
border-bottom: 1px solid #EC2E96;
text-align: center;
font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 12em;
	margin-top: -2.2em;
	width: 12em;
	border-top: 1px solid #EC2E96;
	background-color: white;
}
#menu ul {
padding: 0px;
background-color:#white;
}
#menu li {
text-align: center;
font-size: 95%;
height: 46px;
line-height: 46px;
border-bottom: 1px solid #EC2E96;
margin-bottom:-4px;
border-left: 1px solid #EC2E96;
border-right: 1px solid #EC2E96;

}
#menu li a, #menu dt a {
	color: #333333;
	text-decoration: none;
	display: block;
}

#menu li a:hover, #menu dt a:hover {
	background-color: #FACBE4;
	color: #000000;
}
#menu dt:hover {
	color: #000000;
	background-image: url(../img/arrow.jpg);
}
.top {
	border-top: 1px solid #EC2E96;
}
.rb_text ul {
	margin-bottom:15px;
}
.rb_text li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../img/bullet2.jpg);
	margin-left:15px;
	font-size:13px;
	line-height:18px;
}
.rb_text dt{
	width: 120px;
	line-height:16px;	
}
.rb_text dd{
	margin-left: 100px;
	margin-top:-17px;
	line-height:19px;
}
.rb_list li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 23px;
	list-style-image: url(../img/bullet2.jpg);
	margin-left:15px;
}
.clt_line {
	width:600px;
	position:relative;
	float:left;
	margin-bottom:10px;
}
.clt_line img {
	position:relative;
	float:left;
	border: 1px solid pink;
	width:100px;
	padding:2px;
}
.clt_line .quote {
	position:relative;
	float:left;
	width:600px;
	padding:0px 10px 0px 0px;
	font-size:11px;
	line-height:13px;
}











	
	
