/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#container {
	background-image: url(images/container_bg2.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#header_right p{
	margin: 2px 15px 0 15px;
	text-align: left;
}

#left {
	float: left;
	width: 225px;
	margin-left: 20px;
	margin-top: 10px;
}

#left p {
	margin: 0 0 2px 0;
	padding 0 0 0 0;
	font-style: italic;
	font-size: smaller;
}

#right {
	margin-left: 340px;
	margin-top: 15px;
	margin-right: 45px;
}



.marco1 {
	padding: 5px;
	float: right;
}

.marco1 IMG{
   border: 1px solid #A5BB73;
	width: 180px;
	margin-left: 8px;
} 

#newsticker {
	background: #f9f7ea;
	position: relative;
	height: 4.2em;
	color: #1A531A;
	border: 1px dashed #A5BB73;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#newsticker ul {
	border: 1px solid #FFFACD;
	list-style: none;
	min-height: 1.9em;
	padding: 5px 5px;
	text-align: center;

}
* html #newsticker ul {
	height: 2.5em;
	overflow: visible;
}
#newsticker li {
	width: 90%;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 18px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

.listadeservicios ul {
	list-style-type: disc;
	margin-left: 3px;
	padding-left: 1em;
	text-indent: 0.5em;
}

.listadeservicios2 ul {
    padding-left: 10px;
    list-style: none;
}

.listadeservicios2 li{
	padding-left: 20px;
	background-image: url(images/bullet_flecha.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-indent: 5px;
	background-color: #f9f7ea;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
	font-size: small;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(images/vassalogo.jpg);
	height: 51px;
	width: 52px;
	float: left;
	background-repeat: no-repeat;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

#topleft {
	position: absolute;
	left: 550px;
	top: 130px;
	display: block;
	height: 103px;
	width: 103px;
	background: url(images/bannerpromo.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #614240;
	margin-top: 45px;
	margin-left: 110px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.3em;
	margin-bottom: 3px;
}

.red {
	color: #006400;
}

h2 {
	color: #B5B046;
	margin-left: 110px;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 5px;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 80%;
	margin-top: 10px;
	background-color: #F5F9EB;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 1.1em;
	color: #A6BB7A;
}

h5 {
	width: 50%;
	margin-top: 10px;
	background-color: #FFFACD;
	padding: 5px;
	border: 1px dashed #A6BB7A;
	color: #A6BB7A;
	font-size: 1em;
	font-style: oblique;
	text-align: center;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: oblique;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #1B4736; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
}

#navcontainer a
{
	display: block;
	padding-top: 15px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
	margin-top: 0;
}

#navcontainer a:link, #navlist a:visited
{
color: #83A956;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #1B4736;
}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(images/bt.gif) no-repeat bottom}
/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	color: #6B383D;
}

p.phone {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #778899;
	height: 45px;
	background-image: url(images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 20px;
	padding-top: 10px;
}

p.atencion {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #778899;
	height: 28px;
	background-image: url(images/mail_forward.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 35px;
	padding-top: 15px;
}

p.atencion a{
	color: #778899;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
        background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 90%;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.error {
	color: Red;
	font-weight: bolder;
}

#gracias {
	color: Blue;
	font-weight: bolder;
}

input.fields_contact_us {
		display: block;
		width: 80%;
      background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	   margin-bottom: 3px;
		}

textarea {
	width: 80%;
	height: 150px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
}
		  

select {
        background: url(images/input_bg.png);
        border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
        margin-top: 10px;
		  margin-bottom: 10px;
		  width: 10%;
}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
