/*----------------GENERAL HTML-------These rules are strictly for global styles.--------------------*/
body {
	margin:0px;
	padding:0px;
	background-color:#e8e8e8;
	text-align:center;
}

table {
}

td {

}

h1, h2, h3, h4, h5, h6, p, td, {
	font-family: Arial, Helvetica, sans-serif;
}
h1
h2 {

}
h6 {

}
p {
	text-align:left;
}
strong {

}
small {

}
img {

}
ul {

}
li {

}
div {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
/*----------------HYPERLINKS AND ROLLOVERS -------These rules are for global purposes only--------------------*/
a:link {
}
a:hover {
}
a:visited {
}
/*----------------MAIN NAVIGATION LINKS AND ROLLOVERS----these rules are for styling your main navigation and hyperlinks--------------------*/


#main_nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
	**display:inline-block;
	padding: 10px 24px 3px 25px;
	z-index:5;
	position:relative;
}
#main_nav a:hover {
	color:#d7d7d7;
}
#main_nav a.current {
	color:#CCCCCC;
}
#main_nav li div a {
	text-transform:none;
}
/*----------------LEFT SUB NAVIGATION LINKS ROLLOVERS AND TOOLTIPS--------------------*/
.arrowlistmenu {
	width: 207px; /*width of accordion menu*/
	background-color: #FFFFFF;
	margin-left:20px;

}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: #5f0023;
	margin: 2px 0px 4px 0px;
	text-transform: uppercase;
	padding: 5px 10px 4px 15px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	border-bottom:solid 1px #cecece;
	background: url(../images/arrow1.gif) no-repeat left;
	width:168px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(../images/arrow1b.gif) no-repeat left;
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	list-style:none;
}

.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style:none;
}

.arrowlistmenu ul li a {
	color: #555555;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	margin-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	border-bottom:solid 1px #efefef;
	padding-bottom:1px;
}
.arrowlistmenu ul li a#current {
	color: #A70303;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #777777;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	background-color:#ffffff;
	border: solid 1px #000000;
}
/*----------------THIS IS THE SECTION FOR ALL MAIN LAYOUT RULES--------------------*/
#header {
	width:950px;
	height:64px;
	margin: 25px auto 0px auto;
	background-image:url(../images/header.gif);

}

#landingpage_header {
	width:950px;
	height:149px;
	margin: 25px auto 0px auto;
	background-image:url(../images/landingpage_header.png);
}
#landingpage_main_image {
	width: 950px;
	height:219px;
	margin:0px auto 0px auto;
	background-image:url(../images/trends_landingpage_campus.jpg);
}

#graybar {
	width:100%;
	height:22px;
	background-color:#cccccc;
	background-image: url(../images/graybar.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#maincontainer {
	background-color: #FFFFFF;
	display: table;
	width: 950px;
	height: 350px;
	margin:0px auto 0px auto;
}
.thumblinks {
	float: left;
	background-color: #FFFFFF;
	display: table;
	width: 300px;
	height: 300px;
	margin:10px 0px 0px 15px;
}
.thumblinks1 {
	float: left;
	background-color: #FFFFFF;
	display: table;
	width: 300px;
	height: 300px;
	margin:10px 0px 0px 6px;
}

.thumblinks p {
	margin: 0px 10px 5px 5px;
	font-size:12px;
}

.thumblinks1 p {
	margin: 0px 10px 5px 5px;
	font-size:12px;
}

.thumblinks h5 {
	color:#930000;
	font-weight:bold;
	margin: 0 5px 5px 5px;
}
.thumblinks1 h5 {
	color:#930000;
	font-weight:bold;
	margin: 0 5px 5px 5px;
}

.divider_rule {
	float: left;
	width: 3px;
	height: 300px;
	background-image:url(../images/vert_gray_line.png);
	background-repeat: no-repeat;
	margin: 8px 0 8px 0;
}
.link_list {
	float: left;
	width: 128px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f0023;
	font-weight: bold;
	padding: 10px 0 0 10px;
	line-height: 18px;
		}
.link_list a {
	color: #5f0023;
	text-decoration: none;
}
.link_list a:hover {
	color: #666666;
	text-decoration: none;	
}
.pub_thumb_ep {
	float: left;
	height: 130px;
	width: 114px;
	margin-right: 2px;
}
.link_list_ep {
	float: left;
	width: 173px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f0023;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.link_list_ep a {
	color: #5f0023;
	text-decoration: none;
}
.link_list_ep a:hover {
	color: #666666;
	text-decoration: none;	
}

.pub_thumb {
	float: left;
	height: 130px;
	width: 160px;
	margin-right: 2px;
}	

.cp_links {
	float: right;
	height: 130px;
	width: 130px;
	margin: 0 0 0 0;
	}
	
.thumb_text {
	float: left;
	height: auto;
	width: 290px;
	margin-top: 10px;
	margin-left: 5px;
}
.thumb_text a {
	color: #5f0023;
	text-decoration: none;
}
.thumb_text a:hover {
	color: #666666;
	text-decoration: none;	
}
	
#main_nav {
	background-color: #4e4e4e;
	height: 29px;
	width: 950px;

}
#main_nav ul {
	margin:0px;
	padding:0px;
}

#main_nav li {
	list-style-type: none;
	float:left;
}
.main_content {
	background-color: #FFFFFF;
	width: 950px;
	display:table;
	padding-bottom: 0px;
}
#breadcrumbs {
	width:930px;
	**width:930px;
	margin: 15px 0px 10px 0px;
	padding-left:20px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#breadcrumbs a {
	text-decoration:none;
	color: #5f0023;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#page_title {
	text-align:left;
	width:600px;
	position: relative;
	z-index: 1;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 258px;
}


#subnav {
	display: table;
	width: 207px;
	margin: 0px 20px 23px 20px;
	float: left;
	
}
#subnav ul {
	margin:0px;
	padding:0px;
}
#subnav li {
	margin:0px 0px 8px 0px;
	padding:0px;
	list-style:none;
}
#subnav li a {
	color:#5f0023;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#subnav li a:hover {
	color:#999999;
}
#subnav li a#current {
	color:#999999;
}
#subnav li ul {
	margin:0px;
	padding:5px 0px 0px 25px;
}
#subnav li ul li {
	font-size:12px;
	margin:0px 0px 5px 0px;
	list-style:disc;
}
#subnav li ul li a {
	color:#5f0023;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
#key_takeaways {
	display: table;
	width: 207px;
	margin:0px 20px 0px 20px;
	padding-top: 43px;
	float: left;
	background-image: url(../images/key_head.gif);
	background-repeat: no-repeat;
	clear: left;
	
}
* html #key_takeaways {
	margin:0px;
	position:relative;
	left:20px;
}
#right_column {
	float: right;
	width: 670px;
	text-align: left;
	margin-right: 25px;
	**margin-right:0px;
	**padding-right:25px;
	font-size: 11px;

}
#right_column_intro {
	float: right;
	width: 670px;
	text-align: left;
	margin-right: 25px;
	**margin-right:0px;
	**padding-right:25px;
	font-size: 11px;

}
#at_a_glance {
	display: table;
	width: 207px;
	margin:0px 20px 0px 20px;
	padding-top: 43px;
	float: left;
	background-image: url(../images/glance_head.png);
	background-repeat: no-repeat;
	font-size:11px;
	text-align:left;
	clear: left;
}
#at_a_glance{
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-top: 18px;
	line-height: 12px;
	padding-bottom: 20px;
}
#at_a_glance a {
	color: #666666;
	text-decoration: none;
}
#at_a_glance a:hover {
	color: #000000;
	text-decoration: none;
}
#at_a_glance li {
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}
#at_a_glance ul {
	margin: 16px;
	padding: 16px;
	list-style-image: url(../images/arrow.gif);
}
#index_main {
	float: left;
	width: 380px;
	margin-top: 18px;
}
#index_main p, #index_right {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px 0px 36px 0px;
}
#index_right {
	float: left;
	width: 230px;
	margin-top: 15px;
}	
	
.press_item_vertrule {
	float: left;
	width: 34px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}

.press_item_icon {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 12px;
}
.press_item_text {
	float: left;
	width: 164px;
}
.press_item {
	margin-bottom: 10px;
}
.press_item a {
	color: #000000;
	text-decoration: none;
}
.press_item a:hover {
	color: #666666;
	text-decoration: none;	
}
#footer {
}
#cbfooter {
	text-align:left;
	background-color:#e8e8e8;
	clear: both;
}
#footerNav {
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border-top:4px solid #ed8500;
}
#footerNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#footerNav a:hover {
	text-decoration:none;
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}


/*----------------THIS IS THE SECTION FOR ALL CUSTOM TAGS AND FONT FORMATTING--------------------*/

.clear {
	clear:both;
}

#right_column p {
	margin: 0px 0px 16px 0px;
	font-size:15px;
}
#right_column a {
	color: #006699;
}
#right_column_intro p {
	margin: 0px 0px 16px 0px;
	font-size:12px;
	orphans:4;
	widows:4;
}
#right_column_intro a {
	color: #006699;
}
#key_scroll ul {
	margin:0px;
	padding: 0px 10px 0px 20px;
}
#key_scroll li {
	font-size:11px;
	text-align:left;
	padding-bottom:6px;
}
#key_scroll p {
	font-size:12px;
	font-weight:bold;
	margin:15px 10px 15px 10px;
}
a.readmore {
	color:#888888;
	font-size:11px;
	display: inline-block;
	width:63px;
	background:url(../images/read_more_over.gif) no-repeat right;
}
a.readmore:hover {
	color:#cecece;
	background:url(../images/read_more_over.gif) no-repeat right;

}
.less {
	color:#006699;
	font-size:11px;
	display: inline-block;
	width:35px;
	background:url(../images/less_arrow.gif) no-repeat right;
}
.less:hover {
	color:#cecece;
	background:url(../images/less_arrow_over.gif) no-repeat right;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #777777;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	background-color:#efefef;
}
.hidden {
	display: none;
}
.padded_div {
	width: 670px;
	background: #e8ebe9;
	padding: 10px;
}

#overview_right_column {
	float: right;
	width: 670px;
	text-align: left;
	margin-right: 25px;
	**margin-right:0px;
	**padding-right:25px;
	font-size: 11px;
	margin-top: 18px;
}
#overview_right_column p {
	font: 12px Arial, Helvetica, sans-serif;

}#overview_right_column ul {
	font: 12px Arial, Helvetica, sans-serif;
}
#overview_right_column li {
	margin-bottom: 6px;
}
.table_links a {
	text-decoration:none;
	color:#787878;
}
.table_links a:hover {
	color:#cecece;
}
.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}

