@import url('page.css');

/* RESET ================================================ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, q, s, cite, code,
del, dfn, em, font, img, ins,small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
background: url(../images/bg.png) repeat-x;
font-family: arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a{
color: #1e1e1e;
text-decoration: none;
}

/* END RESET ================================================ */
	
	#loading {
		position: absolute;
		width: 100%;
		height: 800px;
		background-color: white;
		z-index: 110;
		top: 0px;
		left: 0px;
		}
		
	#loading img{
		margin: 0 5px;
		margin-top: 10px;
		}
		
	#loading p{
		color: #cbcbcb;
		font-variant: small-caps; 
		text-align: center;
		}

	#loadingC{
		position: absolute;
		width: 60px;
		top: 200px;
		left: 50%;
		margin-left: -30px;
		}
			
#container {
position: relative;
margin: 0 auto;
width: 800px;
height: 100%;
}

	
#spotlight{
position: absolute;
left: 74px;
top: 0px;
z-index: 0;
}

#logo{
position: absolute;
left: 34px;
top:78px;
z-index: 20;
}

#header {
width:100%;
height:176px;
}

#featured{
position: relative;
width: 100%;
height: 438px;
background: url(../images/featured.jpg) no-repeat;
overflow: hidden;
}

#featuredShadow{
position: absolute;
top: 516px;
left:800px;
}

#content{
}


#indexC{
	margin: 34px;
	} 

#tagline{
margin-top: 62px; /*was 28 when child of featured with 34 pad*/
display: block;
}

#splashtxt1, #splashtxt2, #splashtxt3{
display: block;
}

#splashtxt1{margin-top: 40px;}
#splashtxt2{margin-top: 16px;}
#splashtxt3{margin: 97px 0 0 48px;}
#splashlink{
color: #488390;
margin-top: 15px;
margin-left: 324px;
font-size: 21pt;
font-variant: small-caps;
font-weight: bold;
letter-spacing: -0.03em;
}
#splashlink:hover{color: #27474e;}

#dgmLogo{
position: absolute;
left: 555px;
top: 170px;
}

#nav{
color: #cbcbcb;
margin: 30px 0 0 43px;
font-size: 1.1em;
font-variant: small-caps;
}

#nav li{
position: relative;
display: block;
float: left;
border-right: 2px solid #cbcbcb;
}

#nav li.none{
border-right: none;
}

#nav a{
	color: #6c6c6c;  
	display: block; 
	float: left;
	padding: 0.5em 2em;
	}
#nav a:hover{color: #1e1e1e;}

#footer{
margin: 140px 0 0 278px;
font-size: .8em;
}
#footer p{color: #cbcbcb;}



.four h2{
	margin:100px 0 25px 100px;
	font-size: 2.5em;
	font-variant: small-caps;
	}
	
.four p{
	margin-left: 100px;
	line-height: 22pt;
	font-size: 12pt;
	display: inline;
	}
p.fourStrong{
	font-weight: bold;
	}

a.four{
color: #27474e;
margin: 50px 0 0 5px;
font-size: 21pt;
font-variant: small-caps;
font-weight: bold;
letter-spacing: -0.03em;
	}