/* This script originally from csszengarden.com, 
edited by Charlie Reinehr */


/* common styles
----------------------------------------------- */
body {
background: url('bg1.jpg');
font-family: verdana, lucida, helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
text-align: center;      /* IE needs this because it's a piece of crap and won't 
				center the container correctly*/ 
}

/* layout
----------------------------------------------- */
#container {
position: relative;
background: #ffffff;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 0px;
width: 700px;
border: 2px solid #691818;
}

#footer {
background: #FFFFF5;
margin-top: 25px;
margin-bottom: 0px;

text-align: center;
border-top: 2px solid #691818;
}

#body1, #explanation, #privacy, #feature {
margin: 0px 0 0 170px;
width: 510px;
background: transparent;
}

#linkList {
position: absolute;
background: #FFFFF5;
width: 120px;
text-align: center;
top: 7em;
left: 0px;
border-top: 1px solid #691818;
border-right: 1px solid #691818;
}

.h {
text-align: left;
font-size: 12pt;
font-weight: bold;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

.h2 {
text-align: left;
font-size: 12pt;
font-weight: bold;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

.p {
text-align: left;
font-size: 10pt;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

.buttons {
margin-top: 3px;
text-align: center;
vertical-align: middle;
}

img {
border:0px;
}

#object {
border: 1px solid #691818;
}

#news {
background: #fffff5;
font-family: verdana, lucida, helvetica, sans-serif;
font-size: 10pt;
text-align: left;
}

/* header
----------------------------------------------- */

#pageHeader {
	background: url('images/banner.jpg') no-repeat top center #FFFFF5;
	height: 49px;
	margin: 0;
	border-bottom: 2px solid #691818
	}

#pageHeader h1 {
	display: none;
	}

/* headings
------------------------------------------------- */

#intro h3 {
background: transparent url(welcome.jpg) no-repeat top left;
margin: 10px 0 0 0;
padding: 0;
width: 500px;
height: 20px;
border: 1px solid #691818;
}

#body2 h3 {
margin: 10px 0 0 0;
padding: 0;
width: 500px;
height: 20px;
border: 1px solid #691818;
}

#linkList h3 {
height: 25px;
margin: 0px 0 0 0;
padding: 0px;
}

h3 span { display: none; }


/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10pt;
list-style: none;
margin: 2px 0 0 0px;
padding: 0 0 0 0;
}

#linkList ul li {
background: transparent;
margin: 0;
padding: 0 0 0 0px;
line-height: 8px;
color: #369;
}

#helplist ul {
font-size: 10pt;
text-align: left;
margin-left: 35px;
margin-top: 5px;
}

#helplist ul li {
padding-bottom: 4px;
}

.marketlist ul {
font-size: 10pt;
text-align: left;
margin-left: 35px;
margin-top: 5px;
}

.marketlist ul li {
padding-bottom: 4px;
}

#linkList #lselect {
border-bottom: 1px solid #691818;
font-size: 10pt;
padding-top: 50px;
padding-bottom: 50px;
}

#linkList #lfavorites {
border-bottom: 1px solid #691818;
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: #691818;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #691818;
text-decoration: underline;
font-weight: normal;
}

#linkList a, #linkList a:link, #linkList a:visited {
color: #691818;
text-decoration: none;
}

#linkList a:hover {
text-decoration: underline;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #691818;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: none;
color: #691818;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #691818;
font-size: 10pt;

}

#footer a:hover {
text-decoration: underline;
color: #717171;
}