/* Main CSS Document */

@import url("core.css");
@import url("nav.css");
@import url("footer.css");

#container {
	width: 964px;
	margin: 0px auto;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}
#top {
	width: 964px;
	margin: 0px auto;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
}

/* header */
#header {
	width: 950px;
	height: 158px;
	margin: 0px auto;
}
#header .logo {
	/*width: 650px;*/
	width: 220px;
	float: left;
}

#header .siteTagline {
	width: 430px;
	float: left;
}

#header .siteTagline a {
	display: block;
	width: 430px;
	height: 158px;
	text-indent: -9999px;
	background: url(images/CDSHeader2.gif) no-repeat top left;
}

#header .contact {
	width: 300px;
	height: 23px;
	padding: 135px 0px 0px 0px;
	float: right;
	background: url(images/bg-contact.gif) no-repeat;
}

#header .contact .phoneLink {
	display: block;
	width: 300px;
	height: 111px;
	margin: -135px 0px 25px 0px;
	text-indent: -9999px;
}


#header .contact ul {
	margin: 0px;
	padding: 0px;
}
#header .contact li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 24px;
}
#header .contact a {
	color: #fff;
	text-decoration: none;
}
#header .contact a:hover {
	text-decoration: underline;
}


/* content */
#content {
	width: 950px;
	margin: 0px auto;
}


#content .left {
	width: 650px;
	float: left;
}
#content .left .contentPadding {
	width: 610px;
	padding: 20px;
}
#content .left ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
#content .left li {
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow.gif);	
}
#content .left .photo {
	background-color: #eeefef;
	padding: 10px;
	border: 1px solid #e7e7e7;
}
#content .left .box {
	width: 300px;
}
#content .left .tabBlue {
	height: 21px;
	background-image: url(images/bg-tab-blue.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px 0px 10px;
}
#content .left .tabBox {
	background-image: url(images/bg-box-blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	padding: 10px;
	border: 1px solid #c7ddf3;
}
#content .left .tabBox img {
	border: 3px solid #c7ddf3;
	margin: 0px 5px 10px 0px;
}


#content .right {
	width: 300px;
	float: right;
}
#content .right .mission {
	width: 260px;
	height: 259px;
	padding: 20px;
	background-image: url(images/bg-mission.jpg);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 18px;
}
#content .right .news {
	padding: 0px 0px 10px 20px;
	margin: 0px;
	background-image: url(images/icon-news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .right .tabTop {
	width: 262px;
	height: 4px;
	background-image: url(images/tab-top-white.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	font-size: 4px;
}
#content .right .tabContent {
	width: 230px;
	padding: 15px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0px auto;
	background-image: url(images/tab-content-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content .right .tabBottom {
	width: 262px;
	height: 5px;
	background-image: url(images/tab-bottom-white.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
}

#content .right .ReadMoreLinkContainer {
	
}

#content .right .ReadMoreLinkContainer a.ReadMoreLink {
	display: block;
	width: 117px;
	height: 25px;
	float: right;
	background: url("images/btn-readmore.gif") no-repeat top left;
	text-indent: -9999px;
}



