body {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ebeaea;
}

html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}

th, td {
	font-size: 11px;
}

td a { font-weight: normal; }

img { border: 0; }

#wrapper {
	margin: auto;
	text-align: left;
	width: 702px;
	position: relative;
}

h1, h2, h3 {
	font-size: 11px;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 3px;
	background-color: #374b1a;
	font-size: 14px;
}

h3 {
	padding: 4px 0 0 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.block {
	display: block;
}

.clear {
	clear: both;
	border-top: 1px solid white;
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	margin: 1px 8px 0px 4px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */

body {
	background: #4d662c;
}

#wrapper {
	background: #375114 url(../imatges/body_bg.gif) repeat-y;
}

h1 {
	margin: 0 1px;
	background: #607c3c;
	border-bottom: 1px solid #fff;
	position: relative;
}

#topnav {
	position: absolute;
	top: 0px;
	left: 560px;
	font-size: 1px;
}

#bigphoto {
	margin:0 0 0 1px;
	width:324px;
}

#logo_cccb {
	margin:15px 0 15px 35px;
}

#logo_osj {
	margin:15px 0 15px 35px;
}

#logo_sc {
	margin:0 0 15px 46px;
}

#nav {
	position: absolute;
	top: 65px;
	left: 326px;
	margin: 0;
	padding: 0;
	width: 162px;
}

* html #nav {
	left: 323px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav img {
	display: block;
}
	
* html #nav img {
	float: left;
}


#titlelatest {
	position: absolute;
	top: 65px;
	left: 351px;
}

#leftcol {
	float: left;
	width: 325px;
}


#rightcol {
	float: right;
	width: 349px;
	margin-right: 1px;
}

#searchbox {
	background: #607c3c;
	padding: 10px 15px 0px 15px;
}

#searchbox form {
	padding: 8px 0px 20px 0px;
	margin: 0;
}

#searchbox table {
	margin: 0;
}

#searchbox .submitrow {
	text-align: right;
}

#searchbox ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position: outside;
}

#searchbox ul li{
	margin:0;
	padding:0;
}

#searchbox label {
	margin:0;
	padding:0;
	display:block;
}

#searchbox select {
	margin:0;
	font-size: 11px;
	vertical-align:middle;
}

.topped {
	border-top: 0px solid white;
}

#special p {
	padding-right: 1em;
}

#special h2 {
	padding-bottom: 5px;
}


#footer {
	background: #375114;
	border-bottom: 1px solid white;
	margin: 0 1px;
	padding: 6px 16px;
}

* html #footer {
	padding-top: 3px;
}

#footer p {
	margin: 0;
	padding: 0;
	position:relative;
}



.gmaps_info {
	padding:10px 0 10px 0;
	margin:0;
	width:210px;
}
.gmaps_info p {
	color:#000000;
}

.gmaps_info h2 {
	background: none;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons a:hover {
	text-decoration:none;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:32px;
    height:32px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


