/* CSS Document for DCA website home page */


/* ---------- Main structural elements ---------- */


#content {
	float: left; /* required to ensure background image displays behind column1 */
	width: 100%;
	padding: 5px 0 20px 0;
}

#column1 {
	margin: 0;
	padding: 0;
	float: left;
	width: 513px;
	background: url(../images/border-v-dotted.png) repeat-y right;
}

#flashcontent {
	margin: 0;
	padding: 0;
	width: 512px;
}

#column1Content {
	margin: 0 30px 0 125px;
}

#column2 {
	max-width: 50%;
	margin: 0 0 0 512px;
	padding: 140px 0 0 20px;
	background: url(../images/column2-bg.jpg) no-repeat 0 -1px;
}

#footer {
	margin: 0;
	padding: 3em 2em 2em 3em;
	clear: both;
	background-color: #426E8B;
}


/* ---------- Content styles ---------- */

#home h2,
#home h3 {
	margin-bottom: 0;
	padding: 0;
	color: #FFF;
	background: none;
}

#home h3 {
	font-size: .75em;
}

#home #content p {
	margin-top: 0;
	max-width: 330px;
}

#home #content ul {
	margin: .2em 0;
	padding: 0;
	list-style: none;
}

#home #content li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/bc-arrow.png) left no-repeat; 
}

#column2 a {
	font-size: .9em;
}


/* ---------- Hacks for IE6/Win ---------- */

/* required to prevent logo from sitting 2px too high (?) */
* html #banner img {
	position: absolute;
	left: 0;
	top: 0;
}

/* gives width to submenu links so they display as block properly */
* html #subNav a {
	width: 15em;
}

/* forces correct layout for mainContent div */
* html #mainContent {
	margin-right: 30%;
}


/* ---------- Hacks for IE5/Win ----------  DISABLED

/* gives width to submenu links so they display as block properly 
* html #subNav a {
	width: 15em;
}

/* forces correct layout for mainContent div 
* html #mainContent {
	margin-top: 20px;
	width: 99%;
}

/* forces footer content off the bottom of the footer element 
* html #footer * {
	margin-bottom: 2em;
}

* html #subNav li  {
	margin-bottom: 0;
	margin-top: 0;
}
*/