﻿@import 'CSS/sunny/jquery-ui-1.7.2.custom.css';

/* CSS layout */
body {
	text-align:center;
	margin: 0;
	padding: 0;
	background-color:gray;
	font-size:12px;
}
#main_wrapper {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
}
#masthead {
	
}
/* I deleted this pic row for now */
#pic_row {
	background-image: url('dwt%20images/babyquote.jpg');
	background-repeat: repeat;
}
/* regular top nav with just links */
#top_nav {
	background-color: #E2CE35;
	font: menu;
	font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
/* This is for drop down menus in the top nav section */
#top_nav_drop_menus * {
	margin:0px; padding:0px;
}
#top_nav_drop_menus {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #686;
	float:left;
}
#top_nav_drop_menus ul {
	float:left;
}
#top_nav_drop_menus li {
	list-style-type:none;
	float:left;
	position:relative;
	border-left:2px solid #ACA;
	background-color:#DED;
}
#top_nav_drop_menus li:first-child {
	border-left:none;
}
#top_nav_drop_menus li ul {
	position:absolute;
	width:7em;
	display:none;
	left:-1px;
}
#top_nav_drop_menus li ul li {
	width:100%;
	border-right:1px solid #686;
	border-bottom:1px solid #686;
	border-left:1px solid #686;
}
#top_nav_drop_menus li ul li:first-child {
	border-left:1px solid #686;
	border-top:1px solid #686;
}
* html #top_nav_drop_menus li ul {
	border-top:1px solid #686;
}
#top_nav_drop_menus a {
	display:block;
	background:#DDD;
	padding:.3em 6px;
	color:#686;
	text-decoration:none;
}
#top_nav_drop_menus a:hover {
	color:#DED;
	background-color:#464;
}
#top_nav_drop_menus li:hover ul {
	display:block;
}
#container {
	background-image: url('dwt%20images/background_aftrnoon.gif');
}

#left_col {
	width: 200px;
	float: left;
	background-image: url('dwt%20images/background_aftrnoon.gif');
	line-height: 12px;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	background-image: url('dwt%20images/background_aftrnoon.gif');
	padding-bottom:10px;
	padding-top:5px;
	padding-right:10px;
	padding-left:210px;
}

#footer_a {
	clear: both;
	text-align:center;
	background-image: url('dwt%20images/background_aftrnoon.gif');
	font-weight:bold;
	
}
#footer_b {
	text-align:center;
	background-image: url('dwt%20images/background_aftrnoon.gif');
	font-size:small;
	font-weight:bold;

}

#footer_c {
	text-align:center;
	background-image: url('dwt%20images/background_aftrnoon.gif');
	font-size:xx-small;
	padding-bottom:5px;

}

#footer_d {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	background-color: #E9D860;
}

#footer_e {
	padding-top:5px;
	text-align:center;
	font-size:xx-small;
	padding-bottom:10px;
}



