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

body, td {
	font-family:Georgia;
	font-size:14px;
	line-height:150%;
	color:#58595b;
}
.title, .sub-title {
	font-weight:bold;
	font-size:20px;
	color:#58595b;
	margin-bottom:10px;
}
.sub-title {
	font-size:16px;
}
img {
	behavior: url("js/png.htc");
	}
#logo {
	margin:20px 30px 20px 0;
}
#form-bg {
	background-image:url(../images/form-bg.png);
	padding:20px;
}
#landing-content {
	background-image:url(../images/beach-bg.jpg);
	background-repeat:no-repeat;
	width:806px;
	padding:30px 14px 30px 30px;
	font-family:Georgia;
	font-size:14px;
	line-height:150%;
	color:#58595b;
	}
#landing-content .left-col {
	float:left;
}
#landing-content .right-col {
	float:right;
}
#landing-content .right-col table {
	width:340px;
	}
#landing-content .right-col .inputText,
#landing-content .right-col .inputError,
#landing-content .right-col select {
	width:340px;
	height:19px;
	padding:3px 5px 0 5px;
	border:1px solid #E1E1E1;
	}
#landing-content .right-col .inputError {
	color:#CC0000;
}
#landing-content .right-col select {
	width:212px;
	height:22px;
	padding:1px 0 1px 5px;
	}
#landing-content .close-bt {
	position:relative;
}
#landing-content .close-bt div {
	position:absolute;
	left:794px;
	top:-54px;
}
#landing-content a {
	font-family:Georgia;
	font-size:14px;
	text-decoration:underline;
	color:#58595b;
}
#landing-content a:hover {
	color:#000000;
}
#landing-content a.aActive {
	color:#D12218;
	font-weight:bold;
	cursor:default;
	}
#landing-content .skip-txt {
	font-style:italic;
	font-size:11px;
	line-height:110%;
	}
	
.inputText, .inputError, .inputTextG, .inputErrorG {
	font-family:Georgia;
	font-size:14px;
	color:#797a7d;
	border:1px solid #BFBFC0;
	padding-left:3px;
	padding-right:2px;
	padding-top:3px;
	height:18px;
	overflow:auto;
	width:100%;
	}
select, .select-error {
	font-family:Georgia;
	font-size:14px;
	color:#797a7d;
	border:1px solid #BFBFC0;
	padding-left:3px;
	padding-right:2px;
	padding-top:2px;
	height:18px;
	overflow:auto;
	width:100%;
	}
.inputError, .select-error {
	color:#CC0000;
	}

h1 {
	font-family:Georgia;
	font-size:24px;
	line-height:28px;
	color:#2e2f30;
	font-weight:bold;
}
h2 {
	font-family:Georgia;
	font-size:22px;
	line-height:26px;
	color:#2e2f30;
	font-weight:normal;
	margin-bottom:5px;
}

#navigation {
	margin-top:10px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#navigation ul li {
	width:212px;
	margin-right:20px;
	float:left;
}
#navigation ul li.last {
	margin-right:0px;
}
#navigation ul li a {
	width:192px;
	padding:10px;
	border-top: 1px solid #88898a;
	border-bottom: 1px solid #88898a;
	text-decoration:none;
	color:#2e2f30;
	font-family:Georgia;
	font-size:18px;
	white-space:nowrap;
	display:block;
	cursor:default;
}
#navigation ul li a:hover, #navigation ul li a.enabled {
	background-color:#e1dede;
}

.tabs {
	padding:20px 0 0 10px;
}
.tabs ul {
	list-style-image:url(../images/sti/icon.png);
	margin:14px;
	padding:10px;
}
.tabs ul li {
	margin-bottom:8px;
	padding-left:5px;
}

.txt-form {
	font-family:Georgia;
	font-size:17px;
	color:#575757;
	width:200px;
	padding-top:6px;
}
.txt-form .divider {
	margin-bottom:10px;
}

.display-none {
	display:none;
	}