@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 1080px;
	margin: 0px auto;
	background-color: 1D1D1B;
}


#whiteout {
    width: 233px;
    margin: 0px;
    height: 39px;
    background-color: #FFFFFF;
    margin-top: -46px;
    z-index: 10000 !important;
}

#main-all {
	width: 1080px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#content-all {
	background-color: #FFFFFF;
	min-height: 1400px;
}

#header {
	background-color: #1D1D1B;
	clear: both;
	height: 280px;
}
#logo {
	float: left;
	background-color: #FFF;
	width: 1080px;
	text-align: center;
}
#head-right {
	display: none;
	float: right;
	background-color: #1D1D1B;
	height: 120px;
	width: 490px;
	padding: 50px 0px 0px 0px;
}
#head-right-menu {
	display: none;
	float: right;
	background-color: #1D1D1B;
	height: 41px;
	width: 490px;
	padding-top: 15px;	
}
#main {
	background-color: #FFF !important;
	clear: both;

}
#footer {
	background-color: #1D1D1B;
	clear: both;
}
#inassociationwith {
	background-color: #FFFFFF;
	clear: both;

	padding-bottom: 50px;
}
#content-left {
	border: 0px solid black;
	background-color: #fff;
	float: right;
	
	padding: 40px;
}
#content-right {
	border: 0px solid red;
	background-color: #FFF;
	float: right;
	text-align: center;
	padding: 0 20px 0 30px;
    min-height: 1020px;
}

h3 {
	font-weight: normal !important;
	font-size: 24px;
	line-height: 26px;
}
h4 {
	font-weight: normal !important;
	text-align: right;
	font-size: 12px;
	line-height: 26px;
}
p {
	font-weight: normal !important;
	color: darkslategray;
	font-size: 18px;
	line-height: 26px;
}
#footer-left {

	float: right;
	width: 450px;
	height: 209px;
	padding: 40px;
}
#footer-right {
	float: left;
}


body  {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 15px;
    color: #999999;
	line-height: 19px;
}
    a:link {
    color: #4359AC;
}
a:visited {
    color: #4359AC;
}
a:hover {
    color: #C42123;
}
a:active {
    color: #A36768;
}
h1 {
	color: #FFF;
	font-weight: normal !important;
}
.h1-secondary {
	color: #558e9d;
	font-weight: lighter !important;
	font-size: 32px !important;
}
.h1-tertiary {
	color: #FFF;
	font-weight: lighter !important;
	font-size: 22px !important;
}
.h1-white {
	color: #FFF;
	font-weight: lighter !important;
	font-size: 16px !important;
}
.next {font-size: 18px;
	color: #03a1df;
	font-weight: lighter !important}

.next:link {color: #FFF;} 
.next:visited {color: #FFF;} 
.next:active {color: #03a1df;} 
.next:hover {color: #03a1df;

}