/* Generic element styles */
html {
	background-color: white;
	background: url('images/hexy_bg.png') white repeat-x top left;
}

body {
	width: 750px; 
	margin: 0 auto; color: black; 
	font-family: sans-serif; 
}

body.plain {
	background-image: none;
}

h1 {margin: 0}

h2 {
	background: url('images/heading_bg.png') no-repeat top left;
	height: 32px;
	line-height: 32px;
	padding: 4px 10px;
}

h3 {
	border-bottom: solid #B3C0D5 1px;
}

h4.subhead {
	margin-top: 0;
	font-weight: normal;
}

p {
	text-align:justify;
}

hr {
	clear:right;
}

li {
	list-style: square;
	list-style-image: url('images/bullet.png');
}

/* Menu styles */

.menu {
	text-align: center; 
	padding: 0;	
	margin-top: 10px;
	border-left: solid silver 1px;
}

.menu a {
	text-decoration: none; 
	font-size: 75%; 
	color: black; 
	padding: 1px 1em 0 0.5em;
	border-right: solid silver 1px;
}

.menu a:hover {
	color: blue; 
}

.menu img {
	border: none; 
	vertical-align: middle; 
	padding-right: 4px
}

/* Styles for FAQ Pages */
.question {
	font-weight: bold; 
	margin-bottom:0;
	margin-top: 2em;
}

.answer {
	margin-top: 0.3em;
	margin-bottom: 1em;
}

/* Styles for other pages */

.announcement {
	text-align: center; 
	font-family: "Arial Black",sans-serif;
}

.logos {
	vertical-align: middle;
}

.right {
	float:right; 
	margin-bottom: 10px; 
	padding-left: 15px;
	background-color: white;
}

hr.space {
	text-align:justify;
	margin-top:6em;
}
p.room {
	margin-top:6em;
	text-align:center;
}



#caption {width:236px;}
#caption p {margin:0.2em 0.5em; font-weight:bold; font-size: 80%;}

acronym {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

table.opt td,
table.opt th {
	text-align: center;
}

.form {
	margin-top: 10px;
	background: url('secure/images/form_bg.png') #D2E2F0 repeat-y top center;
}
.text {
	
	position: relative; 
	margin-bottom:10px
}

.form .field {
	margin-left: 200px; 
	position: relative; 
	margin-bottom:10px
}

.form label {
	position: absolute; 
	left: -200px; 
	top:auto; 
	width: 190px;
}


.details {
	margin: 0.5em 30px;
}

.middle {
	display: block;
	margin-top: -7px;
}	

.note {
	margin:0.2em 0;
	font-size:80%;
}
textarea {
	/*font-family:sans-serif;*/
	font:caption;
	vertical-align:top;
}

.code {
	margin:0.2em 100 0.2em 0;
	font-size:80%;
}
.required {
	color: #3D85C9;
	vertical-align:-0.25em;
}

#pda,
#laptop {
	position:absolute;
	width:300px;
	top:0px;
	height:150px;
	background-color:#D2E2F0;
	text-align: center;
}

#pda p,
#laptop p {text-align: center}

#pda {
	right:30px;	
}

#laptop {
	left:30px;	
}
#choice {
	position:relative;
	padding-top: 150px;
}
#choice label {
	position: static;
}

.buttons {
	padding: 1px 10px;
	text-align: right;
}
.invalid {
	background-color: #FDD;
}
.error {
	color: #C00;
	font-weight: bold;
	padding: 0.2em 1em;
	background-color: #FDD;
	border-style: solid;
	border-width: 1px;
}

/* Styles for phone selector drop-down */

#phone_suggestions {
	position: absolute;
	background-color: white;
	border: solid silver 1px;
	padding: 0;
	margin: 0;
	max-height: 300px;
	overflow: auto;
}

#phone_suggestions li {
	font: menu;
	list-style: none;
	padding: 0;
	margin: 0;
}

#phone_suggestions li:hover {
	background-color: navy;
	color: white;
}

/* Styles for front page image */

#front {
	border: none;
}


#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
}
#footer p {
	text-align: center;
}

#header {
	position: relative;
	margin-bottom: 10px;
}

#insure_button {
	position: absolute;
	top: 30px;
	right: 7px;
	border: none;
}

#slogan {
	position: absolute;
	top: 75px;
	left: 140px;
	font-size: 70%;
	font-style: italic;
	color: black;
}

ul.errors {
	color: #A00;
	font-size: 80%;
	margin-top: 0;
}

ul.errors li {
	list-style: square;
	list-style-image: none;
}

h2#securetitle {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: none;
}

h2#securetitle img {
	vertical-align: -0.1em;
	padding-right: 8px;
}

#trustlogos img {
  border: solid silver 0px;
}
