body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#logospace {
	width: 100%;
	background-color: #616e8f;
	background-image: url(/media/logospace_gradient.png);
        background-repeat: repeat-x;
	background-position: bottom;
        min-height: 150px;
	min-width: 1000px;
        height: 150px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
#logoholder {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 14px 0px 0px 5px;
	border: 0px;
	outline: 0px;
	text-align: left;
}
#logoimage {
	position: relative;
	border: 0px;
	z-index: 2;
}

#navbarholder {
	position: relative;
	top: -7px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navbar {
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width: 975px;
	height: 40px;
}

#navbar tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	height: 40px;
}

#navbar td {
	background-color: #616e8f;
	border: 0px;
	padding-left: 0.75em;
	padding-right: 0.75em;
	outline: 0px;
	background-image: url(/media/navbar_gradient.png);
        background-repeat: repeat-x;
	background-position: bottom;
/* this breaks webkit? */
/*	height: 40px; */
	margin: 0px 3px 0px 3px;
	white-space: nowrap;
	width: 1px;	
}

#navbar td a {
	color: white;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
	position: relative;
	top: -5px;
}

#navbar td a:visited {
	color: white;
}
#navbar td a:hover {
	color: yellow;
}

#navbarcartimg {
	width: 27px;
	height: 20px;
	border: 0px; 
	vertical-align: text-bottom;
	background-image: url(/media/navbar_cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbarcartimg:hover {
	background-position: 0px -20px;
}

#didyouknowholder {
	position: absolute;
	top: 12px;
	right: 50%;
	width: 900px;
	margin: 5px -450px 0px 0px;
	padding: 0px 3px 0px 0px;
	border: 0px;
	outline: 0px;
}

#didyouknowbox {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px auto;
	width: 360px;
	height: 119px;
	background-image: url(/media/logospace_didyouknowbox.png);
	background-repeat: no-repeat;
	padding: 0px;
	z-index: 1;
}

#didyouknowtable {
	width: 324px;
	height: 86px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 15px;
	top: 14px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#didyouknowtable tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

#didyouknowtable td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

#didyouknowtext {
	vertical-align: middle;
	width: 324px;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman",serif;
}

#didyouknowtext tt {
	font-style: normal;
}

#contentdiv {
	max-width: 950px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #0048ff;*/
	padding: 8px;
}


.newsupdate {
	border: 1px solid black;
	background-color: #ffff99;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.sectionheader {
	color: #cc0000;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

.full {
	text-align: justify;
}

.copyrightnotice {
	text-align: center;
	font-size: 0.7em;
	color: #666666;
}

hr {
	height: 2px;
	color: #616e8f;
	background-color: #616e8f;
	border: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	/*width: 1000px;*/
	max-width: 1000px;
}

.question {
	font-weight: bold;
}

table.valigntop td {
	vertical-align: top;
}

.quotealign {
	text-align: right; 
	margin-right: 50px;
}

.highlightbox {
	clear: both;
	background-color: #ffff99;
	border: 1px solid black;
	margin-left: 80px;
	margin-right: 80px;
	padding: 8px 8px 8px 8px;
}

.flash {
	position: relative;
	z-index: 0;
}

.store_yellowbox {
	width: 150px;
	max-width: 150px;
	background-color: #ffff99;
}
#footer_gradient {
        background-image: url(/media/bottombar_gradient.png);
        background-repeat: repeat-x;
	background-position: top;
        padding-top: 30px;
        padding-bottom: 0px;
        margin: 0px 0px 0px 0px;
	width: 100%;
}
#footer_nav {
        font-size: 0.8em;
}
#footer_nav_table {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.8em;
        background-image: none;
}
#footer_nav_table td {
        text-align: center;
}
#footer_nav_table a {
        color: black;
        text-decoration: none;
}
#footer_nav_table a:visited {
        color: black;
        text-decoration: none;
}
#footer_nav_table a:hover {
        color: blue;
        text-decoration: underline;
}
#footer_nav_table a.footer_nav_heading {
        text-decoration: underline;
        font-weight: bold;
}
#footer_logos {
	list-style: none;
	text-align: center;
}
#footer_logos li {
	display: inline;
}

