body  {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: scroll;
	background: white;
}

html,body,div,p,li,td,input,select,textarea {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
	line-height: 120%;
}

td {
	vertical-align: top;
}

b,strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

i,em {
	font-style: italic;
}

h1,h2,h3,h4  {
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	color: #C26521;
	letter-spacing: 2px;
	line-height: 120%;
}

h1 {
	margin-top: 30px;
	padding-top: 0px;
}

h1:first-child {
	margin-top: 0px;
}

h2  {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
}

h3  {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 30px;
}

h3  {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 30px;
}

hr  {
	width: 100%;
	height: 1px;
	color: #C26521;
	background-color: #C26521;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link  {
	text-decoration: none;
	color: #C26521;
}

a:visited  {
	text-decoration: none;
	color: #C26521;
}

a:hover,a:focus  {
	text-decoration: none;
	color: red;
}

a:active  {
	text-decoration: none;
	color: red;
}


a:link#footer  {
	text-decoration: none;
	color: #D4D4D4;
}

a:visited#footer  {
	text-decoration: none;
	color: #D4D4D4;
}

a:hover#footer,a:focus#footer  {
	text-decoration: none;
	color: white;
}

a:active#footer  {
	text-decoration: none;
	color: white;
}


input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

button,input.button {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input[type=button], input[type=reset] {
	cursor: pointer;
}

input[type=button]:disabled, input[type=reset]:disabled {
	cursor: normal;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

select {
	text-align: left;
	background: white;
}

option {
	background: white;
}

a img,img,input.radio,input.checkbox {
	border: none;
}

.smallerwidth {
	width: 70%;
}

span.highlight {
	font-weight: bold;
	color: #000080;
}

div#tabs {
	width: 660px;
}

div.line {
	border-bottom: 1px solid #C26521;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid #C26521;
	margin-bottom: 20px;
}

span.separator {
	color: #C26521;
}

marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
}

.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
	text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
	text-align: left;
}

input.contactform,select.contactform {
	width: 300px;
}

textarea.contactform {
	width: 300px;
	height: 100px;
}

div.feed_title {
	font-size: 16px;
	font-family: encode_sanslight, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
	color: red;
}

/* overrides for ui-autocomplete */
.ui-autocomplete {
	background: #eeeeee;
}

/* paged listings navigation start */

div.listing_links_top {
	display: none;
}
div.listing_links_bottom {
}
div.listing_links {
}
a:link.listing_link_prev {

}
a:visited.listing_link_prev {

}
a:hover.listing_link_prev {

}
a:focus.listing_link_prev {

}
a:active.listing_link_prev {

}
div.listing_link_separator {
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
a.listing_link_next {

}
a:visited.listing_link_next {

}
a:hover.listing_link_next {

}
a:focus.listing_link_next {

}
a:active.listing_link_next {

}
a.listing_link_no {
	
}
a:visited.listing_link_no {

}
a:hover.listing_link_no {

}
a:focus.listing_link_no {

}
a:active.listing_link_no {

}
a.listing_link_no.inactive {
}
a:visited.listing_link_no.inactive {

}
a:hover.listing_link_no.inactive {

}
a:focus.listing_link_no.inactive {

}
a:active.listing_link_no.inactive {

}

/* paged listings navigation end */

div.number_entries_found {
	margin-bottom: 40px
}

div.list_container {

}

/* necessary for correct display of floats in tables */
div.listing_cell {
	vertical-align: top;
	display: inline-block;
}
td {
	display: table-cell;
}

@media only screen and (max-device-width: 480px) {
	html,body,div,p,li,td,input,select,textarea {
		font-size: 40px;
		text-align: left;
	}
	h1  {
		font-size: 70px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	h2  {
		font-size: 65px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	h3  {
		font-size: 50px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	span.highlight {

	}
	body  {
		background-size: 100%;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	html,body,div,p,li,td,input,select,textarea {
		font-size: 28px;
		text-align: left;
	}
	h1  {
		font-size: 48px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	h2  {
		font-size: 40px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	h3  {
		font-size: 32px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	h3  {
		font-size: 28px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
	span.highlight {

	}
	body  {
		background-size: 100%;
	}
}