#CTC_Cover
{
    position: absolute; top: 0px; left: 0px;
    width: 100%; height: 100%;
    z-index: 9001; display: none;
    background: transparent url(images/imgCover.png);    
}

#CTC_Form_Container
{
    width: 100%; height: 450px;
    margin-top: 100px;    
}

#CTC_Form
{
    width: 650px; height: 425px;
    margin: 0px auto;
    position: relative;
}

img#CTC_Form_Close
{
    position: absolute; top: 0px; right: 0px;
    width: 28px; height: 28px;
    z-index: 9010;
    cursor: pointer;
}

#CTC_Form_iFrame
{
    position: absolute; top: 10px; right: 10px;    
    border: solid 10px #FFF;
}


body 
{
	background: #447dae url('images/imgBg.png') repeat-x ;
	margin: 0px; padding: 0px;
}

body *
{
    font-family: Arial;    
}

img { border-style: none; }

#CTC_header_container
{
    position: absolute; top: -20px; width: 100%;    
}

#CTC_header
{
	margin: 0px auto; padding: 0px;
	width:960px;
}

#CTC_header h1, #CTC_header h2
{
	margin: 0px;
	padding: 0px;
	display: none;
}

#CTC_content_container  
{
    position: absolute; top: 280px;
    width: 100%;
}

#CTC_content
{
	width:960px; height: 300px;
	margin: 0px auto; padding: 0px;
	position: relative;
	overflow: hidden;
}

#CTC_footer_container
{
    position: absolute; top: 570px;
    width: 100%;
}

#CTC_facebookLike 
{
    margin: 0px auto;
	padding: 2px;	
	width:960px;
    position: relative;
}
#CTC_facebook_whiteBox
{
    background-color:White;
    width:208px;
    height:62px;
    float:left;
}

#CTC_footer 
{
	margin: 0px auto;
	padding: 0px;
	height:80px;
	width:960px;
    position: relative;
}
#CTC_footer img
{
	margin-right:4px;
}
#CTC_secondNav
{
	position: absolute;	top: 0px; right: 0px;
}

#CTC_secondNav img
{
	margin-left: 6px;
	margin-right:0px;
}
