@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; border: 0;}
a:hover {border: 0;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


body {
	background-image: url(../images/DHSplashPageBkgd.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

/*----------------------------CONTENT--------------------------*/

h1 {
	width: 354px;
	height: 140px;
	text-indent: -9999px;
	position: absolute;
	left: 66px;
	top: 41px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}

a#contact {
	position: absolute;
	top: 19px;
	left: 48px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #83807f;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}
a:hover#contact {
	color:#CCCCCC;
}


div#contentContainer {
	text-align: left;
	position: absolute;
	width: 514px;
	top:526px;
	left: 93px;
	padding-bottom: 50px;
}
em {
	font-style: italic;
}
div#contentContainer h2 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #a8a5a4;
	padding-bottom: 15px;
}
div#contentContainer h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 3px;
}
div#contentContainer p {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #d9d9d8;
	padding-bottom: 10px;
}
div#contentContainer p strong {
	font-weight: bold;
	color: #df2118;
	font-style: italic;
}
div#contentContainer p.intro {
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #df2118;
	font-style: italic;
	padding-bottom: 20px;
	border-bottom: 1px dotted #747575;
	margin-bottom: 20px;
}



div#sidebarContent {
	text-align: left;
	position: absolute;
	width: 225px;
	top: 574px;
	left: 655px;
}

div#sidebarContent a#sides {
	margin-top: 5px;
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: url(../images/sides.png);
}
div#sidebarContent h2 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	padding-bottom: 15px;
}
div#sidebarContent p {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #df2118;
	padding-bottom: 6px;
}

