/* ---------------------------------------------------------------------------------------- */
/* DACCAssociates.com CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center !important;
	color: #000;
}


/* ---------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	background-color: #336666;
	text-align: left;
	color: #fff;
}

	
	
/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	background-color: #336666;
	text-align: center !important;
	color: #fff;
	font-size: 11px;
}

#navBottom {
	margin: 5px auto 0;
	padding: 1px;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	display: inline;
}

#copyright {
	margin: 0 auto;
	padding: 1px;
	text-align: center;
}




/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 870px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #fff url(/images/container-background.gif) repeat-y center top;
}

#content {
	float: left;
	width: 625px;
	margin: 10px 10px 10px 10px;
	padding: 0;
	text-align: left;
}

#content img {
	margin: 5px;
}

#content h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}

#content h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
}

#content h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}



/* ---------------------------------------------------------------------------------------- */
/* Content Box  */
/* ---------------------------------------------------------------------------------------- */

.contentBox { 
	width: 620px;
	margin: 15px 0 15px 0;
	padding: 0;
	text-align: justify;
	background-color: #eee;
	font-size: 11px;
	border: 1px solid #000;
	clear: both;
}

.contentBox h1 {
	color: #333 !important;
	margin: 1px !important;
	padding: 1px !important;
	font-size: 13px !important;
	background: none !important;
	text-align: center !important;
}

.contentBox p {
	margin: 10px !important;
	padding: 0 !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#nav-bar {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 3px auto;
	background-color: #c8c9b4;
	height: 21px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 870px;
}

#nav-bar ul { padding: 0; margin: 0 auto; }
#nav-bar ul li{ display: inline; padding: 0; margin: 0 30px 0 30px; }
#nav-bar ul li a:link{ text-decoration: none; color: #000; }
#nav-bar ul li a:visited{ text-decoration: none; color: #000; }
#nav-bar ul li a:hover{ text-decoration: none; color: #336666; background-color: #336666; }



/* ---------------------------------------------------------------------------------------- */
/* Content Right */
/* ---------------------------------------------------------------------------------------- */

#contentRight {
	float: right;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center !important;
	font-size: 11px;
}

#contentRight h1 {
	margin-top: 10px;
	padding: 0;
	color: #000;
	font-size: 16px; 
	text-decoration: underline;
}

#contentRight a,
#contentRight a:visited {
	color: #000;
	text-decoration: none;
}

#contentRight a:hover {
	text-decoration: none;
	background-color: #336666 !important;
}


#contentRight ul {
	list-style: none;
	text-align:left;
	margin: 0 5px 0 5px;
	padding: 0;
}
#contentRight li {
	margin: 20px 0 0 0;
	padding-left: 15px;
	background-image: url(/images/yellowribbon.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}


/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	background-color: #336666;
	color: #fff !important;
}

a:visited {
	color: #0066CC;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	text-decoration: none;
	background-color: #bbbcb2 !important;
}




/* ---------------------------------------------------------------------------------------- */
/* Paragraphs and Headings */
/* ---------------------------------------------------------------------------------------- */


#contentRight p {
	margin: 15px 5px 15px 10px;
	padding: 0;
	font-style: normal;
	text-align: left;	
}



/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Images */
/* ---------------------------------------------------------------------------------------- */

.innerimage {
	margin: 0 10px 5px 0;
	padding: 0;
	border: 1px solid #000;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}
