@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #666;
	background-image: url(../img/dr-bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.oneColFixCtrHdr #mainContent p {
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	background-color: #333;
	border: 1px solid #FFF;
	height: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtrHdr #drmedia {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 46px;
}
.oneColFixCtrHdr #header-home {
	background-color: #000;
	background-image: url(../img/header-home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 350px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 673px;
}
.oneColFixCtrHdr #header-home-logo {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
}
.oneColFixCtrHdr #header-home-right {
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #header-home a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #header-home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F30;
	text-decoration: underline;
}
#homesection1 {
	background-color: #FAFAFA;
	margin: 0px;
	width: 273px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px dotted #CCC;
	font-size: 12px;
	font-weight: bold;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
#homesection1 ul {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homesection1 ul li a {
	color: #333;
	text-decoration: none;
}
#homesection1 ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContent h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	font-size: 22px;
	color: #999;
}
#mainContent h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	font-size: 18px;
	color: #999;
}
#homesection2 {
	background-color: #FAFAFA;
	margin: 0px;
	width: 273px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px dotted #CCC;
	font-size: 12px;
	font-weight: bold;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
#homesection2 ul {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homesection2 ul li a {
	color: #333;
	text-decoration: none;
}
#homesection2 ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#homesection3 {
	background-color: #666;
	margin: 0px;
	width: 273px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #000;
	font-weight: bold;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#homesection3 ul {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homesection3 ul li a {
	color: #666;
	text-decoration: none;
}
#homesection3 ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContentPages {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
#pagetitle-leftnav {
	background-color: #000;
	width: 156px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #333;
	line-height: 15px;
	text-align: right;
	background-image: url(../img/contentbar.jpg);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin: 1px;
}
#pagetitle-main {
	background-color: #000;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 25px;
	font-weight: bold;
	height: 38px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #FFF;
	line-height: 25px;
	background-image: url(../img/contentbar.jpg);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#pagetitle-rightnav {
	background-color: #000;
	width: 160px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #333;
	line-height: 15px;
	background-image: url(../img/contentbar.jpg);
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin: 1px;
	background-repeat: repeat-x;
}
#pagetitle-main h1 {
	font-size: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#pagecontent {
	padding-top: 10px;
}
#pagecontent a {
	padding-top: 10px;
	color: #069;
	text-decoration: none;
}
#pagecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
}
#pagecontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	padding-right: 50px;
}
#pagecontent h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
	color: #666;
}

#pagecontent a:hover {
	padding-top: 10px;
	color: #036;
	text-decoration: underline;
}
#contactbox {
	background-image: url(../img/contact-button.jpg);
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 176px;
}

.oneColFixCtrHdr #header-web-design {
	background-color: #000;
	background-image: url(../img/header-web-design.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-e-commerce {
	background-color: #000;
	background-image: url(../img/header-e-commerce.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-programming {
	background-color: #000;
	background-image: url(../img/header-programming.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-seo {
	background-color: #000;
	background-image: url(../img/header-seo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-advertising-marketing {
	background-color: #000;
	background-image: url(../img/header-marketing.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-photography {
	background-color: #000;
	background-image: url(../img/header-photography.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-video-production {
	background-color: #000;
	background-image: url(../img/header-video.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-portfolio {
	background-color: #000;
	background-image: url(../img/header-portfolio.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio-link {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}.oneColFixCtrHdr #header-web-hosting {
	background-color: #000;
	background-image: url(../img/header-web-hosting.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-networking {
	background-color: #000;
	background-image: url(../img/header-networking-infrastructure.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-hardware-software {
	background-color: #000;
	background-image: url(../img/header-hardware-software.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-it-help-support {
	background-color: #000;
	background-image: url(../img/header-it-help.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-network-security {
	background-color: #000;
	background-image: url(../img/header-network-security.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-information-security {
	background-color: #000;
	background-image: url(../img/header-information-security.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-about-us {
	background-color: #000;
	background-image: url(../img/header-print.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header-home-flv {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
