body {
	background-image: url(../img/mosaic.png);
}

body .fws2 * {
   margin:0;
   padding:0;
   line-height: 1;
}

/*Slider Styles*/

.fws2 {
    position: relative;
    background:#000;
    width:100%;
	
    overflow: hidden;
}

.fws2 .slider_container {
	width:600px;
	min-width:100%;
	
	
}

.fws2 .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

.fws2 .slide img {
    width:100%;
    height: auto;
    float:left;
}

.fws2 .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slidePrev i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
	background: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 6px;
	right: -43px;
	opacity: 0.5;
	z-index: 10;
}

.fws2 .slideNext i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

.fws2 .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

.fws2 .progress {
    height:4px;
    width:0%;
    background-color: #288AA2;
    float:left;
}

.fws2 .bullets {
	position: absolute;
	bottom: -49px;
	z-index: 3;
	width: 100%;
	text-align: center;
	left: -1px;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#000;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#288AA2;
}


.fws2 .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}

.fws2 .title {  /* Slider Title Style */
    opacity: 0;
    color:#fff;     
    font-size:36px;
    background:#000;
    padding:10px;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=75);

  /* Netscape */
  -moz-opacity: 0.75;

  /* Safari 1.x */
  -khtml-opacity: 0.75;

  /* Good browsers */
  opacity: 0.75;
}

.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color:#288AA2;
    font-size:18px;
    background:#000;
    padding:10px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:24px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
	
}

.fws2 .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .readmore:hover {
    color:#fff;
}

.footer {
    width:100%;
    float:left;
    text-align:center;
}

.footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    color:#585858;
    margin-top:20px;
}


/*Media Query*/



@media only screen and (min-width:1150px) and (max-width: 1450px) {

    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:1000px;

    }
    .fws2 .title { font-size:26px; }
    .fws2 .description { font-size:14px;}
}


@media only screen and (min-width:760px) and (max-width: 1149px) {
    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:640px;
		float:left;

    }
    .fws2 .title { font-size:26px; }
    .fws2 .description {  font-size:14px;}
}

@media only screen and (max-width:759px) {


    .fws2 .slide_content_wrap {
        top:0 !important;
        left:0 !important;
        margin:0 !important;
        width:100%;
        height:100%;
		float:left;
    }

    .fws2 .slide_content_wrap h4, 
    .fws2 .slide_content_wrap p { 
        display:none !important; 
    }
    .fws2 .slide_content_wrap a {
        opacity:0 !important;
        background: none !important;
        font-size: 0 !important;
        width:100%;
        height: 100%;
        margin:0 !important;
        padding:0 !important;
        float:left;
    }


    .fws2 .timers { display:none; }
    .fws2 .bullets { display:none; }
    .fws2 .slide_content {cursor: pointer;}

}

@media screen and (max-width: 600px){

  .TopBar{
    float:left;
    width:100%;
	
}

.div21{
	float:left;
	min-width:500px;
	margin-left:auto;
	margin-right:auto;
}
  
  .center {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	float:left;
}



.div22{
	width:100%;
	min-width:500px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#04A09B;
	background-repeat:repeat-x;
	clear:both;
}
}
/*Custom*/

.div20{
	
	width:100%;
	min-width:500px;
	height:50px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.div21{
	width:100%;
	min-width:475px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
}

.LowerButtons{
	width:100%;
	min-width:500px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image: url(../img/tweed.png);
	padding-top:4px;
	-moz-box-shadow:    inset 0 0 9px #000000;
    -webkit-box-shadow: inset 0 0 9px #000000;
    box-shadow:         inset 0 0 9px #000000;
}

.div22{
	width:100%;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#424242;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	 box-shadow: 0 8px 6px -6px black;
}

.details{
	width:300px;
	height: 15px;
	margin-left:auto;
	margin-right:auto;
	color:#2F2F2F;
	font-family:Arial;
	font-size:11px;
	text-align:center;
}

.div23{
	width:100%;
	height:3px;
	margin-left:auto;
	margin-right:auto;
	background-color:#424242;
	clear:both;
	-webkit-border-Top-right-radius:3px;
	-moz-border-radius-Topright:3px;
	border-Top-right-radius:3px;
	-webkit-border-Top-left-radius:3px;
	-moz-border-radius-Topleft:3px;
	border-Top-left-radius:3px;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:60%px;
}

#FloatRight {
	float:right;
	
}

.TopBar {
	display:inline-block;
	width:230px;
	min-width:225px;
	height:115px;
}

#logo {
	width:225px;
	padding-top:10px;
	padding-left:10px;
}

.SlideWrap {
	margin-top:0px;
}

#nav {
	list-style: none;
	margin-top:5px;
}



.TopBar li {
	margin-bottom:7px;	
	padding-left: 30px;
	font-family:Arial;
	font-size:13px;	
} 

#nav a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#393939;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:25px;
	width:160px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-left:0px;
	padding-bottom:5px;
}

#nav a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#nav a:active {
	position:relative;
	top:1px;
}

#nav2 {
	
margin-top:22px;
	
	
	
	
	
	
}

#nav2 li { 
margin-bottom:40px;
margin-left:5px;
list-style: none;

	

}



#nav2 a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;  
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0px;
	border:1px solid #8C8C8C;
	display:block;
	color:#093D53;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	
	
	
}

#nav2 a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#nav2 a:active {
	position:relative;
	top:1px;
}

#FinePrint {
	position:relative;
	font-size:small;
	font-family:arial;
	color:#3D3D3D;
	margin-top:9px;
}

.bottom {
	background: url(../img/bars.png);
	padding-top:5px;
	padding-bottom:3px;
	margin-top:0px;
	min-width:500px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}

.bottom p {
	padding-left:30px;
	padding-right:30px;
}

.MidCenter {
	
	display:inline-block;
	float:left;
	width:198px;
	height: 135px;

	
	
}

.MidCenter p {
	position:relative;
	display:block;
	height:120px;
	font-size:small;
	font-family:arial;
	color:#3D3D3D;
	text-align:left;
	text-decoration: none;
	list-style:none;
	padding-left:40px;
}



h4 {
	font-family:arial;
	color:#3D3D3D;
}



.key {
	position:absolute;
	z-index:300;
	width:60px;
	height:53px;
	margin-left:-34px;
	margin-top:35px;
}

.MidContainer {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	margin-top:10px;
	height:135px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background: url(../img/gray.png);
	border:1px solid #262626;
	-moz-box-shadow:     0 0 9px #000000;
    -webkit-box-shadow:  0 0 9px #000000;
    box-shadow:          0 0 9px #000000;   
}

/* ---------------Start of Bar Menu--------*/

.ExtraContainer {
		
	
	}
	
.Menu {
	

}

.Menu a {
	display:block;
	background-color:#2D85B0;
	padding:8px 10px 8px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#0B3346;
	text-align:center;
	font-size:13px;
	font-family:arial;
	text-shadow:1px 1px 0px #3A99C7;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	 box-shadow:inset 0px 1px 0px 0px #ffffff;
}

.Menu a:hover {
	background-color:#27779E;
	
	
}

.Menu a:active {
	
	
}


.Menu li {
	display:inline-block;
	
	
}

#Left {
	
}
	
#Right {
	
}

.Master {
	
	max-width:1024px;
	margin:auto;
	
	
	}




	
