/* CSS Document */

html
{
	width:100%;
	height:100%;
	margin:0px;
}

body
{
	width:100%;
	height:100%;
	margin:0px;
}

#flash-id, #flash-container
{
	width:100%;
	height:100%;
	margin:0px;
}

object
{
	display:block;
}

body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff url(images/bg.jpg) repeat;
	color:#000000;
}


div#wrapper{
width:940px;
z-index:1;
text-align:left;
padding:20px;

}
div#header{
width:950px;
border-bottom:#fff 1px solid;
}

div#nav{
width:120px;
color:#003a5a;
text-align:left;
padding:6px;
float:left;
border-right:#9fa615 2px solid;
}

	#nav ul{
		list-style:none;
		font-size:13px;
		text-align:right;
		padding:0 8px 0 0;
		line-height:2;
		
	}
	
	#nav li{
		position:relative;
		
	}
	
	#nav li img.stamp{
		display:none;
		position:absolute;
		left:120px;
		top:-45px;
		
	}
	
	#nav li:hover img.stamp{
		display:block;
	}
	
	#nav a{
		color:#003a5a;
		text-decoration:none;
	}
	
	#nav a:visited{
		color:#003a5a;
	}
	
	#nav a:hover{
		color:#9fa615;
	}
	
div#right{
width:750px;
text-align:left;
padding:6px;
float:right;
}	

	div#main_image{
	width:750px;
	height:460px;
	color:#fff;
	text-align:left;
	background:url(images/home_bg_images.png) no-repeat;
	position:relative;
	}
	
	div#main_image .main_content{
		position:relative;
		left:175px;
		top:20px;
		line-height:16px;
	}
	
	div#main_image h2{
		color:#9fa615;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:bold;
		margin:0;
		padding:0;
		line-height:22px;
	}
	
	div#main_image h3{
		color:#fff;
		font-weight:bold;
		margin:0;
		padding:0;
		text-transform:uppercase;
		line-height:22px;
	}
	
	
	div#main_image a{
		color:#9fa615;
	}
	
	div#main_image a:visited{
		color:#9fa615;
	}
	
	div#main_image a:hover{
		color:#fff;
	}
	
	div#main_image ul{
		color:#fff;
		width:250px;
		padding:3px 0 0 0;
		margin:0;
	}
	
	div#main_image li{
		color:#9fa615;
		padding:0 5px 10px 0;

	}
	
		div#main_image span.text{
		color:#fff;
		line-height:15px;

	}

h1{
	color:#56004e;
	font-size:24px;
	font-weight:lighter;
	margin:0 0 0 75px;
}

h2{
	color:#56004e;
	font-size:18px;
	font-weight:lighter;
	margin:0 0 0 75px;
}

p{
	margin-left:75px;
}

div#content_area{
	margin-left:70px;
	
	
}

p{
	margin-left:75px;
	font-size:13px;
}

div#bottom{
width:990px;

top:10px;
text-align:center;
margin:auto;
padding:11px;

}

a.bottom{
font-size:10px;
color:#003399;
}

/* Forms
------------------------------------------------------------------------------------------ */

fieldset {
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:10px 20px 10px 0; }
	
	fieldset legend {
		color:#222;
		cursor:default;
		font-weight:bold;
		margin-left:7px;
		padding:0 5px; }

ul.fields {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0; }
	
	ul.fields li {
		margin-bottom:3px; }
	
	ul.fields label {
		float:left;
		font-weight:bold;
		padding:2px 5px 0 0;
		text-align:right;
		width:125px; }

	ul.fields input {
		padding:2px; }
				
/* Win a Trip Registration
------------------------------------------------------------------------------------------ */

div#content_area .img-shadow {
	background: url(images/bg_drop_shadow.png) no-repeat 100% 100%;
	cursor:pointer;
	float:left;
	margin: -6px 6px 6px -6px !important;
	padding: 5px; }
	
#registration-container {
	width:481px; }
	
	#registration-container p {
		margin-left:0; }

#RegistrationForm fieldset {
	background-color:#FFFDF4;
	border:1px solid #EFE7C2; }
	
div.postcard-preview {
	background:transparent url(images/postcard_back.jpg) no-repeat center center;
	border:1px solid #EFE7C2;
	font:15px Times;
	height:336px;
	margin-top:10px;
	position:relative;
	width:481px; }

	div.postcard-preview #recipient-salutation {
		left:70px;		
		position:absolute;
		top:53px; }
		
	div.postcard-preview #recipient-fullname {
		left:280px;
		position:relative;
		top:144px; }
		
	div.postcard-preview #recipient-email {
		left:280px;
		position:absolute;
		top:173px; }
		
	div.postcard-preview #sender-firstname {
		left:38px;
		position:absolute;
		top:285px; }