/* ChromaticPrinting.com - CSS Document - CONTACT US */
/* Developed by: FingerprintMedia.com */




/************* TAGs *************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	background-color: #EFEBE7;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 2px;
	font-size: 90%;
}

a:link, a:visited, a:active {
}

a:hover {
}

label {
	cursor: pointer;
}


/************* IDs *************/
#siteShell {
	/*width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;*/
}


#header {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/presses.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

#logo {
	margin-top: 40px;
	margin-left: 430px;
}

#navBox {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	height: 45px;
	background-image: url(../images/colo-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 43px;
	padding-top: 5px;
}

#navBox #nav {
	font-size: 85%;
	width: 500px;
	float: left;
	line-height: 170%;
}


#navBox #quicklink {
	width: 160px;
	float: right;
	padding-top: 4px;
}

#navBox #quicklink form {
	margin: 0px;
	padding: 0px;
}

#navBox #quicklink select, #navBox #quicklink input {
	font-size: 90%;
}


#navBox #nav a:link, #nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

#navBox #nav a:active {
	color: #FFFFCC;
}

#navBox #nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#content {
	margin: 0px;
	padding: 0px;
	/* background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y; */
}

#content #contentPromo{
	clear: both;
	color: #FFFFFF;
	margin: 0px;
	background-color: #CC0D2F;
	padding: 7px 85px;
	text-align: center;
	font-style: italic;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#contentBody {
	padding: 0px;
	margin: 0px;
	/* width: 100%; */
	/* border: 3px solid green; */
	height: 100%;
	/* background-image: url(../images/content-title.gif);
	background-repeat: repeat-x; */
}

#contentBody #contentBodyLeft, #contentBody #contentBodyRight{
	height: 1200px;
}



#contentBody #contentBodyLeft {
	width: 200px;
	background-color: #666666;
	float: left;
}


/* #tblContact */
#contentBody #tblContact {
	font-size: 90%;
}

/*#contentBody #tblContact {
	background-color: #999999;
	padding: 1px;
	color: #FFFFFF;
}*/

#contentBody #tblContact td a:link, #tblContact td a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#contentBody #tblContact td a:hover {
	text-decoration: underline;
}




#contentBody #contentBodyRight {
	background-image: url(../images/colocation-fade.gif);
	background-repeat: repeat-y;
	left: 200px;
	position: absolute;
}


#contentBodyShell {
	/* border: 3px solid red; */
	float: left;
	background-image: url(../images/content-title.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contentBody #contentBodyRight p {
	margin: 0px 0px 0px 8px;
	color: #000000;
}


#contentBody #contentBodyRight h5 {
	background-color: #666666;
	margin: 0px;
	color: #FFFFFF;
	font-size: 90%;
	padding: 2px 0px 2px 10px;
	height: 16px;
}


#contentBody #contentBodyRight h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}


#footer {
	font-size: 80%;
	text-align: center;
	margin-top: 70px;
}


#footer #nav {
}






/************* CLAASES *************/
.leftBox {
	color: white;
}

.leftBox h1 {
	background-color: #333333;
	font-size: 90%;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-top: 2px;
	margin-bottom: 1px;
	margin-top: 0px;
}

.leftBox span {
	color: black;
}

.leftBox span a:link, .leftBox span a:visited {
	color: white;
	font-size: 90%;
	text-decoration: none;
}


.leftBox span a:hover {
	text-decoration: underline;
}

.leftBox ul {
	list-style-image: url(../images/diamond.gif);
	padding: 0px;
	margin-top: 2px;
	margin-left: 20px;
}

.leftBox ul li {
	color: #FFFFFF;
	font-size: 90%;
}

.leftBox hr {
	border: 1px solid #333333;
	width: 185px;
}

.leftBox p {
	font-size: 85%;
	line-height: 120%;
	padding-left: 4px;
	padding-top: 4px;
}

.newsBox {
	width: 568px;
	margin: 3px 10px;
	background-color: #EBE8E5;
	border: 1px solid #D3CFCC;
	padding: 6px 8px 10px 6px;
	text-align: left;
	font-size: 95%;
}

.newsBox img {
	float: right;
}

.newsBox img.noFloat {
	float: none;
}

.newsBox p {
	text-align: left;
}

.newsBox hr {
	border: 1px solid #D3CFCC;
}


.newsBox .miniBox {
	width: 445px;
	text-align: left;
}

.newsBox .highlight {
	background-color: #D9D1CA;
	width: 100%;
	text-align: center;
}

