/* Reset browser defaults for consistency */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	vertical-align: baseline;
}

/* Remove bullets from list items */

ol, ul {
	list-style: none;
}

/* Basic page layout */

body {
	background: #fff url(../images/header_stripe.gif) repeat-x top;
	}

#wrapper {
	width:850px;
	margin: 0 auto;
	}

#header {
	height:220px;
	margin:0;
	/* background: url(../images/header_gluel.jpg) no-repeat top left; */
	background: url(../images/header_mimifrommiami.jpg) no-repeat top left;
	}
	
#nav {
	width:750px;
	text-align:right;
	color:#fff;
	padding:120px 0 0 0;
	}
		
#nav a {
	color:#fff;
	text-decoration:none;
	font-family:Georgia, Times, serif;
	font-size: 1em;
	}

#nav a.active, #nav a:hover  {
	color:#fe0084;
	}
	
/* Set up viewport onto sliding content  */	

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	}
	
/* Basic text formatting */

#frame h2 {
	font-family:Georgia, Times, serif;
	font-size: 2.7em;
	font-weight:normal;
	color: #59aeda;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	display:block;
	width:700px;
	height:90px;
	}


#frame p {
	line-height:1.3em;
	margin:5px 0 5px 0;
	}
	
/* Basic layout style for Form */

#frame fieldset {
	background: url(../images/panel-bottom.gif) no-repeat 0 bottom;
	margin:0;
	padding:0 10px 30px 10px;
	}

/* List and Form items */

#frame li {
	line-height:2em;
	margin:5px;
	padding:0;
	}

#frame li label {
	display:block;
	float:left;
	width:150px;
	font-size:1.3em;
	margin-right:10px;
	}

#frame li.minitext label {
	font-size:1.1em;
	color:#fe0084;
	line-height:2em;
	}

#frame li input {
	width:170px;
	height:25px;
	font-size:1.3em;
	margin:0;
	padding:0;
	color:#555;
	}

#frame li.wider input {
	width:250px;
	}

#frame li.final label {
	width:200px;
	}

#frame li.final select {
	width:170px;
	height:30px;
	font-size:1.3em;
	margin:0;
	padding:0;
	color:#555;
	}

#frame li.shorter input {
	width:100px;
	}

#frame li label.submit{
	font-family:Georgia, Times, serif;
	font-size: 2.4em;
	margin-top:10px;
	font-weight:normal;
	color: #ff0081;
	}

#frame li input.submit {
	width:57px;
	height:57px;
	margin:5px;
	padding:0;
	}

#frame ul {
	width:690px;
	line-height:57px;
	margin:0;
	padding:0;
	}

#frame ul li {
	font-family:Georgia, Times, serif;
	font-size: 2.7em;
	font-weight:normal;
	color: #fff; 
	height:57px;
	display:block;
	margin:0 0 0 5px;
	padding:0;
	width:330px;
	float:left;
	}

#frame ul li a img {
	margin:0 0 -15px 10px;
	padding:0;
	}

#frame ol {
	margin:0;
	padding:5px 0 0 0;
	}
	
/* Sliding content box */

#frame, #scroller {
	height: 450px;
	}

#scroller {
	width: 750px;
	margin: 0 auto;	
	overflow: hidden;
	}

#content {
	width: 3200px;
	}
	
.section {
	width: 700px;
	margin: 0 20px 20px 20px;
	float: left;
	background:#fff url(../images/panel-top.gif) no-repeat 0 3em;
	}
