@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

* {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
	-webkit-text-size-adjust: none;
}

a > img {
	border: 0;
}

*:hover {
	-o-transition: .15s;
	-ms-transition: .15s;
	-moz-transition: .15s;
	-webkit-transition: .15s;
	transition: .15s;
}

::selection {
	color: #FFFFFF;
	background: #25316B; /*Safari*/
}
::-moz-selection {
	color: #FFFFFF;
	background: #25316B; /*Firefox*/
}

body, html {
	height: 100%;
}

/* Website stylesheet */
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

@font-face {
	font-family: 'Segoe-UI-Light';
	src: url('../fonts/segoe-ui-light.eot');
	src: url('../fonts/segoe-ui-light.eot') format('embedded-opentype'),
		 url('../fonts/segoe-ui-light.woff') format('woff'),
		 url('../fonts/segoe-ui-light.ttf') format('truetype'),
		 url('../fonts/segoe-ui-light.svg#Segoe-UI-Light') format('svg');
}

@font-face {
	font-family: 'Segoe-UI-Regular';
	src: url('../fonts/segoe-ui-regular.eot');
	src: url('../fonts/segoe-ui-regular.eot') format('embedded-opentype'),
		 url('../fonts/segoe-ui-regular.woff') format('woff'),
		 url('../fonts/segoe-ui-regular.ttf') format('truetype'),
		 url('../fonts/segoe-ui-regular.svg#Segoe-UI-Regular') format('svg');
}

@font-face {
	font-family: 'Segoe-UI-Semibold';
	src: url('../fonts/segoe-ui-semibold.eot');
	src: url('../fonts/segoe-ui-semibold.eot') format('embedded-opentype'),
		 url('../fonts/segoe-ui-semibold.woff') format('woff'),
		 url('../fonts/segoe-ui-semibold.ttf') format('truetype'),
		 url('../fonts/segoe-ui-semibold.svg#Segoe-UI-Semibold') format('svg');
}

@font-face {
	font-family: 'Segoe-UI-Bold';
	src: url('../fonts/segoe-ui-bold.eot');
	src: url('../fonts/segoe-ui-bold.eot') format('embedded-opentype'),
		 url('../fonts/segoe-ui-bold.woff') format('woff'),
		 url('../fonts/segoe-ui-bold.ttf') format('truetype'),
		 url('../fonts/segoe-ui-bold.svg#Segoe-UI-Bold') format('svg');
}

@font-face {
	font-family: 'District-Pro-Thin';
	src: url('../fonts/distproth.eot');
	src: url('../fonts/distproth.eot') format('embedded-opentype'),
		 url('../fonts/distproth.woff') format('woff'),
		 url('../fonts/distproth.ttf') format('truetype'),
		 url('../fonts/distproth.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.container {
	position: relative;	
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
}

.site {
	position: relative;
	display: block;
	padding-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	min-width: 1250px;
	clear: both;
}

.header {
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 90px;
	background: url(../images/head.jpg?r=1) left bottom no-repeat;
	clear: both;
}
	.header .home_link {
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
		width: 285px;
		height: 80px;
		text-decoration: none;
		color: #FFFFFF;
	}
	.header .contact_link {
		position: absolute;
		display: block;
		left: 295px;
		bottom: 23px;
		width: 150px;
		height: 22px;
		text-decoration: none;
		color: #FFFFFF;
	}
	.header .facebook_link {
		position: absolute;
		display: block;
		right: 275px;
		bottom: 13px;
		width: 29px;
		height: 29px;
		text-decoration: none;
		text-indent: -999em;
		color: #FFFFFF;
		background: url(../images/facebook-icon.gif) center center no-repeat;
	}
	.header .other_sites {
		position: absolute;
		display: block;
		right: 0;
		bottom: 0;
		border: 1px solid #EEEEEE;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
		.header .other_sites h5 {
			position: relative;
			display: block;
			padding-left: 6px;
			padding-right: 6px;
			height: 20px;
			font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			text-transform: uppercase;
			text-align: left;
			line-height: 19px;
			color: #FFFFFF;
			background: #919191 url(../images/small-grey-bar.jpg) left top repeat-x;
			clear: both;
		}
		.header .other_sites a {
			position: relative;
			display: block;
			float: left;
			margin-top: 7px;
			margin-bottom: 7px;
			padding-left: 7px;
			padding-right: 7px;
		}
			.header .other_sites a.first {
				border-right: 1px solid #DDDDDD;
			}

.navigation {
	position: relative;
	display: block;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 37px;
	background: #E6E6E6;
	clear: both;
}
	.navigation ul {
		position: relative;
		display: block;
		padding-top: 12px;
		padding-left: 7px;
		padding-right: 7px;
		list-style-type: none;
		clear: both;
	}
		.navigation ul li {
			position: relative;
			display: block;
			float: left;
			margin-right: 3px;
		}
			.navigation ul li a {
				position: relative;
				display: block;
				padding-bottom: 1px;
				padding-left: 11px;
				padding-right: 14px;
				font-family: Lato, Segoe-UI-Regular, Helvetica, Arial, sans-serif;
				font-size: 14px;
				font-weight: 300;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				line-height: 14px;
				color: #333333;
				border-right: 1px solid #F0F0F0;
			}
			.navigation ul li a:hover {
				color: #FF7F00;
				-webkit-transition: all 80ms ease;
				-moz-transition: all 80ms ease;
				-ms-transition: all 80ms ease;
				-o-transition: all 80ms ease;
				transition: all 80ms ease;
			}
				.navigation ul li a.last {
					border: 0;
				}
	.navigation .orange_link1, .navigation .orange_link2 {
		position: absolute;
		display: none;
		height: 22px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: url(../images/orange-button1.jpg) left top repeat-x;
	}
	.navigation .orange_link1 { right: 223px; top: 8px; }
	.navigation .orange_link2 { right: 8px; top: 8px; }
	.navigation .orange_link1:hover, .navigation .orange_link2:hover {
		background: url(../images/orange-button1-o.jpg) left top repeat-x;
	}
		.navigation .orange_link1 a, .navigation .orange_link2 a {
			position: relative;
			display: block;
			padding-left: 7px;
			padding-right: 15px;
			font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			text-transform: uppercase;
			text-align: left;
			line-height: 21px;
			color: #FFFFFF;
			background: url(../images/white-arrow2.gif) right center no-repeat;
		}
			
.subnavigation {
	position: relative;
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: auto;
	background: #25316B;
	clear: both;
}
	.subnavigation ul {
		position: relative;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		list-style-type: none;
		clear: both;
	}
		.subnavigation ul li {
			position: relative;
			display: block;
			float: left;
		}
			.subnavigation ul li.first {
				position: relative;
				display: block;
				padding-bottom: 1px;
				padding-left: 11px;
				padding-right: 11px;
				font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
				font-size: 13px;
				font-weight: normal;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				line-height: 12px;
				color: #FFFFFF;
			}
			.subnavigation ul li a {
				position: relative;
				display: block;
				padding-top: 11px;
				padding-bottom: 12px;
				padding-left: 6px;
				padding-right: 6px;
				margin-left: 11px;
				margin-right: 3px;
				font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
				font-size: 14px;
				font-weight: 300;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				line-height: 14px;
				color: #FFFFFF;
				background: url(../images/yellow-arrow1.gif) left center no-repeat;
			}
				.subnavigation ul li a:hover, .subnavigation ul li a.selected {
					color: #FF7F00;
				}
			/*Popup menu*/
			.subnavigation ul li ul.subnav * { float: none; margin: 0; padding: 0; }
			.subnavigation ul li ul.subnav {
				cursor: default;
				z-index: 999;
				position: absolute;
				display: none;
				left: -10px;
				top: 36px;
				padding-top: 6px;
				width: 492px;
				font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
				font-size: 13px;
				font-weight: normal;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				line-height: 12px;
				color: #FFFFFF;
				background: #25316B;
			}
				.subnavigation ul li ul.subnav li {
					position: relative;
					display: block;
					float: left;
					margin-bottom: 14px;
					margin-left: 11px;
					width: 235px;
				}
					.subnavigation ul li ul.subnav li ul {
						position: relative;
						display: block;
						margin-top: 10px;
						clear: both;
					}
						.subnavigation ul li ul.subnav li ul li {
							position: relative;
							display: block;
							margin: 0;
							clear: both;
						}
							.subnavigation ul li ul.subnav li ul li a {
								position: relative;
								display: block;
								margin-bottom: 6px;
								padding-left: 6px;
								padding-right: 6px;
								font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
								font-size: 14px;
								font-weight: 300;
								text-decoration: none;
								text-transform: uppercase;
								text-align: left;
								line-height: 14px;
								color: #FFFFFF;
								background: url(../images/yellow-arrow1.gif) left center no-repeat;
							}
								.subnavigation ul li ul.subnav li ul li a:hover {
									color: #FF7F00;
								}
	.subnavigation .silver_link1, .subnavigation .silver_link2 {
		position: absolute;
		display: block;
		height: 21px;
		background: url(../images/silver-button1.jpg) left top repeat-x;
	}
	.subnavigation .silver_link1 { /*right: 95px; top: 8px;*/ right: 8px; top: 8px; }
	.subnavigation .silver_link2 { display:none; right: 8px; top: 8px; }
	.subnavigation .silver_link1:hover, .subnavigation .silver_link2:hover {
		background: url(../images/silver-button1-o.jpg) left top repeat-x;
	}
		.subnavigation .silver_link1 a, .subnavigation .silver_link2 a {
			position: relative;
			display: block;
			padding-left: 13px;
			padding-right: 7px;
			font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			text-align: left;
			line-height: 20px;
			color: #000000;
			background: url(../images/black-arrow1.gif) 7px 7px no-repeat;
		}
			
.display {
	position: relative;
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 340px;
	background: #F2F2F2 url(../images/abstract.jpg) left center no-repeat;
	clear: both;
}
	.display .display_slide {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
		height: 340px;
		background: #25316B;
		clear: both;
	}
		/*For Flexslider*/
		.display_slide .flex-control-nav {width: auto; position: absolute; right: 15px; bottom: 15px; text-align: center;}
		.display_slide .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
		.display_slide .flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(255,255,255,0.3);}
		.display_slide .flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.7); }
		.display_slide .flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.9); cursor: default; }

.categories_home {
	position: relative;
	display: block;
	margin-bottom: -40px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	clear: both;
}
	.categories_home .category_item {
		position: relative;
		display: block;
		float: left;
		margin-right: 10px;
		width: 232px;
	}
		.categories_home .category_item a {
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
			color: #FFFFFF;
		}
		.categories_home .category_item a:hover {
			text-decoration: none;
			filter:alpha(opacity=75);
			-moz-opacity: 0.75;
			-webkit-opacity: 0.75;
			opacity: 0.75;
			-o-transition: .2s;
			-ms-transition: .2s;
			-moz-transition: .2s;
			-webkit-transition: .2s;
			transition: .2s;
		}
		.categories_home .category_item img {
			position: relative;
			display: block;
			clear: both;
		}
		.categories_home .category_item h4 {
			position: relative;
			display: block;
			padding-top: 9px;
			padding-bottom: 11px;
			padding-left: 10px;
			padding-right: 10px;
			font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
			font-size: 15px;
			font-weight: 300;
			text-decoration: none;
			text-align: left;
			line-height: 15px;
			color: #FFFFFF;
			background: #25316B;
			clear: both;
		}
			.categories_home .category_item h4:hover {
				
			}
			.categories_home .category_item h4 img {
				position: relative;
				display: inline;
				margin-left: 4px;
				vertical-align: middle;
			}
		.categories_home .category_item_body {
			position: relative;
			display: block;
			margin-top: 11px;
			padding-bottom: 31px;
			padding-left: 9px;
			padding-right: 14px;
			height: 125px;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			line-height: 17px;
			color: #555555;
			clear: both;
		}
			.category_item_body .category_item_more {
				position: absolute;
				display: block;
				left: 9px;
				bottom: 0;
				clear: both;
			}
				.category_item_body .category_item_more a {
					position: relative;
					display: block;
					padding-top: 1px;
					padding-left: 14px;
					padding-right: 2px;
					width: 39px;
					height: 21px;
					font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
					font-size: 11px;
					font-weight: 300;
					text-decoration: none;
					text-transform: uppercase;
					text-align: left;
					line-height: 20px;
					color: #000000;
					background: url(../images/more-link1.jpg) left center repeat-x;
				}
				.category_item_body .category_item_more a:hover {
					background: url(../images/more-link1-o.jpg) left center repeat-x;
				}
				
.body {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	clear: both;
}
	.body .body_left {
		position: relative;
		display: block;
		float: left;
		width: 980px;
		clear: left;
	}
		.body_left .body_heading {
			position: relative;
			display: block;
			margin-bottom: 20px;
			clear: both;
		}
			.body_left .body_heading h1 {
				margin-top: 5px;
				font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
				font-size: 24px;
				font-weight: 300;
				text-decoration: none;
				text-align: left;
				line-height: 24px;
				color: #000000;
			}
		.body_video_link {
			z-index: 100;
			position: absolute;
			display: none;
			right: 25px;
			top: 3px;
		}
			.body_left .body_video_link a {
				position: relative;
				display: block;
				padding-left: 28px;
				padding-right: 10px;
				height: 29px;
				font-family: Segoe-UI-Bold, Helvetica, Arial, sans-serif;
				font-size: 13px;
				font-weight: normal;
				text-decoration: none;
				text-align: left;
				line-height: 27px;
				color: #000000;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				border: 1px solid #DDDDDD;
				background: #F6F6F6 url(../images/play-icon.png) 6px 5px no-repeat;;
			}
				.body_left .body_video_link a:hover {
					color: #FF7F00;
					border: 1px solid #E8E8E8;
				}
		.body_left .body_brochure {
			z-index: 100;
			position: absolute;
			display: block;
			right: 25px;
			top: 1px;
		}
			.body_left .body_brochure a {
				position: relative;
				display: block;
				padding-top: 6px;
				padding-bottom: 7px;
				padding-left: 28px;
				padding-right: 9px;
				height: auto;
				font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
				font-size: 15px;
				font-weight: 300;
				text-decoration: none;
				text-align: left;
				line-height: 15px;
				color: #000000;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				/*background: #25316B url(../images/pdf-icon.png) 7px 6px no-repeat;*/
				border: 1px solid #DDDDDD;
				background: #F6F6F6 url(../images/pdf-icon.png) 5px 4px no-repeat;;
			}
				.body_left .body_brochure a:hover {
					color: #FF7F00;
					border: 1px solid #E8E8E8;
				}
		.body_left .body_headimage {
			position: relative;
			display: block;
			margin-bottom: 25px;
			margin-right: 25px;
			clear: both;
		}
		.body_left .body_footimage {
			position: relative;
			display: block;
			margin-top: 15px;
			margin-right: 25px;
			padding-top: 10px;
			padding-bottom: 10px;
			border: 1px solid #EEEEEE;
			clear: both;
		}
		.body_left .body_video {
			position: relative;
			display: block;
			margin-top: 10px;
			padding: 20px;
			text-align: center;
			background: #F8F8F8;
			clear: both;
		}
		.body_left .body_gallery {
			position: relative;
			display: block;
			clear: both;
		}
			.body_gallery ul {
				position: relative;
				display: block;
				list-style-type: none;
			}
				.body_gallery ul li {
					position: relative;
					display: block;
					float: left;
					margin-bottom: 5px;
					margin-right: 5px;
					width: 190px;
					height: 160px;
				}
					.body_gallery ul li img {
						position: absolute;
						left: 0;
						right: 0;
						top: 0;
						bottom: 0;
						margin: auto;
						padding: 8px;
						width: auto;
						height: auto;
						max-width: 167px;
						max-height: 137px;
						background: #F6F6F6;
					}
		.body_left .body_col1 {
			position: relative;
			display: block;
			float: left;
			margin-right: 25px;
			width: 460px;
			clear: left;
		}
		.body_left .body_col2 {
			position: relative;
			display: block;
			float: right;
			margin-right: 25px;
			width: 460px;
			clear: right;
		}
		.body_left .body_col_full {
			position: relative;
			display: block;
			margin-right: 25px;
			width: auto;
			clear: both;
		}
		.body_left .news_col {
			position: relative;
			display: block;
			float: left;
			margin-right: 25px;
			clear: left;
		}
			.news_col .news_date {
				position: relative;
				display: block;
				clear: both;
			}
			.news_col .news_images {
				position: relative;
				display: block;
				clear: both;
			}
				.news_col .news_images img {
					position: relative;
					display: block;
					float: left;
					margin-bottom: 25px;
					margin-right: 25px;
					max-width: 250px;
					max-height: 150px;
				}
			.body_left .body_col1, .body_left .body_col2, .body_left .body_col_full, .body_left .news_col {
				font-size: 12px;
				font-weight: normal;
				text-align: left;
				line-height: 19px;
				color: #555555;
			}
				.body_left .body_col1 p, .body_left .body_col2 p, .body_left .body_col_full p, .body_left .news_col p {
					margin-top: 5px;
					margin-bottom: 1.1em;
				}
				.body_left .body_col1 a, .body_left .body_col2 a, .body_left .body_col_full a, .body_left .news_col a {
					text-decoration: none;
					color: #FF7F00;
				}
					.body_left .body_col1 a:hover, .body_left .body_col2 a:hover, .body_left .body_col_full a:hover, .body_left .news_col a:hover {
						text-decoration: none;
						color: #000000;
					}
				.body_left .body_col1 hr, .body_left .body_col2 hr, .body_left .body_col_full hr, .body_left .news_col hr {
					margin-bottom: 1.15em;
					height: 1px;
					color: #FFFFFF;
					border: 0;
					border-top: 1px dotted #DDDDDD;
					background-color: #FFFFFF;
				}
				.body_left .body_col1 ul, .body_left .body_col2 ul, .body_left .body_col_full ul, .body_left .news_col ul {
					position: relative;
					display: block;
					margin-bottom: 16px;
					margin-left: 28px;
					clear: both;
				}
					.body_left .body_col1 ul li, .body_left .body_col2 ul li, .body_left .body_col_full ul li, .body_left .news_col ul li {
						text-indent: 0;
					}
				.body_left .body_col1 h1, .body_left .body_col2 h1, .body_left .body_col_full h1, .body_left .news_col h1 {
					position: relative;
					display: block;
					font-family: Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 24px;
					font-weight: normal;
					text-decoration: none;
					text-align: left;
					line-height: 32px;
					color: #000000;
					clear: both;
				}
				.body_left .body_col1 h2, .body_left .body_col2 h2, .body_left .body_col_full h2, .body_left .news_col h2 {
					position: relative;
					display: block;
					margin-bottom: 15px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 20px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 26px;
					color: #000000;
					clear: both;
				}
				.body_left .body_col1 h2:first-of-type, .body_left .body_col2 h2:first-of-type, .body_left .body_col_full h2:first-of-type, .body_left .news_col h2:first-of-type {
					
				}
				.body_left .body_col1 h3, .body_left .body_col2 h3, .body_left .body_col_full h3, .body_left .news_col h3 {
					position: relative;
					display: block;
					margin-bottom: 12px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 18px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 26px;
					color: #000000;
					clear: both;
				}
				.body_left .body_col1 h4, .body_left .body_col2 h4, .body_left .body_col_full h4, .body_left .news_col h4 {
					position: relative;
					display: block;
					margin-bottom: 12px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 15px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 24px;
					color: #000000;
					clear: both;
				}
				.body_left .body_col1 h5, .body_left .body_col2 h5, .body_left .body_col_full h5, .body_left .news_col h5 {
					position: relative;
					display: block;
					margin-bottom: 10px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 14px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 22px;
					color: #000000;
					clear: both;
				}
				.body_left .body_col1 h6, .body_left .body_col2 h6, .body_left .body_col_full h6, .body_left .news_col h6 {
					position: relative;
					display: block;
					margin-bottom: 10px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 13px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 20px;
					color: #000000;
					clear: both;
				}
				.body_left .join_newsletter {
					position: relative;
					display: block;
					clear: both;
				}
					.join_newsletter .newsletter_form_heading {
						position: relative;
						display: none;
						margin-bottom: 12px;
						font-size: 14px;
						font-weight: normal;
						line-height: 16px;
						color: #000000;
						clear: both;
					}
					.join_newsletter .newsletter_form_item {
						position: relative;
						display: block;
						margin-bottom: 5px;
						font-size: 12px;
						font-weight: normal;
						text-align: left;
						line-height: 15px;
						color: #555555;
						clear: both;
					}
						.newsletter_form_item .newsletter_form_field {
							position: relative;
							display: block;
							padding-left: 5px;
							padding-right: 5px;
							width: 313px;
							height: 26px;
							font-family: Helvetica, Arial, sans-serif;
							font-size: 12px;
							font-weight: normal;
							text-decoration: none;
							text-align: left;
							line-height: 14px;
							color: #000000;
							border: 1px solid #DDDDDD;
							-webkit-border-radius: 2px;
							-moz-border-radius: 2px;
							border-radius: 2px;
							background: #FFFFFF;
							clear: both;
						}
							.newsletter_form_item .newsletter_form_field:hover {
								border: 1px solid #CCCCCC;
							}
							.newsletter_form_item .required_input {
								
							}
							.newsletter_form_item .highlight_required_input, .newsletter_form_item .highlight_required_input:hover {
								border: 1px solid #F62217;
							}
					.join_newsletter .newsletter_form_submit {
						position: relative;
						display: block;
						margin-top: 8px;
						padding-left: 18px;
						padding-right: 12px;
						height: 27px;
						font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
						font-size: 12px;
						font-weight: normal;
						text-decoration: none;
						text-transform: uppercase;
						text-align: left;
						line-height: 27px;
						color: #000000;
						border: 0;
						background: #FFFFFF url(../images/big-grey-submit.jpg) left top no-repeat;
						clear: both;
					}
						.join_newsletter .newsletter_form_submit:hover {
							cursor: pointer;
							background: #FFFFFF url(../images/big-grey-submit-o.jpg) left top no-repeat;
						}
				.body_left .client_login {
					position: relative;
					display: block;
					float: left;
					padding-top: 41px;
					padding-bottom: 13px;
					padding-left: 12px;
					padding-right: 12px;
					width: 326px;
					border: 1px solid #DDDDDD;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					background: #F9F9F9;
					clear: both;
				}
					.client_login .client_login_heading {
						position: absolute;
						display: block;
						left: 0;
						top: 0;
						width: 350px;
						height: 31px;
						-webkit-border-top-left-radius: 2px;
						-webkit-border-top-right-radius: 2px;
						-moz-border-radius-topleft: 2px;
						-moz-border-radius-topright: 2px;
						border-top-left-radius: 2px;
						border-top-right-radius: 2px;
						background: #F6F6F6 url(../images/light-gradient-bar.jpg) left top repeat-x;
					}
						.client_login_heading div {
							position: relative;
							display: block;
							padding-left: 17px;
							padding-right: 10px;
							font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
							font-size: 13px;
							font-weight: normal;
							text-align: left;
							line-height: 28px;
							color: #000000;
							background: url(../images/black-arrow1.gif) 10px 11px no-repeat;
							clear: both;
						}
					.client_login .client_login_item {
						position: relative;
						display: block;
						margin-bottom: 5px;
						font-size: 12px;
						font-weight: normal;
						text-align: left;
						line-height: 15px;
						color: #555555;
						clear: both;
					}
						.client_login_item .client_field {
							position: relative;
							display: block;
							padding-left: 5px;
							padding-right: 5px;
							width: 313px;
							height: 26px;
							font-family: Helvetica, Arial, sans-serif;
							font-size: 12px;
							font-weight: normal;
							text-decoration: none;
							text-align: left;
							line-height: 14px;
							color: #000000;
							border: 1px solid #DDDDDD;
							-webkit-border-radius: 2px;
							-moz-border-radius: 2px;
							border-radius: 2px;
							background: #FFFFFF;
							clear: both;
						}
							.client_login_item .client_field:hover {
								border: 1px solid #CCCCCC;
							}
							.client_login_item .required_input {
								
							}
							.client_login_item .highlight_required_input, .client_login_item .highlight_required_input:hover {
								border: 1px solid #F62217;
							}
					.client_login .client_submit {
						position: relative;
						display: block;
						margin-top: 8px;
						padding-left: 18px;
						padding-right: 12px;
						height: 27px;
						font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
						font-size: 12px;
						font-weight: normal;
						text-decoration: none;
						text-transform: uppercase;
						text-align: left;
						line-height: 27px;
						color: #000000;
						border: 0;
						background: #FFFFFF url(../images/big-grey-submit.jpg) left top no-repeat;
						clear: both;
					}
						.client_login .client_submit:hover {
							cursor: pointer;
							background: #FFFFFF url(../images/big-grey-submit-o.jpg) left top no-repeat;
						}
			.body_col2 .quick_gallery {
				position: relative;
				display: block;
				margin-bottom: 30px;
				width: 460px;
				height: 460px;
				background: #F6F6F6;
				clear: both;
			}
				.body_col2 .quick_gallery ul {
					margin: 0;
				}
				.quick_gallery .quick_gallery_display {
					position: relative;
					display: block;
					width: 444px;
					height: 345px;
					border: 8px solid #F6F6F6;
					overflow: hidden;
					clear: both;
				}
					.quick_gallery_display .slides > li {
						position: relative;
						display: block;
						float: left;
						width: 444px;
						height: 345px;
						text-align: center;
						overflow: hidden;
					}
						.quick_gallery_display .slides li { display: none; } /*Fixes slide being stuck on last image when using fade*/
						.quick_gallery_display .slides li img {
							max-height: 100%;
						}
				.quick_gallery .quick_gallery_thumbs {
					position: absolute;
					display: block;
					left: 0;
					bottom: 0;
					width: 444px;
					border: 8px solid #F6F6F6;
					clear: both;
				}
					.quick_gallery_thumbs .slides > li {
						position: relative;
						display: block;
						float: left;
						margin-right: 8px;
						height: 80px;
						text-align: center;
						overflow: hidden;
					}
						.quick_gallery_thumbs .slides li img {
							width: auto;
							max-height: 100%;
							-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
							filter: alpha(opacity=50);
							-moz-opacity: 0.5;
							-khtml-opacity: 0.5;
							opacity: 0.5;
						}
							.quick_gallery_thumbs .slides li img:hover {
								cursor: pointer;
								-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
								filter: alpha(opacity=100);
								-moz-opacity: 1;
								-khtml-opacity: 1;
								opacity: 1;
							}
							/*For Flexslider*/
							.quick_gallery_thumbs .slides .flex-active-slide img {
								/*cursor: default;
								-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
								filter: alpha(opacity=100);
								-moz-opacity: 1;
								-khtml-opacity: 1;
								opacity: 1;*/
							}
							.quick_gallery_thumbs .flex-direction-nav .flex-prev, .quick_gallery_thumbs .flex-direction-nav .flex-next {
								position: absolute;
								display: block;
								bottom: 29px;
								height: 21px;
								width: 20px;
								text-indent: -9999px;
								/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
								filter: alpha(opacity=70);
								-moz-opacity: 0.7;
								-khtml-opacity: 0.7;
								opacity: 0.7;*/
							}
								.quick_gallery_thumbs .flex-direction-nav .flex-prev:hover, .quick_gallery_thumbs .flex-direction-nav .flex-next:hover {
									/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
									filter: alpha(opacity=70);
									-moz-opacity: 1;
									-khtml-opacity: 1;
									opacity: 1;*/
								}
							.quick_gallery_thumbs .flex-direction-nav .flex-prev {
								left: -8px;
								background: #E1E1E1 url(../images/gallery-left-arrow.gif) center center no-repeat;
							}
							.quick_gallery_thumbs .flex-direction-nav .flex-next {
								right: -8px;
								background: #E1E1E1 url(../images/gallery-right-arrow.gif) center center no-repeat;
							}
		.body_left .body_news_list {
			position: relative;
			display: block;
			margin-right: 25px;
			clear: both;
		}
			.body_news_list .body_news_item {
				position: relative;
				display: block;
				margin-bottom: 12px;
				padding-top: 12px;
				padding-bottom: 5px;
				padding-left: 12px;
				padding-right: 12px;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
				line-height: 19px;
				color: #555555;
				border: 1px solid #E8E8E8;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				background: #FAFAFA;
				clear: both;
			}
				.body_news_list .body_news_item p {
					margin-bottom: 1.1em;
				}
				.body_news_list .body_news_item a {
					text-decoration: none;
					color: #FF7F00;
				}
					.body_news_list .body_news_item a:hover {
						text-decoration: none;
						color: #000000;
					}
				.body_news_list .body_news_item ul {
					position: relative;
					display: block;
					margin-bottom: 16px;
					margin-left: 30px;
					clear: both;
				}
				.body_news_item .news_item_date {
					position: relative;
					display: block;
					clear: both;
				}
				.body_news_item .news_item_title {
					position: relative;
					display: block;
					margin-top: 4px;
					margin-bottom: 9px;
					font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
					font-size: 16px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 16px;
					color: #000000;
					clear: both;
				}
				.body_news_item .news_item_short {
					position: relative;
					display: block;
					clear: both;
				}
				.body_news_item .news_item_images {
					position: relative;
					display: block;
					margin-bottom: 10px;
					float: left;
					clear: both;
				}
					.body_news_item .news_item_images img {
						position: relative;
						display: block;
						float: left;
						margin-right: 5px;
						padding: 10px;
						max-width: 200px;
						max-height: 80px;
						border: 1px solid #EEEEEE;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
						background: #FFFFFF;
					}
			.body_news_list .body_news_prev, .body_news_list .body_news_next {
				position: relative;
				display: block;
			}
			.body_news_list .body_news_prev {
				float: left;
				clear: left;
			}
			.body_news_list .body_news_next {
				float: right;
				clear: right;
			}
				.body_news_list .body_news_prev a, .body_news_list .body_news_next a {
					position: relative;
					display: block;
					font-size: 12px;
					font-weight: normal;
					text-decoration: none;
					text-align: left;
					line-height: 16px;
					color: #FF7F00;
					clear: both;
				}
					.body_news_list .body_news_prev a:hover, .body_news_list .body_news_next a:hover {
						color: #000000;
					}
		.body_left .body_contact {
			position: relative;
			display: block;
			padding-top: 20px;
			margin-top: 20px;
			margin-right: 25px;
			border-top: 1px solid #EEEEEE;
			clear: both;
		}
			.body_contact .contact {
				position: relative;
				display: block;
				float: left;
				width: 450px;
				clear: left;
			}
				.body_contact .contact h1 {
					position: relative;
					display: block;
					margin-top: 2px;
					margin-bottom: 25px;
					font-family: Lato, Segoe-UI-Light, Helvetica, Arial, sans-serif;
					font-size: 19px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 19px;
					color: #000000;
					clear: both;
				}
				.contact .contact_item {
					position: relative;
					display: block;
					float: left;
					margin-right: 15px;
					font-size: 12px;
					font-weight: normal;
					text-align: left;
					line-height: 14px;
					color: #000000;
				}
					.contact .contact_item .asterisk {
						color: #F62217;
					}
					.contact_item .textfield {
						position: relative;
						display: block;
						margin-top: 4px;
						margin-bottom: 7px;
						padding-left: 5px;
						padding-right: 5px;
						width: 450px;
						height: 28px;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 12px;
						font-weight: normal;
						text-decoration: none;
						text-align: left;
						line-height: 14px;
						color: #000000;
						border: 1px solid #DDDDDD;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
						background: #F8F8F8;
						clear: both;
					}
						.contact_item .textfield:hover {
							border-color: #CCCCCC;
						}
					.contact_item .textarea {
						position: relative;
						display: block;
						margin-top: 4px;
						margin-bottom: 8px;
						padding-top: 5px;
						padding-bottom: 5px;
						padding-left: 5px;
						padding-right: 5px;
						width: 450px;
						height: 100px;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 12px;
						font-weight: normal;
						text-decoration: none;
						text-align: left;
						line-height: 14px;
						color: #000000;
						border: 1px solid #DDDDDD;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						border-radius: 2px;
						background: #F8F8F8;
						clear: both;
					}
						.contact_item .textarea:hover {
							border-color: #CCCCCC;
						}
					.contact_item .required_input {
						
					}
					.contact_item .highlight_required_input, .contact_item .highlight_required_input:hover {
						border: 1px solid #F62217;
					}
				.contact .button {
					position: relative;
					display: block;
					padding-top: 9px;
					padding-bottom: 8px;
					padding-left: 18px;
					padding-right: 12px;
					height: auto;
					font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
					font-size: 12px;
					font-weight: normal;
					text-decoration: none;
					text-transform: uppercase;
					text-align: left;
					line-height: 12px;
					color: #000000;
					border: 0;
					background: #FFFFFF url(../images/big-grey-submit.jpg) left center no-repeat;
					clear: both;
				}
					.contact .button:hover {
						cursor: pointer;
						background: #FFFFFF url(../images/big-grey-submit-o.jpg) left center no-repeat;
					}
			.body_contact .location_map {
				position: relative;
				display: block;
				float: right;
				margin-top: 10px;
				width: 450px;
				height: auto;
				border: 1px solid #DDDDDD;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				clear: right;
			}
	.body .body_right {
		position: relative;
		display: block;
		float: right;
		width: 215px;
		clear: right;
	}
		.body_right .quick_contact {
			position: relative;
			display: block;
			margin-bottom: 15px;
			padding-top: 38px;
			padding-bottom: 10px;
			padding-left: 7px;
			padding-right: 7px;
			border: 1px solid #F4F4F4;
			background: #F4F4F4;
			clear: both;
		}
			.quick_contact .quick_contact_heading {
				position: absolute;
				display: block;
				left: -1px;
				top: -1px;
				width: 215px;
				height: auto;
				/*background: #FF7F00 url(../images/orange-gradient-bar.jpg) left top repeat-x;*/
				background: #FF7F00;
			}
				.quick_contact_heading h5 {
					position: relative;
					display: block;
					padding-top: 8px;
					padding-bottom: 9px;
					padding-left: 14px;
					padding-right: 10px;
					font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
					font-size: 15px;
					font-weight: 300;
					text-align: left;
					line-height: 14px;
					color: #FFFFFF;
					background: url(../images/white-arrow1.gif) 9px center no-repeat;
					clear: both;
				}
			.quick_contact .textfield {
				position: relative;
				display: block;
				margin-bottom: 3px;
				padding-left: 4px;
				padding-right: 4px;
				width: 188px;
				height: 21px;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				text-align: left;
				line-height: 13px;
				color: #888888;
				border: 1px solid #EEEEEE;
				background: #FFFFFF;
				clear: both;
			}
				.quick_contact .textfield:hover {
					border-color: #DDDDDD;
				}
			.quick_contact .textarea {
				position: relative;
				display: block;
				margin-bottom: 3px;
				padding-top: 4px;
				padding-bottom: 4px;
				padding-left: 4px;
				padding-right: 4px;
				width: 188px;
				height: 80px;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				text-align: left;
				line-height: 13px;
				color: #888888;
				border: 1px solid #EEEEEE;
				background: #FFFFFF;
				clear: both;
			}
				.quick_contact .textarea:hover {
					border-color: #DDDDDD;
				}
				.quick_contact .textfield_focus {
					color: #000000;
				}
			.quick_contact .required_input {
					
				}
				.quick_contact .highlight_required_input, .quick_contact .highlight_required_input:hover {
					border: 1px solid #F62217;
				}
			.quick_contact .button {
				position: relative;
				display: block;
				margin-top: 7px;
				margin-left: auto;
				margin-right: auto;
				padding-left: 15px;
				padding-right: 10px;
				height: 19px;
				font-family: Segoe-UI-Bold, Helvetica, Arial, sans-serif;
				font-size: 10px;
				font-weight: normal;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				line-height: 15px;
				color: #000000;
				border: 1px solid #DDDDDD;
				background: #EFEFEF url(../images/small-grey-submit.jpg) left center no-repeat;
				clear: both;
			}
				.quick_contact .button:hover {
					cursor: pointer;
					background: #EFEFEF url(../images/small-grey-submit-o.jpg) left center no-repeat;
				}
		.body_right .quick_sections {
			position: relative;
			display: block;
			clear: both;
		}
			.quick_sections .quick_sections_heading {
				position: relative;
				display: block;
				margin-bottom: 1px;
				height: auto;
				/*background: #25316B url(../images/blue-gradient-bar.jpg) left top repeat-x;*/
				background: #25316B;
				clear: both;
			}
				.quick_sections_heading h4 {
					position: relative;
					display: block;
					padding-top: 8px;
					padding-bottom: 9px;
					padding-left: 14px;
					padding-right: 10px;
					font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
					font-size: 15px;
					font-weight: 300;
					text-align: left;
					line-height: 14px;
					color: #FFFFFF;
					background: url(../images/white-arrow1.gif) 9px center no-repeat;
					clear: both;
				}
			.body_right .quick_sections a {
				position: relative;
				display: block;
				width: auto;
				margin-bottom: 1px;
				text-decoration: none;
				clear: both;
			}
				.body_right .quick_sections a h5 {
					position: relative;
					padding-top: 8px;
					padding-bottom: 9px;
					padding-left: 8px;
					padding-right: 8px;
					height: auto;
					font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
					font-size: 14px;
					font-weight: 300;
					text-decoration: none;
					text-align: left;
					line-height: 14px;
					color: #000000;
					background: #EEEEEE;
				}
					.body_right .quick_sections a h5:hover {
						color: #FFFFFF;
						background: #25316B;
					}
					.body_right .quick_sections a h5 img {
						margin-left: 4px;
						vertical-align: middle;
					}
					
.brochure_request {
	z-index: 5000;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(70,70,70,.6);
}
	.brochure_request .brochure_request_box {
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		padding: 18px;
		margin-top: -115px;
		margin-left: -168px;
		width: 300px;
		height: 195px;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		line-height: 14px;
		color: #000000;
		background: #FFFFFF;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	}
		.brochure_request_box .brochure_request_heading {
			position: relative;
			display: block;
			margin-bottom: 8px;
			height: 34px;
			background: #25316B;
			clear: both;
		}
			.brochure_request_box .brochure_request_heading h3 {
				position: relative;
				display: block;
				padding-left: 14px;
				padding-right: 13px;
				font-family: Lato, Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
				font-size: 16px;
				font-weight: 300;
				text-decoration: none;
				text-align: left;
				line-height: 32px;
				color: #FFFFFF;
				background: url(../images/white-arrow1.gif) 9px 14px no-repeat;
				clear: both;
			}
		.brochure_request_box .textfield {
			position: relative;
			display: block;
			margin-bottom: 3px;
			margin-right: 10px;
			padding-left: 4px;
			padding-right: 4px;
			width: 290px;
			height: 25px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			text-align: left;
			line-height: 13px;
			color: #000000;
			border: 1px solid #E2E2E2;
			background: #FFFFFF;
			clear: both;
		}
			.brochure_request_box .placeholder {
				color: #AAAAAA;
			}
			.brochure_request_box .textfield:hover {
				border-color: #CCCCCC;
			}
		.brochure_request_box .required_input {
					
				}
				.brochure_request_box .highlight_required_input, .brochure_request_box .highlight_required_input:hover {
					border: 1px solid #F62217;
				}
		.brochure_request_box .brochure_request_checkbox {
			position: relative;
			display: block;
			padding-top: 6px;
			padding-bottom: 6px;
			clear: both;
		}
			.brochure_request_checkbox .checkbox {
				position: relative;
				display: block;
				float: left;
				margin-bottom: 1px;
				margin-right: 5px;
			}
		.brochure_request_box .submit, .brochure_request_box .cancel {
			position: relative;
			display: block;
			float: left;
			margin-top: 5px;
			margin-right: 3px;
			padding-left: 15px;
			padding-right: 10px;
			height: 19px;
			font-family: Segoe-UI-Bold, Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			text-transform: uppercase;
			text-align: left;
			line-height: 15px;
			color: #000000;
			border: 1px solid #DDDDDD;
			background: #EFEFEF url(../images/small-grey-submit.jpg) left center repeat-x;
		}
			.brochure_request_box .submit:hover, .brochure_request_box .cancel:hover {
				cursor: pointer;
				background: #EFEFEF url(../images/small-grey-submit-o.jpg) left center repeat-x;
			}
	.brochure_request .brochure_downloaded {
		position: absolute;
		display: none;
		left: 50%;
		top: 50%;
		padding: 20px;
		margin-top: -75px;
		margin-left: -160px;
		width: 300px;
		height: 127px;
		font-size: 13px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		line-height: 18px;
		color: #25316B;
		background: #FFFFFF;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	}
		.brochure_downloaded .brochure_downloaded_heading {
			position: relative;
			display: block;
			margin-bottom: 8px;
			height: 34px;
			background: #25316B;
			clear: both;
		}
			.brochure_downloaded .brochure_downloaded_heading h3 {
				position: relative;
				display: block;
				padding-left: 17px;
				padding-right: 13px;
				font-family: Segoe-UI-Semibold, Helvetica, Arial, sans-serif;
				font-size: 15px;
				font-weight: normal;
				text-decoration: none;
				text-align: left;
				line-height: 32px;
				color: #FFFFFF;
				background: url(../images/white-arrow1.gif) 10px 14px no-repeat;
				clear: both;
			}
		.brochure_downloaded .close {
			position: relative;
			display: block;
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 15px;
			padding-right: 10px;
			height: 19px;
			font-family: Segoe-UI-Bold, Helvetica, Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			text-transform: uppercase;
			text-align: left;
			line-height: 15px;
			color: #000000;
			border: 1px solid #DDDDDD;
			background: #EFEFEF url(../images/small-grey-submit.jpg) left center repeat-x;
			clear: both;
		}
			.brochure_downloaded .close:hover {
				cursor: pointer;
				background: #EFEFEF url(../images/small-grey-submit-o.jpg) left center repeat-x;
			}
.partners {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	padding-bottom: 24px;
	width: 1200px;
	border-top: 1px solid #EEEEEE;
	clear: both;
}
	.partners .partners_label {
		position: relative;
		display: block;
		float: left;
		font-family: Lato, Segoe-UI-Regular, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 300;
		text-decoration: none;
		text-align: left;
		line-height: 57px;
		color: #000000;
		clear: left;
	}
	.partners .partners_logos {
		position: relative;
		display: block;
		float: right;
		width: 1022px;
		height: 60px;
		overflow: hidden;
		clear: right;
	}

.links {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	padding-bottom: 30px;
	border-top: 1px solid #EEEEEE;
	clear: both;
}
	.links .links_breadcrumb {
		position: relative;
		display: block;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
		font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-align: left;
		line-height: 12px;
		color: #000000;
		clear: both;
	}
		.links .links_breadcrumb a {
			text-decoration: none;
			color: #000000;
		}
		.links .links_breadcrumb a:hover {
			color: #000000;
		}
		.links .links_breadcrumb b {
			font-weight: 400;
		}
	.links .links_table {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
		border-collapse: collapse;
		clear: both;
	}
		.links .links_table tr {
			
		}
		.links .links_table td {
			padding-top: 1px;
			padding-bottom: 2px;
			padding-right: 5px;
			width: 200px;
			vertical-align: top;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			line-height: 14px;
			color: #999999;
		}
			.links table.links_table td a {
				text-decoration: none;
				color: #999999;
			}
			.links table.links_table td a:hover {
				color: #000000;
			}
	
.footer {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 36px;
	background: #25316B;
	clear: both;
}
	.footer_content {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 1200px;
		clear: both;
	}
		.footer_content .footer_col1 {
			position: relative;
			display: block;
			float: left;
			font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
			font-size: 12px;
			font-weight: 300;
			text-align: left;
			line-height: 36px;
			color: #FFFFFF;
			clear: left;
		}
		.footer_content .footer_col2 {
			position: relative;
			display: block;
			float: right;
			clear: right;
		}
			.footer_content .footer_col2 ul {
				position: relative;
				display: block;
				margin-top: 11px;
				list-style-type: none;
				clear: both;
			}
				.footer_content .footer_col2 ul li {
					position: relative;
					display: block;
					float: left;
				}
					.footer_content .footer_col2 ul li a {
						position: relative;
						display: block;
						padding-bottom: 1px;
						padding-left: 11px;
						padding-right: 11px;
						margin-top: 1px;
						font-family: Lato, Segoe-UI-Bold, Helvetica, Arial, sans-serif;
						font-size: 12px;
						font-weight: 300;
						text-decoration: none;
						text-align: left;
						line-height: 12px;
						color: #FFFFFF;
						border-right: 1px solid #404A7D;
					}
					.footer_content .footer_col2 ul li a.last {
						border: 0;
					}
					.footer_content .footer_col2 ul li a:hover {
						color: #BDBFCC;
					}
				
.site_image_cache {
	z-index: 1;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
}

.clear {
	clear: both;
}
.body_brochure {
	display: none !important;
}
.header .other_sites {
	display: none;
}
.body_col_full td div {
	display: none;
}
.header .facebook_link {
	display: none;
}
.category_item_body {
	display: none !important;
}
.category_item {
	margin-bottom: 10px !important;
}
category_block {
	max-width: 65% !important;
	float: right !important;
} 
.video_home {
	vertical-align: top;
	margin-right: 40px;
	float: left !important;
	width: 35%;
}
