html body{
	margin: 0px;
	padding: 0px;
	font-family: Arial,Sans-serif;
    font-size: 14px;
}

.defaultBody{
	font-family: Arial,Sans-serif;
    font-size: 14px;
}

img{
	border: 0px;
}

.defaultContentWrapper{
	position: relative;
	background-color: #fff;
	width: 100%;
	margin-bottom: 75px;
}

.defaultContent{
	position: relative;
	max-width: 1024px;
	margin: auto;
	padding: 10px;

}




/*------------------------------------
HEADER STYLES
------------------------------------*/

.headerWrapper{
	position: relative;
	background-color: #000;
	width: 100%;
	z-index: 1000;
}

.header{
	position: relative;
	max-width: 1024px;
	margin: auto;
	padding: 10px;
	height: 70px;
}

#headerLogo{
	position: absolute;
	top: 8px;
	left: 1px;
}

/********Buttons********/
.header .buttons{
	position: absolute;
	right: 10px;
	top: 10px;
}

.header .buttons a{
	display: block;
	float: left;
	text-decoration: none;
	background: url(/img/buttonbg.png);
	width: 135px;
	height: 28px;
	text-align: center;
	font-family:  Arial, Sans-serif;
	color: #ed1b35;
	font-size: 18px;
	padding-top: 6px;
	margin-left: 10px;
}

.header .buttons a:hover{
	color: #f7ec6f;
	cursor: pointer;
}

/********Title********/
.header .title{
	position: absolute;
	top: 20px;
	left: 270px;
	color: white;
	font-size: 30px;
}


/********Search********/
.header .search{
	position: absolute;
	top: 50px;
	right: 135px;
	width: 155px;
}
.header .search input{
	background-color: #000;
	border: 1px solid #818181;
	font-size: 14px;
	padding: 5px;
	color: #fff;
	padding-right: 30px;
	width: 120px;
}
.header .search img{
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
	max-width: 20px;
}



/********Social********/
.social{
	position: absolute;
	top: 50px;
	right: 10px;
	width: 125px;
}

.social a{
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background-image: url(/img/social.gif);
	cursor: pointer;
}

.social a.facebook{	background-position: 0px 0px;}
.social a.facebook:hover{	background-position: 0px 24px;}
.social a.twitter{ background-position: -24px 0px;}
.social a.twitter:hover{	background-position: -24px 24px;}
.social a.youtube{background-position: -48px 0px;}
.social a.youtube:hover{background-position: -48px 24px;}
.social a.linkedin{background-position: -72px 0px;}
.social div.linkedin:hover{	background-position: -72px 24px;}
.social a.rss{background-position: -96px 0px;}
.social a.rss:hover{background-position: -96px 24px;}

.header .mobileNav{
	background: url('/images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
}



/*------------------------------------
NAVIGATION
------------------------------------*/
.hnavWrapper{
	position: relative;
	background-color: #000;
	width: 100%;
	z-index: 1000;
}

.hnav{
	position: relative;
	max-width: 1024px;
	margin: auto;
	padding: 10px;
	height: 40px;
}

.stick .links{
	bottom: 10px !important;
}

.hnav .links{
	position: absolute;
	bottom: 20px;
	left: 10px;
}

.hnav  .mheaderLogo{
	position: absolute;
	top: 25px; left: 5px;
	max-height: 25px;
	display: none;
	z-index: 100;
}

.stick .mheaderLogo{
	display: block;
}

.stick .links{
	padding-left: 125px !important;
	height: 20px;
	overflow: hidden;
}

.hnav .links ul{
	position: relative;
	list-style-type:none;
	padding: 0px;
	margin: auto;	
}

.hnav .links .mobile{
	display: none;
}

.hnav .links li{
	padding: 0px;
	margin: 0px;
	float: left;
}

.hnav .links a{
	color: #777;
	text-decoration: none;
	margin-right: 30px;
	text-transform: uppercase;
}

.hnav .links a:hover{
	color: #aaa;
	text-decoration: underline;
}



/********Contact********/

.stick .contact{
	display: none;
}
.hnavWrapper .contact{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 225px;
	text-align: right;
	color: red;
	font-size: 17px;
}

.hnavWrapper .contact a{
	color: red;
	text-decoration: none;
}
.hnavWrapper .contact a:hover{
	text-decoration: underline;
}


/*------------------------------------
FOOTER STYLES
------------------------------------*/

.footerWrapper{
	position: relative;
	background-color: #000;
	width: 100%;
	border-top: 10px solid #CB0006;
	margin-top: 75px;
	min-height: 200px;
    clear: both;


}

.footer{
	position: relative;
	max-width: 1024px;
	margin: auto;
	padding: 10px;
	color: white;
	padding-top: 30px;
	background-color: #000;
	overflow: hidden;
}
.footer div{
	float: left;
	max-width: 25%;
	height: 100px;
	margin-right: 7%;
	font-size: 17px;
}
.footer .contact{
	float: right;
}

.footer .logo{
	min-width: 248px;
	background-image: url(/img/footerLogo.png);
	background-repeat: no-repeat;
}




/*------------------------------------
RESPONSIVE SETTINGS
------------------------------------*/

@media screen and (max-width: 900px) {
	.hnav .contact, .footer .fact{
		display: none;
	}

}


@media screen and (max-width: 720px) {
	
	.headerWrapper{
		position: fixed;
		top: 0px;
		left: 0px;
	}

	.header{
		height: 40px;
	}
	.header #headerLogo img{
		max-height: 40px;
	}
	.header .buttons, .header .social, .header .search, .hnav, .header .title{
		display: none;
	}
	.header .mobileNav, .header .links .mobile{
		display: block;
	}

	.footer div{
		float: left;
		height: 50px;
	}
	.footer div:nth-last-child(1){
		float: left;
		max-width: 100%;
		margin-left: 40px;
		margin-top: 25px;
	}


}


@media screen and (max-width: 400px) {

}

