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

 html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
  outline: none;
}

h1, h2, h3, h4, h5 {margin-top: 0px; color:#173350; font-weight: normal; }

h1 { font-size: 26px; }
h2 { font-size: 18px; }

img{
	border: none;
}

#preLoad{
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	background:#173350;
	z-index: 1001;
}

#background { 
	width:100%;
	height:100%;
	position:absolute;
	z-index: -1;
	top:0;
	left:0;
	overflow:hidden;
}

#background img { 
	width:100%
}

#fadingSpanExtendedContainer {
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	z-index: 0;
}

#fadingSpanContainer {
	width:115%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	z-index: 1;
}

#fadingSpanContainer span {
	background: #173350;
	margin: 0px;
	padding: 0px;
	width: 10%;
	height: 10%;
	float: left;
	display: block;
}

#contentArea {
 width:100%; position:absolute; bottom: 0px; z-index: 2;
}
#menuContainer {
	z-index: 3;
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#chjLogo {
	float: left;
	cursor: pointer;
}
#menu {
	float:left;
	display: inline;
	margin: 20px 0 0 10px;
}
#menu img {
		cursor: pointer;
}

#menuContainerIE {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 7;
	display: none;
}
#chjLogoIE {
	float: left;
	cursor: pointer;
}
#menuIE {
	background: #173350;
	float:left;
	display: inline;
	margin: 20px 0 0 10px;
}
#menuIE img {
		cursor: pointer;
}

#aboutCHJContainer {
	background: #FFF;
	z-index: 4;
}
#aboutCHJContent {
	width: 920px;
	padding: 10px 10px 10px 70px;
	margin: 0 auto;
	font-size:16px;
}
#contactCHJContainer {
	background: #FFF;
	z-index: 5;
}
#contactCHJContent {
	width: 920px;
	padding: 10px 10px 10px 70px;
	margin: 0 auto;
	overflow:auto;
}
#addressContainer {
	width: 200px;
	margin-right: 60px;
	float: left;	
}
#paymentContainer {
	width: 200px;
	float: left;	
}
#contactFormContainer {
	width: 200px;
	margin-right: 60px;
	float: left;
}

#contactFormContainer p {
	margin-top: 0px;
	margin-bottom: 4px;
}

#thankYouMessage {
	border: #006600 1px solid;
	background: #66FF99;
	text-align:center;
	padding: 10px;
}

#thankYouMessage H2{
	color: #006600;
	margin-bottom: 0px;
}

#thankYouPayPalMessage {
	border: #006600 1px solid;
	background: #66FF99;
	text-align:center;
	padding: 10px;
}

#thankYouPayPalMessage H2{
	color: #006600;
	margin-bottom: 0px;
}

.inputButton {
	padding: 4px;
	font-size:11px;
	background:#ECECEC;
	border:#173350 1px solid;
	color:#173350;
	margin-top: 4px;
}
.verifyAmount {
	width: 300px;
	border: 0px;
	font-size: 18px;
	background:#FFFFFF;
	color: #000;
	text-align:left;
}

#portfolioContainer {
	position:absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 120px;
	z-index: 6;
}

.clientList {
    margin-top: 15px;;
}
#clientList li {
    width:300px;
    margin:5px;
    padding:0px;
    line-height:10px;
    float:left;
}


/* Modern Accordian Styles */

.modern_accordion {
    width : 1000px;
    overflow : hidden;
}

.modern_accordion div {
    float : left;
} 

.modern_accordion .content {
    display : none;
    color : #fff;
    background: #318DF2;
	background: #6699CC;
    font-family: Helvetica Neue, Helvetica, Arial, Lucida;
    font-size: 10pt;
    padding: 15px;
    width : 970px;
    margin-bottom: 2px;
}

.modern_accordion .content a:link, a:visited {
 color: #173350;
}

.modern_accordion .content a:hover, a:active {
 color: #FFF;
}

.modern_accordion .content h1, .modern_accordion .content h2 {
	color: #FFF;
}

.modern_accordion .title {
    background: #333;
    margin : 0px 2px 2px 0px;
}

.modern_accordion .title_extended {
    background: #333;
    margin : 0px 0px 2px 0px;
}

.modern_accordion .title a,
.modern_accordion .title_extended a {
    line-height: 1.2em;
    font-family: Helvetica Neue, Lucida Sans Unicode, Arial, Helvetica, Lucida;
    font-size: 10pt;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    padding : 4px 10px 4px 4px;
    color : #FFF;
    text-transform: uppercase;
    float: left;
}

.modern_accordion .active a, 
.modern_accordion .title a:hover {
    color : #318DF2;
	color: #6699cc;
}