@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background: #fceed1 url(../images/bkg.jpg) repeat-x left top;
	color: #666;
	
}

p {
	margin: 0px;
}

#wrapper {
background: url(../images/bkg_wrapper.png) repeat-y left top;
width: 800px;
margin: 0 auto;
z-index: 50;
	position: relative;
}
#bottom {
background: url(../images/bkg_bottom.png) no-repeat;
width:800px;
height: 25px;
margin: 0 auto;
position: relative;
}
h2, h3 {
 font-family: helvetica, arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 /*line-height: 200%;*/
 margin-bottom: 10px;
 text-decoration: none;
}

h1 {
 font-family: helvetica, arial, sans-serif;
 font-weight: bold;
 font-size: 18px;
 text-align: left;
 color: #CC0000;
 /*margin-top: 10px; changed to reflect line-height deletion */
 margin: 10px 0px 10px 0px;
}

/* h2 and h3 are similar except that h2 has a gray dotted line  
underneath */

h2 {
 text-align: left;
 color: #CC0000;
 padding-bottom: 5px;
}

h3 {
 text-align: left;
 color: #CC0000;
}

h4 {
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #007194;
	line-height: 1.4em;
}

h4 span.headline {
	font-weight: normal;
}

h5 {
	text-transform: uppercase;
	font-size:10px;
	font-weight: bold;
	color: #666;
	line-height: 1.8em;
}

.eventtime {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #666;
	margin: 0px;
	line-height: 1.8em
}

.tealbold {
    font-weight: bold;
	color: #007194;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: .5em;
}

blockquote {
	margin-right: 3em;
}

a, a:link, a:hover, a:visited {
	color: #003F5F;
	text-deocration: none;
}

/* begin homepage news titles with the same treatment as sidebar titles */

p.newsblurb a, p.newsblurb a:link, p.newsblurb a:visited {
	color: #003F5F;
	text-decoration: none;
  font-weight: bold;
}

p.newsblurb a:hover {
	text-decoration: underline;
}

/* end homepage news titles rules */



h4 a, h4 a:link, h4 a:visited {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

img { border: none; }

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url("../images/img06.gif") repeat-x left center;
}

/* Header */

#header {
	width: 800px;
	height: 88px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
	background: none;
	margin: 0 auto;
}

/* Logo - Uses image replacement technique*/

#logo {
	float: left;
	width: 790px;
	padding-top: 5px;	
margin: 0px 0px 10px 5px !important;
margin: 0px 0px 10px 3px;
	height: 79px;
	position: relative;
	font-weight: bold;
    font-size: 14px;
	color: #666;
	}
#logo span {
	background: url("../images/banner.gif") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#logo a {
	text-decoration: none;
	color: #666;
	border: 0;
	width: 300px;
	height: 79px;
}

/* User Navigation */

#usernav {
    float: right;
    margin: 0px 4px 0px 0px;
    width: 790px;
    font-size: 11px;
	margin-bottom: 0;
    border-top: dotted 1px #999;
	 border-bottom: dotted 1px #999;
}

#usernav ul {
    margin: 0;
    text-align: right;
    list-style: none;
    height: 23px;
    padding-top: 5px;
	margin-right: 16px;
	
}

#usernav li {
    display: inline;
	padding: 0;
}

#usernav a, #usernav a:visited, #usernav a:link {
    padding: 8px 15px 7px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #cc0000;
	
	}

#usernav a:hover {
    text-decoration: underline;
}

#usernav a.current:link, #usernav a.current:visited,
#usernav a.current:hover, #usernav a.current:active {
    color: #666;
    text-decoration: none;
}

/* Page */

#page {
	width: 758px;
	margin-top: 0px;
	background: none;
	padding: 10px;
	margin-left: 12px;}
	

#page #panoramic {
	padding: 0px;
	margin: 0px 0px;
	float: right;
	width: 768px;
	border: 0px;
}

#page #generic {
	float: right;
	padding: -2px 0px;
	margin: 0px;
	width: 536px; /* Max 544, decrease to increase padding */
	border: 0px;
}

/* PC */
#expand {
height: 10px;}	
/* end PC */

#content {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

#content img {
	float: left;
	margin: 0px 10px 5px 0px;
}
#content p {
	margin: 0px 0px 10px 0px;
	
	
}
#content h2 {
 text-align: left;
 font-size: 16px;
 color: #666;
 padding-bottom: 5px;
}
#content #onecol {
	float: left;
	width: 512px;

}

#content #twocol {
	float: left;
	width: 500px;
	
}

#content #onecol h2, #content #twocol h2 {
	border-bottom: dotted 1px #999;
}	

/* Content */




 /***********************************************************
* Start code for links in the top right corner of the page *
***********************************************************/
#toplinks {
background: url(../images/bkg_toplinks.png) repeat-y left top;
width:800px;
height: 15px;
text-align: right;
padding:2px 0px;
margin: 0 auto;
position: relative;
}


#toplinks-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	line-height: 120%;
}

#toplinks-list li {
	display: inline;
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	height: 14px;
	border-right: 1px solid #FFF;
}

#toplinks-list li.right {
	border: 0px;
}


#toplinks-list li a:link,
#toplinks-list li a:visited {
	color: #FFF;
	text-decoration: none;
}

#toplinks-list li a:hover,
#toplinks-list li a:active {
	color: #FFF;
	text-decoration: underline;
}

/*********************************************************
* End code for links in the top right corner of the page *
*********************************************************/

/************************
* Start code for footer *
************************/
#footer	{
	clear:both;
	width: 800px;
	text-align: center;
	color: #999999;
	padding: 8px 0px 10px 0px;
	margin: 0 auto;
position: relative;
}
				
#footer li	{
	display: inline;
}
	
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
	
#footer p {
	margin: 0px;
	line-height: 175%;
	color: #999999;
}

/************************
* End code for footer *
************************/ 

/**********************************
* Begin code for bar on right side *
**********************************/
#sidebar {
  float: right;
  width: 224px;
	margin: 0px;
	padding: 0px;
  border: 0px;

}

#sidebar img {
	border: 1px solid #cccccc;
	padding-top: 0px;
    margin-top: 10px;
}

#sidebar h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
    color: #999999;}
#sidebar p {
font-family: Times, Baskerville, serif;
font-style: italic;
	font-size: 22px;
    color: #CC6600;}
    
#sidebar p.decription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 12px;
    font-style: normal;
    color: #333;}

#navigation	{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 222px;
	background-color: none;
	border: none;
	margin: -5px 0px 0px 0px;
}
					
#navigation ul#storynav	{
	margin: 10px;
	padding: 0px;
	line-height: 100%;
	list-style:none;
	

}
						
#navigation ul#storynav li {
	display:block;
	margin:0;
	voice-family: "\"}\"";
	voice-family:inherit;
}
						
#navigation ul#storynav li a {
	background-color:#FFFFFF;
	display: block;
	padding: 10px 5px 10px 14px;
	width: 182px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #666666;
	
}

#navigation ul#storynav li.selected-nosubnav a:link, #navigation ul#storynav li.selected-nosubnav a:visited {
	background-color: #FFF;
	display: block;
	padding: 10px 5px 10px 14px;
	width: 182px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #CC0000;
}

#navigation ul#storynav li.selected-nosubnav a:hover, #navigation ul#storynav li.selected-nosubnav a:active {
	background-color: #FFF;
	display: block;
	padding: 10px 5px 10px 14px;
	width: 182px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #CC0000;
}
		
#navigation ul#storynav li a:link, #navigation ul#storynav li a:visited {
	color: #666666;
	text-decoration: none;
}

#navigation ul#storynav li a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}

#navigation ul#storynav li.selected {
	display: block;
 	margin: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color:#FFFFFF;
	color: #CC0000;
}

#navigation ul#storynav li.selected a.main-selected:link, #navigation ul#storynav li.selected a.main-selected:visited, #navigation ul#storynav li.selected a.main-selected:hover {
	background-color:#FFFFFF;
	background: none;
	display: block;
 	padding: 11px 5px 0px 14px;
	margin: 0;
	width: 182px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #CC0000;
}

#navigation ul#storynav li.selected a.main-unselected:link, #navigation ul#storynav li.selected a.main-unselected:visited, #navigation ul#storynav li.selected a.main-unselected:hover {
	background-color:#FFFFFF;
	background: none;
	display: block;
 	padding: 11px 5px 0px 14px;
	margin: 0;
	width: 182px; /* width + padding-right + padding-left must equal 205px */
	text-decoration: none;
	color: #666;
}

/* This piece code is for the subnavigation in the left navbar */
#navigation ul#storynav li.selected ul#left-subnav	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 0px 11px 0px;
	list-style:none;
}
		
#navigation ul#storynav li.selected ul#left-subnav li a {
	background: none;
	display: block;
  padding: 2px 5px 0px 28px; /* width + padding-right + padding-left must equal 205px */
	margin: 0;
	width: 166px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 0px solid #FFFFFF;
}
		
#navigation ul#storynav li.selected ul#left-subnav li a.subnav-inactive:link, #navigation ul#storynav li.selected ul#left-subnav li a.subnav-inactive:visited {
	color: #666666;
	text-decoration: none;
}

#navigation ul#storynav li.selected ul#left-subnav li a.subnav-inactive:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: underline;
}

#navigation ul#storynav li.selected ul#left-subnav li a.subnav-selected:link, #navigation ul#storynav li.selected ul#left-subnav li a.subnav-selected:visited, #navigation ul#storynav li.selected ul#left-subnav li a.subnav-selected:hover {
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

/* This piece code is for the tertiary in the left navbar */
#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	
}
		
#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a {
	background: none;
	display: block;
    padding: 0px 10px 0px 33px; /* width + padding-right + padding-left must equal 195px */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 0px solid #FFFFFF;
	width:132px;
}

		
#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-inactive:link, #navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-inactive:visited {
	color: #666666;
	text-decoration: none;
}

#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a img {
padding-left: 3px;
padding-top: 0;
}


#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-inactive:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: underline;
}

#navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-selected:link, #navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-selected:visited, #navigation ul#storynav li.selected ul#left-subnav li.selected ul#left-tertiary li a.tertiary-selected:hover {
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}


/*********************************************************
* code for HOMEPAGE *
*********************************************************/

/* CODE FOR MAIN Graphic */
#main_pix {
width: 241px;
float: left;}
#main_descr  {
float: right;
background: url(../images/home/main_module-bkg.gif) no-repeat;
width:255px;
height: 303px;
margin: 0 auto;
position: relative;
}
#main_descr p{
font-size: 12px;
color:#FFF;
text-align: left;
line-height: 20px;
padding: 20px;}

#main_descr a {
text-decoration: none;
color: #fff;}
#main_descr a:hover {
text-decoration: underline;
color: #fff;}

.more {
float: right;
padding-right: 10px;
color: #FFF;}

/* CODE FOR MODULES */

#modules p {
padding: 10px;
}
#module1 {
float: left;
background: url(../images/home/home_modules2.png) no-repeat;
width:178px;
height: 250px;
margin: 0 auto;
position: relative;
}
#module1 #pix {
background: url(../images/home/module_pixALUMNI-2.jpg) no-repeat;
width: 175px;
height: 56px;
margin-top: 32px;
padding: 0px;
}
#module1 #pix p {
font-size: 18px;
color:#444;
text-align: right;
font-weight: bold;
line-height: 18px;
text-decoration: none;
}
#module1 a {
text-decoration: none;
}

#module1 #readmore {
float: right;
margin: -20px 10px 0px 0px;
}

#module2 {
float: left;
background: url(../images/home/home_modules2.png) no-repeat;
width:178px;
height: 250px;
position: relative;
margin: 0px 0px 0px 13px;}
#module2 #pix {
background: url(../images/home/module_pixSTUDENT-2.jpg) no-repeat;
width: 175px;
height: 56px;
margin-top: 32px;
padding: 0px;
border-bottom: 1px solid #cccccc;
}
#module2 #pix p {
font-size: 18px;
color:#000000;
text-align: right;
font-weight: bold;
line-height: 18px;
text-decoration: none;
}
#module2 a {
text-decoration: none;
}

#module2 #readmore {
float: right;
margin: -18px 10px 0px 0px;
}

#module3 {
float: left;
background: url(../images/home/home_modules2.png) no-repeat;
width:178px;
height: 250px;
position: relative;
margin: 0px 0px 0px 13px;}
#module3 #pix {
background: url(../images/home/module_pixEMPLOYER-2.jpg) no-repeat;
width: 175px;
height: 56px;
margin-top: 32px;
padding: 0px;
}
#module3 #pix p {
font-size: 18px;
color:#FFF;
text-align: right;
font-weight: bold;
line-height: 18px;
text-decoration: none;
}
#module3 a {
text-decoration: none;
}
#module3 #readmore {
float: right;
margin: -20px 10px 0px 0px;
}

#module4 {
float: left;
background: url(../images/home/home_modules2.png) no-repeat;
width:178px;
height: 250px;
position: relative;
margin: 0px 0px 0px 13px;}
#module4 #pix {
background: url(../images/home/module_pixEVENTS-2.jpg) no-repeat;
width:175px;
height: 56px;
margin-top: 32px;
padding: 0px;
}
#module4 #pix p {
font-size: 18px;
color:#FFF;
text-align: right;
font-weight: bold;
line-height: 18px;
}
#module4 a {
text-decoration: none;
}
#module4 #readmore {
float: right;
margin: -18px 10px 0px 0px;
}

#clear {
clear:both;}

#intro p {
margin-top: 10px;}

#module4 ul	{
margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style:none;}
						
#module4 ul li {
	display:block;
	margin:0;
	voice-family: "\"}\"";
	voice-family:inherit;}
						
#module4 ul li a {
	display: block;
	padding: 0px 0px 0px 10px;
	width: 230px;
	text-decoration: none;
	color: #666;
}
#module4 ul li a:hover {
	text-decoration: underline;
color: #000;}

#module4 ul li a.morelist {
text-align: right;

}
#modules p a.moremod {
text-align: right;}



/*********************************************************
* code for STUDENT Stories *
*********************************************************/

#news {
	padding: 0px;
	margin: 0px;
	width: 700px;
	float: left;
}

#news h2.newsheader {
	text-indent: -100em;
	overflow: hidden;
	background: transparent;
	height: 25px;
}

#news ul.listing {
color: #444444;
font-size: 11px;

list-style: none;
}

#news ul.listing li {
margin-bottom: 0px;

margin-top:0px;
padding-bottom:10px;
padding-left:40px;

}

#news ul.listing li.viewall {
background: none;
list-style: none;
text-align: right;
text-transform:  uppercase;
margin-top: 10px;
}

#news ul.listing p {
margin-top: 0px;
}

#news ul.listing li a, #news ul.listing li a:link, #news ul.listing li a:visited {

color: #003F5F;
text-decoration: none;
font-weight: bold;

}


#news ul.listing li a:hover {

text-decoration: underline;
}


#landing_list {
width: 700px;
height: 50px;
margin: px 0px 5px 0px;
padding: px 0px 5px 0px;}

#landing_list p {
margin: px 0px 5px 0px;
padding: px 0px 5px 0px;}

#landing_list img {
margin-top: 5px;
border: 1px #999999 solid;}

#landing_list a {
text-decoration: none;}
#landing_list a:hover {
text-decoration: underline;}

#landing_list-events {
width: 700px;
height: 50px;
padding: 10px 0px 20px 0px;}


#landing_list-events img {
margin-top: 5px;
border: none;}

#breadcrumbs {
margin-top: 20px;}

#sidebar img.noborder {
border: none;}

#content ul.event {
color: #444444;
font-size: 11px;
list-style: none;
font-weight: bold;
}

#content ul.event li {
margin-bottom: 0px;
margin-top:0px;
padding-bottom:10px;
padding-left:10px;

}

#content ul.subevent li {
font-weight: normal;

}

#sidebar ul	{
	margin-top: 10px;
	padding-left: 10px;
	list-style:none;}
						
#sidebar ul li {
	display:block;
	margin-top: 5px;
	voice-family: "\"}\"";
	voice-family:inherit;}
						
#sidebar ul li a {
	display: block;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_orange.gif) no-repeat left 5px;
	width: 160px;
	text-decoration: none;
	color: #000;
}
#sidebar ul li a:hover {
	text-decoration: underline;}

#coopbutton {
float: right;}
