/* skyway.css */
body {
	height: 100%;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
}

#graphic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background: #00296F;
	border-bottom: 1px solid #24395E;
	padding: 0px;
}

#main {
	position: absolute;
	top: 179px;
	left: 0px;
	width: 80%;
	height: 600px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-family: verdana;
	font-size: 11px;
}

a {
  	font-size: 11px;
	color: #00296F;
	font-family: verdana;
}

a:hover {
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
	text-decoration: underline;
}

img {
  	padding-left: 0px;
	padding-right: 5px;
	vertical-align: middle;
}

#menu {
        position: absolute;
        top: 161px;
        left: 0px;
        width: 100%;
        height: 28px;
        font-family: verdana;
        font-size: 12px;
	verticle-align: middle;
        text-align: left;
        background: #EDF1F7;
        padding-left: 5px;
        padding-top: 5px;
}
.menu_item {
        height: 18px;
        vertical-align: middle;
        color: #10305B;
        padding-left: 5px;
        padding-right: 5px;
}
.menu_item a {
        text-decoration: underline;
	verticle-align: middle;
}
.menu_item a:hover {
        text-decoration: none;
	verticle-align: middle;
}
.menu_selection {
        height: 17px;	
        vertical-align: bottom;
        color: #000000;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
}

.subheader {
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	font-family: Verdana;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #696969;
}

td {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.btext3 {
	font-weight: bold;
	font-size: 11px;
	color: #00296F;
	font-family: Verdana;
}
li {
        padding-top: 3px;
        padding-bottom: 3px;
	margin-left: 20px;
	vertical-align: middle;
}

ul {
        padding-top: 3px;
        padding-bottom: 5px;
	margin-left: 20px;
	list-style-image: url('/images/bullet.gif');
	list-style-type: none;
	vertical-align: middle
}

h2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

h1 {
	text-align: left;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

#serv_title {
	width: 90%;
	padding-right: 1%;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #000000; 
	margin: 4px 0%;
}

#serv_head {
	width: 40%;
	text-align: left;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #000000; 
	margin: 4px 0%;
}

.deal img {
	top: 400px;
	width: 40%;
	text-align: left;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

