

/*global*/

#content * { margin: 0px; padding: 0px; }
#content img { border: none;}

#content div{
  /*word-wrap:break-word;*/
  text-align: left;
  
}

 
#content div.clear{
  clear: both;
	display: block;
}

/*
div.center{
  text-align: center;
}

div.clear{
  clear: both;
}

*.block{
  display: block;
}*/
/*
a img{
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}*/





/*eof global*/

/*forms*/

/*
form.td{
  vertical-align: top;
}*/

#content  div.formField,#content  span.formField{
  float: left;
  font-weight: normal;
  font-family: Verdana;
  font-size: 14px;
  vertical-align: top;
  padding-top: 3px;
  color: #333333;
}

#content td.formField{
  text-align: right;
  font-weight: bold;
  font-family: Verdana;
  font-size: 12px;
  vertical-align: top;
  padding-top: 3px;
  color: #333333;
}

#content td.formFieldError{
  text-align: right;
  font-weight: bold;
  color: #c10501;
  font-family: Verdana;
  font-size: 12px;
  vertical-align: top;
  padding-top: 3px;
}

#content input.formField, input.formFieldError{
width:215px;
}

#content textarea.formield, textarea.formFieldError{
  width: 350px;
  height: 125px;
  
}

#content select.formField, select.formFieldError{
width:215px;
}

#content input.manager, textarea.manager{
}

#content select.manager{
}

/*eof forms*/

/*tinymce*/
body.mceContentBody {
     
}


#content p, body.mceContentBody  p{
  text-align: left;
  font-family: Georgia;
  font-size: 14px;
  line-height: 20px;
  margin: 0;  
  color: #7c7c7c;
}

#content a, body.mceContentBody  a{
  text-align: left;
  font-family: Georgia;
  font-size: 14px;
  line-height: 20px;
  margin: 0;  
  color: #7c7c7c;
}


#content li, body.mceContentBody li{
  text-align: left;
  font-family: Verdana;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  padding: 14px;
  
}

#content .title, body.mceContentBody  .title{ /*style in wysiwyg*/
  font-family: Georgia, Verdana, Arial;
  font-size: 24px;
	font-weight: normal;
  color: #3a2222;
}

#content .caption, body.mceContentBody  .caption{ /*style in wysiwyg*/
  font-weight: bold;
}

#content .signature, body.mceContentBody  .signature{ /*style in wysiwyg*/
	text-align: left;
}

#content .title, body.mceContentBody .title{ /*style in wysiwyg*/
  font-family: Georgia, Verdana, Arial;
  font-size: 24px;
	font-weight: normal;
  color: #3a2222;
}

/*
body.mceContentBody ul, body.mceContentBody li{
padding: 14px;}
*/

/*eof tinymce*/

/* menu */



#content div.menuModContactForm{
  margin-bottom: 10px;
  padding: 10px; 
}

#content div.menuModSeparator{
  margin-bottom: 10px;
  height: 1px;
	border-top: 1px dotted #d7e4c6;
}

#content div.menuModPhotoGallery{
  margin-bottom: 10px;
  width: 100%;	
}

#content div.menuModPhotoGallery div.spec{
	margin-top: -8px;
	margin-left: -8px;
	float: left;
}
#content div.menuModPhotoGallery img{
  float: left;
	border: 1px solid #dbdbce;
	margin-left: 8px;
	margin-top: 8px;
	padding: 5px;
}

#content div.menuModVideo{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#content div.menuModTitle{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#content h1.menuModTitle{
  text-align: left;
  font-family: Georgia, Verdana, Arial;
  font-size: 24px;
	font-weight: normal;
  color: #3a2222;
}
#content h2.menuModTitle{
  text-align: left;
  font-family: Georgia, Verdana, Arial;
  font-size: 20px;
	font-weight: normal;
  color: #3a2222;
}
#content h3.menuModTitle{
  text-align: left;
  font-family: Georgia, Verdana, Arial;
  font-size: 14px;
	font-weight: bold;
  color: #3a2222;
}


#content div.menuModTextWithTitle{
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}


#content a.menuModTextWithTitle{
  font-weight: bold;
  text-decoration: underline;
  font-family: Georgia;
	color: #7c7c7c;
}

#content div.menuModTextWithPhoto{
/*width: 100%; make bigger margin when editing in ie7*/
  margin-bottom: 10px;
  text-align: left;

}
#content img.menuModTextWithPhoto{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  float: left;
  margin-right: 7px;
	border: 1px solid #dbdbce;
	padding: 5px;
}



#content div.menuModText{
/*width: 100%; make bigger margin when editing in ie7*/
  margin-bottom: 10px;
  text-align: left;
}
#content div.menuModPhoto{
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
#content img.menuModPhoto{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  display: block;
	border: 1px solid #dbdbce;
	padding: 5px;
}
#content div.menuModFile{
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
#content a.menuModFile{
  font-weight: bold;
  cursor: pointer;  
  text-decoration: underline;  
	color: #7c7c7c;
	font-family: Georgia;
}

#content div.menuModHtmlCode{
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
/*eof menu*/
