@charset "utf-8";
/* Start Common CSS */
*{margin:0px; padding:0px;}
body{background:#9dcfcb; background:url(../images/ebcbg.jpg); font-family:Arial, Helvetica, sans-serif; size:12px; color:#456789;}
#wrapper{width:905px; margin:0 auto;}
img{border:none;}
.floatl{float:left;}
.floatr{float:right;}
/* End Common CSS */

/* Start Slider CSS */
#carousel_inner {float:left; /* important for inline positioning */ width:802px; /* important (this width = width of list item(including margin) * items shown */ overflow: hidden;  /* important (hide the items outside the div) */ /* non-important styling bellow */ background:#9dcfcb; border:solid 1px #5285b6; margin:20px 10px 0px 0px; padding:12px 12px 12px 5px;}

#carousel_ul {position:relative; left:-270px; /* important (this should be negative number of list items width(including margin) */ list-style-type:none; /* removing the default styling for unordered list items */ margin: 0px; padding: 0px; width:9999px; /* important */ /* non-important styling bellow */ }

#carousel_ul li{float: left; /* important for inline positioning of the list items */ width:260px;  /* fixed width, important */ /* just styling bellow*/ padding:0px; height:453px; margin-left:5px; margin-right:5px;}

#carousel_ul li img {.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */ cursor:pointer; cursor:hand; border:0px;}

#left_scroll, #right_scroll{float:left; height:24px; width:34px; padding-top:243px;}

#left_scroll img, #right_scroll img{border:0; /* remove the default border of linked image */ /*styling*/ cursor:pointer; cursor:hand;}
/* End Slider CSS */

/* Start Bottom CSS */
.title{font-family:"Times New Roman", Times, serif; font-size:24px; color:#FFFFFF;}
.subtitle{font-family:"Times New Roman", Times, serif; font-size:18px; color:#222f69; padding-top:10px;}
.contact{font-family:"Times New Roman", Times, serif; font-size:18px; color:#222f69; text-decoration:none;}
.contact:hover{font-family:"Times New Roman", Times, serif; font-size:18px; color:#FFFFFF; text-decoration:none;}
/* Start Bottom CSS */

/* Start Footer CSS */
.footerarea{width:905px; float:left; margin-top:40px; margin-bottom:20px;}
.copyright{font-family:"Times New Roman", Times, serif; font-size:13px; color:#FFFFFF;}
/* Start Footer CSS */