@charset "UTF-8";
/* Warkulwiz Design Associates */
/* CSS for Dak Associates (Dak Index Winter 2008) */




/******************* Document *********************/

body {
	background-color: #00386b;
}

#main_container {
	width: 750px;
	height: auto;
	position: relative;
	top: 30px;
	left: 50%;
	margin-left:-375px; /*set to a negative number 1/2 of your width*/
	bottom:30px;
}

/******************* Navigation *******************/


#main_nav {
	width: 275px;
	height: 450px;
	top: 100px;
	position: absolute;
	z-index:1;
}


/******************* Content **********************/


#masthead {
	width: 750px;
	height: 145px;
	position: absolute;
	top: 0px;
}
#main_header {
	width: 475px;
	height: 70px;
	position: relative;
	top: 0px;
}
#sub_header {
	margin: 0px 0px 15px -15px;
	float:right;
}
#hsearch_sub_header {
	margin: 0px 0px 15px 0px;
	float:right;
}

#success_sub_header{
	margin:5px 30px 15px 25px;
	float:right
}

#sidebar_container {
	width: 275px;
	position: absolute;
	top: 145px;
	right: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_background.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat:no-repeat;
}

#general_info {
	width: 475px;
	height: 35px;
	position: absolute;
	top: 145px;
	background-image: url(../images/general_info.jpg);
	background-attachment: scroll;
}

#recruiting_fact {
	width: 275px;
	height: 475px;
	position: absolute;
	top: 480px;
	margin-top:-20;
	background-image: url(../images/recruiting_fact.png);
	background-attachment: scroll;
}

#snowflakes_quote {
	width: 275px;
	height: 3150px;
	position: absolute;
	top: 955px;
	background-image: url(../images/snowflakes_quote.jpg);
	background-attachment: scroll;
}

#snowflakes_musings {
	width: 275px;
	height: 3150px;
	position: absolute;
	top: 955px;
	background-image: url(../images/snowflakes_musings.jpg);
	background-attachment: scroll;
}

#snowflakes {
	width: 275px;
	height: 3150px;
	position: absolute;
	top: 955px;
	background-image: url(../images/snowflakes.jpg);
	background-attachment: scroll;
}

#powerplayer_icon {
	width: 275px;
	height: 620px;
	position: absolute;
	top: 400px;
	background-image: url(../images/powerplayer_icon.png);
	background-attachment: scroll;
	z-index:10;
}

#successstory_icon {
	width: 275px;
	height: 620px;
	position: absolute;
	top: 400px;
	background-image: url(../images/successstory_icon.png);
	background-attachment: scroll;
	z-index:10;
}

#main_info {
	width: 275px;
	height: 260px;
	position: absolute;
	bottom: 30px;
	
}
#dak_logo {
	width: 275px;
	height: 120px;
	position: relative;
	top: 0px;
	background-image: url(../images/dak_logo.png);
	background-attachment: scroll;
}
#dak_info {
	width: 275px;
	position: absolute;
	height: 139px;
	padding:0px;
	
}
#dan_pic {
	margin: 10px 30px 20px 20px;
	float:right;
}
#dan_message {
	margin: 0px -5px 20px 20px;
	float:right;
}
#powerplayer_pic {
	margin: 15px 25px 18px 30px;
	float:left;
}
#kristen_pic {
	margin: 15px 25px 20px 30px;
	float:left;
	
}



/******************* Type *************************/

#main_content {
	width: 475px;
	position: absolute;
	top: 180px;
	background-color: #FFFFFF;
}

#main_text{
	margin-bottom: 50px;
}

a:link {font-weight: bold; font-style: normal; text-decoration: underline; color: #00386b;}
a:visited {font-weight: bold; font-style: normal; text-decoration: underline; color: #00386b;}
a:hover {font-weight: bold; font-style: normal; text-decoration: underline; color: #6699CC;}
a:active {font-weight: bold; font-style: normal; text-decoration: underline; color: #6699CC;}

#history_statement {
	position: relative;
	top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	color:#000000;
	text-decoration: none;
	line-height: 22px;
	margin: 0px 30px 20px 30px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	color:#00386b;
	text-decoration: none;
	line-height: 22px;
	margin-left: 50px;
	
}
#dak_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	font-style: normal;
	color:#000000;
	text-decoration: none;
	line-height: 12px;
	margin: 5px 30px 0px 30px;
	top:0px;
}

/*--------------------- value dining section (formerly good eats) ----------------------*/

.goodeats {
	font-style: italic;
	letter-spacing: 1px;
}
#good_eats {
	font-weight: bold;
	color:#00386b;
}

#value_dining_image {
	margin: 5px 30px 20px 25px;
	float:right;
}


/*--------------------- power player interview section ----------------------*/

.question {
	font-weight: bold;
}

#first_letter {
	vertical-align: middle;
	margin: -2px 0px 0px -3px;
}


/*--------------------- general styles ----------------------*/

.underline {
	text-decoration:underline;
}

.bold {
	font-weight: bold;
	color:#000000;
}

.clear {
	clear:both;
}

.superscript {
	font-size: 9px;
	vertical-align: super;
	line-height: 0px;
	
}

