/*
The following is used to reset the default browser styles so everything renders the same :)
taken from http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* End reset */

body {
  font-family: Verdana, Arial Unicode MS, Arial, sans-serif;
  font-size: 0.85em;
  /*font-size: small;*/
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, a:visited, a:hover {
  color: #0000AA;
}

body {
	text-align: center;
	background-color: #3a3a3c;
	color:#000000;
}

h1 {
	float: left;
	width: 440px; height: 80px;
	background: url(images/logo.gif);
	vertical-align: middle;
	font-size: 0.1em;
	color: #3a3a3c;
	cursor: pointer;
	cursor: hand;
}

a:hover h1 {
	color: #3a3a3c;
	text-decoration: none;
}

h2 {
	padding: 8px;
	font-size: 1em;
	width: 97%;
	background-color: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	padding-top: 8px;
	padding-bottom: 8px;
}

h4 {
	padding: 8px;
	color: #aaa;
}

h5 {

}

.header {
	padding: 10px;
	background-color: #3a3a3c;
	float: left;
	text-align: right;
	width: 100%;
}

.header-links {

	padding-right: 30px;
}

.header-links a {
	color: #cccccc;
	padding-left: 15px;
	font-size: 0.8em;
}

.content {
	text-align: left;
	max-width: 900px;
	min-width: 780px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;

	display: block;
}

.menu-bar {
	background-color: #3a3a3c;
	float: left;
	height: 100%;
	width: 100%;
	border-bottom: solid;
	border-bottom-color: #4c4c4c;
	border-bottom-width: 1px;
}


.menu-bar li {
	text-align: center;
	display: inline;
	float: left;
	margin-left: 15px;
	width: 100px;
	height: 30px;
	font-size: .9em;
}

.menu-bar li a {
	display: block;
	color: #cccccc;
	padding-top: 9px;
}

.menu-bar li span {
	display: block;
	padding-top: 9px;
}

.menu-bar-item {
	color: #cccccc;
	background: url(images/tab-bg.png);
}

.menu-bar-item-selected {
	background: url(images/tab-selected-bg.png);
}

.error-message {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 0.9em;
	background-color:#FFEEEE;
	color:#CC0000;
	border-color: #EEDDDD;
	border-style: solid;
	border-width: 3px;
	padding: 6px;
}

.success-message {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 0.9em;
	background-color:#EEFFEE;
	color:#558822;
	border-color: #DDEEDD;
	border-style: solid;
	border-width: 3px;
	padding: 6px;
}

.main-content {
	clear: left;
	padding: 25px;
}


.search-bar-left {
	display: inline;
	background: url(images/search-left-bg.png);
	height: 30px;
	width: 10px;
	float: left;
}

.search-bar {
	display: inline;
	color: #fff;
	font-size: 0.85em;
	background: transparent url(images/search-bg.png) repeat scroll left top;
	height: 30px;
	float: left;
	width: 96%;
	text-align: center;
	vertical-align: middle;
}

.search-bar select {
	max-width: 100px;
	width: 150px;
}


.search-bar-right {
	display: inline;
	background: url(images/search-right-bg.png);
	height: 30px;
	width: 10px;
	float: left;
}

.search-bar-group {
	vertical-align: middle;
	padding-right: 5px;
}

.search-bar-button {
	/*background: url(images/go-button-bg.png);
	border: none;
	color: #fff;
	width: 32px;
	height: 22px;*/
	height: 22px;
	margin-top: 4px;
	vertical-align: -15%;
}

.list-table {
	font-size: 0.9em;
	clear: left;
	width: 100%;
}

.list-table td, th {
	padding: 10px;
}

.list-header {

}

.list-header a {
	color:#000000;
}

.list-even {
	background-color: #d9d9d9;
	cursor: pointer;
	cursor: hand;
}

.list-even td {
	background-color: #d9d9d9;
}

.list-odd {
	cursor: pointer;
	cursor: hand;
}

.approval-needed {
	background-color: #ff9999;
	cursor: pointer;
	cursor: hand;
}

.approval-needed td {
	background-color: #ff9999;
}

.back_link {
	padding-bottom: 10px;
}

.details-header-grey {
	padding-right: 10px;
	font-size: 1.5em;
	color: #cccccc;
	font-weight: bold;
}

.details-header-black {
	font-size: 1.5em;
	font-weight: bold;
}

.details-table {
	width:100%;
	padding: 10px;
	font-size: 1em;
}

.details-table td {
	padding: 5px;
}

.details-table label {
	color: #aaa;
	font-weight: bold;
}

.general-info {
	padding: 15px;
	width: 97%;
	font-size: 0.9em;
}

.general-info-header {
	color: #aaa;
	padding-bottom: 2px;
}

.general-info-detail {
	width: 95%;
	border: solid;
	border-color: #ccc;
	border-width: 2px;
	padding: 10px;
}

.details-buttons {
	padding-left: 15px;
}

.track-details {
	width: 100%;
}

.new_listing {
	width: 98%;
}

.map-container {

}

.get-directions {
	font-size:0.95em;
	margin-right:65px;
	padding:10px;
	text-align:center;
}

.resource-group {
	padding-bottom: 30px;
}

.resource-text, .resource-link {
	padding-top: 5px;
	padding-bottom: 5px;
}

.page-numbers {
	padding: 15px;
	font-size: 0.9em;
}

.next-page {
	float: right;
}

.previous-page {
	float: left;
}

.footer {
	padding-left: 15px;
	padding-right: 15px;
	clear: left;
}

.ads {
	text-align:center;
}

.ad-1 {

}

.ad-2 {
	float: center;
	padding-left: 15px;
	padding-right: 15px;
}

.ad-3 {

}

.legal-stuff {
	text-align: center;
	padding: 20px;
	font-size: 0.8em;
}

.content {
	zoom: 1;
	width:expression(document.body.clientWidth > 900? "900px" : "auto");
}