body {
	margin: 0 0 0 0;
	text-align:center;
	background-image:url(../images/jpegs/mainbg.jpg);
}
html {
overflow: -moz-scrollbars-vertical;
}
.clearboth{	clear:both;}
.spacer{	height: 15px; width: 100%; clear:both;}
.floatleft{ float:left;}
.floatright{float:right;}
#container {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	
}
.side_col{
	width: 10px;
	background:url(../images/jpegs/side_bg.jpg) no-repeat #000;
	float:left;
	display:table;
	height: 100%;
}
#maincontent{
	width: 960px;
	height: 100%;
	display:table;
	float:left;
	text-align:center;
	background:url(../images/gifs/sub_bg.gif) no-repeat #535353 right 199px;
}
.padding{
	padding: 10px 20px 10px 20px;
	display:table;
	text-align:center;
}
#header{
	width: 100%;
	height: 199px;
	background:url(../images/jpegs/headerBG.jpg) no-repeat top center;
	text-align:left;
}
.logo{
	padding:20px;
	float:left;
}
#footer{
	background:url(../images/jpegs/footerbg.jpg) no-repeat;
	width: 915px;	//width: 980px;
	height: 90px;
	clear: both;
	padding: 10px 65px 0 0 ;
}
.navheaderBG{
	background: url(../images/jpegs/navheaderbg.jpg) repeat-x #000;
	height: 30px;
	padding: 5px;
	width: 96%; //width: 100%;
	font-weight: bold;
	font-size: 14px;
	color:#FFCC66;
	text-transform:uppercase;
}

/* CELLS */
.cell_left{
	float:left;
	width: 230px;
	margin-right: 10px;
	background:	#530800;
}
.cell_right{
	float:left;
	width: 680px;
	text-align:left;
}
.cell_left_half{
	float:left;
	width: 45%;
	margin-right: 10px;
}
/* END OF CELLS */


/* MENUS */
#topnavlist{
	float:right;
	width: 140px;
	margin-right: 20px;
	margin-top: 10px;
}
ul#topnavlist{
	margin-left: 0;
	padding-left: 0;
}

#topnavlist li{
	list-style-type: none;
	height: 30px;
	text-align:right;

}
#topnavlist a ,#topnavlist a:link, #topnavlist a:visited{
	color: #fff;
	background:url(../images/jpegs/topnavbullet.jpg) no-repeat right;
	text-decoration: none;
	width: 90px;
	padding-right: 20px;
	font-weight:bold;
}

#topnavlist a:hover{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#navlist{
	background:url(../images/jpegs/navlistBG.jpg) no-repeat;
	width: 100%;
	height: 35px;
	//height: 41px;
	padding-top: 6px;
	//padding-top: 10px;
	text-align:center;
}
ul#navlist{
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	white-space: nowrap;
}

#navlist li{
	display: inline;
	list-style-type: none;
	height: 40px;
	
}
#navlist a , #navlist a:link, #navlist a:visited{
	 padding: 13px 5px 13px 5px; 
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 13px;
}

#navlist a:hover{
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

.leftnavlist{
	width: 99%;
	padding: 15px 15px 15px 0;
	margin:0;
}
.leftnavlist ul{
	margin-left: 0;
	padding-left: 5px;
	display:block;
}

.leftnavlist li{
	list-style-type: none;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	display:block;
	width: 200px;
}
.leftnavlist a ,.leftnavlist a:link, .leftnavlist a:visited{
	color: #fff;
	background:url(../images/jpegs/topnavbullet.jpg) no-repeat left;
	text-decoration: none;
	width: 100%;
	padding-left: 20px;
	font-weight:bold;
	display:block;
}

.leftnavlist a:hover{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

/* END OF MENUS */

/* LISTS */
#featureslist{
	width: 100%;
	margin-left:0 ; //margin-left: -10px ;
	padding-left:16px; //padding-left:0;
}
#featureslist ul {
	display: inline;
	list-style-type:none;
}
#featureslist li{
	width: 180px;	//width: 200px;
	height: 80px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px; 
}
#featureslist li.one{
	background:url(../images/jpegs/specialoffersBG_sub.jpg) no-repeat top right;
	text-align:left;
	height: 80px;	
	display:table;
}
#featureslist li.one h1{
	font-size: 16px;
	color:#FFCC66;
	font: tahoma, arial, verdana, sans-serif;
	margin:0;
	width: 75%; //width: 80%;
}
#featureslist li.one h2{
	font-size: 26px;
	color:#fff;
	font: tahoma, arial, verdana, sans-serif;
	margin:0;
}
#featureslist li.one p a{
	font: 10px bold tahoma, arial, verdana, sans-serif;
	color:#fff;
	margin:20px 0 0 0;
	float:right;
}
#featureslist li.two{
	background:url(../images/jpegs/entertainmentBG_sub.jpg) no-repeat top right;
	height: 80px;	
}
#featureslist li.two p a{
	font: 10px bold tahoma, arial, verdana, sans-serif;
	color:#C29218;
	text-align:left;
	float:left;
	margin: 40px 0 0 0;
}
#featureslist li.three{
	background:url(../images/jpegs/newsletterBG.jpg) no-repeat top right;
	height: 120px;	
}


contactus ul{
	margin:0;
	padding:0;
	width: 100%;
}
#contactus li{
	height: auto;
	display:block;
	list-style-type:none;
	vertical-align:middle;
	margin-bottom: 20px;
	clear:both;	
}
#contactus li img{
	float:left;
	display:block;
	margin-right: 5px;
}
#contactus li span{
	float:left;
	display:table;

}


.list1{
	width: 99%;
	padding: 15px 15px 15px 0;
	margin:0;
}
.list1 ul{
	margin-left: 0;
	padding-left: 5px;
	display:block;
	
}

.list1 li{
	list-style-type: none;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	display:block;
	
	
}
.list1 a ,.list1 a:link, .list1 a:visited{
	color: #fff;
	background:url(../images/jpegs/topnavbullet.jpg) no-repeat left;
	text-decoration: none;
	width: 100%;
	padding-left: 20px;
	font-weight:bold;
	display:block;

}

.list1 a:hover{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

/* END OF LISTS */

/* FORMS */

form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#fff;
	background:#530800;
	padding: 15px;
	display:table;
	width: 98%;
}
label{
	float: left;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
	width: 180px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
}
label.two{
	float: left;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
	width: auto;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
}

input, textarea, select{
	width: 180px;
	margin-right: 5px;
	margin-bottom:10px;
	float: left;
	height: 18px;
	text-align:left;
	border: none;
	background-color:#FFFFFF;
	color:#000000;
}
input.SM, textarea.SM, select.SM{
	width: 50px;
	margin-right: 5px;
	margin-bottom:10px;
	float: left;
	height: 18px;
	text-align:left;
	border: none;
	background-color:#FFFFFF;
	color:#000000;
}

br{
	clear: left;
}



.form1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	text-align:left;
}
.form1 label{
	float: left;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
	width: auto;
	color: #FFFFFF;
}

.form1 input, textarea, select{
	width: auto;
	margin-top: 5px;
	float: left;
	text-align:left;
	border: 1px solid #CB9866;
	color:#FFFFFF;
	height: 20px;
	background-color:#CB9866;
}

.form1 br{
	clear: left;
}



.form1 h1{
	font:18px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#EAC274;
	margin:0;
}
.form1 h2{
	font:  11px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#FFFF99;
	margin:0;
}

.form2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#000;
	background:#530800;
	padding: 15px;
	display:table;
	width: 98%;
}
.form2 label{
	float: left;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
	width: auto;
	color:#FFFFFF;
	font-weight:bold;
}

.form2 input, textarea, select{
	width: auto;
	margin-right: 5px;
	float: left;
	height: 18px;
	text-align:left;
	border: none;
	background-color:#FFFFFF;
	color:#000000;
}

.form2 br{
	clear: left;
}
.form2 img{
	float: left;
	padding-right: 20px;
}
.form2 div{
	float:left;
	width: 20%;
}

.form2 h1{
	font:18px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#EAC274;
	margin:0;
}
.form2 h2{
	font:  11px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#FFFF99;
	margin:0;
}


.contactusform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	float:right;
	width: 100%;
	float:left;
}
.contactusform label{
	float: left;
	font-weight: normal;
	text-align:left;
	width: 120px;
}
.contactusform input, select{
	width: 160px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: 160px;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 95px;
	display:table;
	text-align:center;
}
.contactusform p{
	display:table;
	text-align:left;
	padding:0;
}


/* END OF FORMS */

/* BUTTONS */


input.button{
	background-color:#000000;
	border: 1px solid #fff;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	height: 26px;
	margin-left: 2px;
}

/* END OF BUTTONS */
h1{
	font-size: 16px;
	color:#FFCC66;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0 0 10px 0 ;
	text-align:left;
}


.webgallery ul {margin:0px; padding:0; list-style-type:none; }
.webgallery li {float: left; width: 150px; //width: 160px; height: 170px; display:inline; padding:5px;  border: 1px dashed #ccc;  text-align:center;}
.webgallery li a{cursor: pointer;}
.webgallerytitle {
	font-size:11px;
	text-align:center;
	color: #fff;
	padding: 2px;
	width: 99%;
	height: 30px;
	font-weight:bold;

}
a.webgallerytitle:link, a.webgallerytitle:visited, a.webgallerytitle:active {
	color: #fff;
}
hr{
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0px;
}
a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.emailtext { 
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #006699;
 }
a.emailtext:link, a.emailtext:visited, a.emailtext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #006699;
}
a.emailtext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;	
} 
a.titlelinktext:link, a.titlelinktext:visited, a.titlelinktext:active  {
	font-size: 16px;
	color:#FFCC66;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0 0 10px 0 ;
	text-align:left;
}
a.titlelinktext:hover {
	color: #000000;	
} 
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #fff;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;	
} 
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}
.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {
	background-image:url(../images/gifs/forms/bg.gif);
	background-repeat:repeat-y;
}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}
