/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/


body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #343978;
}
p {
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	font-family: 'Antic', sans-serif;
	font-weight: normal;
	color: #051978;
}
h2 {
	font-family: 'Antic', sans-serif;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
}
tr, td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.9em
}
table th {
	font-family: 'Antic', sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
}
#left ul, ol {
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container {
	width: 660px;
}
#logobar {
	padding: 10px 0 5px 0;
}
#logo {
	float: left;
}
#tophat {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: right;
	float: right;
	width: 600px;
	color: #FFF;
}
#tophat a {
	color: #FFF;
	text-decoration: none;
}
#search {
	display: none;
}
#content {
	background-color: #FFF;
	padding: 10px;
	border: 2px solid #CCC;
}
#left {
	width: 625px;
}
#left img {
	border: 5px solid #ccc;
}
#right {
	width: 625px;
}
#right ul {
	list-style-image: url(http://midbc.ehclients.com/images/bullet.png);
}
#right ul li {
	padding-bottom: 10px;
}
#right ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1.5em;
}

#footer {
	background-color: #ccc;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #051978;
	padding: 15px;
}
#leftfoot {
	font-size: 0.8em;
	color: #072E89;
	float: left;
	width: 300px;
}
#rightfoot {
	float: right;
	width: 300px;
	text-align: right;
}
#credits {
	color: #999;
	font-size: 0.6em;
	text-align: right;
	padding-top: 10px;
}
#credits a {
	color: #CCC;
	text-decoration: none;
}
.screen-reader {
    display: none;
}
