/* CSS Document - Summer Theme */

/* general */
html, body {
	color: #000;
	background: #cff;
}

/* IDs */
#container_top {
	background-color: #ff3;
}
#container_topnew {
	background-color: #ff3;
}

/* middle containers */
#container_middle {
	background-color: #cff;
}
#middle {
	/*background: transparent url(../images/bgcolor/deepturq60.jpg) top left repeat;*/
	background-color: #64dffe;
}


/* Left Containers */
#left {
	background-color: #6ff;
}
#left h1 {
	color: #030;
}


/* left news/alerts */
#lft_na {
	background: transparent url(../images/summer/lft_na.gif) top left no-repeat;
}
#news a {
	color: #030;
}
#news li {
	color: #030;
}
#news li.limage {
	background: url(../images/summer/na_sun.gif) no-repeat 0 0.2em;
}
#news li.alert_image {
	background: url(../images/summer/na_alert_image.gif) no-repeat 0 0.2em;
}


/* left site navigation */
#lft_sn {
	background: transparent url(../images/summer/lft_sn.gif) top left no-repeat;
}
#nav a {
	color: #000;
}


/* left search area */
#lft_s {
	background: transparent url(../images/summer/lft_s.gif) top left no-repeat;
}
#search img {
	border-color: #000;
	background-color: #fff;
}


/* Bottom Containers */
#container_bottom {
	background-color: #ff3;
}
#bottom {
	background-color: #ff3;
}
#bottom h3 {
	color: #030;
}
#bottom a {
	color: #030;
}


/* main header */
#header {
	background: transparent url(../images/summer/header_summer.jpg) top left no-repeat;
}

/* Top News/Alerts */
#top_na {
	background-color: #66FFFF;
}

/* Top Buttons */
#top_btns {
	background-color: #fc0;
}
/*
#top_btns a#btn_reg {
	background: transparent url(../images/summer/btn_reg.gif) top left no-repeat;
}
#top_btns a:hover#btn_reg {
	background: transparent url(../images/summer/btn_reg_on.gif) top left no-repeat;
}
#top_btns a#btn_pub {
	background: transparent url(../images/summer/btn_pub.gif) top left no-repeat;
}
#top_btns a:hover#btn_pub {
	background: transparent url(../images/summer/btn_pub_on.gif) top left no-repeat;
}
#top_btns a#btn_rent {
	background: transparent url(../images/summer/btn_rent.gif) top left no-repeat;
}
#top_btns a:hover#btn_rent {
	background: transparent url(../images/summer/btn_rent_on.gif) top left no-repeat;
}
#top_btns a#btn_jobs {
	background: transparent url(../images/summer/btn_jobs.gif) top left no-repeat;
}
#top_btns a:hover#btn_jobs {
	background: transparent url(../images/summer/btn_jobs_on.gif) top left no-repeat;
}
#top_btns a#btn_au {
	background: transparent url(../images/summer/btn_au.gif) top left no-repeat;
}
#top_btns a:hover#btn_au {
	background: transparent url(../images/summer/btn_au_on.gif) top left no-repeat;
}
*/


/* MAIN */
#main {
	background: transparent url(../images/bgcolor/deepturq60.jpg) top left repeat;
}
#main a {
	color: #070;
	border-bottom: 1px dashed #060;
}
#main a:hover {
	color: #ff3;
	border-bottom: 1px dashed #ff3;
}
#main .adobe li {
	color: #003;
}
#main .adobe li span.aimage {
	background: url(../images/summer/pdf.gif) no-repeat 0 -0.1em;
}
#main .ball li {
	color: #003;
}
#main .ball li span.image {
	background: url(../images/summer/baseball.gif) no-repeat 0 -0.1em;
}
#main img {
	border: #000 solid 1px;
}
#main .address {
	color:#666;
}
#main .line {
	background: transparent url(../images/summer/hr.gif) no-repeat left bottom;
}

/* special LI image */
#main ul.note li {
	color: #003;
}
#main ul.note li.image {
	background: url(../images/summer/note.gif) no-repeat 0 0.2em;
}


/* Inside The Park */
#itp {
	background-color: #FFFFFF;
}
#itp a {
	color: #070;
	border-bottom: 1px dashed #060;
}
#itp a:hover {
	color: #ff3;
	border-bottom: 1px dashed #ff3;
}
#itp .adobe li {
	color: #003;
}
#itp .adobe li span.aimage {
	background: url(../images/summer/pdf.gif) no-repeat 0 -0.1em;
}
#itp .ball li {
	color: #003;
}
#itp .ball li span.image {
	background: url(../images/summer/baseball.gif) no-repeat 0 -0.1em;
}
#itp img {
	border: #000 solid 1px;
}
#itp .address {
	color:#666;
}
#itp .line {
	background: transparent url(../images/summer/hr.gif) no-repeat left bottom;
}

/* special LI image */
#main ul.note li {
	color: #003;
}
#main ul.note li.image {
	background: url(../images/summer/note.gif) no-repeat 0 0.2em;
}


/* generic classes */
.smalltext {
	color: #003;
}
.navlink {
	color: #003;
}

