@import "common/reset.css";
@import "common/generic.css";
/*@import "common/IE6.css";*/
@import "common/forms.css";


/* @import "common/slimbox.css"; 					<- include if slimbox is used on website */
/* @import "common/milkbox/milkbox.css"; 	<- include if milkbox is used on website */

/*
 * COLORS:
 * 
 * Active link: 				#333333 
 * Nav link:						#20445d
 * Summary text:				#666666
 * Teasers title:				#fb8008 (Orange)
 * Teasers text:				#666666
 * Foot text:						#999999
 * Foot link:						#336699
 * Ruler:								#cacaca
 * Copy: 								#ff0000
 *
 */

body {
	background: #fff url('../_gfx/gradient.jpg') top center repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#head {
	position: relative;
	background: url('../_gfx/head.jpg');
	width: 973px;
	height: 54px;
	margin: 0 auto;
}

#head ul {
	position: absolute;
	top: 16px;
	left: 33px;
	display: block;
	height: 33px;
	font-size: 14px;
	line-height: 40px;
}

#head li {
	display: block;
	float: left;
	padding-left: 15px;
}

#head li.current {
	background: url('../_gfx/flap_left.png') left center no-repeat;
	height: 33px;
}

#head li a {
	color: #20445d;
	display: block;
	float: left;
	height: 33px;
	text-decoration: none;
	padding: 0 20px 0 5px;
}

#head li.current a {
	color: #333333;
	background: url('../_gfx/flap_right.png') right center no-repeat;
}

#head div.logo {
	width: 210px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 60px;
}

#mCCWrapper {
	width: 973px;
	margin: 0 auto;
	background: url('../_gfx/mCCWrapper_bg.png') bottom center no-repeat;
	padding-bottom: 11px;
}

#mCC {
	background: url('../_gfx/mCC_bg.png');
}

#index {
	margin: 0 auto;
	width: 969px;
	height: 350px;
	background: black url('../_gfx/index.jpg') center center no-repeat;
	text-align: left;
	cursor: pointer;
}

#index h1 {
	color: #333333;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
	margin-left: 390px;
	padding: 30px 0 8px 0;
}

#index p {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	margin-left: 390px;	
}



#indexbeta {
	margin: 0 auto;
	width: 969px;
	height: 350px;
    background: black url('../_gfx/indexbeta.jpg') center center no-repeat;	
	text-align: left;
	cursor: pointer;
}

#indexbeta h1 {
	color: #333333;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
	margin-left: 390px;
	padding: 30px 0 8px 0;
}

#indexbeta p {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	margin-left: 390px;	
}



#teasers {
	width: 973px;
	height: 186px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}

#teasers li {
	display: block;
	float: left;
	width: 206px;
	height: 169px;
	background: url('../_gfx/teaser_bg.png');
	margin-right: 9px;
	padding: 17px 10px 0 20px;
	position: relative;
}

#teasers li.last {
	margin: 0;
}

#teasers li h2 {
	font-size: 17px;
	color: #fb8008;
	line-height: 22px;
	font-weight: normal;
}

#teasers li p {
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 0;
}

#teasers li img.btn {
	display: block;
	position: absolute;
	top: 130px;
}

#teasers li.video {
	background: url('../_gfx/teaser_bg_video.png');
}


#teasers li.video img {
	display: block;
	margin: 12px 0 0 0;
}

#foot {
	margin: 20px 0;
}

#foot p {
	white-space: pre;
	font-size: 11px;
	color: #999999;
}

#foot p strong {
	font-weight: bold;
}

#foot p a {
	color: #336699;
	text-decoration: none;
}

#mCC div.column {
	width: 415px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	padding: 45px 30px 0 35px;
}

#mCC div.column h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

#mCC strong {
	font-weight: bold;
}

#mCC div.column p {
	margin: 0 0 20px 0;
}

#mCC div.column h2 {
	color: #fb8818;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

#mCC ul.orange {
	margin: 10px 0;
}

#mCC ul.orange li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-bottom: 20px;
	list-style-image: url('../_gfx/dot.gif');
	list-style-position: outside;
	margin-left: 18px;	
}

#mCC div.column img {
	display: block;
}

ul.page,
#mCC div.column p.ruler {
	border-top: 1px dotted #cacaca;
	padding-top: 20px;
}

#mCC div.column p.refrence {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

#mCC div.column h3 {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding: 0 0 20px 0;
}

#mCC div.column label {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	width: 118px;
	display: block;
	float: left;
}

#mCC div.column input[type=text] {
	display: block;
	float: left;
	width: 290px;
	margin-bottom: 20px;
}

#mCC div.column label span {
	color: #ff0000;
}

#EMPLOYEES {
	width: 50px !important;
}

#mCC div.column h4 {
	line-height: 30px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #333333;
}

#mCC div.column textarea {
	width: 400px;
	height: 160px;
}

#mCC div.checklist ul {
	display: block;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 36px;
	color: #999999;
	padding: 0 50px 0 35px;
	margin: 0 0 50px 0;
	border-right: 1px dotted #cacaca;
	height: 110px;
}

#mCC div.checklist ul li.orange {
	color: #fb8008;
}

#mCC div.checklist ul li input[type=checkbox] {
	margin-right: 5px;
	border: none;
	background: none;
}

#mCC div.checklist ul.last {
	border: none;
}

#btn_submit {
	cursor: pointer;
	float: right;
	display: block;
	margin: 10px 10px 0 0;
}

ul.page li.left.visible a {
	visibility: visible;
}

ul.page li.left a {
	visibility: hidden;
	display: block;
	width: 55px;
	height: 20px;
	background: url('../_gfx/page_left.gif') left center no-repeat;
	padding-left: 25px;
	font-size: 12px;
	color: #2f688f;
	text-decoration: none;
}


ul.page li.right.visible a {
	visibility: visible;
}

ul.page li.right a {
	display: block;
	width: 57px;
	height: 20px;
	background: url('../_gfx/page_right.gif') right center no-repeat;
	padding-left: 23px;
	font-size: 12px;
	color: #2f688f;
	text-decoration: none;
	visibility: hidden;
}

ul.page li.center {
	width: 255px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	height: 20px;
}


ul.page {
	height: 52px;
}

ul.page li {
	display: block;
	height: 20px;
	float: left;
}



body.clean {
	background: white;
}

body.clean img {
	display: block;
	margin: 20px 20px 0 20px;
}

