@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial , Verdana;
}
body,html{
	margin:0;
	padding:0;
	background-color:#330066;
}
#topWrapper{
	margin-left:92px;	
	margin-top:50px;
	width:795px;
}
#icons{
	text-align:right;	
}
#searchBar{
	margin-top:50px;	
}#contentWrapper{
	margin-left:92px;	
	width:795px;
	float:left;
	text-align:left;
}#rightBar{
	float:right;
	width:200px;
	position:absolute;
	top:240px;
	margin-left:490px;
	display:inline;
}
.error{
	color:#ff2222;
	font-size:12px;
}
.success{
	color:#22ff22;
	font-size:12px;
}
#topMenu{
	float:left;
	margin-left:10px;
	color:#444444;
	font-size:14px;
}#topMenu a{
	color:#444444;
	font-size:14px;
	text-decoration:none;
}
#content{
	float:left;
	text-align:left;
	width:800px;
	margin-top:12px;
	margin-left:10px;
	font-family:Arial , Verdana;
	color:#444444;
	font-size:14px;
}
#content a{
	font-family:Arial , Verdana;
	color:#444444;
	text-decoration:none;
}
/*S3 slider*/
#s3slider {
   width: 600px; /* important to be same as image width */
   height: 280px; /* important to be same as image height */
  /* position: relative; /* important */
   overflow: hidden; /* important */
   float:left;
}
#s3slider li{
	list-style:none;
}
#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   /*position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 475px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

#content input{
	border:dotted 1px #848484;
}
#content textarea{
	border:dotted 1px #848484;
}
#content img{
	border:none;
}
.bstn{
	text-align:justify;
}
.little{
	font-size:12px;
}.footer{
	padding-left:100px;
	font-family:Arial , Verdana;
	color:#444444;
	font-size:14px;
}.footer a{
	color:#444444;
	font-size:14px;
	text-decoration:none;l
}