/* Reset browser defaults for consistency */

ol, fieldset, label, legend, section {
	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 */


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




	
/* Set up viewport onto sliding content  */	

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

#frame h2 {
	font-family:Tahoma, Arial, serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #00467f;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	display:block;
	width:700px;
	height: 60px;
	background: none;
	text-indent: 10px;
	}
#frame h1 {
	font-family:Tahoma, Arial, serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #00467f;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	display:block;
	background: none;
	text-indent: 10px;
	}

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

#frame fieldset {
	background: url(../images/panel-bottom.jpg) 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.long label{
width: 250px;
font-size: 1.3em;
margin-right: 10px;
margin-left: 10px;
}
#frame li.long input{
width: 15px;
height: 15px;
margin-right: 10px;
margin-left: 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.xwide input {
	width:450px;
	}
#frame li.smallleft input{
width: 15px;
height: 15px;
margin: 0 10px 0 0;}

.smallinput{
width: 15px;
height: 15px;
margin: 0 10px 0 0;}

}
#frame li.small input{
width:15px;
height: 15px;
margin: 0 0 0 -60px;}

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

#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: #00467f;
	}

#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: #00467f; 
	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;
	}

#frame img{
border: 0px;}

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

#content1 {
	width: 4800px;
	}
	
.section {
	width: 700px;
	padding: 20px 0 0 0;
	margin: 0px 20px 20px 20px;
	float: left;
	background:#fff url(../images/panel-top.jpg) no-repeat;
	background-position: left top;
	}
.sectionbottom{
background-image: url(../images/panel-bottom.jpg);
background-repeat: no-repeat;
height: 221px;}