/* These are the core CSS controls */

body {
margin: 0px;
padding: 0px;
background-color:black;
font-family:Arial, Helvetica, sans-serif;
text-align: left;
}

A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}


/* This is a 2 column fixed width layout with both header and footer for all content pages  */

/* The wrapper holds the nav and content divs together in the center */
#wrapper
{
	position:relative;
	width: 760px;
	text-align:left;
	padding: 143px 0 0 0;
	background-image:url(../images/hilton-header.gif);
	background-repeat: no-repeat;
	background-position:left top;
	background-color: white;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-top: 0px auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0px;
}
/* Define all styles to be included in the top navigation column here*/
#topnavigation
{
	float:left;
	width:760px;
	background-color: #037dbe;
	color: white;
}

#topnavigation ul {
	list-style: none;
	margin:0px;
	padding:5px;
	border: none;
	text-align: left;
}

#topnavigation li {
	margin:0px;
	display: inline;
	font-family:Arial, Helvetica, sans-serif 12px;
	vertical-align: middle;
	}	
#topnavigation a:link,  #topnavigation a:visited {
	
	padding: 5px 0 0 0;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;	
}

#topnavigation a:hover {
	font-size:12px;
	color: #e6dcc0;
	text-decoration:none;
	}


/* Define all styles required for the content area here*/

#content
{
	margin-left:0;
	width:480px;
	padding:0px 15px 20px 5px;
	background-color: white;
	text-align: left;
}

#content p
{
	font-size:14px;
	line-height:18px;
	padding-left:20px;
}

#content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	list-style-type:circle;
	color:#000066;
	}

#content h1
{
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
	color: red;
	padding-left:10px;
}

#content h2
{
	font-size:14px;
	font-weight:bold;
	color:#00008b;
	padding-left:10px;
}

#content h3
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

#content h4
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

#content a:link,  #content a:visited {
	font-size:12px;
	color:#000099;	
}

#content a:hover {
	font-size:12px;
	color: #051856;
	}

/* Define all styles required for the Right Column area here*/	

	#rightCol {
	float: right;
	width: 250px;
	height: 500px;
	background-color: red;
	padding-left: 20px;
	margin: 15px 0 20px 0;
	background-image:url(../images/form-bg.gif);
	background-repeat: repeat-y;
	
}

	#rightCol h1{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding: 5px 0 0 0;
	margin: 0px 0 5px 0;
	
}
	#rightCol p{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 5px 0 0 0;
	margin: 0px 0 5px 0;
	
}

 #rightCol .textbg {
 background-color: #D83939;
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: bold;
 padding: 0px 8px 0 3px;
 }
 
#rightCol input {
background-color: #EEA8A8;
border: 0px;
margin: 0px;
padding: 2px;
}

#rightCol input src {
border: 0px;

}

#rightCol textarea {
background-color: #EEA8A8;
border: solid 1px #EEA8A8;
margin: 0px;
padding: 2px;
}

#rightCol img {
border: 0px;

}
/* Define all styles required for the footer area here*/

#footer {
	clear: both;
	margin:0px;
	padding:1px;
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
	color: white;
	background-color: black;
	
}

#footer a:link,  #footer a:visited {
	
	padding: 5px 0 0 0;
	font-size:11px;
	text-decoration:underline;
	color:#FFFFFF;	
}
#footer a:hover {
	
	padding: 5px 0 0 0;
	font-size:11px;
	text-decoration:underline;
	color:#FF0000;	
}

#topnavigation a:hover {
	font-size:12px;
	color: #ff8c00;
	text-decoration:none;
	}

#footer p {
	padding: 0px;
	margin: 5px;
}


#clear {
	clear: both;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
	
}

HR {
	color : #3399CC;
}


table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

#content table {
margin: 0 0 0 20px;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

.required {color:yellow;}

#content .phone {
margin: 0 0 0 0px;
padding: 0 0 0 10px;
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
color: red;
}

