@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #2F83AE;
	text-decoration: none;
}
a:visited {
	color: #2F83AE;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #45B2DA;
	text-decoration: none;
}
#seo-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999;
	padding-bottom: 2px;
}

#page-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*
----------------------------------------------
Header Section
----------------------------------------------
*/
#hedear-wrapper {
	height: 100px;
	width: 1000px;
	position: relative;
	background-image: url(/images/framework/hp_header_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
}
#header-icons {
	float: right;
	height: 30px;
	width: 115px;
}
#header-logo {
	position: relative;
	float: left;
	height: 89px;
	width: 325px;
	top: 11px;
}
#header-menu {
	width: 650px;
	float: right;
	position: relative;
	padding-top: 44px;
	text-align: right;
	font-family: Helvetiker !important;
	font-size:18px;
	color: #7b7b7b;
	font-stretch:condensed;
	padding-right: 20px;
}
#header-menu1 {
	width: 650px;
	float: right;
	position: relative;
	padding-top: 44px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size:19px;
	color: #919191;
	font-stretch:condensed;
	padding-right: 20px;
	font-weight: bold;
}
a.tml:link, a.tml:visited, a.tml:active {
	color: #7b7b7b;
	text-decoration: none;
}
a.tml:hover {
	color: #2a93c6;
	text-decoration: underline;
	/*border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e6ab22;*/
}

/*
----------------------------------------------
Image Section
----------------------------------------------
*/

#image-wrapper {
	width: 1000px;
	position: relative;
	margin-top: 17px;
	height: 242px;
}
#imageblock {
	height: 222px;
	width: 1000px;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}
#imageblock-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	font-style: italic;
}

.top_img {
	float: left;
	height: 222px;
	width: 250px;
}

/*
----------------------------------------------
Body Section
----------------------------------------------
*/

#body-wrapper {
	float: left;
	width: 1000px;
	position: relative;
	clear: both;
	
}

.right-column-wrapper {
	float: right;
	width: 240px;
	position: relative;
}

.main-page-wrapper {
	float: left;
	width: 718px;
	position: relative;
}
.split-column-wrapper {
	float: left;
	width: 718px;
	position: relative;
	background-image: url(/images/framework/split-column-bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
}
.block-break {
	clear: left;
}
.left-column {
	float: left;
	width: 342px;
	position: relative;
	margin-right: 17px;
}
.center-column {
	float: left;
	width: 342px;
	margin-left: 17px;
	position: relative;
}
.single-column {
	clear: left;
	float: left;
	width: 718px;
	position: relative;
}
.block-spacer {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
}

/*
----------------------------------------------
General Right Column
----------------------------------------------
*/

#social-block {
	margin-top: 15px;
	text-align: center;
	position: relative;
	width: 236px;
	right: 10px;
}
#social-block ul {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#social-block li {
	list-style-type: none;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.headline {
	font-stretch: extra-condensed !important;
	font-family: Helvetiker !important;
	color: #2e81ad;
	font-size: 24px;
	margin-bottom: 13px;
}
.schedule-hl {
	font-stretch: extra-condensed !important;
	font-family: Helvetiker !important;
	font-size: 17px;
	margin-bottom: 1px;
	border-bottom: 1px solid #2e81ad;
	font-weight: bold;
}
.schedule {
	font-size: 12px;
	border-top: 1px solid #2e81ad;
	border-bottom: 1px solid #2e81ad;
	padding-left: 2px;
	margin-bottom: 25px;
}
.rc-book {
	font-size: 12px;
	border-bottom: 1px solid #2e81ad;
	padding-left: 2px;
	margin-bottom: 25px;
}

.scheduleline {
	padding: 5px;
	
}

.scheduleline .city {
	font-weight: bold;
	font-size: 12px;
}
.scheduleline .city a {
	color: #7b7b7b;
	text-decoration: none;
}
.scheduleline .city a:hover {
	color: #900;
	text-decoration: none;
}
.scheduleline .date {
	font-size: 11px;
	padding-left: 5px;
}

.scheduleline .link {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	float: right;
}



.scedule-table .city {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.scedule-table .city a {
	color: #7b7b7b;
	text-decoration: none;
}
.scedule-table .city a:hover {
	color: #900;
	text-decoration: none;
}
.scedule-table .date {
	font-size: 11px;
}
.scedule-table .link {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

#join-mailing {
	text-align: center;
}


/*
----------------------------------------------
footer Section
----------------------------------------------
*/
#footer-wrapper {
	position: relative;
	width: 1000px;
	margin-top: 40px;
	float: left;
	clear: both;
}
#bottom-links {
	text-align: center;
	padding-bottom: 10px;
}

#bottom-links a {
	text-align: center;
	padding-bottom: 10px;
	color: #333;
	text-decoration: underline;
}

#sponsor-bar {
	position: relative;
	width: 1000px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	clear: left;
	float: left;
}
#sponsor-bar ul {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sponsor-bar li {
	list-style-type: none;
	float: left;
}

#copyright-wrapper {
	position: relative;
	width: 1000px;

	padding-top:2
	float: left;
	clear: both;
	margin-bottom: 20px;
	float: left;
	margin-top: 6px;
}
#copyright-wrapper #design {
	font-size: 10px;
	float: right;
	margin-right: 5px;
	
}
#copyright-wrapper #copyright {
	font-size: 10px;
	float: left;
	margin-left: 5px;
}

/*
----------------------------------------------
General Section
----------------------------------------------
*/
.photo-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
.photo-box-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #666;
}
.photo-box-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #666;
	position: relative;
	display: block;
}

.photo-left {
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
}
.form-field {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #B7B7B7;
	font-size: 12px;
}
a.ollink {
	color: #7b7b7b;
	text-decoration: underline;
}
#Testimonial {
	background-color: #f8edd3;
	padding: 15px;
}
.quote-start {
	padding-bottom: 10px;
	padding-right: 5px;
	
}
.quote-end {
	padding-top: 10px;
	padding-left: 5px;
	
}
.sepline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 20px;
	
}
.grid-hl {
	background-color: #F2F2F2;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}

.buy-button {
	background-position: center center;
	float: left;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	background-color: #900;
}




.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
