/* CSS Document */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
* { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
html, body{height:100%;}

/*****************************/

/* global styles */

/* structure */

body {
	font-family: Helvetica, "Microsoft Sans Serif", Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12pt;
	line-height: 11pt; */
	padding-top: 37px;
}

#flashTrap, #statFlash {
	padding: 0px;
	margin: 0px;
}

	#statFlash {
		display: none;
	}

#flashTrap.active {
	background-color: #000000;
	width: 100%;
	height: 90%;
}

	#statFlash.active {
		display: block;
	}

#page-container {
	width: 992px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

	#global-header {
		height: 128px;
		overflow: hidden;
		position: relative;
	}

		#global-header .phone {
			color: #ffffff;
			position: absolute;
			right: 15px;
			top: 50px;
		}



		#global-header #nav-bar {
			height: 19px;
			overflow: hidden;
			position: relative;
			bottom: 109px;
		}

	#sidebar-left {
		width: 126px;
		overflow: hidden;
		float: left;
		padding-top: 32px;
	}

		#sidebar-left p {
			padding-right: 5px;
		}

		#sidebar-left #side-menu {
			margin-bottom: 30px;
			border-top: 1px solid;
		}

				#sidebar-left #side-menu a:link,
				#sidebar-left #side-menu a:active,
				#sidebar-left #side-menu a:visited {
					display: block;
					overflow: hidden;
					padding-top: 5px;
					padding-bottom: 5px;
					padding-left: 5px;
					font-size: 10pt;
					font-weight: bold;
				}

	#sidebar-right {
		width: 167px;
		overflow: hidden;
		float: left;
		padding-top: 12px
	}

		#sidebar-right #stat {
		}

			#sidebar-right #stat #ctcswfDiv {
				text-align: center;
			}
				#sidebar-right #stat #ctcswDivf #ctcDesc{
					text-align: center;
					font-weight: bold;
					padding-bottom: 15px;
				}


	#main-content {
		width: 699px;
		overflow: hidden;
		float: left;
	}

	#main-content .copy {
		overflow: hidden;
		padding: 15px;
		padding-top: 0px;
		padding-bottom: 13px;
		margin-left: auto;
		margin-right: auto;
	}

	#main-content .copy h1 {
		font-size: 18pt;
		line-height: 19pt;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#main-content .copy h2,
	#main-content .copy h3 {
		margin-bottom: 5px;
	}

		#main-content .copy h2 {
			font-size: 14pt;
			line-height: 15pt;
		}

		#main-content .copy h3 {
			font-size: 12pt;
		}

		#main-content .copy ul,
		#main-content .copy ol {
			margin-bottom: 20px;
			margin-left: 20px;
		}

		#main-content .copy ul {
			list-style-type: disc;
		}

		#main-content .copy ol	{
			list-style-type: decimal;
		}

		#main-content .copy li {
			margin-left: 20px;
			margin-bottom: 10px;
		}

		#main-content .copy .main-img {
			border: 1px solid #000000;
		}

	#main-content .copy .reserve {
		width: 320px;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		position: relative;
		padding-top: 8px;
	}

		#main-content .copy .form-reserve {
			overflow: hidden;
			padding-right: 25px;
			padding-top: 2px;
			padding-bottom: 10px;
		}

			#main-content .copy .form-reserve h2 {
				clear: both;
				font-size: 12pt;
				margin-bottom: 6px;
				font-weight: bold;
				text-align: right;
			}

			#main-content .copy .form-reserve #wpuid {
				display: none;
			}

			#main-content .copy .form-reserve label,
			#main-content .copy .form-reserve input {
				display: block;
				margin-bottom: 2px;
				font-size: 10pt;
			}

			#main-content .copy .form-reserve label {
				width: 95px;
				overflow: hidden;
				float: left;
				clear: left;
				line-height: 20px;
				height: 20px;
			}

			#main-content .copy .form-reserve input {
				width: 192px;
				height: 20px;
				font-size: 12pt;
				overflow: hidden;
				float: right;
				clear: right;
				line-height: 12pt;
			}

				#main-content .copy .form-reserve input.submit {
					clear: both;
					overflow: hidden;
					font-size: 10pt;
					float: right;
					margin-top: 10px;
					/*position: absolute;
					left: 65px;*/
				}

			#main-content .copy .reserve .bottom {
				height: 9px;
				overflow: hidden;
			}

			#main-content .copy .reserve script {
				display: none;
			}


#global-footer {
	padding: 20px;
	font-size: 8pt;
	line-height: 9pt;
	clear: both;
}

p {
	margin-bottom: 15px;
	line-height: 14pt;
}

.center {text-align: center;}

#colors {
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff;
	padding: 5px;
	opacity: .5;
}

	#colors a:link,
	#colors a:active,
	#colors a:visited {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
		border: 1px solid #000000;
	}

		#colors a:hover {
			border-color: #ff0000;
		}

		#colors #clr_blue {
			background-color: #0000ff;
		}

		#colors #clr_green {
			background-color: #00ff00;
		}

		#colors #clr_red {
			background-color: #ff0000;
		}

		#colors #clr_purple {
			background-color: #780080;
		}

		#colors #clr_yellow {
			background-color: #EBEB47;
		}