/*********************************************************/
/* Title:			Layout CSS
/* Author:		Arik Jones
/* Created:		July 12th, 2007
/* Updated:		July 12th, 2007
/*********************************************************/

/*--------------------------------------*/
/* WORK */
/*--------------------------------------*/
td.green {
	background-color: #edf4ea;
}
td.blue {
	background-color: #f3f7fb;
}
td.darkblue {
	background-color: #ebf2f9;
}
td.offwhite {
	background-color: #f9faf1;
}
/*--------------------------------------*/
/* City Desk Studio */
/*--------------------------------------*/
div#top {
	clear: both;
	height: 100px;
	width: 864px;
}
div#swf-slideshow {
	height: 324px;
	text-align: left;
	width: 864px;
}
div#frame {
	height: 324px;
	text-align: left;
	width: 864px;
}
div#frame a, a:link, a:visited {
	color: #0e65ad;
	text-decoration: none;
}
div#frame a:hover {
	color: #a3d426;
	text-decoration: none;
}

div#awesome {
	background-attachment: scroll;
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 864px;
}

/**** FROM CLASS.CSS ****/
.clear { 
	clear: both; 
	height: 0; 
	overflow: hidden; 
	padding: 0; 
}
.text { 
	font-size: 10px; 
	line-height: 1.5em; 
	text-align: justify; 
	width: 460px; 
	height: 324px; 
	float: left; 
	padding-right: 10px; 
	padding-left: 2px; 
}
.vert { 
	height: 324px; 
	float: left; 
	padding-right: 5px; 
	padding-left: 5px; 
	border-right: 1px solid #969696; 
}

.scroll-text { 
	background-image: url(../img/scroll-readmore.gif); 
	width: 200px; 
	height: 34px; 
}
.scroll-arrows { 
	width: 10px; 
	float: right; 
	margin-top: 2px; 
}
.scroll-arrows img { 
	margin-top: 2px; 
	padding-top: 2px; 
	padding-bottom: 4px; 
}
.no-scroll { 
	width: 200px; 
	padding-top: 10px; 
	border-top: 1px solid #e3e3e3; 
}

/*--------------------------------------*/
/* Global */
/*--------------------------------------*/
body { 
	color: #667c8a;
	background-color: #fff;
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: left top;
	margin: 5px 0 0; 
	padding: 0; 
	text-align: center; 
}
div.wrapper {
	width: 100%;
}

#header {}
#header-secondary {}

#content {}
#content-primary {}
#content-secondary {}

#sidebar {}

#footer {}

/* legacy (begin) */
h1#logo {
	float: left;
	font-size: 10px;
	height: 89px;
	overflow: hidden;
	padding-bottom: 8px;
	width: 864px;
}
h1#logo a {
	background: url(../img/CDS-logo-gray.gif) no-repeat left top;
	display: block;
	height: 89px;
	text-decoration: none;
	text-indent: -999em;
	width: 864px;
}
h1#logo a:hover {
	background-attachment: scroll;
	background-image: url(../img/CDS-logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* legacy (end) */


/*--------------------------------------*/
/* Homepage */
/*--------------------------------------*/

