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

html,body{
	margin:0px;
	padding:0px;
	background-color:#dddcd9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#menu_links{text-align:center;}

div#contentLayer0{
	width:100%;
	background-color:#dddcd9;
	margin-top:10px;
}

div#contentLayer1{
	width:900px;
	border:7px solid #bab7ad;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
}

div#contentLayer2{
	width:900px;
}

div#contentLayer3{
	width:900px;
	position:relative;
}

div#footerGSM{
	width:900px;
	margin:0 auto;
}

label{
	width:75px;
	float:left;
	display:inline;
}

.image-wrapper, .ggallery {
	text-align:center;
}

.ggallery img{
	border:2px solid #BAB7AD;
}

/* CSS For EIP Forms */

div.formBuilderRow{}

div.formBuilderRow label {
	width:225px;
}

div#contactForm ul{
	padding-left:0px;
}

div#contactForm li{
	list-style-type: none;	
}
div#contactForm span{
	width:225px;
	display:inline-block;
}

.formBuilder-falseLabel{
	font-weight:bold;
	padding:15px 0px 5px;
	font-size:14px;
}

/* END CSS for EIP Forms*/