/* common styles
----------------------------------------------- */
body {
background: #474747;
font-family: "Lucida", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}


/* layout
----------------------------------------------- */
#container {
position: relative;
background: #E5E5E5;
margin: 20px auto;
padding: 0px;
width: 700px;
border: 5px solid #fff;
}

#quickSummary {
position: absolute;
top: 130px;
left: 0px;
width: 166px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

#preamble  {
margin: 0px 0 0 192px;
width: 480px;
background: transparent;
font-size: 12px;
}


#footer {
background: #736F88;
height: 1.5em;
text-align: right;
border-top: 1px solid #fff; margin-left:0; margin-right:0; margin-top:25px; margin-bottom:0
}

#linkList {
position: absolute;
width: 166px;
top: 26em;
left: 0px;
border-top: 1px solid #fff;
}


/* header
----------------------------------------------- */

#pageHeader {
	background: url('../../gfx/templates/avion/header.jpg') no-repeat top left;
	height: 99px;
	margin: 0;
	border-bottom: 5px solid #fff
	}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}



/* text
----------------------------------------------- */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#quickSummary p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 11px;
}

#quickSummary p.p2 {
margin-top: 4em;
padding: 5px 30px 10px 28px;
background: #fff;
font-size: 11px;
}



/* headings
----------------------------------------------- */
#quickSummary {
background: url('../../gfx/templates/avion/h3_quickSummary.gif') no-repeat top left;
margin: 0px
}

#intro h3 {
	margin: 8px 0 0 0;
	padding: 0;
	width: 480px;
	height: 28px;
	border: 1px solid #fff;
}

#supportingText h3 {
margin: 10px 0 0 5;
padding: 0;
width: 480px;
height: 25px;
border: 1px solid #fff;
}

#linkList h3 {
height: 25px;
margin: 0px 0 0 0;
padding: 0px;
}

h3 span { display: none; }

#preamble h1 {
       background: #736f88;
	color: White;
	font-size: 18px;
}
#preamble h2 {
	color: #736f88;
	font-size: 16px;
}


/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10px;
list-style: none;
margin: 2px 0 0 0px;
padding: 0 0 0 0;
}

#linkList ul li {
background: transparent;
margin: 0;
padding: 0 0 0 27px;
line-height: 14px;
color: #369;
}

#linkList #lselect {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #lfavorites {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #larchives {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #lresources {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}


#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }

#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:inline; }


/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #7f7f7f;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #f00;
text-decoration: underline;
font-weight: normal;
}


a img {
border-color: #7f7f7f;
}

a:hover img {
border-color: #f00;
}


#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
font-weight: bold;
text-decoration: none;
color: #736f88;
}

#quickSummary a:hover {
font-weight: bold;
text-decoration: underline;
color: #ff0000;
}


#linkList a, #linkList a:link, #linkList a:visited {
color: #000;
text-decoration: none;
}

#linkList a:hover {
text-decoration: none;
color: #fff;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #369;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: none;
color: #fff;
}

#footer a {
text-decoration: none;
color: #000;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 10px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}