@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
html, body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	background-color: #000;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	/*height: 100%;*/
	width: 100%;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
}
.drop {
	top:-50px;
	position:absolute;
	opacity: 0;
}
#rainBox {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	color: #3C7617;
	font-weight: normal;
}
h3 {
	color: #3C7617;
	font-weight: normal;
}
h4 {
	color: rgb(255,255,255);
	font-weight: normal;
}
h4 a:link, h4 a:visited {
	color: #3C7617;
	font-weight: bold;
	text-decoration: none;
}
.cOrange {
	color: rgb(255,102,0);
}
a img {
	border: none;
}
a:link {
	color: #3C7617;
	text-decoration: underline;
}
a:visited {
	color: #3C7617;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1000px;
	background-color: transparent;
	margin: 0 auto;
	position: relative;
}
.header {
	background-color: transparent;
	height: 165px;
	width: 1000px;
	position: relative;
}
.header .socialMedia {
	height: 32px;
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
}
.header .headerContent {
	background-image: url(../images/menu-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 65px;
}
.headerContent .mcsiLogo {
	height: 33px;
	width: 107px;
	position: absolute;
	left: 0px;
	top: 12px;
}
.headerContent .mcsiSlogan {
	height: 34px;
	width: 216px;
	position: absolute;
	left: 112px;
	top: 12px;
}
.headerContent .mainMenu {
	height: 56px;
	width: 650px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
}
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content .mainContent {
	background-color: transparent;
	padding: 0px;
	height: 525px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}
.content .blackContent {
	background-color: #101A09;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	width: 950px;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blackContent .breadCrump {
	font-size: 90%;
	color: rgb(60,118,23);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.blackContent .breadCrump a:link, .blackContent .breadCrump a:visited {
	color: rgb(204,204,204);
	text-decoration: none;
}
.blackContent .breadCrump a:hover {
	color: rgb(255,102,51);
	text-decoration: none;
}
.blackContent .bcLeft {
	float: left;
	width: 415px;
	padding: 30px;
	font-size: 95%;
	line-height: 20px;
}
.blackContent .bcMid {
	float: left;
	width: 300px;
	padding: 30px;
	font-size: 95%;
	line-height: 20px;
}
.blackContent .bcLeft .pvq {
	background-image: url(../images/pricevsquality.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 452px;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
}
.pvq .pcqText {
	font-size: 110%;
	color: rgb(255,255,255);
	width: 500px;
	text-align: justify;
	position: absolute;
	left: 193px;
	top: 160px;
}
.blackContent .gradient1 {
	background-image: url(../images/gradient1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.blackContent .gradient1 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.blackContent .gradient1 ul li {
	background-image: url(../images/b-regulations.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	color: rgb(255,255,255);
}
.blackContent .bcRight {
	float: left;
	width: 415px;
	padding: 30px;
}
.blackContent .bcRight p {
	font-size: 95%;
}

.blackContent .bcRight ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.list2 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.list2 li {
	border-bottom: 1px solid #222721;
	padding: 0 0 4px 31px;
	margin-bottom: 5px;
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
}
.list2 li a {
	color:#666;
	text-decoration:none;
}
.list2 li a:hover {
	color:#bdc3b8;
}
.list2 li.last { padding-bottom:0; margin-bottom:0; border:0;}
.list2 li.last a { color:#f2feea; font-style:italic; text-decoration:underline;}
.list2 li.last a:hover { text-decoration:none;}

.blackContent .bcContent {
	margin: 0px;
	background-color: #101A09;
	background-image: url(../images/gradient2.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #222721;
	padding: 10px;
}
.blackContent .priceQuality {
	text-align: center;
	display: block;
	margin-top: 10px;
}
.mainContent .goodForBusines {
	margin: 0px;
	padding: 0px;
	height: 171px;
	width: 350px;
	position: absolute;
	left: 568px;
	top: 59px;
}
.mainContent .enterMCSI {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 92px;
	position: absolute;
	left: 783px;
	top: 242px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.footer {
	background-color: transparent;
	position: relative;
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 80%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 45px;
}
.footer .footerColumn {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
.footer p {
	color: rgb(153,153,153);
	text-decoration: none;
}
.footer p a {
	color: rgb(153,153,153);
	text-decoration: none;
}




.footerColumn h4 {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.footerColumn ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.footerColumn ul li {
	color: rgb(153,153,153);
}
.footerColumn ul li a:link, .footerColumn ul li a:visited {
	color: rgb(153,153,153);
	text-decoration: none;
}
.footerColumn ul li a:hover {
	color: rgb(255,255,255);
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, article, figure {
	display: block;
}
