
* { padding:0; margin:0; }

table 
{
	table-layout: fixed
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
} /* IE proprietary flicker hack for background images. Not validating, but OK */

body {
	background-color: #f5f9fa;
	/* background-color: #fff; */
	color: #333133;
	/*font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;*/
	font: 12px Arial, Verdana, sans-serif;
} 

h1, h2, h3, h4, h5, h6 { margin: 4px 0; }

.sub-title { font-size: 14px; }

p { clear: both; margin: 0 10px 10px 20px; line-height: 1.3em; font-size: 110%;}

a { color: #003ea8; text-decoration: none; }
a:hover {color: #00b0d8; text-decoration: underline;}
/* a:visited {color:#8f288c;} */

a img {border:solid 1px #e6e6e6;}
a:hover img {border:solid 1px #00b0d8;}
/*a:visited img {border:solid 1px #333133;}*/

img { 
	clear: both; 
	margin: 3px 10px 7px 0; 
	padding: 1px; 
	border: 1px solid #e6e6e6;
}

hr { 
	clear: both; 
	height: 0.1em; 
	border: none; 
	background: #b2b2b2; 
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	padding: 3px 5px;
	border: none;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;
}

input.field {
	margin-top: 2px;
	color: #333133;
	font-size: 15px;
}

input.button {
	margin-top: 5px;
	color: #333133;
	font-size: 15px;
	border: solid 1px #333133;
	background-color: #dcddde;
}

input.button:hover {
	cursor:pointer; 
	color: #f7931e;
}

input.noborder {
	border: none;
}

form fieldset {
	border:none;
}

textarea { font-size: 15px; width: 90%; }

.vcenter { vertical-align: middle; }
.vtop { vertical-align: top; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

#noscript-message {
	float: right;
	margin: 10px auto;
	width: 100%;
	font-size: 14px; 
	font-weight: bold;
	color: red;
}

#noscript-message .big {
	font-size: 20px;
}

#page-container, 
#page-top-mid,
#page-bottom-mid {
	width: 900px;
	margin: 0 auto;
	padding: 0 21px;
}

#page-container {
	font-size: 1.0em;
	background: #fff url(../images/page_bg.gif) repeat-y center;
}

#page-top {
	width: 100%;
	height: 34px;
	background: transparent url(../images/page_top_bg.gif) repeat-x center;
}

#page-top-mid {
	position: relative;
	height: 34px;
	background: transparent url(../images/page_top_mid_bg.gif) no-repeat center center;
}

#page-bottom {
	margin: 0;
	width: 100%;
	height: 144px;
	background: transparent url(../images/page_bottom_bg.gif) repeat-x center;
}

#page-bottom-mid {
	height: 89px;
	background: transparent url(../images/page_bottom_mid_bg.gif) no-repeat center center;
}

#utility-nav {
	position: absolute;
	top: 13px; 
	right: 25px;
	font-size: 12px;
	padding: 5px;
}

#utility-nav-user-picture {
	display: inline;
	margin: 0 0 -4px 0;
	padding: 0;
}

#utility-nav .profile-link {
	font-weight: bold;
	font-size: 13px;
	color: #eb008b;
}

#header {
	position: relative;
	padding: 0 10px;
	/*background: transparent url(../images/logo.gif) no-repeat top left;*/
	width: 100%;
	height: 75px;
}

#header a img { 
	float: left; 
	margin: 0;
	border: none; 
}

#main-nav,
#search-form {
	float: left;
	margin-top: 12px;
}

#main-nav {
	margin-left: 85px;
}

#header-images {
	float: right;
	margin-right: 17px;
}

#header-images div {
	float:left;
} 

#breadcrumbs {
/*
	margin-top: -10px;
*/
	padding: 10px;
	width: 100%;
	clear: both;
}

#body {
	clear: both;
}

#fun-fact {
	float: right;
	width: 650px;
	margin: 10px 10px 0 0;
	padding: 5px;
	background-color: #34ab0a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#category-nav, #local-nav {
	float: left;
	margin-left: 10px;
	width: 200px;
}

#profile-sidebar {
	float: left;
	clear: left;
	margin: 10px 0 10px 10px;
	width: 200px;
}

#tell-a-friend {
	float: left;
	clear: left;
	margin: 10px 0 5px 10px;
	width: 200px;
}

#survey {
	float: left;
	clear: left;
	margin: 5px 0 5px 10px;
	width: 200px;
}

#feedback {
	float: left;
	clear: left;
	margin: 5px 0 5px 10px;
	width: 200px;
}

#tell-a-friend img,
#survey img,
#feedback img {
	margin: 0;
	padding: 0;
	border: none;
}

#footer {
	clear: both;
	width: 880px;
	height: 21px;
}

#wide-content {
	position: relative;
	float: right;
	margin: 0px auto;
	padding: 5px;
	width: 880px;
}

#right-content {
	position: relative;
	float: right;
	margin-right: 10px;
	width: 660px;
}

#left-content {
	float: left;
	margin: 0 10px;
	padding: 5px;
	width: 190px;
	background-color: #f2fafe;
	border: 1px solid #d0d6e8; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#left-content input.field {
	width: 90%;
	margin-bottom: 5px;
}

#narrow-right-content { /* relatively narrow */
	float: right;
	width: 430px;
	margin-left: 10px;
}

#wide-left-content {  /* relatively wide */
	float: left;
	width: 430px;
	margin-left: 10px;
	padding: 5px;
	background-color: #f2fafe;
	border: 1px solid #d0d6e8; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wide-left-content input.field {
	margin-bottom: 5px;
}

#page-header {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 2px solid #808080;
}

#page-header td { padding: 0 5px; vertical-align: middle; }
#page-header td.left { width: 45%; }
#page-header td.right { width: 55% }

#page-nav {
/*
	position: absolute;
	top: 15px;
	right: 0px;
*/
	float: right;
}

#page-nav table {
	padding: 0;
	border-collapse: collapse;
}

#page-nav td {
	padding: 0;
	vertical-align: middle;
}

#page-nav img { 
	margin: 0;
	border: none;
}

#page-sort {
/*
	width: 100%;
	text-align: right;
*/
	margin-top: 6px;
}

