/* Reset */
@font-face {
    font-family: 'Open Sans bolder';
    src: url('font-face/OpenSans/ExtraBold-webfont.eot');
    src: url('font-face/OpenSans/ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/OpenSans/ExtraBold-webfont.woff') format('woff'),
         url('font-face/OpenSans/ExtraBold-webfont.ttf') format('truetype'),
         url('font-face/OpenSans/ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans bold';
    src: url('font-face/OpenSans/ExtraBold-webfont.eot');
    src: url('font-face/OpenSans/ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/OpenSans/ExtraBold-webfont.woff') format('woff'),
         url('font-face/OpenSans/ExtraBold-webfont.ttf') format('truetype'),
         url('font-face/OpenSans/ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans normal';
    src: url('font-face/OpenSans/Regular-webfont.eot');
    src: url('font-face/OpenSans/Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/OpenSans/Regular-webfont.woff') format('woff'),
         url('font-face/OpenSans/Regular-webfont.ttf') format('truetype'),
         url('font-face/OpenSans/Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans-regular.eot');
    src: url('opensans-regular.eot') format('embedded-opentype'),
         url('opensans-regular.woff') format('woff'),
         url('opensans-regular.ttf') format('truetype'),
         url('opensans-regular.svg#OpenSansRegular') format('svg');
	font-weight: 400;
    font-style: normal;
}
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;

	z-index: 510;
	height: 25px;
	padding: 0 37px;
	line-height: 25px;
	padding-top: 10px;
padding-bottom: 10px;
	
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #fff;

	background:url(images/navigation-bg.jpg) repeat center center;
	border-radius: 5px 5px 0px 0px;	border-left: none;
	border-right: none;

	
}
.nav > li.first > a{
		
background:url(images/navigation-bg.jpg) repeat center center;
	border-radius: 5px 5px 0px 0px;


	}
.nav > li.last > a{
		
background:url(images/navigation-bg.jpg) repeat center center;
	border-radius: 5px 5px 0px 0px;
padding: 0 38px;
	line-height: 25px;
	padding-top: 10px;
padding-bottom: 10px;
margin-left:0;
	}

.nav > li:hover > a { 
color: #fff;
padding-top: 10px;
padding-bottom: 9px;
background:url(images/navigation-hover.jpg) repeat center center;
border-radius: 5px 5px 0px 0px;




}



/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 22px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 932px;
	top: 29px;
	left: 0;
	z-index:9999;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: url(images/menu-bg.png) repeat center center;
border-radius: 0px 0px 0px 0px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column:first-child { margin-left: 2%; }
.nav .nav-column:last-child { margin-left: 0%; border-right: none; }

.nav .nav-column {
border-right: 1px solid #fff;
		float: left;
		margin: 24px 1.2% 24px 0px;
		min-height: 90px;
		padding: 0 1.2% 0 0;
		overflow: hidden;
		width: 22%;

}

.nav .nav-column h3 {
	margin: 0px 0 10px 0;
	line-height: 18px;
	
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	margin-top:0px;
	
	
}

.nav .nav-column h5 {
	margin: 0px 0 3px 0;
	line-height: 22px;
	
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-top:0px;
	padding-bottom:5px;
	padding-left:10px;
	
	
}
.nav .nav-column h4 {
	margin: 0px 0 3px 0;
	line-height: 18px;
	
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-top:0px;
	padding-left:7px;
	text-align:left;
	
	
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	
	line-height: 30px;

	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	margin: 0px 0px 3px 10px;
	
	
}

.nav .nav-column li a:hover { color: #fff; background: url('images/hyperlink-underline.gif') left bottom repeat-x; }

.heading2-red {

	FONT-SIZE: 18px;
	COLOR: #333333;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
