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

.bg {
	background-image: url(images/bg_03.jpg);
	background-color: #5249ce;
	background-attachment: fixed;
	height: 3000px;
	width: 2300px;
	margin: 0px;
	padding: 0px;
	
}

.black_box {
	background-color: #000;
	height: auto;
	width: auto;
	background-repeat: repeat;
	color: #000;
}


.top_menu {
	font-family: Calibri, Arial;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color:#333;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7em;
	text-align: justify;
}

.main_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color:#666666;
	font-style: normal;
	line-height: 1.7em;
	text-align: justify;
}
.main_text_white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-style: normal;
}
.main_text_white_large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
	font-style: normal;
}
.contact_us_blue_large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#09C;
	font-style: normal;
}
.main_text_white_italics {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#036;
	font-style: italic;
	font-weight: normal;
	text-shadow: grey 0.1em 0.1em 0.2em;
	text-align: justify;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.main_text_italics {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color:#333333;
}
.main_testimonial_italics {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style:italic;
	color:#333333;
}
.main_testimonial_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	color:#333333;
	font-weight: lighter;
	text-align: left;
}
.WPS_Logo {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #0033CC;
}
.WPS_Logo_2 {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #0033CC;
}
.below_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-style: italic;
	font-weight: normal;	
	text-shadow: black 0.1em 0.1em 0.2em
}
.form_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color:#0033FF;
	float: left;
}
.invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.orange {
	color: #FF6600;
	font-weight: bold;
	font-size: 32px;
}
.grey {
	color: #666;
	font-weight: bold;
	font-size: 32px;
}
.blue {
	color: #09C;
	font-weight: bold;
	font-size: 25px;
}






#s3slider { 
   width: 400px; /* important to be same as image width */ 
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 200px; /* 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: 374px;
   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;
}
