@charset "UTF-8";
/* CSS Document */

.wrap {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	overflow:hidden;		/* This chops off any overhanging divs */
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	min-height: 650px;
	background-color: #FFF;
	 -moz-border-radius: 5px;
  	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 	 -webkit-border-radius: 5px;
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 
  	border-radius: 5px;
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.logo {
	margin-top: 10px;
	margin-left: 20px;
}

.header {
	

}

.language table {
	float: right;
	list-style: none;
}
.language a {
	text-decoration: none;
	display:block;
	padding: 4px;
}

.navbar {
	background: url(images/banner.png);
	height: 75px;

}

.nav {
	list-style: none;
}

.nav a {
	display:block;
	text-decoration: none; /* removes the link underline */
	padding: 4px;
	color: #FFF;
	text-align: center;
}
	
.nav li {
	margin: 0 10px 0 0;
	float: right;
	font-family:Verdana, Geneva, sans-serif;
	
}

#slogan {
}



body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #3e81b5; - blue color for headers*/
	background-color: #ccc;
}

p, h1, h2, h3 {margin-right: 15px; margin-left: 15px;}

h1 {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	
}

h2 {
	margin-top: 30px;
}

h4 {
	bold;
	font-size: 14px;
}
div.requiredField {
	background-color: #DC2222;
	width: 3px;
}

.content {
	float: left;
	padding: 10px;
	width: 80%;
	position: relative;
}
.contentLeft {
	clear:both;
	float: left;
	width: 59%;
	
}

#regions {
	margin-left: 10px;
	padding: 10px 0 8px 0;
	/* background-color: #E6E6E6;
	width: 90%;
	-moz-border-radius: 5px;
  	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 	-webkit-border-radius: 5px;
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 
  	border-radius: 5px;
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); */
}

#regions ul {	
	list-style: none;
	margin-left: 10px;
	
}

#regions li {
	padding: 3px;
}


.contentRight {
	float: right;
	width: 40%;
	margin-top: 20px;
}

.contentRight img {
	border-style:double;
	border-color: #ccc;
}

 
li {
	list-style-type: none;
}
.colcontainer {
	
 position: relative;
    width: 900px;
    top: 50px;
	align: center;
 min-height: 300px;
}

.col1 {
	position:absolute;
   /*  min-height: 200px; */
	width:270px;
    top: 0px;
    left:20px;
    background-color:#69C;
	padding: 5px;
	/*height: 130px; */
	-moz-border-radius: 5px;
  	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
 	-webkit-border-radius: 5px;
  	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); 
  	border-radius: 5px;
  	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);

	
}

.col2 {
	position: relative;
   /* min-height: 200px; */
	width: 270px;
    top: 0px;
    left: 310px;
    background-color: #999999;
	padding: 5px;
	/*height: 130px; */
	-moz-border-radius: 5px;
  	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
 	-webkit-border-radius: 5px;
  	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); 
  	border-radius: 5px;
  	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);


}


.col3 {
	position:absolute;
    /* min-height: 200px; */
	width:270px;
    top: 0px;
    left: 600px;
    background-color: #00FF66;
	padding: 5px;
	/* height: 130px; */
	-moz-border-radius: 5px;
  	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
 	-webkit-border-radius: 5px;
  	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); 
  	border-radius: 5px;
  	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);

}

.footer {
	clear:both;
  	font-size: 9px;
  	margin-top: 30px;
  	overflow: hidden;
  	padding: 0 0 0 0;
  	text-align: center;
  	background-color: #CCC;
  	width: 100%;
}
