.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* = LOGGED-IN BLOCK
-------------------------------------------------*/
/* account info */
#member-center #account {
	background-color: #c29a4e;
}

#member-center #account h1 {
	background-color: #c29a4e;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 0;
	padding-left: 10px;
}

#member-center .intro
{
    background-color: #c29a4e;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0;
}

#ctl00_MemberContent_pnlUserMember {
	min-height:0;
    background-color: #c29a4e;
}

#pnlUserMember {
    background-color: #c29a4e;
}

#ctl00_pnlUserMember 
{
	min-height:0;
	margin-bottom:5px;
	background-color: #c29a4e;
}

#RadAjaxPanel1 {
	background-color: #c29a4e;
}

#account ul.info {
	list-style-type: none;
	float: right;
	margin: 10px 10px 0 0;
}

#account div.links {
	list-style-type: none;
	float: right;
	margin: 10px 10px 0 0;
	font-size:11px;
	line-height:12px;
}

#account .links span.welcome {
	background: transparent url(../images/bullet_squares_tan2.gif) no-repeat 100% 50%;
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
	margin-right: 11px;
}

#account .links span.welcome span {
	font-size: 14px;
}

#account .links span,
#account .links span a {
	color: #fff;
	font-size: 11px;
}

#account .info li {
	background: #c29a4e url(../images/bullet_redarrow.gif) no-repeat 0px 6px;
	list-style-type: none;
	padding: 3px 0px 3px 12px;
	margin: 0 0 0 10px;
	float: left;
}

#account .info li a {
	color: #000;
	font-size: 10px;
}

#account .info li a:hover {
	text-decoration: none;
}

#account .info li.welcome {
	background: transparent url(../images/bullet_squares_tan2.gif) no-repeat 100% 50%;
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
}

/* tabs */
#member-center #tabs ul {
	background-color: #c29a4e;
	margin: 0;
	padding: 2px 0 0;
	width: 100%;
	height: 28px;
	list-style-type: none;
	border-bottom: 1px solid #a58342;
	z-index: 10;
}

#member-center #tabs li {
	margin-right: 2px;
	float: left;
	border: 1px solid #a58342;
	border-bottom: none;
	z-index: 10;
}

#member-center #tabs li a {
	background-color: #cead6d;
	color: #333;
	font-size: 11px;
	font-weight:normal;
	line-height: 12px;
	text-decoration: none;
	text-align:center;
	padding: 2px 8px 0 8px;
	height: 25px;
	display: block;
	float: left;
	z-index: 10;
}

#member-center #tabs li a:hover {
	background-color: #dbc18e;
}

#member-center #tabs li.first,
#member-center #tabs li.first a {
	border-left: none;
    z-index: 10;
}

#member-center #tabs li.selected 
{
    z-index: 10;
}

#member-center #tabs li.selected a {
	background-color: #dbc18e;
	color: #000;
	margin-bottom: -2px;
	border: 1px solid #ebddc1;
	border-bottom: 1px solid #dbc18e;
	border-left: none;
	/* position: relative;*/
    z-index: 10;
}

/* content */
#member-center #member-content {
	background-color: #fff;
	font-size: 12px;
	border:5px solid #DBC18E;
	/* border-top: 1px solid #ebddc1; */
	padding: 10px 10px;
	width: 695px;
}

#member-center #member-content.two-columns {
	background: #dbc18e url(../images/member_content_callout_bg.gif) repeat-y 519px 0;
}

#member-center #member-content .left-column {
	width: 515px;
	float: left;
}

#member-center #member-content .promoBox {
	width: 173px;
	float: right;
}

#member-center #member-content .promo
{
    background-color: #e9dabb;
    font-size: 12px;
    padding: 8px 8px 5px;
    text-align: center;
}

#member-center #member-content .one-column {
	width: 675px;
}

#member-center #member-content .tabGoButton {
	float: right;
	width:177px;
	height:25px;
	background: #dbc18e url(../images/btnViewSection.png);
	text-align:center;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:14px;
	color:#BA4F3A;
}

#member-center #member-content .tabCreatePortfolioButton {
	float: right;
	width:177px;
	height:25px;
	background: #dbc18e url(../images/btnViewSection.gif);
	text-align:center;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
	margin-top:2px;
	color:#BA4F3A;
}

#member-center #member-content .tabLoginBox {
	float: right;
	width:180px;
	margin-top:30px;
	margin-left:10px;
}

#member-center #member-content .tabCreatePortfolioBox {
	float: right;
	width:180px;
	margin-top:30px;
	margin-left:0px;
}

#member-center #member-content .view-button:hover {
	color:#2E74A7;
}

#member-center #member-content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
}


/* = CONTENT
-------------------------------------------------*/
#home table {
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#home table td,
#home table th {
	vertical-align: top;
}

#home table.two-col,
#home table.three-col {
	background: transparent url(../images/column_header.jpg) no-repeat 0 0;
}

#home table.three-col th,
#home table.three-col td {
	padding: 0 10px;
	width: 148px;
}

#home table.two-col th,
#home table.two-col td {
	padding: 0 10px;
	width: 240px;
}

#home table.three-col th,
#home table.two-col th {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	vertical-align:  middle;
}

#home table.two-col td {
	padding-left: 14px;
}

#home tr.header {
		height: 29px;
}

#home tr.body {
		background: transparent url(../images/column_reflection.jpg) no-repeat 0 1px;
}

#home #col-right {
	font-size: 11px;
	float: left;
}

#home #col-left {
	float: right;
}

#home #col-right .two-col p {
	padding-left: 0;
	font-size: 11px;
}

#home #col-right .three-col p {
	font-size: 11px;
}

#home #col-right .two-col ul,
#home #col-right .three-col ul {
	padding: 5px 0;
	margin: 0px 10px 10px 0px;
	border: none;
}
#home #col-right .two-col ul li,
#home #col-right .three-col ul li {
	background: transparent url(../images/bullet_redarrow.gif) no-repeat 0px 4px !important;
	background: transparent url(../images/bullet_redarrow.gif) no-repeat 0px 6px;
	list-style-type: none;
	padding: 3px 0px 3px 12px;
	margin: 0px;
	font-size: 11px;
}
#home #col-right .two-col ul li a,
#home #col-right .three-col ul li a {
	color: #214f6a;
	text-decoration: none;
}
#home #col-right .two-col ul li a:hover,
#home #col-right .three-col ul li a:hover {
	color: #214f6a;
	text-decoration: underline;
}

#home table th.icon-online,
#home table th.icon-learn,
#home table th.icon-book,
#home table th.icon-person {
	background: transparent no-repeat 8px 0;
	padding-left: 45px;
	width: 208px;
}

#home table th.icon-online {
	background-image: url(../images/icon_monitor.gif);
}

#home table th.icon-learn {
	background-image: url(../images/icon_monitor_cursor.gif);
}

#home table th.icon-book {
	background-image: url(../images/icon_books.gif);
}

#home table th.icon-person {
	background-image: url(../images/icon_person.gif);
}

#col-right select {
	font-size: 11px;
	border: 1px solid #868686;
}

/* more link */
p.more a {
	color: #000;
	font-size: 10px;
	background: transparent url(../images/bullet_redarrow.gif) no-repeat 0px 3px;
	padding-left: 12px;
}
p.more a:hover
{
    text-decoration: none;
}


/* = CALLOUTS
-------------------------------------------------*/
#col-left .callout {
	background-color: transparent;
	font-size: 11px;
	padding: 0;
}

.reflection {
	background: transparent url(../images/header_reflection.gif) no-repeat 0 27px;
}

.reflection h3 {
	padding: 0 0 5px;
}

.callout h3 {
	background: transparent url(../images/leftcol_callout_header_gray.gif) no-repeat 0 0;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 1px;
	padding-left: 20px;
	height: 26px;
}

.callout h4 {
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	margin: 10px;
	position: relative;
}

.callout p {
	margin: 5px 20px 5px 10px;
}

.callout p.bullet {
	background: transparent url(/images/bullet_redarrow.gif) no-repeat 11px 3px;
	color: #3e6f86;
	font-size: 11px;
	padding: 2px 0px 0px 25px;
}

.callout p.bullet a {
	color: #3e6f86;
	font-size: 11px;
	text-decoration: none;
}
.callout .caption {
	font-size: 10px;
	line-height: 11px;
}

.callout .caption a {
	color: #214f6a;
	text-decoration: none;
}

.callout .caption a:hover {
	text-decoration: underline;
}

.callout .events .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.callout .events .date {
	background: transparent url(../images/event_calendar.gif) no-repeat 0 0;
	margin-left: 5px;
	width: 32px;
	height: 41px;
	float: left;
	position: relative;
}

.callout .events .date p {
	line-height: 10px;
	margin: 0 3px 0 0;
}

.callout .events .date .day {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	position: absolute;
	top: 4px;
}

.callout .events .date .month {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	width: 30px;
	position: absolute;
	top: 15px;
}

.callout .events .date .year {
	color: #fff;
	font-size: 9px;
	text-align: center;
	width: 30px;
	position: absolute;
	top: 27px;
}

.callout .events .info {
	font-size: 11px;
	width: 160px;
	float: right;
}

.callout .events .info p {
	margin: 0;
}

.callout .events .info a {
	color: #333;
}

.callout .events .info .notice {
	color: #cc0000;
	text-transform: uppercase;
}

.callout .events .info .noticeDistrict {
	color: #551A8B;
	text-transform: uppercase;
}

.callout .events .info .title {
	color: #214f6a;
}

/* login */
#home #col-left .login {
	background: transparent url(../images/header_reflection.gif) no-repeat 0 27px;
	margin-bottom: 0;
}
#home #col-left .login div.form {
	margin: 0 0 0 10px;
}
#home #col-left .login label {
	color: #333;
	font-size: 11px;
	line-height: 20px;
	margin-right: 10px;
}
#home #col-left .login .input {
	font-size: 11px;
	border: 1px solid #868686;
	width: 110px;
}
#home #col-left .login .submit {
	width: auto;
	border: none;
}
#home #col-left .login ul {
	margin: 2px 0 0 10px;
}
#home #col-left .login li,
#home #col-left .login li a {
	color: #333;
	font-size: 11px;
}	
#home #flash
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/images/homepage_upperlft_placeho.gif);
}

#home #guestWelcome
{
	line-height:16px;
    background-color: #DBC18E;
    padding: 9px; 
    margin-bottom: 5px;
    border: 1px solid #ccc;
    font-size:12px;
}

.welcomeHeading 
{
	font-size:18px;
	font-weight:bold;
}

.freeLink 
{
}

#home #flash-nh
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/nh/welcome.jpg);
}
#home #flash-towson
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/towson/welcome.jpg);
}
#home #flash-guest
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/guest/welcome.jpg);
}
#home #flash-lps
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/lps/welcome.jpg);
}
#home #flash-ge2008
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/ge2008/welcome.jpg);
}
#home #flash-pisa
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/pisa/welcome.jpg);
}
#home #flash-ostp
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/ostp/welcome.jpg);
}
#home #flash-wva
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/wva/welcome.jpg);
}
#home #flash-etrc
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/etrc/welcome.jpg);
}
#home #flash-etxsc
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/etxsc/welcome.jpg);
}
#home #flash-texas
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/texas/welcome.jpg);
}
#home #flash-thwa2008
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/twinharbors/welcome.jpg);
}
#home #flash-esc20trc
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/esc20trc/welcome.jpg);
}
#home #flash-vtdoe2008
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/vtdoe/welcome.jpg);
}
#home #flash-academy
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/academy/welcome.jpg);
}
#home #flash-fast
{
    background-color: transparent;
    margin-bottom: 5px;
    height: 160px;
    border: 1px solid #ccc;
    background-image: url(/fast/welcome.jpg);
}
