*{
margin: 0;
padding: 0;
border: 0;
color: white;
}


#flash, #featrues, #tools{
	display: none;
}




div{
	position: relative;
	display: block;
}

body{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 75%;
	background-color: #1a3d6d;
}

#main, #footer{
	width: 100%;
	margin: 0 auto;
	position: relative;
}


#footer *{
	background-color: white;
}


#footer{
	padding: 20px 5%;
	background-color: white;
	margin: 20px auto;
	width: 90%;
}
#footer a{
	color: #1a3d6d;
}
#footer p{
	color: #1a3d6d;
}


#header img{
	display: none;
}

#header{
	background-image: url(../img/iphone/strap.png);
	height: 80px;
	text-indent: -999em;
}
#header h1 a{
	background-image: url(../img/iphone/logo.png);
	height: 60px;
	width: 90px;
	z-index: 999;
	position: relative;
	display: block;
	text-decoration: none;
}
#mainnav {
	padding: 0 0 5px 0;
	width: 100%;
}

#mainnav *{
	position: relative;
	display: block;
	float: left;
	clear: left;
	width: 100%;
}

#mainnav a{
	width: 90%;
	margin: 0 3% 4px 3%;
	padding: 5px 2%;
	text-decoration: none;
	border-bottom: 1px solid #122848;
	border-top: 1px solid #2d6fcd;
	border-right: 1px solid #122848;
	border-left: 1px solid #2d6fcd;
}

#mainnav a:hover{
		background-color: #2c66ba;
}

#page{
		width: 94%;
		margin: 0 3% 4px 3%;
		clear: left;
}



#page h2{
font-family: "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: normal;
text-transform: uppercase;
}

#pagetitle h2{
	font-size: 1.8em;
}

#page p{
font-size: .9em;
line-height: 17px;
margin: .8em 0;
}

#page h3{
	font-size: 1.5em;
	margin: .3em 0 .2em 0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#page h4{
	font-size: 1.3em;
	margin: .4em 0 .5em 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#page h5{
	font-size: 1em;
	margin: 1em 0 .2em 0;
}

#page img{
	float: right;
	padding:10px;
	margin: 0px 0px 10px 10px;
}

#page ul, #page ol{
	margin: 1em 3em;
	list-style: disc;
	line-height: 1.2em;
}

#page ol{
	list-style: upper-roman;
}

#page li{
	margin: 0 0 .3em 0;
}

#page blockquote{
background: url(../img/block-quote.png)  no-repeat  top;
position: relative;
display: block;
float: left;
margin: 10px 10px 35px 0px;
width: 340px;
color: white;
position: relative;
}

#page blockquote p{
margin: 20px 0 0 0;
position: relative;
top: 10px;
padding: 0 30px 25px 30px;
background: url(../img/block-quote.png) bottom  no-repeat;
font-size: 1.2em;
font-weight: bold;
color: white;
}


a.bigscreen{
	position: absolute;
	top: 0;
	right:5px;
	z-index: 999999999;
	font-size: .8em;
	padding: 3px;
	display: block;
	height: 15px;
	width: 50%;
	text-align: right;
	text-decoration: none;
}
a.bigscreen:hover{
color: #ffd700;
}


.iphone{
position: relative;
display: block;
height: 50px;
width:200px;
background-image: url(../img/iphone/toggle.png);
background-position: bottom;
background-repeat: no-repeat;
text-indent: -999em;
text-decoration: none;
position: absolute;
z-index: 9999999;
right:0px;
top: 17px;
text-decoration: none;
}

#icon{
	top:auto;
	bottom: auto;
	position: relative;
	background-position: top;
	float: right;
	
}

#pagetitle{
	padding: 10px 0  !important;; 
	margin: 10px 0  !important;;
	position: relative  !important;;
	display: block  !important;;
	clear: both  !important;;
	border-bottom: 1px solid #93b5e5;
}