BODY,HTML,H1,H2,H3,H4,P,A,DIV,SPAN,IMG,INPUT,UL,LI,FORM {
	margin: 0;
	padding: 0;
	border: none;
}

BODY {
	background: #fff;
	text-align: center;
	font: normal 75% "segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #333;
}

/***************************************************
	GENERIC STYLES
*/

A {
	color: #0c559f;
}

A:hover {
	color: #3c8dc5;
}

H1 {
	font-size: 220%;
	color: #00366c;
}

H2 {
	color: #00366c;
	font-size: 160%;
	font-weight: normal;
}

H3 {
	font-size: 140%;
}

H4 {
	color: #f69600;
	font-weight: normal;
	font-size: 110%;
	text-transform: lowercase;
}

INPUT,
BUTTON,
TEXTAREA,
SELECT {
	font: normal 80% Verdana, Arial, Sans-Serif;
}

BUTTON {
	padding: 2px 10px;
}

SMALL {
	font: normal 80%/140% Verdana, Arial, Sans-Serif;
}

/***************************************************
	ERRORS/NOTICES
*/

.notice {
	background: #fff494;
	padding: 10px;
	border: solid 1px #EFD24A;
}

.callout {
	float: right;
	width: 160px;
}

.callout H3 {
	font-size: 130%;
	line-height: 110%;
	margin: 0 0 10px;
}

.error {
	background: #fff494 url("../images/error.gif") no-repeat 10px 10px;
	padding: 10px 10px 10px 32px;
	color: #c00;
	border: solid 1px #EFD24A;
}

.success {
	background: #bfb url("../images/success.gif") no-repeat 10px 10px;
	padding: 10px 10px 10px 32px;
	color: #0f670d;
	border: solid 1px #7EDF7D;
}

.question {
	vertical-align: middle;
}

#report-abuse {
	color: #c00;
	background: #fff373 url("../images/report_bkg.gif") no-repeat right;
	padding: 0 12px 0 6px;
	line-height: 190%;
	text-decoration: none;
	font-size: 90%;
}

#report-abuse:hover {
	text-decoration: underline;
}

/***************************************************
	LAYOUT
*/

#wrapper {
	width: 754px;
	margin: 0 auto;
	overflow: visible;
}

/***************************************************
	TRAVELOCITY HEADER
*/

#tcyca-header {
	text-align: left;
}

#tcyca-header * 
{
font-family: arial,helvetica;
}
#tcyca-header .nav_tabText
{
font-family: arial,helvetica;
font-size: 12px;
font-weight: bold;
}
#tcyca-header .nav_notab
{
font-family: arial,helvetica;
font-size: 12px;
font-weight: bold;
}
#tcyca-header #nav_on
{
color: #ffffff;
background-color: #0066cc;
text-decoration: none;
}
#tcyca-header #nav_off
{
color: #666666;
text-decoration: none;
}
#tcyca-header #nav_off:hover
{
text-decoration: underline;
}
#tcyca-header #sale_on
{
color: #ffffff;
background-color: #cc0000;
text-decoration: none;
}
#tcyca-header #white
{
color: #ffffff;
padding:5px 0px 5px 10px;
}

/***************************************************
	HEADER
*/

#header {
	width: 100%;
	height: 126px;
	text-align: left;
	position: relative;
	background: url("../images/header_bkg_2.png") no-repeat top left;
}

#header #logo {
	width: 426px;
	height: 79px;
	display: block;
}

#header #logo * {
	display: none;
}

#header #menu-main {
	position: absolute;
	top: 87px;
	left: 155px;
	list-style: none;
}

#header #menu-main LI {
	float: left;
	padding: 0 22px 0 0;
}

#header #menu-main LI A {
	color: #fff;
	display: block;
	font-size: 90%;
	text-decoration: none;
	padding: 2px;
}

#header #menu-main LI A:hover {
	color: #ffaa15;
	text-decoration: underline;
}

#header #menu-actions {
	position: absolute;
	/*right: 19px;*/
	right: 17px;
	bottom: 14px;
	list-style: none;
	overflow: hidden;
	/*width: 211px;*/
	width: 99px;
	z-index: 100;
}

#header #menu-actions LI A {
	width: 99px;
	height: 33px;
	display: block;
}

#header #menu-actions LI A * {
	display: none;
}

#header #menu-actions LI#browse A {
	background: url("../images/actionsmenu_browse.gif") no-repeat;
}

#header #menu-actions LI#browse A:hover {
	background: url("../images/actionsmenu_browse_hover.gif") no-repeat;
}

/*
#header #menu-actions LI#submit {
	position: absolute;
	top: 0;
	left: 114px;
}

#header #menu-actions LI#submit A {
	background: url("../images/actionsmenu_submit.gif") no-repeat;
}

#header #menu-actions LI#submit A:hover {
	background: url("../images/actionsmenu_submit_hover.gif") no-repeat;
}
*/

#header #logged-in {
	position: absolute;
	font-size: 90%;
	bottom: -37px;
	right: 17px;
	color: #2A66A3;
	z-index: 100;
}

#header #logged-in A {
	color: #F69600;
}

#header #logged-in A:hover {
	color: #3c8dc5;
}

/***************************************************
	CONTENT
*/

#content {
	clear: both;
	text-align: left;
	position: relative;
}

/***************************************************
	TRAVELOCITY FOOTER
*/

#tcyca-footer {
	clear: both;
	border-top: solid 21px #3c8dc5;
	margin: 15px 0 100px;
	font-family: arial,helvetica;
	font-size: 80%;
}
	
/***************************************************
	FORMS
*/

INPUT.text, TEXTAREA.text {
	padding: 2px;
	border: solid 1px #a8b2b6;
}

/***************************************************
	PAGE > CONTENT > BLOCK
*/

#content .block {
	margin: 10px 0 20px;
}

#content .block H2 {
	font-size: 150%;
	border-bottom: solid 1px #B9B2A1;
	margin: 0 0 5px;
}

/***************************************************
	TAG CLOUD
*/

UL.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tags LI {
	display: inline;
	margin: 0 4px 0 0;
}

UL.tags LI A {
	text-decoration: underline;
	padding: 0 2px;
}

UL.tags LI A.one {
	font-size: 80%;	
	color: #6ba6e3;
}

UL.tags LI A.five {
	font-size: 110%;	
}

UL.tags LI A.ten {
	font-size: 120%;	
}

UL.tags LI A.twenty {
	font-size: 130%;	
}

UL.tags LI A.fifty {
	font-size: 150%;	
}

UL.tags LI A:hover,
UL.tags LI A.one:hover,
UL.tags LI A.five:hover,
UL.tags LI A.ten:hover,
UL.tags LI A.twenty:hover,
UL.tags LI A.fifty:hover {
	color: #fff;
	background: #3C8DC5;
}

UL.tags LI.seeall{
	float:right;
	padding: 4px 0 0 0;
	font-weight:bold;
	
}
UL.tags LI.seeall A:link{
	
}
UL.tags LI.seeall A:visited{

}	
