@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#13253B;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.holdingContainer {
	width:768px;
	margin:20px auto;
}

.header {
	width:768px;
	height:70px;
	background:url(../images/top-bg.png) repeat-x
}

.header .cchlogo {
	width:301px;
	float:left;
}

.header .cchlogo h1 {
	display:none
}

.header .cchcall {
	width:279px;
	height:70px;
	float:right
}

.nav {
	width:768px;
	height:27px;
	padding-top:8px;
	background:url(../images/nav-bg.png) no-repeat
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.nav ul li {
	display:inline;
	color:#FFFFFF;
	padding: 0 10px;
}

.nav ul li a {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
}

.nav ul li a:visited {
	color:#FFFFFF;
}

.nav ul li a:hover {
	text-decoration:underline;
}

.nav ul li a:active {
		color:#FFFFFF;
}

.getattention {
	clear:both;
	width:768px;
	height:228px;
}

.getattention .row {
	height:114px;
	background:#CCCCCC
}

.getattention .rightCol {
	float:right;
	height:109px;
	padding-top:5px;
	width:384px;
	background:url(../images/callcomholdings-main4.png) no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.getattention .rightCol .conTitle {
	font-size:13px;
	font-weight:bold;
}

.getattention .rightCol .conTxt {
	font-size:11px;
}

.getattention .rightCol .conClick {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;

}

.getattention .rightCol .conClick a {
	text-decoration:none;
	color:#FFFFFF
}

.getattention .rightCol .conClick a:hover {
	text-decoration:underline
}


.mainBody {
	clear:both;
	width:738px;
	padding:15px;
	font-size:12px;
	background:#D2D2D2 url(../images/main-btm.png) no-repeat bottom center;
	overflow:auto;
	color:#666666
}

.mainBody h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	color:#003366;
	text-transform:uppercase
}

.mainBody p {
	text-align:justify
}

.mainBody .wideCont {
	width:738px;
}

.mainBody .wideCont .top {
	height:10px;
	width:738px;
	background: url(../images/box3-top.png) no-repeat top center;
	font-size:1px;
}

.mainBody .wideCont .mid{
	width:708px;
	padding:15px;
	background:#FFFFFF
}

.mainBody .wideCont .btm{
	height:10px;
	width:738px;
	background: url(../images/box3-btm.png) no-repeat bottom center;
	font-size:1px;
}

.mainBody .leftCont {
	width:437px;
	float:left;
}

.mainBody .leftCont .top {
	height:10px;
	background:#D2D2D2 url(../images/box1-top.png) no-repeat top center;
	font-size:1px;
}

.mainBody .leftCont .mid {
	width:407px;
	padding:15px;
	background:#FFFFFF;
}

.mainBody .leftCont .btm {
	height:10px;
	background:#D2D2D2 url(../images/box1-btm.png) no-repeat bottom center;
	font-size:1px;
}

.mainBody .rightCont {
	width:286px;
	float:right;
}

.mainBody .rightCont .box1 {
	width:286px;
	background:#E9E9E9 url(../images/box2-top.png) no-repeat top center;
}

.mainBody .rightCont .box1 .top {
	height:10px;
	background:#E9E9E9 url(../images/box2-top.png) no-repeat top center;
	font-size:1px;
}

.mainBody .rightCont .box1 .mid {
	width:256px;
	padding:15px;
}

.mainBody .rightCont .box1 .btm {
	height:10px;
	background:#E9E9E9 url(../images/box2-btm.png) no-repeat bottom center;
	font-size:1px;
}

.mainBody .rightCont .box2 {
	width:286px;
	height:181px;
	margin-top:20px;
	color:#FFFFFF;
	background:url(../images/special-box-bg.png) no-repeat
}

.footer {
	clear:both;
	height:40px;
	width:100%;
	margin:20px auto;
	text-align:center;
	font-size:10px;
}

.footer ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF
}

.footer ul li {
	display:inline;
}

.footer ul li a {
	color:#FFFFFF;
	text-decoration:none
}

.footer .notes {
	color:#FF9933
}

/* Member's Area */

.memholdingContainer {
	width:96%;
	margin:20px auto;
}

.memheader {
	width:100%;
	height:70px;
	background:url(../images/top-bg.png) repeat-x
}

.memheader .cchlogo {
	width:301px;
	float:left;
}

.memheader .cchlogo h1 {
	display:none
}

.memheader .cchcall {
	width:279px;
	height:70px;
	float:right
}

.memnav {
	border:solid 2px #CC9900;
	height:27px;
	padding-top:8px;
	background:#333333;
}

/*.memnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.memnav ul li {
	display:inline;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

.memnav ul li a {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

.memnav ul li a:visited {
	color:#FFFFFF;
}

.memnav ul li a:hover {
	text-decoration:underline;
}

.memnav ul li a:active {
		color:#FFFFFF;
}*/

.memmainHeadBody {
	clear:both;
	padding:15px;
	font-size:12px;
	background:#D2D2D2;
	color:#666666
}

.memmainHeadBody .welcome {
	color:#003366;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}

.memmainBody {
	clear:both;
	padding:15px;
	font-size:12px;
	background:#D2D2D2;
	overflow:auto;
	color:#666666
}

.memmainFooter {
	height:10px;
	background:#D2D2D2 url(../images/memmain-br.png) no-repeat right;
	font-size:1px;
}

.memmainBody {
	clear:both;
	padding:15px;
	font-size:12px;
	background:#D2D2D2;
	color:#666666
}

.memmainBody h2 {
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	color:#003366;
	text-transform:uppercase
}

.memmainBody p {
	text-align:justify
}

.memmainBody .wideCont {
	padding:15px;
	font-size:12px;
}

.memmainBody .wideCont .top {
	height:10px;
	width:100%;
	background:#fff url(../images/memmainbox-tr.png) no-repeat right;
	font-size:1px;
}

.memmainBody .wideCont .mid{
	padding:15px;
	background:#FFFFFF
}

.memmainBody .wideCont .btm{
	height:10px;
	width:100%;
	background: #fff url(../images/memmainbox-br.png) no-repeat right;
	font-size:1px;
}


