@charset "utf-8";
/* CSS Document */

body{
  margin:0;
  padding:70px 0 280px 0;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:80px;
  background-color:#7b1518;
  z-index:100;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:60px;
  background-color:#a6a6a6;
  border-top:1px solid #FFF;
 }
 
 div#footer-mainpage{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:480px;
  background-color:#a6a6a6;
 
 }
 
 .address {
  color:#2d2d2d;
  font-family:Verdana, Geneva, sans-serif;
  font-size:9px;
  text-align:center;
  padding:0px;
	 
 }
 
 .copyright {
	color: #666;
  font-family:Verdana, Geneva, sans-serif;
  font-size:8px;
  text-align:center;
	padding:0px;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 .logo {
	padding:2px 0 5px 5px; 
 }
 
 .topcontent {
	width:100%;
	padding:10px 0;
	overflow: auto;
	display:block;
	background-image:url(../images/bg-body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:absolute;
	top:70px;
	min-height:300px;
	
 }
 
 .topcontent-mainpage{
	width:100%;
	background-image:url(../images/grey-content.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	
	
 }
 
 .bottomcontent {
	width:100%;
	background:url(../images/grey-grad-bottom.jpg);
	height:140px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
 }
 
 .menu-hold {
	float:right;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:50px 20px 10px;
	width:500px;
	 
 }
 
 /**************** menu coding *****************/

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}
 
#smurf strong {
	font-size: 1.0em;
	color: black;
}


#nav {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 2;
	font-weight: bold;
	padding: 1px;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 2em 0;
	background:#FFF;
}
 
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 1em;
}
 
#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
}
 
#nav li {
	float: left;
	padding: 0;
	
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 21em;
	w\idth: 20em;
	font-weight: normal;
	border:1px solid #7b1518;
	margin: 0;
}
 
#nav li li {
	padding-right: 2px;
	width: 19em
}

#nav li ul a {
	width: 21em;
	w\idth: 19em;
	color:#333;
}

#nav li ul ul {
	margin: -1.15em 0 0 15.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav a:hover, #nav a.sfhover {
	text-decoration:underline;
}

#nav li li:hover {
	background-color:#EFEFEF;
}

#nav li:hover, #nav li.hover {   
    position: static;   
}  

/* ------------- menu ----------------------*/

.smimage { border:1px solid #CCC;  }

/*-------------validation-------------------*/

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}