/* CSS Document */

a:link {	color: #8B2088; text-decoration: underline;}
a:active {	color: #8B2088;	text-decoration: underline;}
a:visited {	color: #8B2088;}
a:hover {	color: #CC99CC;	text-decoration: none;}

.footerlink {
	color: #8B2088;
	padding-top: 15px;
	font-size: 13px;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 16px;
}
.footerlink a:link {	color: #8B2088;	text-decoration: underline;}
.footerlink a:active {	color: #8B2088;	text-decoration: underline;}
.footerlink a:visited {	color: #8B2088;	text-decoration: underline;}
.footerlink a:hover {	color: #CC99CC;	text-decoration: none;}




#nav-banner {width:100%; background: #FFDD58; height:25px; }
	ul.nav 	{ width:100%; font:11px Arial, Verdana; color:#7030a0; background: #FFDD58; list-style: none; height:25px; margin: 0; padding: 0;}
	ul.nav li {float:left !important; padding:5px 0 0 11px;}
	
	ul.nav li a			{color:#7030a0; text-decoration: none;}
	ul.nav li a:hover 	{color:#c1880d;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6B0068;
	background-image: url(../images/inner/inner_nav_bg_re.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
table, ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	list-style-type: square;
}
input, textarea {
	font-size: 13px;
	border: 1px solid #CC99CC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8B2088;
	padding: 2;
	background-color: #FFFFFF;
}
.textPadding {
	padding-bottom: 30px;
	padding-top: 45px;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC99CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
}

.heading a {
	color: #8b2088;
	text-decoration: none;
}

.heading a:hover {
	color: #8b2088;
	text-decoration: underline;
}

.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #8B2088;
	text-transform: uppercase;
}

.heading3{
	font-size: 12px;
	color: #8B2088;
}

.contact {
	color: #666666;
	font-size: 11px;
}

p.heading {
  display: block;
  clear: both;
}

div.showhide p.heading {
  cursor: pointer;
}

div.showhide div.thumbs {
  width: 100px;
  margin: 0 10px 10px 0;
  float: left;
  display: inline;
}

div.showhide div.thumbs img {margin: 5px 0;}