@charset "utf-8";

/* page positioning */

* {
	font-family: 'trebuchet ms', arial;
	font-size: 11px;
	margin: 0;
}

ul li {
	list-style-type:square;
}

.article li {
	list-style-type: none;
	margin-left:10px;
}
	
.page_item a, .page_item a:active {
	font-size: 12px;
	color:#000066;
	line-height: 20px;
}

.page_item a:hover {
	font-weight: bold;
}

img {
	border: 0
}

body {
/*	background-image:url(images/bgTemplate.gif);*/
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	border-top: 0px solid black;
}

#container {
	margin:0pt auto;
	text-align:left;
}

#header-container {
	height:115px;
	margin: 0px auto;
	border-top:0px solid #424242;
	position: relative;
	width: 100%;
/*	background-image:url(images/matrix-marketing-slice.png);
	background-repeat:repeat-x;
	background-image:url(images/head-bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;*/
	background-color:#434343;
	z-index: 2;
}

#header {
	height:115px;
	margin: 0px auto;
	width: 970px;
	position: relative;
	padding: 0px 30px 0 30px;
	background-image:url(images/matrix-marketing.png);
	background-position:center top;
	/*background-position:center bottom;*/
	background-repeat:no-repeat;
	z-index:1;
}

#mainNav-container {
	height: 50px;
	margin: 0 auto;
	position: relative
}

#mainNav {
	height: 35px;
	width: 900px;
	margin: 0 auto;
	padding: 15px 30px 0px 30px;
	position: relative;
	text-align: right

}

#mainNav a {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none
}

#mainNav a:hover {
	color: #FFFFCC;
	text-decoration: underline
}

#content-container {
	margin: 0 auto;
}

#content {
	background-color: #FFF;
	height: auto;
	overflow:hidden;
	margin: 0 auto;
	padding: 30px 30px 0 30px;
	width: 900px;
	position: relative;
	background-image:url(images/content-shade.png);
	background-repeat:repeat-x;
	z-index:1;
	margin-top:-3px
}

#content-footer {
	margin: 0 auto;
	width: 900px;
	height: 30px;
	background-color: white;
	padding: 0px 30px 0 30px;
	background-image:url(images/content-shade-bottom.png);
	background-repeat:repeat-x;
	position: relative;
}

#footer-container {
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	width: 900px;
	color: #333333;
	padding: 15px 0 25px;
}

#footer a {
	color: #333333;
	text-decoration: none
}

#footer a:hover {
	color: #333333;
	text-decoration: underline
}

/* positioning in content */

#content .row {
/*	width: 890px;*/
	position: relative;
	float: left;
	width: 900px;
	background-repeat:no-repeat;
	height:auto;
}

#content .row .box .title {
	padding-top: 5px;
	text-align:center;

}

#content .row .box .title a {
	padding-top: 5px;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	letter-spacing: 0.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#content .row .box .title a:hover {
	padding-top: 5px;
	letter-spacing: 0.5px;
	text-decoration: underline;
	color: #f5f5f5
}

#content .row .box img {
	margin-top: -10px;
	margin-bottom: 10px;
	border-top:1px dotted #f7f7f7;
/*	border-bottom:1px dotted #f7f7f7;
*/}

/*.red {
	color: #9D1C20;
}	

.yellow {
	color: #dac447
}*/

#content .row .box .text {
	padding: 0 4px 6px 4px;
	text-align:justify;
}

#content .row .box .link {
	padding-left: 10px;
	letter-spacing: 1px;
	color: #305b85;
	bottom: 0px;
	top: 260px;
	position:relative;
}

#content .row .box .link a {
	color: #305b85;
}

#content .row .caseStudyBlock {
	height:270px;
	width:890px;
	position:relative; 
	z-index:5;
}

#content .row .caseStudyBlockLong {
	border: 0px solid black; 
	left:170px; 
	margin-top:0px; 
	position:absolute; 
	width:730px; 
	height: 300px; 
	z-index:4
}

#content .row .caseStudy {
	border:0px solid black;
	float:left;
	margin: 15px 5px 0 5px;
	font-size: 12px;
	line-height: 25px;
/*	text-indent: 30px; this was a bad idea apparently.
*/}

#content .row .caseStudyTitle {
	padding-top: 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	letter-spacing: 1px;
	text-align:center;
	width: 170px
}

#content .row .box {
	background-color:#f7f7f7;
	border-top:0px solid #dedede;
	float:left;
	height:300px;
	width:170px;
}

#content .row .boxbg {
}

#content .row .purple {
	background-image:url(images/box-bg-purple.png);
	background-repeat:no-repeat;
}
#content .row .green {
	background-image:url(images/box-bg-green.png);
	background-repeat:no-repeat;
}
#content .row .orange {
	background-image:url(images/box-bg-orange.png);
	background-repeat:no-repeat;
}
#content .row .ltpurple {
	background-image:url(images/box-bg-ltpurple.png);
	background-repeat:no-repeat;
}
#content .row .yellow {
	background-image:url(images/box-bg-yellow.png);
	background-repeat:no-repeat;
}
#content .row .red {
	background-image:url(images/box-bg-red.png);
	background-repeat:no-repeat;
}
#content .row .pink {
	background-image:url(images/box-bg-pink.png);
	background-repeat:no-repeat;
}
#content .row .blue {
	background-image:url(images/box-bg-blue.png);
	background-repeat:no-repeat;
}

#content .row .box1 {
	margin-right: 5px;
}

#content .row .box2 {
	margin-left: 5px;
	margin-right: 5px;
}

#content .row .box3 {
	margin-left: 5px;
	margin-right: 5px;
}

#content .row .box4 {
	margin-left: 5px;
	margin-right: 5px;
}

#content .row .box5 {
	margin-left: 5px;
}

#content .row .left {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:right;
	height:320px;
	width:320px;
	margin-left: 20px;

}

#content .row .left p {
	color: white;
	position: absolute;
	margin-top: 247px;
	margin-left: 20px;
	font-size:14px;
	font-weight: none;
	letter-spacing: 2px
}

#content .row .left img {

}

#content .row .right {
	background-image:url(images/matrix-watermark-home.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:right;
	height:320px;
	width:550px;
}

#content .row .right p {
	padding: 10px;
	font-size: 14px;
}

#content .row .right h2 {
	padding: 10px;
	font-size: 33px;
/*	color: #9d1c20;*/	
/*	color: #336699;
*/	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #A3A3A3;
	letter-spacing: 1px;
}

/* SUB PAGE top content */

#content .row .submainimgbox {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:right;
	height:auto;
	width:320px;
}

#content .row .pullquote {
	background-color:#F7F7F7;
	height:80px;
	width:290px;
	position: absolute;
	top:575px;
	line-height:25px;
	left:575px;
	background-image:url(images/openquote.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	padding:45px 0px 30px 30px;
	vertical-align:middle;
}

#content .row .submainimgbox .overimg {
	color: white;
	position: absolute;
	margin-top: 247px;
	margin-left: 20px;
	font-size:14px;
	font-weight: none;
	letter-spacing: 2px
}

#content .row .submainimgbox img, #content .row .articleimg img {
	border: 0;
}

#content .row .articleimg {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:right;
	height:auto;
	width:320px;
	padding: 3px;
	text-align:center
}

#content .row .fullPage {
	background-color:#F7F7F7;
	background-image:url(images/matrix-watermark.png);
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid #DEDEDE;
	float:left;
	margin-left: 0px;
	height:auto;
	width: 100%;
	padding-bottom:0px;
}

#content .row .contactForm {
	background-color:#F7F7F7;
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid #DEDEDE;
	height:auto;
	width: 605px;
	margin:0 auto;
	padding:10px;
	
}

#content .row .contactBoxContainer {
	margin:0 auto; 
	width:625px;
	height:auto;
	border: 0px solid black;
	overflow:auto
}

#content .row .contactBoxLeft, #content .row .contactBoxRight {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	height:auto;
	width: 280px;
	margin:0px;
	padding:10px;
}

#content .row .contactBoxLeft {
	float:left;
}

#content .row .contactBoxRight {
	float:right;
}

#content .row .newCaseStudy {
	background-color:#F7F7F7;
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid #DEDEDE;
	float:left;
	margin-left: 0px;
	height:auto;
	width: 900px;
	padding-bottom:0px;
}



#CaseStudyBug p {
	margin: 5px 5px 0 5px;
	font-size: 12px;
	line-height: 25px;
}

#content .row .fullPageNoMark {
	background-color:#F7F7F7;
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid #DEDEDE;
	float:left;
	margin-left: 0px;
	height:auto;
	width: 900px;
	padding-bottom:0px;
}

#content .row .fullPageNoMark p {
	padding: 10px;
}

#content .row .fullPageNoMark img {
	margin-top: 0px;
}

#content .row .fullPage a, #content .row .fullPage a:hover, #content .row .fullPage a:active, #content .row .fullPageNoMark a, #content .row .fullPageNoMark a:hover, #content .row .fullPageNoMark a:active {
	color: #5eaac2;
	text-decoration: underline
	}
	
#content .row .fullPageNoMark a, #content .row .fullPageNoMark a:hover, #content .row .fullPageNoMark a:active {
	margin:10px;
	}

#content .row .fullPage .clientList {
	width: 95%;
	margin: 0 auto;
	height:auto;
	position: relative;
}

.floatLeft {
	float:left;
	padding-left: 0px !important;
	padding-left: 15px;
}

.floatRight {
	float:right
}

.temporaryDisplaysList {
	width: 520px;
}

.temporaryDisplaysList ul li {
	font-size:12px;
	line-height:21px;
	margin-left:15px;
}

.completeSolutionsList {
	width: 534px;
}

.completeSolutionsList ul li {
	font-size:12px;
	line-height:21px;
	margin-left:15px;
}

#content .row .fullPage ul li {
	list-style-type: square;
	font-size: 12px;
	color: #336699;
}

#content .row .fullPage p, #content .row .fullPageNoMark p {
	padding: -5px 10px 5px 0;
	font-size: 12px;
	position:relative; 
	margin-left:180px;
	line-height:18px;

}

#content .row .fullPage h1 {
	padding: 10px;
	text-align:left;
	letter-spacing: 2px;
}

#content .row .fullPage h2 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
}

#content .row .article {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:left;
	margin-left: 0px;
	height:auto;
	width:550px;
	padding-bottom:20px;
}

#content .row .article p {
	padding: 10px;
	font-size: 12px;
}

#content .row .article h1 {
	padding: 10px;
	text-align:left;
	letter-spacing: 2px;
}

h1 {
	font-family: Helvetica;
	color: #a3a3a3;
	font-size:22px;
}

#content .row .article h2 {
	padding: 10px;
	font-size: 14px;
	color: #72b4c9;
	letter-spacing:1px;
	font-weight:normal;
	text-align:left;
}

.caption, .caption a, .caption a:hover, .caption a:active {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;	
	text-align: left
}


#content .row .submaincontent {
	background-color:#F7F7F7;
	border:1px solid #DEDEDE;
	float:left;
	margin-left: 0px;
	height:auto;
	width:550px;
	padding-bottom: 15px;
}

#content .row .submaincontent p {
	padding: 10px;
	font-size: 14px;
}

#content .row .submaincontent h2 {
	padding: 10px;
	font-family: Helvetica;
	font-size: 34px;
	color: #a3a3a3;
	font-weight: bold;
	text-align:center;
}

/* page positioning - floats */

#logo {
/*	background-image:url(images/head-logo.gif);
	background-repeat:no-repeat;*/
	float: left;
	width: 375px;
	margin-top: -6px;
	margin-left: -5px;
	position: relative;
	height: 104px
}

#break {
	float:left;
	height:30px;
	position:relative;
	width:900px;
	border: 0px solid black;
}

.tabcontainer {
	width: 450px;
	padding: 15px;
	margin: 3px 0 20px 0;
	position:absolute; 
	top:77px; 
	left: 395px
}

.plink, .plink a:link, .plink a:visited, .plink a:active {

color:#6699CC;
text-decoration:none;
float:right;

}

.client-list-image {
	width:500px;

}
 
#button {
position: absolute;
top: 25px;
left: 575px;
width: 225px;
height: 41px;
list-style-type: none;
}

#button ul {
margin: 0;
width: 225px;
height: 41px;
list-style-type: none;
}

#button ul li {
float: left;
width: 225px;
height: 41px;
list-style-type: none;
}

#button ul li a {
background-image: url(http://www.matrixmci.com/images/roll.png);
color: #fff;
display: block;
font-weight: bold;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
text-align: center;
height: 41px;
width: 225px;
padding-top: 3px;
list-style-type: none;
}

#button ul li a:hover {
background-image: url(http://www.matrixmci.com/images/roll2.png);
list-style-type: none;
}

a {
outline: none;
}

#container2 {
width: 651px;
height: 220px;
background-image: url(http://www.matrixmci.com/images/pop-up3-bg.jpg);
border: 5px solid #ffffff;
font-family: Arial, Helvetica, sans-serif;
z-index: 1000000;
list-style-type: none;
}

#nav2 {
float: left;
margin: 155px 0px 0px 20px;
width: 400px;
height: 48px;
list-style-type: none;
}

#nav2 ul {
margin: 0;
width: 380px;
height: 48px;
list-style-type: none;
}

#nav2 ul li {
float: left;
margin-left: 5px;
width: 177px;
height: 48px;
list-style-type: none;
}

#nav2 ul li a {
float: left;
color: #fff;
display: block;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-align: center;
height: 48px;
width: 177px;
padding-top: 9px;
background-image: url(http://www.matrixmci.com/images/popup2.gif);
background-repeat: no-repeat;
}

#nav2 ul li a:hover {
background-image: url(http://www.matrixmci.com/images/popup2rollover.gif);
}

#content .row .contact-form-container															{ margin-bottom: 10px; padding: 10px; background-color: #F7F7F7; border: 1px solid #DEDEDE; float: right; height: auto; width: 300px; }
#content .row .contact-form-container h2													{ font-family: Helvetica; font-size: 24px; color: #a3a3a3; font-weight: bold; }
#content .row .contact-form-container h2 span											{ color: #000; }
#content .row .contact-form-container td,
#content .row .contact-form-container th													{ padding: 3px 3px 3px 0; vertical-align: top; text-align: left; }
#content .row .contact-form-container th													{ color: #60a7d8; }
#content .row .contact-form-container input												{ width: 240px; }
#content .row .contact-form-container input[type="submit"]				{ width: 75px; }
#content .row .contact-form-container textarea										{ width: 240px; }
#content .row .contact-form-container form												{ margin: 10px 0 0; }

ul.report-list										{ margin: 0 0 0 10px; padding: 0; }
ul.report-list li									{ margin: 0; padding: 0 0 0 25px; background: url(http://www.matrixmci.com/images/arrow_bullet.png) no-repeat 0 0; font-size: 12px; font-weight: bold; list-style: none; }

.center														{ text-align: center; }
.clear														{ clear: both; }
.float-right											{ float: right; }