@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #FFFF99;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	text-align:left;
	width:926px;
	margin:0px auto 0px auto;
	background: #FFF url("../images/bg.png") top left repeat-y;

}

#topround{
	width:100%;
	padding: 10px;
	margin:0px auto 0px auto;
	background: #FFFF99 url("../images/top.png") bottom left no-repeat;
	height:32px;
}

#bottomround{
	float:left;
	width:100%;
	background: #FFFF99 url("../images/bottom.png") bottom left no-repeat;
	height:32px;
}

#header_container{
	margin:auto;
	width: 100%;
	clear: both;
	float: left;
}

#header {
	text-align: left;
	clear:both;
	height:110px;
	margin-left: 13px;
	width: 100%;
	color: #993233;

}

#navigation{
	position: absolute;
	clear: both;
	bottom: 0px;
	color: #000;
	height: 30px;
	right: 15px;
	padding:0px;
	margin:0px;
	z-index:200;
}

#imagebar{
	margin:auto;
	padding:0px;
	clear:both;
	width:900px;
	height:200px;
	border-top:10px solid #993233;
	border-bottom:10px solid #993233;
	z-index:300;
	background-color: #FFF;
}

#content{
	padding:20px;
	padding-bottom:0px;
	margin-bottom:20px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

#footer {
	display:inline;
	text-align:center;
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color: #000;
}

/*Header*/
#header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:250%;
	font-weight:normal;
	color:#993233;
}

#header h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:normal;
	color:#993233;
}

#header a{
	text-decoration:none;
	color:#993233;
}


#subtitle {
	display: none;
}

/*Image bar*/
#imagebar img{
	float:left;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	z-index: 400;
	position: relative;
	line-height: 1em;
	float: right;

}

#navigation ul li {
	float:left;
	margin:0px;
	padding:0px;
	margin-right: 1px;
	cursor:pointer;
	background-color:#993233;
}

#navigation ul li a {
	width:auto !important;
	width:1px;
	display: block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	text-decoration: none;
	background:#FFF url("../images/right.png") top right no-repeat; 
	color: #421318;
	top: 0px;
}

#navigation ul li a span{
	display: block;
	height: 30px;
	left:0px;
	background:transparent url("../images/left.png") top left no-repeat;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: transparent;
	background-position: bottom right;
	color:#FFF;
	
}

#navigation ul li.selected a span,
#navigation ul li a:hover span{
	background-position: bottom left;
	color:#FFF;
}

/*Content*/
#content {
	margin: 0px 13px 0px 13px;
	background: #FFF;
}

#content #content_text{
	float:left;
	display:inline;
	width:480px;
	margin-right:10px;
	margin-left:20px;
}

#content #content_text h3{
	font-size:130%;
	color:#000;
}
	
#content #content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
	line-height: 1.1em;
}

#content #content_text p#main_img{
	text-align: center;
	margin: auto;
}

#content #content_text p a, #content #content_text small a {
	color: #421318;
}

#content #content_text p.menu{
	text-align: center;
}

#content #content_text li{
	padding-bottom:10px;
	font-size:90%;
	text-align:justify;
}

#content #imageblock {
	text-align: center;
	float: right;
	width: 350px;
}

#content #imageblock img{
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-right: 8px;
	background: transparent URL("../images/shadow.png") bottom right no-repeat;
}

#content #content_text table {
	width: 100%;
}

#content ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content ol li div {
	margin-left: 50px;
}

/*Footer*/

address{
	display:inline;
	font-style:normal;
}

#footer a{
	color:#000;
	text-decoration:underline;
}
	
#footer a:hover,#footer a:focus{
	text-decoration:none;
}

/*Credit*/
#credit a{
	color:#000;
}

#credit a:hover,a:focus{
	text-decoration:none;
}

/*Plugins*/
#weather_cont {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
}

#weather_cont .weather p {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	width: 20%;
}