/*
Baldwin Wallace College
Be That
Screen CSS
Created: 20 Dec 2006
By: Pat Collins <pat@walltowall.com>
*/

/* -----------------------------------------------------------------------------
Global Declarations
----------------------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	background:#877825 url("../images/bg.gif");
	color:#fff;
}

body, table, tr, td {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}


/* -----------------------------------------------------------------------------
Global Link Styles
----------------------------------------------------------------------------- */

a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border-width:0px !important;
}



/* -----------------------------------------------------------------------------
Global Elements
----------------------------------------------------------------------------- */

tr, td {
	vertical-align:top !important;
}

ul, ol {
	margin-bottom:10px;
	margin-top:		5px;
}
ul, ol {
	padding-left:0px;
	margin-left:30px;
	list-style-type:disc;
	line-height:17px;
}

li {
	padding-bottom:0.5em;
}

ul.punch_list {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.punch_list li {
	margin-left:2px;
	padding-left:12px;
	background:transparent url("../images/raquo-black.gif") left .5em no-repeat;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	font-family:Georgia, Times, "Times New Roman", serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul.punch_list li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
ul.punch_list li a:hover {
	text-decoration:underline;
}



/* -----------------------------------------------------------------------------
Global Typography
----------------------------------------------------------------------------- */

p {
	padding:0;
	margin-top:0;
	font-size:12px;
	line-height:17px;
}



/* -----------------------------------------------------------------------------
Block-level Page Elements
----------------------------------------------------------------------------- */

table#index {}
table#curious {}
table#real {}
table#connected {}
table#successful {}



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

#header {
	position:relative;
	width:769px;
	height:126px;
	background:url("../images/header.jpg") 0px 0px no-repeat;
}

#header h1 {
	margin:0; padding:0;
}
#header h1 a {
	position:absolute;
	top:0px;
	left:584px;
	width:165px;
	height:126px;
}
#header h1 a span {
	display:none;
}
#header ul#secondary_nav, #header ul#secondary_nav li {
	position:absolute;
	margin:0; padding:0;
	list-style-type:none;
}
#header ul#secondary_nav li a span {
	display:none;
}
#header ul#secondary_nav li a {
	position:absolute;
	left:356px;
	width:146px;
	height:12px;
}
#header ul#secondary_nav li a#sec_what-is {
	top:32px;
}
#header ul#secondary_nav li a#sec_how-to {
	top:48px;
}
#header ul#secondary_nav li a#sec_important {
	top:64px;
}
#header ul#secondary_nav li a#sec_bw-home {
	top:80px;
}
#header ul#secondary_nav li a#sec_bethat-home {
	top:36px;
	left:46px;
	width:197px;
	height:89px;
}


/* -----------------------------------------------------------------------------
Content Container
{
----------------------------------------------------------------------------- */

table#index tr td#container {
	background:url("../images/index-container-bg.gif") 0px 0px repeat-y;
	border:0px #000 solid;
}

table#index tr td#container table#container-inner {
	/*background:url("../images/index-container-bg.gif") 0px 0px repeat-y;*/
/*	background:#f00;*/
	border:0px #fff solid;
}

table#curious tr td#container {
	background:url("../images/curious-container-bg.gif") 0px 0px repeat-y;
}

table#real tr td#container {
	background:url("../images/real-container-bg.gif") 0px 0px repeat-y;
}

table#connected tr td#container {
	background:url("../images/connected-container-bg.gif") 0px 0px repeat-y;
}

table#successful tr td#container {
	background:url("../images/successful-container-bg.gif") 0px 0px repeat-y;
}

/*   GENERIC TEMPLATE   */

table#generic tr td#container {
	background:url("../images/curious-container-bg.gif") 0px 0px repeat-y;
}
/*
}
*/



/* -----------------------------------------------------------------------------
Sidebar
----------------------------------------------------------------------------- */

#side {
	position:relative;
	width:268px;
}



/* -----------------------------------------------------------------------------
Sidebar on the Home Page
{
----------------------------------------------------------------------------- */

table#index tr td #side {
	width:241px;
}

#index-side-person {
	display:block;
	background:url("../images/index-side-person.jpg") 0px 0px no-repeat;
	width:241px;
	height:388px;
}

#index-side-learn-more a {
	display:block;
	background:url("../images/index-side-learn-more.jpg") 0px 0px no-repeat;
	width:241px;
	height:196px;
}
#index-side-learn-more a span {
	display:none;
}
#index-learn-more {
	position:absolute;
	left:52px;
	top:393px;
	width:165px;
	height:148px;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Sidebar in the INTERIOR pages
{
----------------------------------------------------------------------------- */

table.interior tr td #side {
}

table.interior tr td #side #side-top {
	width:268px;
	height:233px;
}

table.interior tr td #side .side-content {
	padding-left:49px;
	padding-right:27px;
	position:relative;
}

table.interior tr td #side .nav_group {
	padding-bottom:6px;
	margin-bottom:4px;
}

table.interior tr td #side .nav_group h2 {
	margin:0;
	padding:0;
}
table.interior tr td #side .nav_group h2 a {
	display:block;
	position:relative;
	width:192px;
	height:39px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
table.interior tr td #side .nav_group h2 a:hover {
	background-position:0px -41px;
}
table.interior tr td #side .nav_group h2 a span {
	display:none;
}

table.interior tr td #side ul.punch_list {
	margin:0px;
	padding:0px;
	border-width:0px;
}

table.interior tr td #side ul.punch_list li {
	margin-left:11px;
	padding-left:14px;
	padding-bottom:0px;
	background-image:none;
	font-weight:bold;
	font-size:10px;
	line-height:16px;
	font-family:Georgia, Times, "Times New Roman", serif;
}
table.interior tr td #side ul.punch_list li a {
	color:#3d2d1f;
}
table.interior tr td #side ul.punch_list li.active a {
	color:#fff;
}
table.interior tr td #side ul.punch_list li.active a:hover {
	text-decoration:none;
}

table.interior tr td #side #campus_links {
	margin:8px 0 6px 0;
}

table.interior tr td #side #campus_links h2 span {
	display:none;
}
table.interior tr td #side #campus_links dl, table.interior tr td #side #campus_links dt, table.interior tr td #side #campus_links dd {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-size:10px;
	line-height:13px;
	font-family:Verdana, Arial, sans-serif;
}
table.interior tr td #side #campus_links dl {
	padding:0 12px;
}
table.interior tr td #side #campus_links dt {
	margin-top:7px;
}
table.interior tr td #side #campus_links dt a {
	font-weight:bold;
	text-decoration:none;
}
table.interior tr td #side #campus_links dt a:hover {
	text-decoration:underline;
}
table.interior tr td #side #campus_links dd {
	margin-bottom:5px;
	color:#3d2d1f;
}
table.interior tr td #side #campus_links dd a {
	text-decoration:none;
	color:#3d2d1f;
}

table.interior tr td #side #side-learn-more {
	margin-top:10px;
}
table.interior tr td #side #side-learn-more a {
	display:block;
	width:192px;
	height:176px;
}
table.interior tr td #side #side-learn-more a span {
	display:none;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Sidebar in the "Curious" section
{
----------------------------------------------------------------------------- */

table#curious tr td #side {
}

table#curious tr td #side #side-top {
	
}

table#curious tr td.freshmen table tr td #side #side-top {
	background:url("../images/curious-side-bg-01.jpg") 0px 0px no-repeat;
}
table#curious tr td.sophomores table tr td #side #side-top {
	background:url("../images/curious-side-bg-03.jpg") 0px 0px no-repeat;
}
table#curious tr td.juniors table tr td #side #side-top {
	background:url("../images/curious-side-bg-02.jpg") 0px 0px no-repeat;
}
table#curious tr td.seniors table tr td #side #side-top {
	background:url("../images/curious-side-bg-04.jpg") 0px 0px no-repeat;
}

table#curious tr td #side .nav_group {
	background:url("../images/curious-side-sep.gif") 50% bottom no-repeat;
}

table#curious tr td #side .nav_group h2#side_be-curious a { background-image:url("../images/curious-side-curious.gif"); }
table#curious tr td #side .nav_group h2#side_be-real a { background-image:url("../images/curious-side-real.gif"); }
table#curious tr td #side .nav_group h2#side_be-connected a { background-image:url("../images/curious-side-connected.gif"); }
table#curious tr td #side .nav_group h2#side_be-successful a { background-image:url("../images/curious-side-successful.gif"); }

table#curious tr td #side ul.punch_list li.active {
	background:transparent url("../images/curious-check.gif") left 1px no-repeat;
}

table#curious tr td #side #campus_links h2 {
	margin:0; padding:0;
	width:192px;
	height:26px;
	background:url("../images/curious-campus-links.gif") 0px 0px no-repeat;
}

table#curious tr td #side #side-learn-more a {
	background:url("../images/curious-learn-more.jpg") 0px 0px no-repeat;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Sidebar in the "Real" section
{
----------------------------------------------------------------------------- */

table#real tr td #side {
}

table#real tr td #side #side-top {
	
}

table#real tr td.freshmen table tr td #side #side-top {
	background:url("../images/real-side-bg-02.jpg") 0px 0px no-repeat;
}
table#real tr td.sophomores table tr td #side #side-top {
	background:url("../images/real-side-bg-03.jpg") 0px 0px no-repeat;
}
table#real tr td.juniors table tr td #side #side-top {
	background:url("../images/real-side-bg-01.jpg") 0px 0px no-repeat;
}
table#real tr td.seniors table tr td #side #side-top {
	background:url("../images/real-side-bg-04.jpg") 0px 0px no-repeat;
}

table#real tr td #side .nav_group {
	background:url("../images/real-side-sep.gif") left bottom no-repeat;
}

table#real tr td #side .nav_group h2#side_be-curious a { background-image:url("../images/real-side-curious.gif"); }
table#real tr td #side .nav_group h2#side_be-real a { background-image:url("../images/real-side-real.gif"); }
table#real tr td #side .nav_group h2#side_be-connected a { background-image:url("../images/real-side-connected.gif"); }
table#real tr td #side .nav_group h2#side_be-successful a { background-image:url("../images/real-side-successful.gif"); }

table#real tr td #side ul.punch_list li.active {
	background:transparent url("../images/real-check.gif") left 1px no-repeat;
}

table#real tr td #side #campus_links h2 {
	margin:0; padding:0;
	width:192px;
	height:26px;
	background:url("../images/real-campus-links.gif") 0px 0px no-repeat;
}

table#real tr td #side #side-learn-more a {
	background:url("../images/real-learn-more.jpg") 0px 0px no-repeat;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Sidebar in the "Connected" section
{
----------------------------------------------------------------------------- */

table#connected tr td #side {
}

table#connected tr td #side #side-top {
	/* background:url("../images/connected-side-bg-01.jpg") 0px 0px no-repeat; */
}

table#connected tr td.freshmen table tr td #side #side-top {
	background:url("../images/connected-side-bg-02.jpg") 0px 0px no-repeat;
}
table#connected tr td.sophomores table tr td #side #side-top {
	background:url("../images/connected-side-bg-01.jpg") 0px 0px no-repeat;
}
table#connected tr td.juniors table tr td #side #side-top {
	background:url("../images/connected-side-bg-03.jpg") 0px 0px no-repeat;
}
table#connected tr td.seniors table tr td #side #side-top {
	background:url("../images/connected-side-bg-04.jpg") 0px 0px no-repeat;
}

table#connected tr td #side .nav_group {
	background:url("../images/connected-side-sep.gif") left bottom no-repeat;
}

table#connected tr td #side .nav_group h2#side_be-curious a { background-image:url("../images/connected-side-curious.gif"); }
table#connected tr td #side .nav_group h2#side_be-real a { background-image:url("../images/connected-side-real.gif"); }
table#connected tr td #side .nav_group h2#side_be-connected a { background-image:url("../images/connected-side-connected.gif"); }
table#connected tr td #side .nav_group h2#side_be-successful a { background-image:url("../images/connected-side-successful.gif"); }

table#connected tr td #side ul.punch_list li.active {
	background:transparent url("../images/connected-check.gif") left 1px no-repeat;
}

table#connected tr td #side #campus_links h2 {
	margin:0; padding:0;
	width:192px;
	height:26px;
	background:url("../images/connected-campus-links.gif") 0px 0px no-repeat;
}

table#connected tr td #side #side-learn-more a {
	background:url("../images/connected-learn-more.jpg") 0px 0px no-repeat;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Sidebar in the "Successful" section
{
----------------------------------------------------------------------------- */

table#successful tr td #side {
}

table#successful tr td #side #side-top {
	
}

table#successful tr td.freshmen table tr td #side #side-top {
	background:url("../images/successful-side-bg-02.jpg") 0px 0px no-repeat;
}
table#successful tr td.sophomores table tr td #side #side-top {
	background:url("../images/successful-side-bg-04.jpg") 0px 0px no-repeat;
}
table#successful tr td.juniors table tr td #side #side-top {
	background:url("../images/successful-side-bg-01.jpg") 0px 0px no-repeat;
}
table#successful tr td.seniors table tr td #side #side-top {
	background:url("../images/successful-side-bg-03.jpg") 0px 0px no-repeat;
}

table#successful tr td #side .nav_group {
	background:url("../images/successful-side-sep.gif") left bottom no-repeat;
}

table#successful tr td #side .nav_group h2#side_be-curious a { background-image:url("../images/successful-side-curious.gif"); }
table#successful tr td #side .nav_group h2#side_be-real a { background-image:url("../images/successful-side-real.gif"); }
table#successful tr td #side .nav_group h2#side_be-connected a { background-image:url("../images/successful-side-connected.gif"); }
table#successful tr td #side .nav_group h2#side_be-successful a { background-image:url("../images/successful-side-successful.gif"); }

table#successful tr td #side ul.punch_list li.active {
	background:transparent url("../images/successful-check.gif") left 1px no-repeat;
}

table#successful tr td #side #campus_links h2 {
	margin:0; padding:0;
	width:192px;
	height:26px;
	background:url("../images/successful-campus-links.gif") 0px 0px no-repeat;
}

table#successful tr td #side #side-learn-more a {
	background:url("../images/successful-learn-more.jpg") 0px 0px no-repeat;
}
/*
}
*/



/* -----------------------------------------------------------------------------
Sidebar in the GENERIC TEMPLATE
{
----------------------------------------------------------------------------- */

table#generic tr td #side {
}

table#generic tr td #side #side-top {
	 background:url("../images/curious-side-bg-04.jpg") 0px 0px no-repeat; 
}

/* -----------------------------------------------------------------------------
Instead of "freshmen", "sophomores", etc. these will be "what-is", "how-to", etc.
----------------------------------------------------------------------------- */

/*
table#generic tr td.freshmen table tr td #side #side-top {
	background:url("../images/connected-side-bg-02.jpg") 0px 0px no-repeat;
}
table#generic tr td.sophomores table tr td #side #side-top {
	background:url("../images/connected-side-bg-01.jpg") 0px 0px no-repeat;
}
table#generic tr td.juniors table tr td #side #side-top {
	background:url("../images/connected-side-bg-03.jpg") 0px 0px no-repeat;
}
table#generic tr td.seniors table tr td #side #side-top {
	background:url("../images/connected-side-bg-04.jpg") 0px 0px no-repeat;
}
*/

table#generic tr td #side .nav_group {
	background:url("../images/curious-side-sep.gif") left bottom no-repeat;
}

table#generic tr td #side .nav_group h2#side_be-curious a { background-image:url("../images/curious-side-curious.gif"); }
table#generic tr td #side .nav_group h2#side_be-real a { background-image:url("../images/curious-side-real.gif"); }
table#generic tr td #side .nav_group h2#side_be-connected a { background-image:url("../images/curious-side-connected.gif"); }
table#generic tr td #side .nav_group h2#side_be-successful a { background-image:url("../images/curious-side-successful.gif"); }

table#generic tr td #side ul.punch_list li.active {
	background:transparent url("../images/curious-check.gif") left 1px no-repeat;
}

table#generic tr td #side #campus_links h2 {
	margin:0; padding:0;
	width:192px;
	height:26px;
	background:url("../images/curious-campus-links.gif") 0px 0px no-repeat;
}

table#generic tr td #side #side-learn-more a {
	background:url("../images/curious-learn-more.jpg") 0px 0px no-repeat;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Main Content
----------------------------------------------------------------------------- */

#content {
	position:relative;
	width:501px;
}

#content #content-top {
	height:76px;
}


/* -----------------------------------------------------------------------------
Content for the Home Page
----------------------------------------------------------------------------- */

#content .content-text {
	position:relative;
	padding-left:58px;
	padding-right:56px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px green solid;
}

table#index tr td#content {
	background:url("../images/index-content-bg.gif") 0px 76px no-repeat;
	width:528px;
	border:0px #f00 solid;
}

table#index tr td#content #content-top {
	width:528px;
	background:url("../images/index-content-top.jpg") 0px 0px no-repeat;
}


/* -----------------------------------------------------------------------------
Notebook
{
*/

#textblock {
	color:		#555;
	padding:	0px 35px 20px 35px;
}

#textblock p {
	color:		#555 !important;
	}

#textblock a	{
	color:		#06C;
	font-family: Georgia, Verdana;
	text-transform:	uppercase;
	letter-spacing: 2px;
	font-weight:	bold;
	}


table#index tr td#content #notebook {
	position:relative;
	display:block;
	background:url("../images/notebook-bg.jpg") 0px 0px repeat-y;
	margin-left:56px;
	width:440px;
	/*height:343px;*/
}
table#index tr td#content #notebook p, .notebook_text p {
	margin:0.1em 0 1.1em 0;
	padding:0;
	color:#000;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial, sans-serif;
}

#nb_be-curious, #nb_be-real, #nb_be-connected, #nb_be-successful {
	position:relative;
}
#nb_be-curious a, #nb_be-real a, #nb_be-connected a, #nb_be-successful a {
	position:absolute;
}
#nb_be-curious a span, #nb_be-real a span, #nb_be-connected a span, #nb_be-successful a span {
	display:none;
}
#nb_be-curious a {
	left:18px;
	top:85px;
	width:187px;
	height:45px;
}
#nb_be-real a {
	left:18px;
	top:160px;
	width:187px;
	height:45px;
}
#nb_be-connected a {
	left:18px;
	top:234px;
	width:187px;
	height:45px;
}
#nb_be-successful a {
	left:18px;
	top:303px;
	width:187px;
	height:40px;
}

.notebook_text h2.your span {
	display:none;
}
.notebook_text h2.your {
	margin:0 0 0.4em 0;
	padding:0;
	height:31px;
}

#nb_be-curious-text h2.your {
	background:url("../images/your-courses.gif") 0px 0px no-repeat;
}
#nb_be-real-text h2.your {
	background:url("../images/your-stuff-green.gif") 0px 0px no-repeat;
}
#nb_be-connected-text h2.your {
	background:url("../images/your-stuff-orange.gif") 0px 0px no-repeat;
}
#nb_be-successful-text h2.your {
	background:url("../images/your-stuff-yellow.gif") 0px 0px no-repeat;
}

.notebook_text {
	position:absolute;
	left:222px;
	top:88px;
	width:196px;
	height:253px;
}

#nb_be-curious-text, #nb_be-real-text, #nb_be-connected-text, #nb_be-successful-text {
	display:none;
}

#nb_be-curious-text ul.punch_list li a {
	color:#cc7a16;
}
#nb_be-real-text ul.punch_list li a {
	color:#ba9205;
}
#nb_be-connected-text ul.punch_list li a {
	color:#4e9ea3;
}
#nb_be-successful-text ul.punch_list li a {
	color:#919103;
}

table#index tr td#content #notebook-bottom {
	position:relative;
	display:block;
	clear:both;
	background:#877825 url("../images/notebook-bottom.jpg") 0px 0px no-repeat;
	width:528px;
	height:43px;
	line-height:normal;
	border:0px #fff solid;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Content for the INTERIOR pages
{
----------------------------------------------------------------------------- */

table.interior tr td#content #actions a {
	color:#06C;
}

table.interior tr td#content .content-text {
	padding:0 56px 0 33px;
	padding-top:10px;
	padding-bottom:10px;
}

table.interior tr td#content #actions {
	padding:0 49px 0 33px;
}

table.interior tr td#content #actions, table.interior tr td#content #actions p,  table.interior tr td#content #actions ul, table.interior tr td#content #actions ol{
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial, sans-serif;
}

table.interior tr td#content .content-text {
}

table.interior tr td#content h2#actions-header {
	display:none;
	margin:0; padding:0;
}

table.interior tr td#content h1, 
table.interior tr td#content h2, 
table.interior tr td#content h3, 
table.interior tr td#content h4, 
table.interior tr td#content h5, 
table.interior tr td#content h6 {
	margin:0;
	padding:1em 0 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	line-height:1.4;
}

table.interior tr td#content h1 {
	font-size:22px;
}
table.interior tr td#content h2 {
	font-size:18px;
}
table.interior tr td#content h3 {
	font-size:15px;
	padding-top: 0px;
	padding-bottom: 6px;
}
table.interior tr td#content h4 {
	font-size:12px;
	padding-top: 3px;
	padding-bottom: 0px;
}
table.interior tr td#content h5 {
	font-size:11px;
}
table.interior tr td#content h6 {
	font-size:10px;
}

table.interior tr td#content .content-text p {
	margin:0;
	padding:0.2em 0 1em 0;
}

table.interior tr td#content #actions-top {
	width:483px;
	height:39px;
}

table.interior tr td#content #actions {
	padding-top:10px;
	color:#555;
}

table.interior tr td#content #actions .action {
	margin-top:0px;
	padding-left:57px;
	padding-right:18px;
	padding-bottom: 0px;
}

table.interior tr td#content #actions div.briefcase {
	background:url("../images/action-briefcase.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.mouse {
	background:url("../images/action-mouse.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.arrows {
	background:url("../images/action-arrows.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.exclamation {
	background:url("../images/action-exclamation.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.check {
	background:url("../images/action-check.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.big-a {
	background:url("../images/action-big-a.gif") 0px 2px no-repeat;
}
table.interior tr td#content #actions div.forget {
	background:url("../images/action-note.gif") 0px 2px no-repeat;
}


table.interior tr td#content #actions .action h3 {
	margin:0;
	padding:0;
}

table.interior tr td#content #actions .action p {
}




/*
}
*/

/* -----------------------------------------------------------------------------
Content for the "Curious" page
{
----------------------------------------------------------------------------- */

table#curious tr td.freshmen table tr td#content #content-top {
	background:url("../images/curious-freshmen-top.jpg") 0px 0px no-repeat;
}
table#curious tr td.sophomores table tr td#content #content-top {
	background:url("../images/curious-sophomores-top.jpg") 0px 0px no-repeat;
}
table#curious tr td.juniors table tr td#content #content-top {
	background:url("../images/curious-juniors-top.jpg") 0px 0px no-repeat;
}
table#curious tr td.seniors table tr td#content #content-top {
	background:url("../images/curious-seniors-top.jpg") 0px 0px no-repeat;
}

table#curious tr td#content {
	background:url("../images/curious-actions-bg.gif") 0px 0px repeat-y;
}

table#curious tr td#content .content-text {
	background:#6bb6bc url("../images/curious-container-bg.gif") -268px 0px repeat-y;
}

table#curious tr td#content #actions-top {
	background:url("../images/curious-actions-top.jpg") 0px 0px no-repeat;
}

table#curious tr td#content #actions {
	background:url("../images/curious-actions-bg.gif") 0px 0px repeat-y;
}

table#curious tr td#content #actions h1, 
table#curious tr td#content #actions h2, 
table#curious tr td#content #actions h3, 
table#curious tr td#content #actions h4, 
table#curious tr td#content #actions h5, 
table#curious tr td#content #actions h6,
table#curious tr td#content #actions h1 a, 
table#curious tr td#content #actions h2 a, 
table#curious tr td#content #actions h3 a, 
table#curious tr td#content #actions h4 a, 
table#curious tr td#content #actions h5 a, 
table#curious tr td#content #actions h6 a {
	color:#cc7a16;
}

/*
}
*/


/* -----------------------------------------------------------------------------
Content for the "Real" page
{
----------------------------------------------------------------------------- */

table#real tr td.freshmen table tr td#content #content-top {
	background:url("../images/real-freshmen-top.jpg") 0px 0px no-repeat;
}
table#real tr td.sophomores table tr td#content #content-top {
	background:url("../images/real-sophomores-top.jpg") 0px 0px no-repeat;
}
table#real tr td.juniors table tr td#content #content-top {
	background:url("../images/real-juniors-top.jpg") 0px 0px no-repeat;
}
table#real tr td.seniors table tr td#content #content-top {
	background:url("../images/real-seniors-top.jpg") 0px 0px no-repeat;
}

table#real tr td#content {
	background:url("../images/real-actions-bg.gif") 0px 0px repeat-y;
}

table#real tr td#content .content-text {
	background:#acac15 url("../images/real-container-bg.gif") -268px 0px repeat-y;
}

table#real tr td#content #actions-top {
	background:url("../images/real-actions-top.jpg") 0px 0px no-repeat;
}

table#real tr td#content #actions {
	background:url("../images/real-actions-bg.gif") 0px 0px repeat-y;
}

table#real tr td#content #actions h1, 
table#real tr td#content #actions h2, 
table#real tr td#content #actions h3, 
table#real tr td#content #actions h4, 
table#real tr td#content #actions h5, 
table#real tr td#content #actions h6,
table#real tr td#content #actions h1 a, 
table#real tr td#content #actions h2 a, 
table#real tr td#content #actions h3 a, 
table#real tr td#content #actions h4 a, 
table#real tr td#content #actions h5 a, 
table#real tr td#content #actions h6 a {
	color:#ba9205;
}
/*
}
*/


/* -----------------------------------------------------------------------------
Content for the "Connected" page
{
----------------------------------------------------------------------------- */

table#connected tr td.freshmen table tr td#content #content-top {
	background:url("../images/connected-freshmen-top.jpg") 0px 0px no-repeat;
}
table#connected tr td.sophomores table tr td#content #content-top {
	background:url("../images/connected-sophomores-top.jpg") 0px 0px no-repeat;
}
table#connected tr td.juniors table tr td#content #content-top {
	background:url("../images/connected-juniors-top.jpg") 0px 0px no-repeat;
}
table#connected tr td.seniors table tr td#content #content-top {
	background:url("../images/connected-seniors-top.jpg") 0px 0px no-repeat;
}

table#connected tr td#content {
	background:url("../images/connected-actions-bg.gif") 0px 0px repeat-y;
}

table#connected tr td#content .content-text {
	background:#acac15 url("../images/connected-container-bg.gif") -268px 0px repeat-y;
}

table#connected tr td#content #actions-top {
	background:url("../images/connected-actions-top.jpg") 0px 0px no-repeat;
}

table#connected tr td#content #actions {
	background:url("../images/connected-actions-bg.gif") 0px 0px repeat-y;
}

table#connected tr td#content #actions h1, 
table#connected tr td#content #actions h2, 
table#connected tr td#content #actions h3, 
table#connected tr td#content #actions h4, 
table#connected tr td#content #actions h5, 
table#connected tr td#content #actions h6,
table#connected tr td#content #actions h1 a, 
table#connected tr td#content #actions h2 a, 
table#connected tr td#content #actions h3 a, 
table#connected tr td#content #actions h4 a, 
table#connected tr td#content #actions h5 a, 
table#connected tr td#content #actions h6 a {
	color:#4e9ea3;
}
/*
}
*/



/* -----------------------------------------------------------------------------
Content for the "Successful" page
{
----------------------------------------------------------------------------- */

table#successful tr td.freshmen table tr td#content #content-top {
	background:url("../images/successful-freshmen-top.jpg") 0px 0px no-repeat;
}
table#successful tr td.sophomores table tr td#content #content-top {
	background:url("../images/successful-sophomores-top.jpg") 0px 0px no-repeat;
}
table#successful tr td.juniors table tr td#content #content-top {
	background:url("../images/successful-juniors-top.jpg") 0px 0px no-repeat;
}
table#successful tr td.seniors table tr td#content #content-top {
	background:url("../images/successful-seniors-top.jpg") 0px 0px no-repeat;
}

table#successful tr td#content {
	background:url("../images/successful-actions-bg.gif") 0px 0px repeat-y;
}

table#successful tr td#content .content-text {
	background:#acac15 url("../images/successful-container-bg.gif") -268px 0px repeat-y;
}

table#successful tr td#content #actions-top {
	background:url("../images/successful-actions-top.jpg") 0px 0px no-repeat;
}

table#successful tr td#content #actions {
	background:url("../images/successful-actions-bg.gif") 0px 0px repeat-y;
}

table#successful tr td#content #actions h1, 
table#successful tr td#content #actions h2, 
table#successful tr td#content #actions h3, 
table#successful tr td#content #actions h4, 
table#successful tr td#content #actions h5, 
table#successful tr td#content #actions h6,
table#successful tr td#content #actions h1 a, 
table#successful tr td#content #actions h2 a, 
table#successful tr td#content #actions h3 a, 
table#successful tr td#content #actions h4 a, 
table#successful tr td#content #actions h5 a, 
table#successful tr td#content #actions h6 a {
	color:#919103;
}
/*
}
*/



/* -----------------------------------------------------------------------------
Content for the GENERIC TEMPLATE
{
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
Instead of "freshmen", "sophomores", etc. these will be "what-is", "how-to", etc.
----------------------------------------------------------------------------- */

table#generic tr td.what-is table tr td#content #content-top {
	background:url("../images/curious-freshmen-top.jpg") 0px 0px no-repeat;
}

/*
table#generic tr td.sophomores table tr td#content #content-top {
	background:url("../images/connected-sophomores-top.jpg") 0px 0px no-repeat;
}
table#generic tr td.juniors table tr td#content #content-top {
	background:url("../images/connected-juniors-top.jpg") 0px 0px no-repeat;
}
table#generic tr td.seniors table tr td#content #content-top {
	background:url("../images/connected-seniors-top.jpg") 0px 0px no-repeat;
}
*/

table#generic tr td#content {
	background:url("../images/curious-actions-bg.gif") 0px 0px repeat-y;
}

table#generic tr td#content .content-text {
	background:#acac15 url("../images/curious-container-bg.gif") -268px 0px repeat-y;
	padding-bottom:5px;
}

table#generic tr td#content #actions-top {
	background:url("../images/generic-actions-top2.jpg") 0px 0px no-repeat;
	height:20px;
}

table#generic tr td#content #actions {
	background:url("../images/curious-actions-bg.gif") 0px 0px repeat-y;
}

table#generic tr td#content #actions h1, 
table#generic tr td#content #actions h2, 
table#generic tr td#content #actions h3, 
table#generic tr td#content #actions h4, 
table#generic tr td#content #actions h5, 
table#generic tr td#content #actions h6,
table#generic tr td#content #actions h1 a, 
table#generic tr td#content #actions h2 a, 
table#generic tr td#content #actions h3 a, 
table#generic tr td#content #actions h4 a, 
table#generic tr td#content #actions h5 a, 
table#generic tr td#content #actions h6 a {
	color:#cc7a16;
}
/*
}
*/




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

#footer {
	position:relative;
	clear:both;
	width:744px;
	height:70px;
	padding:13px 0 0 25px;
	background:url("../images/footer-bg.gif") 0px 0px no-repeat;
}

#footer p {
	font-size:10px;
	line-height:14px;
	font-family:Georgia, Times, "Times New Roman", serif;
}

#footer a {
	color:#ced77f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer p {
	margin:0;
	padding:0;
}
#footer p.credit, #footer p.credit a {
	color:#3d2d1f;
}


table.interior tr td#footer {
	padding:45px 0 20px 47px;
}

table#curious tr td#footer {
	background:url("../images/curious-footer-bg.gif") 0px 0px no-repeat;
}

table#real tr td#footer {
	background:url("../images/real-footer-bg.gif") 0px 0px no-repeat;
}

table#connected tr td#footer {
	background:url("../images/connected-footer-bg.gif") 0px 0px no-repeat;
}

table#successful tr td#footer {
	background:url("../images/successful-footer-bg.gif") 0px 0px no-repeat;
}


table#generic tr td#footer {
	background:url("../images/curious-footer-bg.gif") 0px 0px no-repeat;
}
/*
}
*/
