/*- - - - - ( STRUCTURAL CODE ) - - - - - - - - - - - - - - - */

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #f0f0f0;
	background-image: url(/media/container-bg.png);
	background-repeat: repeat-x;
	background-position: 0px -8px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#home p {
	margin: 0;
	padding: 0;
}

#header {
	background-image: url(/media/brown-body-bg.png);
	background-repeat: repeat-x;
	height: 94px;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 9px 0 0 0;
}

#containerback {
	background-image: url(/media/container-bg.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
}
#container {
	background: #fefefe;
	background-image: url(/media/vsplitter.png);
	background-position: 240px 0px;
	background-repeat: repeat-y;
	margin: -9px auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 933px;
	min-height: 450px;
	border-top: 5px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

#left {
	float: left;
	font: normal 75% Verdana, Arial, sans-serif;
	padding: 0 15px 15px 0;
	width: 210px;
}

#right {
	float: right;
	font: normal Verdana, Arial, sans-serif;
	padding: 0 25px 15px 26px;
	width: 640px;
	font-size: 16px;
}

#footer {
	background: url(/media/brown-footer-border.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 4px solid #dedede;
	font: normal 75% Verdana, Arial, sans-serif;
	margin: -9px 0 0 0;
	padding: 17px 0 7px 0;
	position: relative;
	text-align: center;
}


/*- - - - - ( hr ) - - - - - - - - - - - - - - - */

#right hr {
	background-color: #bbb;
	background-image: url(/media/hr-right.gif);
}

#right hr:before {
	content: url(/media/hr-left.gif);
}

#left hr {
	background-color: #bbb;
	background-image: url(/media/hr-small.gif);
}






#right hr {
	background-position: top right;
	background-repeat: no-repeat;
	border: 0;
	clear: both;
	height: 1px;
	margin: 30px 0 30px -10px;
	overflow: hidden;
	text-align: left;
}

#right hr:before {
	display: block;
	font-size: 1px;
	line-height: 0.1;
}

#left hr {
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	clear: both;
	display: block;
	height: 1px;
	margin: 20px 0;
	overflow: hidden;
}

#left > hr {
	width: 210px;
}

#right hr:last-child, 
#weather-conditions.hide hr {
	display: none;
}

#home #right hr:last-child {
	display: block;
}

/*- - - - - ( STYLING CODE ) - - - - - - - - - - - - - - - */

a {
	text-decoration: none;
	color: #001f8f;
}

a:hover {
	color: #1286e2;
}

a img {
	border: none;
}

#left {
	padding-left: 15px;
}

#partnerlist li {
	margin-bottom: 1.2em;
}

#container  {
	text-align: justify; /*Justify container text*/
}

.nav {
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}

.nav li a {
	font-size: 18px;
	font-weight: bold;
}

.nav li {
	margin: 0 10px 15px 10px;
	border-bottom: 1px solid #ebf4df;
}

.navactive a {
	color: #35c604;
}

.imgthumbs {
	clear: left;
	width: 100%;
}

.imgthumbs div {
	float: left;
	padding: 5px;
	border-top: 2px solid #adadad;
	background: #dedede;
}



