@charset "UTF-8";

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #666699;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 1em;
}

img {
	border:0;
}

a:link, a:active, a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}




/* BANNER STYLES */

#logo {
	position:absolute;
	height:97px;
	width:233px;
	left:11px;
	top:11px;
	background: url(../images/darien-logo.jpg) no-repeat top left;
}

#tagline {
	position:absolute;
	left:195px;
	top:85px;
	background: url(../images/tag-line.jpg) no-repeat top left;
	height:51px;
	width:501px;
}

#topright {
	position:absolute;
	top:11px;
	left:600px;
	width:500px;
	height:80px;
}

#topads {
	width:353px;
	height:52px;
	margin:0 auto;
}

#toplinks {
	width:auto;
	height:25px;
	margin:7px auto 0px auto;
	text-align:center;
	font-size:.6em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#toplinks a, a:active, a:visited {
	color:#fff;
}

#toplinks a:hover {
	color:#fff;
	text-decoration:none;
}





/* SIDEBAR AND RESOURCES STYLES */

#sidebar {
	position:absolute;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	top:50px;
	left:7px;
	width:110px;
	height:auto;
	text-align:center;
	z-index:10;
}

.caption {
	display:block;
	font-size:.7em;
	color:#fff;
}

#sidebar img {
	padding-top:8px;
}

#sidebar a {
	color:#fff;
	text-decoration:underline;
}

#sidebar a:hover {
	text-decoration:none;
}

#sidebar p a {
	font-size:1em;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color:#669;
}





/* CONTENT AND FOOTER STYLES */

#container {
	position:absolute;
	left:0;
	top:140px;
	margin:0 20px;
	padding:0;
	width:855px;
	height:auto;
}

#contentbg {
	background:url(../images/purplesidebar.jpg) repeat-y top left;
	background-color:#fff;
	width:725px;
	height:auto;
	padding-left:130px;	
	margin:0;
}

#content {
	height:auto;
	padding:20px 20px 20px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666666;
	line-height:120%;
}

#content h1 {
	color:#669;
	font-size:1.7em;
	width:100%;
	font-style:italic;
	font-weight:normal;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#content h2 {
	color:#669;
	font-size:1.25em;
	font-weight:lighter;
	margin:0;
}

#content p {
	display:block;
	margin:0;
}

.text {
	display:block;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666666;
	line-height:120%;
}


#content i {
	display:block;
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;
	color:#666666;
	
}

#content b {
	color:#000;
}

#content b.purple {
	color:#666699;
}

.bold {
	display:block;
	padding-bottom:3px;
	color:#000;
}

#content a:link, a:active, a:visited {
	color:#669;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content hr {
	width:100%;
	height:1px;
	border:0;
	background-color:#669;
	margin-top:-13px;
}

#content ul.resources {
	font-size:1em;
	text-align:left;
	list-style-image: url(../images/bullet.jpg);
	margin-left:-22px;
	line-height:1.5em;
	padding-left:55px;
}

#content h3 {
	font-size:1.4em;
	color:#669;
	font-weight:bold;
}

#content h4 {
	font-size:1.2em;
	color:#669;
	font-weight:bold;
}

#content ul.advertise {
	list-style:none;
	line-height:17px;
}

#content label {
	color:#669;
	font-size:1em;
	font-weight:lighter;
	margin:0;
}

#content hr.atb {
	width:100%;
	height:1px;
	border:0;
	background-color:#669;
	margin:8px 0 8px 0;
}

#footer {
	height:75px;
	color:#fff;
	font-size:.6em;
	text-align:center;
	line-height:1.5em;
	padding:10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
}





/* RIGHT COLUMN STYLES */

#rightside {
	position:absolute;
	left:890px;
	top:180px;
	height:auto;
	width:165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
}

#righttop {
	width:165px;
	height:auto;
	color:#666666;
	padding:7px;
	text-align:center;
	margin-bottom:10px;
}

#rightbottom {
	color:#666666;
	width:165px;
	height:auto;
	text-align:left;
	background-color:#eee1c5;
	border: thin solid #000;
	padding:7px;
}

#rightbottom h1 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:1.35em;
	font-weight:lighter;
	color:#669;
}

#rightbottom h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:1.2em;
	font-weight:lighter;
	color:#669;
}

#rightside a {
	color:#FFF;
}

#rightbottom li {
	font-size:0.7em;
	text-align:left;
	list-style-image: url(../images/bullet.jpg);
	margin-left:-22px;
}

#rightbottom li a {
	color:#9a9bcd;
	text-decoration:none;
}

#rightbottom li a:hover {
	text-decoration:underline;
}





/* NAVIGATION BAR STYLES */

#navbar {
	height:25px;
	width:730px;
	margin-left:121px;
	margin-bottom:1px;
	padding:0;
	z-index:10;
		
}

#navbar ul.mainNav {
	padding-left: 0px;
/*	float: left;
	width: 100%;*/
	list-style:none;
}

#navbar li {
	list-style: none;
	float: left;
	width:auto;
	background: url(../images/navimages/tab_right.png) no-repeat right top;
	margin-right: 0px;
}

#navbar a {
	display: block;
	width:auto;
	height:15px;
	padding: 7px 15px 4px 15px;
	background: url(../images/navimages/tab_left.png) no-repeat left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: .8em;
}

#navbar a:hover {
	color:#666699;
}

#navbar li.current {
	background: url(../images/navimages/tab_right_here.png) no-repeat right top;
}

#navbar a.current {
	background: url(../images/navimages/tab_left_here.png) no-repeat left top;
	color: #669;
}

#navbar li.currentwider {
	background: url(../images/navimages/tab_right_here.png) no-repeat right top;
}

#navbar a.currentwider {
	background: url(../images/navimages/tab_left_here.png) no-repeat left top;
	color: #669;
}

#navbar li.currentatb {
	background: url(../images/navimages/tab_right_here.png) no-repeat right top;
}

#navbar a.currentatb {
	background: url(../images/navimages/tab_left_here.png) no-repeat left top;
	color: #669;
}

/* OTHER STYLES */

#article { 
	font-size: 10pt; 
	font-family: arial, verdana, helvetica, sans-serif; 
	line-height: 13pt;
	background-color: #fff; 
	width: 400px; 
	height: 90%; 
	margin: 10px; 
	padding: 30px; 
	border: solid 1pt #000;
	text-align:left;
}

#article .headline {
	color: #669; 
	font-size: 14pt; 
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	line-height: 15pt;
}

#article .bodycopy {
	color: #000;
	font-size: 8pt;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 11pt;
}



