@charset "utf-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
body,html{height:100%}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-object-fit: contain;
}
body {
	margin: auto;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	background-color: #666666;
	background-image: none;
	background-repeat: repeat;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: right;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #B901B2;
	text-decoration: none;
}

a:visited {
	color: #636;
	text-decoration: none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color: #C06;
	text-decoration: none;
}

.linkHeader {
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}


a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #C60;
}
.sidebar1Copy {
	float: left;
	width: 150px;
	padding-bottom: 10px;
	background-color: #000;
	position: relative;
	height: 1900px;
	top: 90px;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
    max-width: 1300px;
    margin: 0 auto;

}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    width: 100%;
    float: left;
}
.big_logo{    width: 84.7%;
    height: auto;}
.small_logo{    width: 15.3%;
    height: auto;}
.logo {
	height: auto;
	width: auto;

}
.contentFromChatUp {
	width: 900px;
	float: none;
	position: relative;
	top: 90px;
	height: 1220px;
	background-color: #FFF;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(images/FS-background-square.gif);
	background-repeat: repeat;
}
.mid_container_col{     float: left;
    width: 100%;
    background: #fff;
    position: relative;
     overflow: hidden; }

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.left_side_bar{     float: left;
    width: 15.5%;
    background: #ccc;
    position: relative;
    top: 0;}
.sidebar1 {
    float: left;
    width: 100%;
}
.sidebar1b {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 5px;
	
}
.sidebar1bSingle {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.sidebar1blonger {
	    float: left;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.sidebar1c {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	position: absolute;
	height: 2220px;
	top: 2120px;
	padding-top: 20px;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}


.sidebar1Longer {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	background-color: #999999;
	position: absolute;
	height: 4250px;
	top: 120px;
	padding-top: 20px;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.sidebar2 {
     float: right;
    width: 15.3%;
    position: relative;
    padding:20px 5px 20px;
    background: #ccc;
}
.footer, .footerLower, .footerSingle{position:relative;}
.footer:after, .footerLower:after, .footerSingle:after{    background: #ccc;
    position: absolute;
    content: '';
    width: 15.3%;
    height: 600%;
    right: 0;
    top: -600%;}
	
 .footerSingle:after{height: 710%;
  
    top: -710%;}
.sidebar2Single {
	float: left;
	width: 100%;

}
.sidebar2bSingle {
	float: left;
	width: 100%;

}

.sidebar2longer {
     float: right;
    width: 15.3%;
    position: relative;
    padding: 20px 5px 0;
    background: #ccc;
}


.contentwithsquare {
    width: 69.2%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    color: #666;
    border-left: thin solid #11B3E6;
    padding:0 10px 200px;
	    min-height: 1572px;
}
.contentwithsquareSingle {
	width: 69.2%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    color: #666;
    border-left: thin solid #11B3E6;
    padding: 0 10px 200px;
    min-height: 1572px;
}

.contentwithsquareLonger {
    width: 69.2%;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    color: #666;
    border-left: thin solid #11B3E6;
    padding: 0 10px 200px;
    min-height: 1572px;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.movie {
	width: 51%;
	position: relative;
	float: left;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}
.movie img{width:100%; height:auto}
.movieBlack {
	height: 240px;
	width: 420px;
	padding: 10px;
	position: static;
	left: 5px;
	top: 289px;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.movieright {
	width: 49%;
    position: relative;
    display: inline-block;
    float: right;
}
.movieright iframe, .movieright embed{width:100%}
.movieright img{width:100%; height:auto;}
.movierightBlack {
	height: 240px;
	width: 420px;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.movielikeholder {
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 5px;
	font-size: small;
}



.inforight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 49%;
    position: relative;
    display: inline-block;
    float: right;
    padding-left: 30px;
	text-align: justify;
}
.inforightblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 360px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	left: auto;
	float: left;
	text-align: justify;
	color: #FFF;
}
.inforightsilver {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 380px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 0px;
	left: auto;
	float: right;
	text-align: justify;
	color: #000;
}


.infoleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 47%;
    position: relative;
    float: left;
    text-align: justify;
    padding: 15px 0px 0px 12px;
}
.infoleft h2{margin:0px; padding:0px;}
.infoforapp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 500px;
	width: 580px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	left: auto;
	float: left;
	text-align: left;
}
.boxinsideinfoforapp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 200px;
	width: 300px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	left: auto;
	float: left;
	text-align: left;
	padding: 0px;
}


.infoleftblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 360px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	left: auto;
	float: left;
	text-align: justify;
	color: #FFF;
}
.infoleftsilver {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 380px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	left: auto;
	float: left;
	text-align: justify;
	color: #FFF;
}


.aboutinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 620px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	left: auto;
	float: none;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	border: thin solid #11B3E6;
	    display: inline-block;
}
.aboutinfoSingle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 650px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	left: auto;
	float: none;
	text-align: left;
	line-height: 25px;
	border: thin solid #11B3E6;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.aboutInfoFlashing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: auto;
	width: 600px;
	position: relative;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 150px;
	left: auto;
	float: none;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	text-decoration: blink;
	color: #FFF;
	font-weight: bold;
}

.aboutinfoblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	max-width: 600px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	left: auto;
	float: none;
	text-align: center;
	line-height: 25px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 5px;
	border: thin solid #11B3E6;
}
.aboutinfosilver {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 600px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: auto;
	float: none;
	text-align: center;
	line-height: 23px;
	color: #333;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: thin solid #09C;
}

.aboutinfoleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 300px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 100px;
	left: auto;
	float: left;
	text-align: left;
	padding: 0px;
	line-height: 25px;
}
.aboutinforight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 300px;
	position: relative;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: auto;
	left: auto;
	float: right;
	text-align: left;
	padding: 0px;
	line-height: 25px;
}


.aboutinfolonger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	left: auto;
	float: none;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	display:inline-block;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{height:auto !important}
.aboutinfoEvenLonger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 860px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	left: auto;
	float: none;
	text-align: center;
	padding: 0px;
	line-height: 25px;
}

.buttonsAndFlagsBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: 900px;
	position: relative;
	left: auto;
	float: none;
	text-align: center;
	padding: 0px;
	line-height: 25px;
	margin: 0px;
}




.position {
    text-align: left;
    width: 100%;
    margin-bottom: 35px;
    background: #11b3e6;
    border: thin solid #FFF;
    float: left;
    border-radius: 10px;
    padding: 12px 20px 25px;
}
.positionSingle {
    text-align: left;
    width: 670px;
    margin-bottom: 5px;
    background: #11b3e6;
    border-radius: 10px;
    padding: 15px;
    border: thin solid #FFF;
    margin-right: auto;
    margin-left: auto;

}
.positionSingle iframe{width:100%;    height: 366px;}
.positionChristmas {
	text-align: left;
	width: 850px;
	height: 300px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}

.positionindex {
	text-align: left;
	width: 900px;
	height: 300px;
	margin-bottom: 5px;
	background-image: url(images/position-background-1.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-top: 10px;
	margin-top: 10px;
}

.FilmOfTheWeekPosition {
	text-align: left;
	width: 900px;
	height: 300px;
	background-color: #CCC;
}

.aboutposition {
	text-align: left;
	width: 900px;
	height: 180px;
}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	top: auto;
}
ul.navRIGHT {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	top: auto;
}

ul.nav li {
	border-bottom: 1px solid #666;
}
ul.navRIGHT li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 135px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #000;
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	top: auto;
	height: auto;
	position: static;
	clip: rect(90px,auto,auto,auto);
}
ul.navRIGHT a, ul.nav a:visited {
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 135px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #000;
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	top: auto;
	height: auto;
	position: static;
	clip: rect(90px,auto,auto,auto);
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 300%;
	color: #333333;
	text-align: center;
	font-weight: 900;
	text-transform: none;
	filter: DropShadow(Color=#333, OffX=10, OffY=10, Positive=true);
	cursor: auto;
	line-height: 50px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #666;
	font-size: 12pt;
	background-color: #421D1D;
}
ul.navRIGHT a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	font-size: 12pt;
	background-color: #421D1D;
}


/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: none; /* this clear property forces the .container to understand where the columns end and contain them */
    background-color: #999;
    width: 1280px;
    text-align: center;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footerSingle {
   position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: none; /* this clear property forces the .container to understand where the columns end and contain them */
    background-color: #999;
    width: 1280px;
    text-align: center;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerLower  {
   position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: none; /* this clear property forces the .container to understand where the columns end and contain them */
    background-color: #999;
    width: 1280px;
    text-align: center;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h2 {
	font-size: 24px;
	color: #333;
	text-align: left;
	line-height: 30px;
}

p {
	line-height: 18px;
	color: #333;
}
.navbarShort {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	background-color: #333;
	width: 300px;
	position: absolute;
	margin-top: 10px;
	margin-right: 280px;
	margin-bottom: 10px;
	margin-left: 280px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	background-image: url(images/FS-NavbarBG.gif);
	float: none;
}

.navbarlonger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	background-color: #333;
	width: 820px;
	position: absolute;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-image: url(images/FS-NavbarBG.gif);
}

.navbarlongerspread {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	width: 800px;
	position: absolute;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: 30px;
}


.navbarshorter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	width: 600px;
	position: absolute;
	margin-top: 20px;
	margin-right: 140px;
	margin-bottom: 10px;
	margin-left: 140px;
	text-align: center;
	background-repeat: no-repeat;
	padding: 10px;
}
.navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	width: 700px;
	position: absolute;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 90px;
	text-align: center;
	background-repeat: no-repeat;
	float: none;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.navbar ul {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navbarShort ul {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navbarlonger ul {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navbarlongerspread ul {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.navbarshorter ul {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navbar ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
.navbarShort ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
.new_navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	width: 700px;
	position: absolute;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 90px;
	text-align: center;
	background-repeat: no-repeat;
	float: none;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.navbarlonger ul li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}
.navbarlongerspread ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}


.navbarshorter ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
}

.navbar a:link {
	text-decoration: none;
	color: #FFF;
}
.navbarShort a:link {
	text-decoration: none;
	color: #FFF;
}

.navbarlonger a:link {
	text-decoration: none;
	color: #FFF;
}
.navbarlongerspread a:link {
	text-decoration: none;
	color: #FFF;
}


.navbarshorter a:link {
	text-decoration: none;
	color: #FFF;
}

.navbar a:hover {
	color: #421D1D;
	text-decoration: none;
}
.navbarShort a:hover {
	color: #421D1D;
	text-decoration: none;
}

.navbarlonger a:hover {
	color: #421D1D;
	text-decoration: none;
}
.navbarlongerspread a:hover {
	color: #421D1D;
	text-decoration: none;
}


.navbarshorter a:hover {
	color: #421D1D;
	text-decoration: none;
}

.navbar a:visited {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}
.navbarShort a:visited {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}

.navbarlonger a:visited {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}
.navbarlongerspread a:visited {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}


.navbarshorter a:visited {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}

.onthispage {
    font-size: 14px;
    color: #666;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    width: 606px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: inline-block;
    border: thin solid #11B3E6;
	
	
}
.onthispageblack {
	font-size: 14px;
	color: #666;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	width: 700px;
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.onthispagelonger {
	font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
    width: 650px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-repeat: no-repeat;
    border: thin solid #11B3E6;
    display: inline-block;
}
.onthispageevenlonger {
	font-size: 14px;
	color: #333;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	width: 700px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	   display: inline-block;
	background-repeat: no-repeat;
	border: thin solid #11B3E6;
}


.onthispageshorter {
	font-size: 14px;
	color: #333;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	width: 550px;
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 20px;
	background-repeat: no-repeat;
}

.onthispage ul {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #333;
}
.onthispageblack ul {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.onthispagelonger ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #333;
}
.onthispageevenlonger ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #333;
}


.onthispageshorter ul {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.onthispage ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 20px;
	color: #666;
}
.onthispageblack ul li {
	display: inline;
	list-style-type: none;
	margin-right: 12px;
	margin-left: 12px;
}

.onthispagelonger ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 20px;
	color: #333;
}
.onthispageevenlonger ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 20px;
	color: #333;
}


.onthispageshorter ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 20px;
}

.onthispage a:link {
	text-decoration: none;
	list-style-type: none;
	color: #666;
}
.onthispageblack a:link {
	text-decoration: none;
	list-style-type: none;
	color: #666;
}

.onthispagelonger a:link {
	text-decoration: none;
	list-style-type: none;
	color: #333;
}
.onthispageevenlonger a:link {
	text-decoration: none;
	list-style-type: none;
	color: #333;
}


.onthispageshorter a:link {
	text-decoration: none;
	list-style-type: none;
	color: #FFF;
}

.onthispage a:hover {
	color: #421D1D;
	text-decoration: none;
}
.onthispageblack a:hover {
	color: #517576;
	text-decoration: none;
}

.onthispagelonger a:hover {
	color: #421D1D;
	text-decoration: none;
}
.onthispageevenlonger a:hover {
	color: #421D1D;
	text-decoration: none;
}


.onthispageshorter a:hover {
	color: #421D1D;
	text-decoration: none;
}

.onthispage a:visited {
	color: #666;
}
.onthispageblack a:visited {
	color: #CCC;
}

.onthispagelonger a:visited {
	color: #333;
}
.onthispageevenlonger a:visited {
	color: #CCC;
}


.onthispageshorter a:visited {
	color: #CCC;
}

.facepileholder {
	height: auto;
	width: 100px;
	padding: 25px;
	margin: 0px;
	background-color: #CCC;
}
.visitfacebookholder {
	background-color: #03F;
	height: 275px;
	width: 120px;
	text-align: center;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/facebookholderbg.gif);
	top: 75px;
	position: relative;
}
.oscarholder {
	float: left;
	height: 75px;
	width: 75px;
	margin-left: 100px;
	margin-top: 20px;
}
.oscarholderright {
	float: right;
	height: 75px;
	width: 75px;
	clear: none;
	margin-right: 100px;
	margin-top: 20px;
}
.sidebarAdvertHolder {
    height: auto;
    width: 165px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.h2centred {
	text-align: center;

}
.plusonebox {
	padding-bottom: 5px;
	clear: none;
	float: none;
}
.appbox {

	width: 100%;
	padding-left: 0px;
	 position: relative;
    z-index: 1;
	margin-top: 5px;
	background-color: #FFF;
}
.appboxlonger {
	height: 450px;
	width: 178;
	margin-left: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	background-color: #FFF;
}
.flagsbox {
	height: auto;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 0px;
}

.pull_nav{width:100%; float:left; padding:10px; font-size:16px; display:none; color:#000 !important; background:url(images/mobile_menu.png) no-repeat right center #ccc; }
.mbot10{margin-bottom:30px !important}
.mobil_spac_none{width:100%; margin-bottom:15px}
.mobile_show{    width: 100%;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    display: none;
	background:url(images/select_arrow.png) no-repeat right center;
    font-weight: bold;
	-webkit-appearance:none;
	appearance:none;
	-moz-appearance:none;}
	.desktop_none{display:none !important}
	
	
#housing_table_1 thead tr th{ background:url(images/sort_icon.png) no-repeat right center; padding-right:15px;}
@media only screen and (min-width:600px) and (max-width:759px) {
.positionSingle iframe {
    height: 340px !important;
}
}

@media only screen and (min-width:260px) and (max-width:759px) {
	.mobile_show{display:block }
	.desktop_none{display:block !important}
	.sidebar1bSingle, .fb_iframe_widget_loader, .footer::after, .footerLower::after, .footerSingle::after, .sidebar1blonger{display:none !important}
.positionSingle iframe {
    height: 164px;
}
.aboutinfolonger{display:none}
.aboutinfolonger img{width:100%; height:auto; margin:10px 0}
.aboutinfoEvenLonger{ display: none; visibility: hidden;
    width: 100%;}
	.fb_iframe_widget span{width:100% !important}
	.mob_dis_none{display:none !important}
	.pull_nav{display:block}
	.mobil_spac_none{display:none}
	.desktop_none{display:block}
.best_flim_menu{width: 48%;   vertical-align: top; display:none !important;}	
.best_flim_menu li {

    width: 100% !important;
}
.best_flim_menu li a{
    border-radius: 0 !important;
    font-size: 13px !important;
    padding: 5px !important;
    white-space: normal;
}
.mbot10 {
    margin-bottom: 5px !important;
}
h1 {

    font-size: 20px;
	   line-height: 23px;
}
h2 {

    font-size: 17px;
    line-height: 25px;

}
.onthispagelonger ul {

    margin: 0;
    padding: 0;
}
.onthispagelonger ul li {

    display: inline-block;

    margin-bottom: 11px;
    margin-left: 20px;

}
.left_side_bar {

    width: 100%;
}
.left_side_bar .sidebar1b{display:none}
.contentwithsquare, .contentwithsquareLonger, .contentwithsquareSingle {
  padding: 0 10px 10px;
    width: 100%;
	min-height:100px;
}	
.sidebar2, .sidebar2longer {
    width: 100%;
}

.aboutinfoSingle {
	float:left;
    width: 100%;

    font-size: 12px;   
    line-height: 22px;
  margin: 6px 0 0;

   
}

.sidebar2::after {
	display:none;
}
.infoleft {
    padding: 0;
    width: 100%;
	display:none;
}
.movieright {

    width: 100%;
}
.position {
    margin-bottom: 15px;
    padding: 14px 10px 0;
  
}
.movie{
    width: 100%;
}
.inforight {
    padding-left: 0;
    width: 100%;
	display:none;
}

.onthispageblack {

    font-size: 12px;
    margin: 0;
    padding: 5px 0;

    width: 100%;
}
.onthispagelonger, .onthispage, .onthispageevenlonger {
    width: 100%;
}
.onthispageblack ul, .onthispage ul, .onthispageevenlonger ul {
    margin: 0;
    padding: 0 5px;
}
.onthispageblack ul li, .onthispage ul li, .onthispageevenlonger ul li {
    display: inline-block;
     line-height: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.appbox {
  
    height: auto;

    padding: 0;
}
.sidebarAdvertHolder {
	display:none;
    width: 100%;

}
.appbox iframe, .sidebar2 iframe{width:100% !important; }
.sidebar2 {
  padding-bottom: 80px;
    width: 100%;
}
.oscarholder {
  
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    width: 50%;
}
.oscarholderright {

 margin-right: 0;
    margin-top: 0;
    width: 50%;
}
.aboutinfosilver, .aboutinfo{width:100%; float:left; margin:0 0 10px 0; border: 0 none;}
.aboutinfo h3{margin:0px;}
.contentwithsquareLonger table{font-size:10px;}
.scroll-table{float: left;
   
    overflow: scroll;
    padding-bottom: 15px;
    width: 100%;}
	.appboxlonger iframe{width:100% !important}
	
	.scroll-table table tr th:nth-child(2), .scroll-table table tr th:nth-child(3), .scroll-table table tr th:nth-child(4), .scroll-table table tr th:nth-child(5), 
	.scroll-table table tr td:nth-child(2), .scroll-table table tr td:nth-child(3), .scroll-table table tr td:nth-child(4), .scroll-table table tr td:nth-child(5)
	
	{display:none}
.aboutinfolonger {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.positionSingle{width:100%; float:left;    padding: 10px;}

}

@media only screen and (min-width:360px) and (max-width:500px) {
.positionSingle iframe {
    height: 253px;
}

}
@media only screen and (min-width:760px) and (max-width:1100px) {
	.appbox.mobil_spac_none{display:none}
	.left_side_bar .sidebar1b{display:none}
	.positionSingle iframe {
    height: 403px;

}
	
	.aboutinfoEvenLonger{ display: block;
    width: 100%;}
	.fb_iframe_widget span{width:100% !important}
	.left_side_bar, .sidebar2, .sidebar2longer {

    width: 100%;
}


.contentwithsquare, .contentwithsquareLonger, .contentwithsquareSingle {
  padding: 0 10px 10px;
    width: 100%;
	min-height:100px;
}	


	.sidebar1bSingle, .fb_iframe_widget_loader, .footer::after, .footerLower::after, .footerSingle::after, .sidebar1blonger, .sidebarAdvertHolder{display:none !important}
	.mob_dis_none{display:none}
	.contentwithsquareLonger table{font-size:13px;}
	.aboutinfolonger {
    float: left;

    margin: 0;

    width: 100%;
}
	
.aboutinfoSingle, .positionSingle {
	float:left;
    width: 100%;
}

.aboutinfoSingle {
	float:left;
    width: 100%;
 
    font-size: 12px;   
    line-height: 22px;
    margin: 6px 0 0;

   
}
.pull_nav{display:block}
	.scroll-table{float: left;
   
    overflow: scroll;
    padding-bottom: 15px;
    width: 100%;}
.appbox iframe{width:100% !important; max-width:100% !important;}
.footer::after{display:none}
.best_flim_menu{ display:none !important;}
.best_flim_menu li a{
    border-radius: 0 !important;
    font-size: 13px !important;
    padding: 5px !important;
    white-space: normal;
}
.aboutinfosilver{width:100%; float:left; margin:0 0 10px 0;}
.mbot10 {
    margin-bottom: 10px !important;
}
.mobil_spac_none {
    margin-bottom: -5px;
    
}
h1 {

    font-size: 200%;
}
h2 {
    font-size: 17px;
	  line-height: 23px;
}

.onthispagelonger ul, .onthispage ul {
    margin: 0;
}
.infoleft {
    padding: 0;
    width: 47%;
}
.onthispagelonger, .onthispageevenlonger {
    width: 100%;
}

.onthispageblack ul, .onthispage ul, .onthispageevenlonger ul {
    margin: 0;
    padding: 0 5px;
}
.onthispageblack ul li, .onthispage ul li, .onthispageevenlonger ul li {
    display: inline-block;
     line-height: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.appboxlonger iframe{width:100% !important}
}

@media only screen and (min-width:960px) and (max-width:1059px) {
	.onthispagelonger, .onthispage, .onthispageevenlonger {
    width: 100%;
}
.onthispageblack ul, .onthispage ul, .onthispageevenlonger ul {
    margin: 0;
    padding: 0 5px;
}
.onthispageblack ul li, .onthispage ul li, .onthispageevenlonger ul li {
    display: inline-block;
     line-height: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.contentwithsquareLonger table{font-size:13px;}
	.scroll-table{float: left;
   
    overflow: scroll;
    padding-bottom: 15px;
    width: 100%;}
	.appboxlonger iframe{width:100% !important}
}

.img-responsive {
  width: 100%;
  height: auto;
}
