@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.digimac #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #58585A;
} 
.digimac #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 142px;
	background-image: url(images/backgrounds/index/index01.jpg);
} 
.digimac #menu {
	height: 30px;
	background-color: #58585A;
	padding-left: 20px;
	padding-top: 5px;
}

.digimac #adboxsmall {
	height: 65px;
	background-image: url(images/backgrounds/index/index19.jpg);
	padding: 13px 20px 20px 20px;
	line-height: 1.3;
	background-repeat: no-repeat;
}

.digimac #adboxsmall2 {
	height: 55px;
	background-image: url(images/backgrounds/index/index16.jpg);
	padding: 12px 20px 25px 20px;
	line-height: 1.2;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.digimac #contactbox {
	height: 200px;
	background-image: url(images/backgrounds/index/index21.jpg);
	padding: 20px 20px 20px 20px;
	line-height: 1.2;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.digimac #link {
	color: #0F0;
	text-decoration: none;
}
.digimac #link2 {
	color: #0F0;
	text-decoration: none;
}
.digimac #link3 {
	color: #0F0;
	text-decoration: none;
}
.digimac #link4 {
	color: #0F0;
	text-decoration: none;
}

.digimac #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.digimac #sidebar1 {
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #58585A;
	float: right;
	height: 600px;
}

.digimac #mainContent {
	background-color: #58585A;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.digimac #SB_Col1 {
	height: 530px;
	width: 150px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 25px;
	background-image: url(images/backgrounds/index/index15.jpg);
	margin-top: 30px;
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
}
.digimac #SB_Col2 {
	height: 530px;
	width: 185px;
	padding-top: 25px;
	float: left;
	margin-top: 5px;
}



#Main_Col {
	height: 600px;
	width: auto;
	padding-top: 10px;
	text-align: left;
	line-height: 1.2;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.digimac #prefooter {
	height: 150px;
	color: #58585A;
	padding-left: 20px;
	float: left;
	clear: both;
}
.digimac #prefooterbox {
	height: 140px;
	line-height: 1.2;
	width: 230px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999;
	float: left;
}
.digimac #prefooterbox2 {
	height: 140px;
	line-height: 1.2;
	width: 240px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999;
	float: left;
}
.digimac #prefooterbox3 {
	height: 140px;
	line-height: 1.2;
	width: 230px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999;
	float: left;
}
.digimac #prefooterbox4 {
	height: 140px;
	line-height: 1.2;
	width: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #999;
	float: right;
}
#videotext {
	height: 275px;
	width: 175px;
	float: left;
	padding-top: 20px;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
#VideoBox {
	float: left;
	height: 265px;
	width: 513px;
	background-color: #FFF;
	margin-bottom: 20px;
}


.digimac #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#58585A;
} 


.digimac #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#seo {
	float: left;
	width: 480px;
	overflow: auto;
	height: 540px;
	padding-left: 5px;
	padding-right: 20px;
}
