﻿/* CSS Document */

body.app {
	background-image: url(../images/bg/faq_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}
#app_interior { /* light blue box that holds copy_description; this one is set up for an about page with photo, text and right nav */
	background-color: #e8f6fb; /* this is the background for the main copy */
	width: 679px;
	top: 297px; /* this value will change if the main top photo is altered in height */
	left: 248px;
	position:absolute;
	border-top: 0; /* this will change according to section color */
	border-bottom: 0;
	border-left: 0;
}

h1 {
	padding: 10px 5px 10px 5px;
}

hr {
	border-top: 1px dotted #00a2d5;
	margin-bottom: 10px;
	width: 100%;
}

img#diver {
	margin: 0px 0px 0px 15px;
}

img#beeline {
	margin: 0 0 0 10px;
	}


ol.enroll {
	margin: 10px 10px 10px 25px;
	display: block;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}

ol.enroll li {
	margin-bottom: 10px;
}

ol.enroll li a {
	color: #00a2d5;
	text-decoration: underline;
}

ol.enroll li a:hover {
	color: #393939;
	text-decoration: underline;
}

ol.app {
	margin: 10px 10px 10px 25px;
	display: block;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}

ol.app li {
	padding-bottom: 5px;
}

ul.app {
	margin: 10px 10px 10px 25px;
	display: block;
	list-style-image: url(/images/buttons/blue_arrow.gif);
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}

ul.app li {
	padding-bottom: 5px;
}

ul.app li a { 	
	color: #00a2d5;
	text-decoration: underline;
}

ul.app li a:hover { 	
	color: #000044;
}
img.gear_rec {
	padding: 13px 0 0 0;
}
