/*	===============================================================
	© i2i Technology
	www.elysiancapital.com
	Type:				Handheld Styles
	Author:				Nigel Morris
	Creation Date:		8 February 2008
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		n/a still in development
	============================================================ */
	

	body {
	margin:0;
	padding:0;
	color:#333;
	background:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	}
	
	h1, h2, h3 ,h4 ,h5, h6, p {
	display: block;
	margin:0;
	padding:0.3em;
	}
	
	#header {
	width:auto;
	}
	
	#header h1 {
	width:260px;
	height:95px;
	background: url('../images/elysian_logo.gif') no-repeat;
	text-indent:-9999px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;	
	}
		
	#header h3 {
	display:none; 
	}
	
	#nav ul {
	margin:0;
	padding:0;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	}
	
	#nav ul li {
	background-color: #78AD99;
	width: 100%;
	}
	
	#nav ul li a{
	padding:0.6em;
	display:block;
	width: 100%;
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#nav ul li a:hover{
	text-decoration: underline;
	background-color: #57917B;
	}
	
	#nav ul li a.section {
	background-color: #FFFFFF;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	color: #78AD99;
	}
	
	#content {
	margin:0;
	padding:0.6em;
	width:auto;
	}
	
	ul.skiplist, #sub-menu ul{
	margin:0;
	padding:0;
	width:100%;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	}
	
	ul.skiplist li, #sub-menu ul li{
	padding:0.6em;
	background-color: #CFE2DB;
	width: 100%;
	margin-bottom: 1px;
	color: #FFFFFF;
	}
	
	ul.skiplist li a, #sub-menu ul li a{
	color: #57917B;
	text-decoration: none;
	}
	
	ul.skiplist li a:hover, #sub-menu ul li a:hover{
	text-decoration: underline;
	}
	
	#content img {
	max-width: 165px;
	}
	
	#panelright ul{
	list-style:url('../images/subbullet.gif') inside square;
	}
	
	#footer {
	margin:0;
	padding:0.6em;
	width:auto;
	}
	
	img {
	max-width: 165px;
	}
	
	form p{
	padding:0.3em;
	}
	
	fieldset{
	border: 3px solid #666666;
	padding:1em;
	}
	
	
	legend {
	display: block;
	padding:0 1em;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	}
	
	label{
	display: block;
	width:50%;
	}
	
	
	.actionItem{
	font-weight: bold;
	color: #FF0000;	
	}
	