﻿body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	color: #1a1a1a;
	line-height: 150%;
	margin-top: 30px;
	padding-bottom: 60px;
	background: #FFF url('img/footer.jpg') bottom center no-repeat;
}

/* HEADER */
#header {
	background: url('img/header.jpg') bottom no-repeat;
	height: 155px;
}

#logo img {
	position: relative; right: 4px;
	border: 0;
}

#menu {
	background: #005c97 url('img/menu.jpg') no-repeat;
	height: 44px;
}

#menu ul {
	float: left;
}

#menu li  {
	display: inline;
	float:left;
}

#menu a {
	padding: 13px 17px 10px 17px;
	float: left;
	font-size: 17px;
	color: #FFF;
	margin: 0;
	text-decoration: none;
	border-right: #1d75a7 solid 1px;
}

#menu a:hover {
	background: #1d75a7;
}

#infobox, #ad {
	float: left;
	width: 100%;
	background: #e7f2f6 url('img/infobox.gif') no-repeat;
	height: 40px;
	margin: 15px 0;
}

#ad p {
	text-align: center;
	padding-top: 10px;
}

#ad a {
	color: #009aca;
	padding: 0 8px;
}

#location {
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-top: 10px;
}

#location a {
	color: #009aca;
}

#search {
	float: right;
	width: 295px;
	margin-top: 7px;
}

#search label {
	float: left;
	font-size: 14px;
	padding-top: 3px;
}

#searchbox {
	float: left;
	background: #FFF url('img/searchbox.gif') no-repeat;
	width: 128px;
	color: #000;
	font-size: 13px;
	padding: 5px 7px 6px 7px;
	border: 0;
	margin-left: 6px;
}

#searchbut {
	float: left;
	background: url('img/searchbut.gif') no-repeat;
	width: 82px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 5px 7px 6px 7px;
	border: 0;
	font-family: Arial;
	margin-left: 8px;
}

/* CONTENT */
	/* LEFT SIDE */
#left {
	width: 200px;
	float: left;
}

.box {
	background: url('img/box.png') no-repeat;
	width: 160px;
	padding: 16px 15px 0 15px;
	margin-bottom: 15px;
}

.box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.box li a{
	display: block;
    height: 18px;
	padding: 6px 0;
	text-decoration: none;
}	
	
.box li a {
	color: #000;
	text-decoration: underline;
}

.box li a:hover{
	text-decoration: none;
}

h3, #left h2{
	background: #b0de26 url('img/h3.png') no-repeat;
	width: 140px;
	padding: 0 35px 0 15px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
}

.box p {
	margin: 0;
}

.box.texty a {
	padding-right: 5px;
}

#category {
	width: 160px;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#category div {
	overflow: hidden;
}
#category div:first-child {
}
#category div.collapsed {
	height: 25px;
}
#category div span {
	display: block;
	padding: 5px 25px;
	color: #000;
	background: url(img/expanded.gif) no-repeat left center;
	cursor: pointer;
}
#category div.collapsed span {
	background-image: url(img/collapsed.gif);
}
#category div a {
	padding: 2px 0 2px 38px;
	display: block;
}
#category div a.current {
	background : url(img/current.gif) no-repeat 26px center;
}
#category div a:hover {
	background : url(img/current.gif) no-repeat 26px center;
}
	/* MAIN */
#midle {
	width: 562px;
	float: left;
}

#midle ul {
	float: left;
	width: 545px;
	padding-left: 15px;
}

#midle ol {
	margin: 0;
	padding: 0 0 0 45px;
	text-align: justify;
	font-size: 12px;
	color: #878787;
	padding-bottom: 15px;
}

#midle ul li {
	float: left;
	list-style: none;
	padding: 3px 6px;
}

#midle img {
	width: 110px;
	height: 110px;
	padding: 6px
}

.original {
	background: #b2de27;
}

#datebox {
	background: #e7f2f6 url('img/date.gif') no-repeat;
	float: left;
	height: 40px;
	width: 532px;
	padding: 0 15px;
	margin-bottom: 15px;
}

#datebox p {
	line-height: 20px;
	padding-top: 11px;
	font-size: 13px;
}

#datebox a {
	color: #009aca;
}

.article {
	width: 548px;
}

.article p {
	float: left;
	padding: 0 15px;
	text-align: justify;
	font-size: 12px;
	color: #878787;
	padding-bottom: 15px;
}

.article h2 {
	width: 100%;
}


.date {
	float: right;
	color: #999;
	font-size: 10px;
	position: relative; bottom: 10px; right: 15px;
}

.more {
	padding-bottom: 5px;
}

.more a {
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;	
	padding-right: 25px;
}

#formleft {
	float: left;
	width: 275px;
}

#formleft h3, #previewright h3 {
	background: #b0de26 url('img/h3forms.png') no-repeat;
	width: 225px;
	padding: 0 35px 0 15px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#formleft p {
	font-size: 11px;
	color: #757575;
}

#formleft div, #previewright div {
	width: 225px;
	padding: 5px 0 10px 15px;
}

#formleft .inputtext {
	background: #ededed url('img/inputforms.gif') no-repeat;
	width: 225px;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 7px;
	border: 0;
	font-family: Arial;
}

#formleft .textarea {
	background: #ededed url('img/textarea.png') no-repeat;
	width: 225px;
	height: 108px;
}

#formleft .select {
	width: 238px;
	background: #FFF;
	border: #c9c9c9 solid 1px;
	padding: 5px 7px;
}

#time {width: 250px !Important; margin: 5px 0 10px 15px !Important;
}
#time select {font-size: 10px; }

#previewright {
	float: right;
	width: 275px;
}

#previewright p {
	font-size: 11px;
	color: #757575;
}

#previewright img {
	width: 225px;
	height: auto;
}

#previewbut {
	float: left;
	background: url('img/searchbut.gif') no-repeat;
	width: 82px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 5px 7px 6px 7px;
	border: 0;
	font-family: Arial;
	margin: 10px 0 0 35px;
}

#sendbut {
	float: left;
	background: url('img/searchbut.gif') no-repeat;
	width: 82px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 5px 7px 6px 7px;
	border: 0;
	font-family: Arial;
	margin: 10px 0 0 70px;
}

#leftpart {
	width: 265px;
	margin-left: 15px;
	float: left;
	padding: 0 10px;
	line-height: 195%;
}

#leftpart a {
	text-decoration: none;
}

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

#leftpart p {
	border-right: #313232 solid 1px;
}

#leftpart span {
	color: #868686;
	font-weight: bold;
}

#rightpart {
	width: 265px;
	float: right;
	padding: 0 10px;
}

#rightpart img {
	margin: 4px 0;
}

	/* RIGHT SIDE */
#right { 
	background: #FFF url('img/right.gif') bottom center no-repeat;
	float: right;
	width: 190px;
	padding-bottom: 180px;
}

.rightbox a {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.rightbox span {
	color: #ed1c24
}

.rightbox p {
	text-align: center;
	padding: 10px 0;
}

#pickup {
	background: url('img/inputindex.gif') no-repeat;
	width: 128px;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 7px;
	border: 0;
	font-family: Arial;
}

.submit {
	background: url('img/inputsubmitindex.gif') no-repeat;
	width: 88px;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border: 0;
	padding: 5px 0 14px 0;
	position: relative; right: 3px; top: 7px;
}

#formrightmain p {
	font-size: 11px;
	color: #757575;
	padding-bottom: 3px;
}

/* FOOTER */
#footer {
	height: 70px;
	width: 600px;
	margin: 0 auto;
	color: #6f6f6f;
	font-size: 12px;
	clear: both;
	text-align: center;
	padding: 15px 20px;
}

/* OTHERS elements */
h1 {display: none}
h2 {background: url('img/h2.gif') no-repeat bottom left; font-size: 16px; color: #707070; padding-bottom: 25px; color: #707070; margin: 0 5px; }
.article h2 {margin: 0 15px; padding-bottom: 25px; width: 100%; float: left}
a {color: #000}
.noborder {border: 0}
img {border: 0}
* {margin: 0; padding: 0}
.smallest {
    font-size: 70%;
} 
.small {
    font-size: 80%;
} 
.medium {
    font-size: 90%;
} 
.large {
    font-size:110%;
	font-weight: bold;
} 
.largest {
    font-size: 200%;
	font-weight: bold;
}
iframe {
border: 0;
} 
