/* TEAL COLOR THEME */

/* 
===========================================================
Header Colors 
===========================================================
*/
#topic-title h1,
#content-main h1,
#topic-title h2,
#topic-title h1 a,
#topic-title h2 a{
	color: #084239;
}

#topic-title h1 a:hover {
	border-bottom: 1px solid #084239;
}

/* 
===========================================================
Breadcrumb Colors 
===========================================================
*/
#breadBox,
#breadBox ul{
	background-color:#f6fcfb;
}

/* 
===========================================================
Left Nav Colors 
===========================================================
*/

#content #nav-container h3 a{
	background-image: url('../../images/theme-teal/bg_navH3.gif');
}

#nav,
#nav-container .bottom {
	background: transparent url('../../images/theme-teal/bg_leftNav.gif') repeat-y top left; 
}
#nav ul li {
	background: #c1ded5;
}
#nav ul li ul li{
	background: #deeee9;
}
#nav-container .bottom { 
/*	position: relative;
 	margin: 0 0 0.5em 0;
	height:15px; 
	width:179px;
	border:none;
	background-color:#F4F4E1;*/
	background-position: bottom left;
}

/* Selected state for Level 1 link */
#nav li a.selected{
	background-image: url('../../images/theme-teal/leftNav_arrow.gif');
}

#nav ul li a:hover{
	background-color: #f6fcfb;
}
#nav ul li ul li a:hover{
	background-color: #f6fcfb;
}

/* 
===========================================================
Page Options Colors 
===========================================================
*/

#content-secondary .pageOptions{
	background: #f6fcfb url('../../images/theme-teal/bg_repeatPageOptions.gif') 0 0;
	border-top: 1px solid #9ecfc0;
}
#content-secondary .pageOptions .pageOptions-inner{
	background:transparent url('../../images/theme-teal/bg_pageOptions.gif') 0 bottom no-repeat;
}
.pageOptions-horizontal,
.pageOptions-horizontal ul{
	background-color:#f6fcfb;
}

/* 
===========================================================
Module Colors 
===========================================================
*/
#wrapper .module h3,
#wrapper .rounders h3,
#content-main h2{
	color:#084239;
}
.rounders .inner,
.rounders .t,
.rounders .b,
.rounders .b div,
.rounders.top-blocks .inner,
.rounders.top-blocks .t,
.rounders.top-blocks .b,
.rounders.top-blocks .b div{
	background-image:url('../../images/theme-teal/bg_twoBlocks.gif');
}

#content-secondary .rounders .inner,
#content-secondary .rounders .t,
#content-secondary .rounders .b,
#content-secondary .rounders .b div{
	background-image:url('../../images/theme-teal/bg_smallRails.gif');
}

.rounders .inner{
position: relative;
margin: 0px;
padding: 12px 12px 0 0;
}
.rounders .t{
position:absolute;
left:0;
top:0;
width:12px; 
margin-left:-12px;
height:100%;
background-position:top left;
}

.rounders .b {
	position:relative;
	width:100%;
}

.rounders .b,
.rounders .b div{
height:12px; 
font-size:1px;
}

.rounders .b{
background-position:bottom right;
}

.rounders .b div{
position:relative;
width:12px;
margin-left:-12px;
background-position:bottom left;
}

.rounders .hd,
.rounders .bd,
.rounders .ft {
position:relative;
}

.page-curl h3{ 
background-color:#deeee9;
}
.double-rule{ background: #fff;}
.double-rule h3{
background:#deeee9 url('../../images/theme-teal/bgDoubleRule.gif') right bottom repeat-x;
}