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

*{
margin:0;
padding:0;
border:0;
}

html, body {
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
text-align:center;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
background:#ccc url(images/common/bodybg.png) bottom repeat-x;
padding-bottom:30px;
}

#container {
width:860px;
margin:0 auto;
background-color:#fff;
height:100%;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
  box-shadow: 2px 2px 4px #666;

}

#head {
height:122px;		
text-align:center;
margin:0 auto;
border-bottom:4px solid #000;
background-color:#fcc700;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
  box-shadow: 1px 1px 4px #333;
} 
/*====================menu======*/
.menu {display:inline-block;}
.menu {display:inline;}
.holder {
display:table;
padding:5px 0 5px 6px;
}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:4px 16px;
  margin-right:10px;
  color:#333;
  font-size:1.3em;
  font-weight:bold; 
  text-decoration:none;
  }
  

.current {
  color:#000; 
  background:#fcc700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  -moz-box-shadow: 1px 1px 4px #999;
  -webkit-box-shadow: 1px 1px 4px #999;
  box-shadow: 2px 2px 4px #ccc;
  } 

#menurow {
text-align:left;
padding:10px 0 10px 10px;
}

#menurow .holder {margin:0;}

/*==================*/
/*=====================*/
.teaser {
		width:828px;
		margin:0 auto 10px;
		padding-bottom:10px;
		border: 1px solid #fc0;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; 
		-moz-box-shadow: 1px 1px 4px #999;
        -webkit-box-shadow: 1px 1px 4px #999;
        box-shadow: 2px 2px 4px #ccc;
	}
	
			
	.teaser h1 {
		margin:0;
		padding:20px 10px 10px 20px;
	}
	
	.teaser h2 {
		margin:0;
		padding:15px 10px 3px 45px;
		background:url(images/common/h2.png) 20px 15px no-repeat;
	}

			
	.teaser p {
		margin:0;
		padding:7px 20px 6px;
		background-color:#fff;
	}


.example {
float:right;
width:302px;
padding:0 40px 0 20px;
}
	
.example img {
padding:10px;
border:1px solid #999;
margin:10px 0 0 ;
background-color:#fcc700;
  -moz-box-shadow: 1px 1px 4px #999;
  -webkit-box-shadow: 1px 1px 4px #999;
  box-shadow: 1px 1px 4px #999;
}		

#extras img,#projects img {
margin:5px 10px 0;
border:1px solid #666;
}
	
#logos img{
margin:5px 100px 0;
}
	
.map {
padding:10px 0;
background-color:#fff;
}

/*==================*/

.clear {
height:1px;
clear:both;
}

h1 {
font-size:1.2em;
font-weight:bold;
text-align:left;
color:#333;
padding:0 0 5px 10px;
}

h2 {
font-size:0.9em;
font-weight:bold;
text-align:left;
padding:5px 0;
}

p {
font-size:0.9em;
font-weight:normal ;
text-align:justify;
padding:5px 0;
}

.inviz {
position: absolute;
left:-200000px;
font-size:0.1em;
margin:0;
padding:0;
}

.pagetitle {
height:30px;
padding:10px 0 0 16px;
}

#copyright {
color:#fff;
padding:30px 0 0 10px;
}

/* =========================the footer=============================== */


.footer{ 
width:828px;
margin:0 auto;
padding:10px 16px 0;
background-color: #000;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.address {
width:430px;
float:right;
text-align:left;
color:#fff;
font-size:100%em;
line-height:120%;
font-weight:normal ;
padding-bottom:30px;
}


.footer h1 {font-size:1.1em;}
.footer h1,#footer p {color:#fff;}

.footer a:link,.footer a:visited,.footer a:active {color:#fff; text-decoration:none; }

.footer a:hover {color:#fc0; text-decoration:none;}
