﻿html, body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
        }

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body {
	color: #51463d;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size:75%;
	}
	
/* links */

#yetAnotherDivDialogTitle {
  font-size: 16px;
}
#yetAnotherDivMadnessDialogText {
  font-size: 12px;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #86705b;
	}

/* page structure 
--------------------------------------------- */

#wrap {
	width: 80%;
	max-width: 900px;
	min-width: 900px;
	font-size: 1.3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.main {
	float: left;
	width: 100%;
	}
#wrap1 {
	width: 80%;
	max-width: 900px;
	min-width: 900px;
	font-size: 1.3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#wrap1 td{
       font-size: 1.0em;
       padding-top: 5px;
       padding-bottom: 5px;
       padding-left: 2px;
       padding-right: 2px;
     }

#wrap1 td#top1
     { 	width: 81%;
	max-width: 730px;
	min-width: 730px;
       background: #e2e1d4;
     }

#wrap1 td#top2
     { 	width: 81%;
	max-width: 730px;
	min-width: 730px;
	font-size: 1.2em;
       background: #e2e1d4;
     }

#wrap1 td#right1{
        width: 18%;
	max-width: 165px;
	min-width: 165px;
	vertical-align: baseline;
	}

#wrap1 td#middle1{
        width: 1%;
	max-width: 5px;
	min-width: 5px;
	}

#footer {
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	font-size: 1em;
	color: #9c836e;
	border-top: 2px solid #e2e1d4;
	}

/* header 
--------------------------------------------- */

#header {
	width: 100%;
	max-width: 100%;
	min-width: 900px;
	border-bottom: 1px solid #fff;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
#header-inner {
	width: 100%;
	min-width: 900px;
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#header2 {
	width: 100%;
	min-width: 900px;
	border-bottom: 1px solid #fff;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
#fs     {
	padding-top: 30px;
	width: 25%;
	float: right;
	}

.fs0   {
	font-size: 1.0em;
	background-color:#d5d4c7;
	margin: 2px;
	font-weight: bold;
	}
.fs1   {
	font-size: 1.3em;
	background-color:#d5d4c7;
	margin: 2px;
	font-weight: bold;
	}
.fs2   {
	font-size: 1.5em;
	background-color:#d5d4c7;
	margin: 2px;
	font-weight: bold;
	}

#logo {
	margin-bottom: 0px;
	}
#logo h1 {
	float: left;
	height: 60px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#logo h1 img {
	display: block;
	height: 0;
	}


/* main styles 
--------------------------------------------- */


h1 { margin-left: 0px; margin-bottom: 10px; margin-right: 0px; margin-top: 10px; font-size: 16px;
}



/* advanced tab */

#location {
	margin: 0;
	padding: 1em;
	background: #e2e1d4;
	}

#loc {
	position: relative;
	padding: 0 0 .5em 0;
	}
#loc img#icon {
	position: absolute;
	top: 0.6em;
	right: 1em;
	}

#loc input#icon2 {
	position: absolute;
	right: 1em;
        height: 45px;
	}
	
#wrap .main #loc #location #icon {
	position: absolute;
	top: 0.6em;
	right: 1em;
	}

#loc input#url {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	width: 90%;
	padding: .8em;
	border: none;
	color: #51463d;
	}
#loc-adv {
	margin: .5em 1em 0 0;
	text-align: right;
	}
#loc-adv a {
	padding: 0 0 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #9c836e;
	background: url(icon-toggle.gif) no-repeat 8px 50%;
	}
#loc-adv a:hover {
	padding: 0 0 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #e69231;
	background: url(icon-toggle.gif) no-repeat 8px 50%;
	}
#map {
	display: none;
	position: relative;
	margin: 0 1em;
	padding: 2em;
	background: #d5d4c7 url(map-shadow.gif) repeat-x top left;
	}
#map img#map-img {
	width: 100%;
	border: .1em solid #fff;
	}
#map #marker {
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	}



#footer a {
	color: #51463d;
	}

/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

h2 {
	margin-bottom: 20px;
	font-size: 1.8em;
	margin-left: 20px;
    }

p {
	line-height: normal;
    }

code {
	padding: 10px;
	margin: 10px;
	font-weight: bold;
    }

/* block list */

#bookbutton {
	font-size: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 200px;
	}

#bookbutton1 {
	font-size: 1.0em;
	max-width: 730px;
	min-width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e2e1d4;
	}

#bookbutton2 {
	font-size: 1.0em;
	max-width: 730px;
	min-width: 730px;
	padding-top: 1px;
	padding-bottom: 1px;
       padding-left: 2px;
       padding-right: 2px;
	}


.moveleft {
	margin-left: 18px;
	}
.moveleft2 {
	margin-left: -30px;
	}
ol.specials {

	}
ol.specials li {
	width: 25%;
	float: left;
	font-size: 1.1em;
	}
ol.specials li.second {
	width: 23%;
	float: left;
	font-size: 1.1em;
	padding-top: 10px;
	}
ol.specials li.third {
	width: 30%;
	float: left;
	font-size: 1.1em;
	}
ol.specials li.fourth {
	width: 24%;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0;
	}
ol.specials li div.special {
	position: relative;
	overflow: hidden;
	}
ol.specials li div.special a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	}
ol.specials li div.special a span strong {
	display: block;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	}
ol.specials li div.special a span em {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0;
	display: block;
	font-style: normal;
	}
ol.specials li div.special-img img {
	max-width: 100%;
	}
ol.banners li {
	margin-top: 80px;
	width: 33%;
	float: left;
	}
	

#subscribebox {
	height: 330px;
	width: 400px;
	padding-left: 25px;
	
}



#subscribe {
	width: 750px;
	margin: auto;
	padding: 10px;
}
#subscribe ul h3{
	margin-bottom: 10px;
}
#pay_logo {
	padding-top:6px;
	padding-right:30px;
	float:left;

}


#subscribe div .bigkist {
	list-style-image: url(icon_tiny2.png);
	font-size: 1.6em;
	list-style-position: inside;
	line-height: 24px;
	padding-left: 5px;

}
#subscribe div .smallist {
	font-size: 90%;
	line-height: normal;
	list-style-type: square;
	padding-left: 38px;
	padding-bottom: 5px;
}
#subscribe h1 {
	font-size: 24px;
}
#license_link {
	padding-bottom: 10px;
	padding-right: 5px;
	text-align: right;
}

.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }
   
#textWindow {
	height: 500px;
	width: 700px;
	padding: 20px;
	margin-right: 50px;
	}
	
	
	
fieldset {
	padding-bottom: 1.5em;
	padding-right: 15px;
	padding-top: 0;
	border: 0;
	font-family: inherit;
}

legend {
	padding-left: 5px;
	padding-bottom: 0.5em;
	padding-right: 5px;
	padding-top: .2em;
	font-size: 1.3em;
	font-weight: bold;
}

	
/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label{

	display: block;
	position: relative;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 30px;
	cursor: pointer;
	
}
#formUrl fieldset #paperSizeLabel {

	font-weight: bold;
	padding-left: 10px;
	padding-bottom: .5em;
	padding-top: .5em;
	display: block;
	position: relative;
	padding-right: 1em;
	line-height: 1;
	cursor: pointer;
	
}

#textfield {

	margin-bottom: 10px;
	margin-left: 30px;
	width: 340px;
	padding: .3em 0 .3em 3px;

}



#prefleft,
prefright {
float: left;
margin-right: 20px;
}

.ui-widget {
font-size: inherit;
font-family: inherit;
}

#submitTicketIdForm,
#submitUrlForm {
	font-size: 1.1em;
	width: 200px;
	margin-left: 30px;
}


/* 
CSS3 + vendor-specific styles

-webkit	 	Safari
-moz 	 	Firefox
*/

/* fadetastic links
--------------------------------------------- */

a:link, a:visited {
	-webkit-transition: color .2s linear;
	}
a:hover {
	color: rgba(55,146,179,.8);
	}

/* nav toggle
--------------------------------------------- */

#nav li a {
	}
#nav li a:hover {
	}
#nav li.selected a {
	}

/* location bar
--------------------------------------------- */

#location {
	border: radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#map {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	}
	
/* cities list 
--------------------------------------------- */

ol.specials li div.special a span {
	}



* html #selector { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
	

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


table {
	font-size: 1em;
}

