
/* General */

body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: arial, veranda;
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}


input.button {
    padding: 0 .25em;
    width: 0;
    overflow:visible;
}

input.button[class] { /*ie ignores [class]*/
    width: auto;
}


img
{
 	display: inline;
	margin: 0;
	padding: 0;
}

.thumbnail {
	padding: 0px;
	border: 1px solid #000000;
	text-align: center;
}


a img {border: 1; color: #000000; } 

/* Text and Links */

.Text				{font-family: arial, veranda; font-weight: none; font-size: 12px; color: #000000; line-height: 16px;}
a.Text				{text-decoration: none; color: #FF0000;}
a.Text:visited			{text-decoration: none; color: #DD0000;}
a.Text:hover			{text-decoration: underline; color: #FF5555;}


.TextS				{font-size: 12px; line-height: 14px;}
.TextM				{font-size: 14px; line-height: 16px;}
.TextL				{font-size: 18px; line-height: 20px;}
.TextXL				{font-size: 22px; line-height: 24px;}
.TextXXL			{font-size: 30px; line-height: 32px;}

h1				{color: #FF0000; font-size: 24px; font-weight: bold; margin: 0px; font-family: arial, veranda; font-weight: none; font-size: 16px; color: line-height: 20px; margin: 0; padding: 0;}
a.h1				{text-decoration: none; color : #FF0000; }
a.h1:visited			{text-decoration: none; color: #FF0000;}
a.h1:hover			{text-decoration: underline; }

h2				{font-family: arial, veranda; font-weight: none; font-size: 16px; color: #FF0000; line-height: 18px; margin: 0; padding: 0;}
a.h2				{text-decoration: none; color : #FF0000; }
a.h2:visited			{text-decoration: none; color: #E62692;}
a.h2:hover			{text-decoration: underline; }

h3				{font-family: arial, veranda; font-weight: none; font-size: 16px; color: #000000; line-height: 16px; margin: 0; padding: 0; text-transform:uppercase;}
a.h3				{text-decoration: none; color : #FC3030; }
a.h3:visited			{text-decoration: none; color: #E62692;}
a.h3:hover			{text-decoration: underline; }

.TextBold			{font-weight: bold;}
.TextStrong			{color: #FF0000;}
.TextWeak			{color: #909090;}
.TextInverseOne                 {
                                    color: #ffffff;
                                    background-color: #00D0D0;
                                }
                                
.TextInverseTwo                 {
                                    color: #ffffff;
                                    background-color: #FF0000;
                                }

.TextInverseThree               {
                                    color: #ffffff;
                                    background-color: #BBBBBB;
                                }
                                
.TextInverseFour                {
                                    color: #ffffff;
                                    background-color: #FDFB83;
                                }                                

.TextInverseFour                {
                                    color: #ffffff;
                                    background-color: #B23EAB;
                                } 

h1 {
	color: #FF0000;
	font-size: 24px;	
	font-weight: bold;
	margin: 0px;
}



/* Background Spaces */

.Wrap
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/wrap.jpg) repeat-y top;
}

.MainPage
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/mainpage.jpg) repeat-y top;
}


.Tour1
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/tour_background2.jpg) repeat-y top;
}

.Tour2
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/tour_background3.jpg) repeat-y top;
}

.Tour3
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/tour_background4.jpg) repeat-y top;
}

.Tour4
{
 	position: relative;
	width: 804px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/tour_background5.jpg) repeat-y top;
}

.ContentContainer
{
	position: relative;
	width: 800px;
	margin: 1px auto 0px auto;
	padding: 0px 0px 0px 4px;
}


.Spacer
{
	position: relative;
	clear: both;
	height: 15px;
}

.TopSpacer
{
	position: relative;
	clear: both;
	height: 20px;
}

.TinySpacer
{
	position: relative;
	clear: both;
	height: 1px;
}

.Top_Spacer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: url(../images/top_spacer.jpg) no-repeat top;
}

.Bottom_Spacer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: url(../images/bottom_spacer.jpg) no-repeat top;
}

.Thin_Spacer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 2px;
	background: url(../images/thinspacer.jpg) no-repeat top;
}

.Header
{
	position: relative;
	width: 800x;

	text-align: center;
	margin: 0px auto 0px auto;	
}


.Menu
{
 	position: relative;
	width: 800px;
	height: 30px;
	margin: 0px auto 0px auto;
	background: url(../images/menu_bar.jpg) no-repeat top;
}

.MenuItem
{
	position: relative;
	float: left;
	font-weight: bold;
	height: 24px;
	border-right: 2px solid #000000;
	margin: 0px auto 0px auto;
	padding: 2px;
	line-height: 24px;
}


.MenuLink 		{font-family: arial, veranda; font-weight: none; font-size: 16px; color: #ffffff; line-height: 24px; height: 16px;}
a.MenuLink 		{text-decoration: none;}
a.MenuLink:hover	{text-decoration: none; color: #FFF701;}



/* Columns */

.Column_Quarter	        {position: relative; float: left; text-align: left; width: 198px;}
.Column_Half	        {position: relative; float: left; text-align: left; width: 398px;}
.Column_Three_Quarter	{position: relative; float: left; text-align: left; width: 598px;}
.Column_Full	        {position: relative; float: left; text-align: left; width: 798px;}



/* This frame is one quarter of the size of the area. */

.Frame_Quarter
{
	position: relative;
	width: 190px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Quarter_middle.jpg) repeat-y top;
}

.Frame_Quarter_Top
{
	position: relative;
	width: 190px;
	background: url(../images/Frame_Quarter_top.jpg) no-repeat top;
}

.Frame_Quarter_Bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 190px;
	height: 50px;
	background: url(../images/Frame_Quarter_bottom.jpg) no-repeat bottom;
}

.Frame_Quarter_Label
{
	position: relative;
	width: 190px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.Frame_Quarter_Content
{
	position: relative;
	width: 190px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 4px 4px;
	text-align: left;
}

.Frame_Quarter_Image
{
	position: relative;
	width: 180px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 2px 0px;
	text-align: center;
}



/* This frame is half of the size of the area. */

.Frame_Half
{
	position: relative;
	width: 390px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Half_middle.jpg) repeat-y top;
}

.Frame_Half_Top
{
	position: relative;
	width: 390px;
	background: url(../images/Frame_Half_top.jpg) no-repeat top;
}

.Frame_Half_Bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 390px;
	height: 50px;
	background: url(../images/Frame_Half_bottom.jpg) no-repeat bottom;
}

.Frame_Half_Content
{
	position: relative;
	width: 390px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 4px 4px;
        text-align: left;

}

.Frame_Half_Image
{
	position: relative;
	width: 350px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
}



.Frame_Half2
{
	position: relative;
	width: 390px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Half_middle2.jpg) repeat-y top;
}

.Frame_Half_Top2
{
	position: relative;
	width: 390px;
	background: url(../images/Frame_Half_top2.jpg) no-repeat top;
}

.Frame_Half_Bottom2
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 390px;
	height: 50px;
	background: url(../images/Frame_Half_bottom2.jpg) no-repeat bottom;
}


.Frame_Half3
{
	position: relative;
	width: 390px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Half_middle3.jpg) repeat-y top;
}

.Frame_Half_Top3
{
	position: relative;
	width: 390px;
	background: url(../images/Frame_Half_top3.jpg) no-repeat top;
}

.Frame_Half_Bottom3
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 390px;
	height: 50px;
	background: url(../images/Frame_Half_bottom3.jpg) no-repeat bottom;
}


/* This frame is three quarters of the size of the area. */

.Frame_Three_Quarter
{
	position: relative;
	width: 590px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Three_Quarter_middle.jpg) repeat-y top;
}

.Frame_Three_Quarter_Top
{
	position: relative;
	width: 590px;
	background: url(../images/Frame_Three_Quarter_top.jpg) no-repeat top;
}

.Frame_Three_Quarter_Bottom
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 590px;
	height: 50px;
	background: url(../images/Frame_Three_Quarter_bottom.jpg) no-repeat bottom;
}

.Frame_Three_Quarter_Content
{
	position: relative;
	width: 590px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 4px 4px;
}

.Frame_Three_Quarter_Image
{
	position: relative;
	width: 550px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
}



/* This frame covers the full area area. */

.Frame_Full
{
	position: relative;
	width: 790px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Full_middle.jpg) repeat-y top;
}

.Frame_Full_Top
{
	position: relative;
	width: 790px;
	background: url(../images/Frame_Full_top.jpg) no-repeat top;
}

.Frame_Full_Bottom
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 790px;
	height: 50px;
	background: url(../images/Frame_Full_bottom.jpg) no-repeat bottom;
}

.Frame_Full_Content
{
	position: relative;
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
}

.Frame_Full_Image
{
	position: relative;
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
}



.Frame_Full2
{
	position: relative;
	width: 790px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../images/Frame_Full_middle2.jpg) repeat-y top;
}

.Frame_Full_Top2
{
	position: relative;
	width: 790px;
	background: url(../images/Frame_Full_top2.jpg) no-repeat top;
}

.Frame_Full_Bottom2
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 790px;
	height: 50px;
	background: url(../images/Frame_Full_bottom2.jpg) no-repeat bottom;
}






/* Footer */

.Footer
{
 	clear: both;
	position: relative;
	margin: 0px auto 0px auto;
	height: 50px;
	width: 800px;
	background: url(../images/footer.jpg) no-repeat bottom;
}







