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

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(../images_2010/layout_new/bg_blur_new.jpg) no-repeat center top;
	/* add two lines of text for firefox bug? */
	width: 100%;
	display: table;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;	
}

img {
border:0;
}

a:link, a:visited {
	color: #435A9B;
	text-decoration: underline;
}
a:hover, active, a:focus {
	color: #9D0B20;
}

#page_wrapper {
	padding: 0px;
	text-align: center;
	width: 940px;
	margin-top: 20px;	
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#topmenu {
	padding: 0px;
	text-align: left;
	width: 900px;
	height:25px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:20px;
	margin-right:20px;
}
#header {
	padding: 0px;
	text-align: center;
	height: 471px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../images_2010/layout_new/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
margin:0;
padding:0;
margin-left:20px;
margin-right:20px;
}

#header span {
	position: absolute;
	left: -3000px;
}

#menu_bg {
	text-align: center;
	height:46px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_2010/layout_new/menu_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#menu {
	height: 43px;
	margin-left: 60px;
	text-align: left;
	/* margin-top:365px; */
	/* margin-top:400px; */
	
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#content {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_2010/layout_new/body_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top:30px;
	padding-left:65px;
	padding-right:60px;
	
	/* border-bottom: 1px solid white;*/

}


#left_col {
	text-align: left;
	float: left;
	width: 260px;
	margin-left: 0px;
	margin-right: 5px;
	/* border: 1px solid red; */
}

#center_col {
	text-align: left;
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-right: 5px;
	/* border: 1px solid red; */
}

#right_col {
	text-align: left;
	float: left;
	width: 240px;
	margin-left: 20px;
	margin-right: 0px;
	/* border: 1px solid red; */
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
}

#content ol {
	margin-left:20px;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

#content ul {
	margin-left:20px;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

#content li {
	padding-bottom:10px
}

.title {
	font-size: 120%;
	color:#003300;
	margin-bottom:10px;
	
}

.subtitle {
	margin-top:20px;
	
}
.text {
	margin-top:15px;
	
}

#bottom_logos {
	width: 800px;
	height: 159px;
	padding-top:40px;
	padding-bottom:20px;
}

#vacation_planner {
	margin-left: -10px;
	float: left;
}

#tck_logo {
	margin-right: 0px;
	float:right;
	padding-top:15px;
	vertical-align: bottom;
}

#footer_bottom {
	padding: 0px;
	text-align: center;
	width: 940px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_2010/layout_new/body_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:70%;
	padding-top:30px;

}
#formcontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 10px;
}

form {}

