/************************  Section style settings  ************************/
.SectionContent {
	padding: 			0;	
	text-align:			left;	
}

/************************  Paragraph style settings  ************************/

.ParagraphContent {
	padding:			0px;
	text-align: 		left;
}

/************************  Gallery popup style settings  ************************/

.GalleryPopupBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			center;
	width:				100%;
	color: 				#000000;
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#484848;
	display:			block;
}

.GalleryPopupPrevious {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupNext {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupGotoSite {
	height:				40px;
	border:				1px solid #CCCCCC;
	margin-bottom:		5px;	
}

.GalleryPopupToolTipAuthorTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryParagraphCell {
	float: left;
	padding-right: 		5px;
	padding-bottom: 	5px;
}

.GalleryParagraphTable {
	
}

/****************  Form, buttons and fields style settings  ***************/

.FormFieldTitleCell,
.FormFieldTextCell, 
.FormFieldTextareaCell {
	padding:  			10px 10px 5px 0;
	vertical-align: 	top;
	text-align : 		left;
}

.FormFieldTextCell, .FormFieldTextareaCell {
	padding:  			0 10px 5px 0;
}

.FormFieldText,
.FormFieldSelect,
.FormFieldTextarea {
	background:			none;
	border:				none;
	background-color: 	#f3f3f3;
	padding:  			5px;
	border: 			1px solid #d3d3d3;
	border-radius:		5px;
	width:				250px;
	vertical-align: 	middle;
	text-align:   		left;
	max-width: 100%;
}

.FormFieldRadio {
}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormButtonSubmit {
	border: 			none;
	background-color: 	#002b49;
	border-radius:		5px;
	color: 				#FFF;
	
	font-weight:      	bold;
	cursor: 			pointer;
	text-align :      	center;
	padding: 		   	5px;
}

.FormButtonSubmit :HOVER {
	background-color: 	#d3d3d3;
	color: 				#666;
}

.FormError > label > textarea,
.FormError > label > select,
.FormError > label input {
	border:solid .1px red;    
	outline:solid 0.1px red;
}

.input-required > label > strong:after {
	content:"*";
	color:grey;
	margin-left: 3px;
}

.form-element.FormError:after { 
/*	content: "!";
	float:right;*/
}

.FormError {
	font-size:        	11px;
	color:            	#FF0000;
	font-weight:      	bold;
}

.FormThanksDiv {

}

.FormBackLink {

}

.form-element {
	margin-bottom: 4px;
}

.form-element > label > strong {
	vertical-align: top;
}

#recaptcha_widget_div,
ul.form-radio-list,
ul.form-checkbox-list {
	list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    display:inline-table;
}

.form-radio-list > li,
.form-checkbox-list > li {
	list-style: none;
}

.form-element > label {
	display: inline-block;
}

.form-element > label > strong {
	width: 150px;
	display: inline-block;
	clear:both;
}

/************************  Menu style settings  ************************/

.MenuContent {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#666666;
	text-decoration: 	none;
	margin: 			20px;
	padding: 			0px;
	width:			 	175px;
	border: 			0px #000000 solid;
}

/************************  Menulink style settings  ************************/
.MenuLink {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#666666;
	border: 			none;
	text-decoration: 	none;
	margin: 			0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
	line-height:		18px;
	width:				100%;
}

.MenuLink A:LINK {
	color:				#666666;
}

.MenuLink A:VISITED {
	color:				#666666;
}

.MenuLink A:HOVER {
	color:				#e0920a;
}

.MenuLink A:ACTIVE {
	color:				#666666;
}

/************************  MenuActive style settings  ************************/

.MenuLinkActive {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#e0920a;
	border: 			none;
	text-decoration: 	none;
	margin: 			0px;
	padding:			0px;
	text-align:			left;
	vertical-align:		middle;
	line-height:		18px;
	width:				100%;
}

.MenuLinkActive A:LINK {
	color:				#e0920a;
}

.MenuLinkActive A:VISITED {
	color:				#e0920a;
}

.MenuLinkActive A:HOVER {
	color:				#e0920a;
}

.MenuLinkActive A:ACTIVE {
	color:				#e0920a;
}

/************************  SubMenu style settings  ************************/

.SubMenuLink {
	text-align: 		left;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		normal;
	text-decoration: 	none;
	color: 				#666666;
	vertical-align:		middle;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 10px;
	line-height:		18px;
	width:			 	100%;
}

.SubMenuLink A:LINK {
	color: 				#666666;
}

.SubMenuLink A:VISITED {
	color: 				#666666;
}

.SubMenuLink A:HOVER {
	color: 				#e0920a;
}

.SubMenuLink A:ACTIVE {
	color: 				#666666;
}

/************************ SubMenuActive style settings  ************************/

.SubMenuLinkActive {	
	text-align: 		left;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-weight: 		normal;
	text-decoration: 	none;
	color: 				#e0920a;
	vertical-align:		middle;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 10px;
	line-height:		18px;
	width:			 	100%;
}

.SubMenuLinkActive A:LINK {
	color: 				#e0920a;
}

.SubMenuLinkActive A:ACTIVE {
	color: 				#e0920a;
}

.SubMenuLinkActive A:HOVER {
	color: 				#e0920a;
}

.SubMenuLinkActive A:VISITED {
	color: 				#e0920a;
}

/************************  SubSubMenu style settings  ************************/

.SubSubMenuLink {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		normal;
	text-align: 		left;
	text-decoration: 	none;
	background-color:	#4CA7C6;
	vertical-align:		top;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 25px;
	line-height:		15px;
	width:				136px;
	border-bottom: 		0px #4CA7C6 solid;
	border-top: 		0px #E18C31 solid;
}

.SubSubMenuLink li {
	list-style-position:outside;
	list-style-type:	disc;
	padding: 			0px 0px 0px 0px;
}

.SubSubMenuLink A:LINK {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLink A:VISITED {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLink A:HOVER {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLink A:ACTIVE {
	text-decoration: 	none;
	color: 				#08476C;
}

/************************ SubSubMenuActive style settings  ************************/

.SubSubMenuLinkActive {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		normal;
	text-align: 		left;
	text-decoration: 	none;
	background-color:	#4CA7C6;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 25px;
	line-height:		15px;
	width:				136px;
	border-bottom: 		0px #4CA7C6 solid;
	border-top: 		0px #E18C31 solid;
}

.SubSubMenuLinkActive li {
	list-style-position:outside;
	list-style-type:	disc;
	padding: 			0px 0px 0px 0px;
}

.SubSubMenuLinkActive A:LINK {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLinkActive A:ACTIVE {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.SubSubMenuLinkActive A:HOVER {
	text-decoration: 	none;
	color: 				#08476C;
}

.SubSubMenuLinkActive A:VISITED {	
	text-decoration: 	none;
	color: 				#FFFFFF;
}

/****************  Paragraph layout  ***************/
.ParagraphContent.columns {
	-webkit-column-gap: 3rem;
    -webkit-column-count: 2;
	
	-moz-column-gap: 3rem;
    -moz-column-count: 2;
	
	-o-column-gap: 3rem;
    -o-column-count: 2;
	
	column-gap: 3rem;
    column-count: 2;
	
	text-align: justify;
}

/****************  CKEDITOR images  ***************/
.image-left {
	float:left;
	margin-right: 2em;
}

.image-center {
	text-align:center;
	margin-left: 2em;
	margin-right: 2em;
}

.image-right {
	float:right;
	margin-left: 2em;
}

.image-captioned {
	text-align:center;
}

FIGURE {
	border:none;
	padding:0;
	margin:0;
	display: inline-block;
}

FIGURE > figcaption {
    display: block;
	text-align:center;
	font-size:0.7em;
	margin-top: 0.5em;
}

/****************  CKEDITOR templates  ***************/
.columns-2:after {
	content: '';
	clear: both;
	display: block;
}
.columns-2 > .column {
	width: 49%;
}

.column {
	display: block;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.columns-2 > .column {
		width: 100%;
		margin-bottom: 18px;
	}
}