
body {
	margin:0px; padding:0px;
	text-align:center;
	background-color:#ACC8EF;
	background-image: url(/images/tile_background1_lightblue.jpg); background-repeat: repeat;
	
}

.gradient {
	background: #ced9ff; /* Old browsers */
	background: -moz-linear-gradient(top, #ced9ff 0%, #f2f6ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced9ff), color-stop(100%,#f2f6ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ced9ff 0%,#f2f6ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ced9ff 0%,#f2f6ff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ced9ff 0%,#f2f6ff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced9ff', endColorstr='#f2f6ff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ced9ff 0%,#f2f6ff 100%); /* W3C */
}

.rounded {
	-webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;

	-webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
	
	-moz-box-shadow: 3px 3px 5px #DCDCDC;
	-webkit-box-shadow: 3px 3px 5px #DCDCDC;
	box-shadow: 3px 3px 5px #DCDCDC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DCDCDC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DCDCDC');
}

.intro_table {
	border-width:1px;
	border-style:solid;
	border-color:#B5906B;
}
#menu_top {
	position:relative;
	top:320px;
	left:-100px;
	text-align:left;
	z-index:1;
}

#comments {
	/* position:relative;*/
}

#aboutus {
	position:relative;
	top:280px;
	left:240px;
	width:250px;
	float:left;
	z-index:1;
	text-align:left;
}

#description {
	position:relative;
	top:300px;
	left:-180px;
	width:450px;
	float:left;
	z-index:1;
	text-align:left;
	
}


#join_sign_top {
	position:relative;
	top:580px;
	left:280px;
	float:left;
	z-index:1;
	width:115px;
	height:100px;
}

#members_button {
	position:relative;
	top:278px;
	left:103px;
	float:left;
	z-index:1;
	width:230px;
	height:50px;
}

#preview_button {
	position:relative;
	top:278px;
	left:147px;
	float:left;
	z-index:1;
	width:215px;
	height:50px;

}

#join_button {
	position:relative;
	top:278px;
	left:128px;
	float:left;
	z-index:1;
	width:150px;
	height:50px;


}

#join_sign_footer {
	position:relative;
	top:10px;
	left:580px;
	float:left;
	z-index:1;
	width:220px;
	height:100px;	
}


#members_top {
	position:relative; 
	display:block; 
	height:40px; 
	width:250px;
	top:160px; 
	left:20px; 
	z-index:1;
	border: 2px outset #3A7FF5;
}

#joinnow_top {
	position:relative;
	display:block; 
	height:35px; 
	width:250px; 
	top:180px; 
	left:20px; 
	z-index:1;
	border: 2px outset #3A7FF5;	
}

#freetour_top {
	position:relative; 
	display:block; 
	height:40px; 
	width:250px; 
	top:235px; 
	left:20px;
	z-index:1; 
	border: 2px outset #3A7FF5;
}

#middle_content {
	background-color:#F8F2EB;
	width:825px;	
	padding-bottom:15px;padding-left:0px;padding-right:0px;
	margin:0px auto;	
}

#container {
	width:825px;
	
	margin-left: auto ;
	margin-right: auto ;
	position:relative;
	z-index:0;
}

#background_image {
	/*background: url(/images/newfront.jpg) top no-repeat;*/
	border-left: 2px outset #3A7FF5;
	border-right: 2px outset #3A7FF5;
	position:absolute;
	top:0px;
	left:0px;
	width:825px;
	z-index:0;
}
#main_content {
	position:absolute;
	top:320px;
	left:15px;
}

.style1 {color: #FFFFFF}

A.menulinks3:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffdf07; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.menulinks3:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffdf07; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.menulinks3:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #F799FF; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
A.menulinks:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fff5dc; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.menulinks:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fff5dc; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A.menulinks:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffff99; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}

.back {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.backL {
	background-attachment: scroll;
	background-image: url(../images/backL.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.backB {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/back_b.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.back_z {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/back_x.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.backs {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/backs.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.box1 {
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #F5F5F5;
}
.box3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F5F198;
	font-weight: bold;
	height: 30px;
	padding: 5px;
	width: 132px;
}
.boxz4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F5F198;
	font-weight: bold;
	height: 30px;
	padding: 5px;
	width: 270px;
	background: #333366 url(/images/index_r14_c9.jpg);
}
.boxsup {
	border: 1px solid #AEAEAE;
}
.text03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #011051;
}
.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.box4 {
	border: 1px solid #666666;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.text1:hover {
	color: #000000;
}
.box2 {
	background-color: #F9F9F9;
	border: 1px solid #AEAEAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #011051;
}

.link10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6E0075;
	text-decoration: none;
}
.link11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.link11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.link10:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.box5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F5F198;
	height: 24px;
	width: 175px;
	font-weight: bold;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.box6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A1A79;
	height: 24px;
	width: 175px;
	font-weight: bold;
	background-image: url(../images/bottom_s.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 1px;
}
.box7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	height: 21px;
	width: 87px;
	font-weight: normal;
	background-image: url(../images/votes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2px;
}
.box7a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	height: 21px;
	width: 87px;
	font-weight: normal;
	background-image: url(../images/views.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: auto;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.box8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	height: 24px;
	width: 175px;
	background-image: url(../images/s_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.box9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	height: 27px;
	width: 536px;
	padding: 8px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.bbox {
	width: 170px;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #997A1C;
}
a.text5:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF194;
	text-decoration: underline;

.text8, .text8 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text8 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.boxxx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	width: 16px;
	border: 1px solid #990000;
}
.boxxx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	width: 16px;
	border: 1px solid #B75556;
	background-color: #F9F9F9;
}
.bbiox {
	height: 18px;
	width: 24px;
}

.boxx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/bss.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.boxxxf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	width: 16px;
	border: 1px solid #990000;
	background-color: #990000;
}
.boxxf1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.zx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	width: 35px;
	border: 1px solid #990000;
	background-color: #F9D13E;
}
.zx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.zx1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.zxf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	width: 16px;
	border: 1px solid #990000;
	background-color: #990000;
}
.zxf1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.str {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	width: 19px;
	border: 1px solid #990000;
	}
.year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	width: 64px;
	border: 1px solid #BD561C;
	background: url(../images/bss.jpg);
	}
	
.month, #months div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	width: 34px;
	border: 1px solid #BD561C;
	background: url(../images/bss.jpg);
	}
.xxx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002779;
	border: 1px solid #999999;
	background-color: #F3F3F3;
	
}
.xxx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002779;
	background-color: #F3F3F3;
}
.fontwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.xux {
	background-image: url(../images/xux.jpg);
	background-repeat: repeat-x;
}
.allblocks {
	border: 1px solid #CCCCCC;
}

.texxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.backin {
	height: 28px;
	background-repeat: no-repeat;
	background-position: top;
}
.bord {
	border: 1px solid #CCCCCC;
}

/* modifier until April 13  */
.header{
	border:0px solid #d43;
	width: 780px;
	height: 199px;
	background-attachment: scroll;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.topLine{
	border:0px solid #343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background:#FBC12F  url(../images/t2_bg.gif);
	width:740px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	overflow: hidden;
}
.topLine img{
float: left;
text-align: left;
}

.coLine{
	border:0px solid #343;
	background: #2C2980;
	width:740px;
	vertical-align: middle;
}
.coLine, .collageM1, .collageM2{
	height: 176px;
}
.collageM1{
	border: 0px #786 solid;
	width:414px;
	float: left;
}
.collageM1 img, .collageM2 img{
	float: left;
}
.collageM2{
	border: 0px #786 solid;
	width:326px;
	float: left;
}
.photoMovies{
	background: url(../images/pm_bg.gif) repeat-x;
	width: 168px;
	float: left;
	height:23px;
	vertical-align: middle;
}
.photoMovies div{
	border: solid 1px #766;
	width: 168px;
	border: solid 1px #099;
	height: 12px;
	vertical-align: text-top;
	line-height: 12px;
}
.photoMovies img{
	float: none;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}


#footer{
	background-color:#FFE5E5;
	position:relative;
	margin:0 auto;
	float:left;
	width:825px;
	text-align:center;
	
}
.footLine {
	height:20px;
	line-height: 20px;
	width: 780px;
}

.footLine img {
	float: left;	
}

.footMenu {
	border-bottom: solid 1px #5A75CE;
	float: left;
	vertical-align: middle;
	background:#2130AF;
	height:20px;
	width: 740px;
	line-height: 20px;
}

.imMenu {
	border: solid 0px #567890; 
	width: 374px;
	height: 73px;
}
.imMenu img{
	float: left;
}
.href{
	cursor: pointer;
}
.white{
	background: White;
}	
.F5F5F5{	background: #F5F5F5;}
.F8F8F8{	background: #F8F8F8;}
#year  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-image: url(../images/bss.jpg);

	text-align: center;
	width: 62px;
}
#calendar{
	margin-left: 5px;
}
#calendar div, #calendar span{
	height: 19px;
	float:left;
	margin-left: 1px;
}
#year a, #months a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#months div{
	width:32px;	
}

#year a:hover, #months a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
 
.pager a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.pager a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.pager div, .pager span{
	height: 16px;
	float:left;
	margin-left: 4px;
	text-align: center;
}
.pager div{
	border: solid 1px #990000;
	width: 14px;
}
.parts div{
	margin-left: 2px;
}

.w190{
	width: 190px;
	text-align: right; 
	float: left;
	border: 0px #544 solid;
	vertical-align: middle;
}

.w429{
	padding-left: 15px;
	width: 429px;
	text-align: left; 
	float: left;
	border: 0px #190 solid;
	vertical-align: middle;
} 

.bg_e8{
	background:#e8e8e8;
} 
.button {
	border-style:outset;
}
.button:hover {
    background: #FDE4FF;
	border-style:outset;
}

