

body#home #content-container { 
 	float: left; 
	width: 960px;
	display: inline;
	margin-left: 16px;
}

/* =Home Left Features
---------------------------------------------------------------------
*/


/* =quicklinks*/
#content-left { 
 	float: left; 
	width: 410px;
}

#content-left #quicklinks {
	width: 410px;
	min-height: 334px;
	background: url(/_img/bg_quicklinks_home.png) repeat-y left;
	margin-bottom: 20px;
}

#content-left .ql-feature {
	width: 390px;
	padding: 10px;
	min-height: 46px;
	border-bottom: 1px solid #FFFFFF;
}

#content-left .ql-feature h4 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 8px;
}

#content-left .ql-feature h4 a {
	color: #000000;
	text-decoration: none;
}

#content-left .ql-feature h4 a:hover {
	text-decoration: underline;
}

#content-left .ql-feature:hover h4 a {
	color: #FFFFFF;
}

#content-left .ql-feature p {
	font-size: 1.1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding-left: 10px;
}

#content-left .ql-feature p a {
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #000000;
	padding-right: 6px;
	margin-right: 6px;
}

#content-left .ql-feature p .last, #content-left .ql-feature:hover p .last {
	border-right: none;
}

#content-left .ql-feature p a:hover {
	text-decoration: underline;
}

#content-left .ql-feature:hover {
	background: #A00109 url(/_img/bg_ql_hover_home.png) repeat-x top;
}

#content-left .ql-feature:hover h4 {
	color: #FFFFFF;
}

#content-left .ql-feature:hover p {
	color: #FFFFFF;
}

#content-left .ql-feature:hover p a {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


/* =quicklinks*/

#content-left #featured-links {
	margin-bottom: 20px;
}

#content-left #featured-links ul {
	list-style: none;
}

#content-left #featured-links ul li {
	list-style: none;
	float: left;
}

#content-left #featured-links ul li a {
	display: block;
	height: 94px;
	background: url(/_img/icon_fl_home.png) no-repeat 0 0;
	margin-left: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#content-left #featured-links ul li#fl-about a {
	background-position: 0 0;
	width: 74px;
}

#content-left #featured-links ul li#fl-academic a {
	background-position: -114px 0;
	width: 84px;
}

#content-left #featured-links ul li#fl-apply a {
	background-position: -241px 0;
	width: 69px;
}


/* tooltip styling */
.tooltip {
	display:none;
	width: 248px;
}

.tooltip-inner {
	background: url(/_img/bg_fl_tooltip_mid.png) repeat-y;
	padding: 0 11px 0 7px;
}

.tooltip-cap-t {
	width: 248px;
	height: 7px;
	background: url(/_img/bg_fl_tooltip_top.png) no-repeat top;
}

.tooltip-cap-b {
	width: 248px;
	height: 52px;
	background: url(/_img/bg_fl_tooltip_bot.png) no-repeat bottom;
}

.tooltip-content {
	background: #FFFFFF url(/_img/bg_fl_tooltip_inner.png) repeat-x top;
	width: 170px;
	padding: 10px 30px 10px 30px;
}

.tooltip-content h4 {
	border-bottom: 3px solid #DADADA;
	padding: 0 0 10px 52px;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color: #A00109;
	height: 42px;
}

.tooltip-content h4.about-sm  {
	background:	url(/_img/icon_fl_about_sm.png) no-repeat left top;
}

.tooltip-content h4.academic-sm  {
	background:	url(/_img/icon_fl_academic_sm.png) no-repeat left top;
}

.tooltip-content h4.apply-sm  {
	background:	url(/_img/icon_fl_apply_sm.png) no-repeat left top;
}


#content-left #featured-links ul li li {
	list-style: none;
	float: none;
	background: url(/_img/bg_bullet_arrow.png) no-repeat left 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#content-left #featured-links ul li li a {
	display: block;
	height: auto;
	background: none;
	margin-left: 0;
	text-indent: 0;
	overflow: hidden;
	color: #000000;
	text-decoration: none;
}

#content-left #featured-links ul li#fl-about li a, #content-left #featured-links ul li#fl-academic li a, #content-left #featured-links ul li#fl-apply li a {
	width: auto;
}

#content-left #featured-links ul li li a:hover {
	color: #A00109;
}


/* =left sections */

#content-left .section {
	width: 370px;
	background: url(/_img/bg_section_home.png) repeat-y;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

#content-left .section h3 {
	background: #787878 url(/_img/bg_section_h3_home.png) repeat-x top;
	color: #FFFFFF;
	font-size: 1.4em;
	margin: -10px -10px 10px -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}

#content-left .section h4, #content-left .section h5, #content-left .section h6 {
	color: #000000;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	background: none;
}

#content-left .section p {
	color: #000000;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	line-height: 1.4;
}

#content-left .section a {
	text-decoration: none;
	color: #A00109;
}

#content-left .section a:hover {
   color: #017276;
   text-decoration: underline;
}
  
#content-left .section img {
	max-width: 370px;
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
}

#content-left .section ul {
	margin: 0 0 1.5em 1em;
	list-style: none;
}

#content-left .section ol{
	margin: 0 0 1.5em 3em;
	list-style: none;
}

#content-left .section ul li {
	list-style: none;
	background: url(/_img/bg_bullet_arrow.png) no-repeat left 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content-left .section ol li {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content-left .section li{
   margin: 0;
}

#content-left #conversation {
	width: 390px;
	background: url(/_img/bg_section_home.png) repeat-y;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
}

#content-left #conversation h3 {
	margin: 0 0 10px 0;
}

#content-left #conversation .feature {
	width: 390px;
	border-bottom: 1px solid #FFFFFF;
}


#content-left #conversation h4.twitter-h{
	font-size: 1.2em;
}

#content-left #conversation h4.twitter-h a{
	padding: 0 0 0 40px;
	background: url(/_img/iconset_social_conversation.png) no-repeat 0 -33px;
	line-height: 26px;
	margin: 0 0 5px 20px;
	display: block;
}

#content-left #conversation .feature-facebook {
	width: 390px;
	border-top: 3px solid #FFFFFF;
	padding: 10px 0;
}

#content-left #conversation .feature-facebook h4{
	font-size: 1.2em;
}

#content-left #conversation .feature-facebook h4 a{
	padding: 0 0 0 40px;
	background: url(/_img/iconset_social_conversation.png) no-repeat 0 0;
	line-height: 26px;
	margin: 0 0 0 20px;
	display: block;
}

#content-left #conversation .feature-flickr {
	width: 390px;
	border-top: 3px solid #FFFFFF;
	padding: 10px 0;
}

#content-left #conversation .feature-flickr .flickr-container {
	margin-left: 52px;
}

#content-left #conversation .feature-flickr h4{
	font-size: 1.2em;
}

#content-left #conversation .feature-flickr h4 a{
	display: block;
	padding: 0 0 0 40px;
	background: url(/_img/iconset_social_conversation.png) no-repeat 0 -66px;
	line-height: 26px;
	margin: 0 0 15px 20px;
}

#content-left #conversation .feature p {
	padding: 8px 8px 8px 60px;
}

/* =Home Right Features
---------------------------------------------------------------------
*/

#content-right { 
 	float: right; 
	width: 550px;
}

#content-right a {
	text-decoration: none;
	color: #A00109;
}

#content-right a:hover {
   color: #017276;
   text-decoration: underline;
}

/* =billboard */

#billboard-container {
	background: #000000;
	width: 532px;
	height: 319px;
	padding: 8px;
	margin-bottom: 20px;
	z-index: 100;
}

#billboard-main {
	width: 532px;
}

#billboard-image-container {
	width: 425px;
	height: 255px;
	margin-bottom: 9px;
	float: left;
	position: relative;
}

#billboard-image {

}

#billboard-image img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#billboard-image span.image-wrapper {

}

#billboard-image span.image-wrapper img {

}

#billboard-bottom {
	background: #292929 url(/_img/bg_billboard_desc_home.png) repeat-x top;
	height: 53px;
	clear: both;
	overflow: hidden;
}

#billboard-bottom #b-description {
	clear: both;
	width: 532px;
	overflow: hidden;
	position: relative;
}

#billboard-bottom #b-description p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.15em;
	padding: 10px 105px 10px 10px;
	min-height: 25px;
}

#billboard-bottom #b-description a.learn_btn {
	position: absolute;
	top: 18px;
	right: 10px;
	text-indent: -9999px;
	background: url(/_img/bg_billboard_learn_btn.png) 0 bottom;
	width: 84px;
	height: 25px;
}

#billboard-bottom #b-description a.learn_btn:hover {
	background: url(/_img/bg_billboard_learn_btn.png) 0 0;
}

#billboard-main #thumbs {
	float: right;
	width: 100px;
	height: 255px;
	overflow: hidden;
}

#billboard-main #thumbs .thumbs {
	list-style: none;
}

#billboard-main #thumbs .thumbs li {
	list-style: none;
	width: 100px;
	height: 60px;
	margin-bottom: 4px;
}

#billboard-main #thumbs .thumbs li img {
	width: 100px;
	height: 60px;
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
}

#billboard-main #thumbs .thumbs li .caption {
	display: none;
}

/* =information features */

#info-container {
	width: 550px;
	float: left;
	margin-bottom: 20px;
}

#news-container {
	width: 270px;
	float: left;
}

#news-container h3, #contact-container h3 {
	background: url(/_img/bg_news_header_home.png) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 8px 10px 10px 10px;
	color: #FFFFFF;
	margin: 0;
}

#news-container .more-info, #contact-container .more-info {
	background: #EDEDED;
	margin-top: 10px;
}

#news-container .more-info p, #contact-container .more-info p {
	background: #EDEDED;
	color: #A00109;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

body#home .f-news-wrap {
	margin-bottom: 10px;
	border: 1px solid #DADADA;
	border-top: 0;
	padding-bottom: 0;
	min-height: 213px;
}

body#home .f-news {
   width: 250px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 10px;
   display: inline;
}

body#home .f-news .image {
   width: 50px;
   height: 50px;
   background: url(/_img/icon_news_home.png) no-repeat;
}

body#home  .f-news .image img {
	width: 50px;
	height: 50px;
}

body#home .f-news p.title{
   color: #000000;
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 1.3em;
   padding-top: 0;
}

body#home .f-news p.info {
	clear: none;
	font-size: 1.2em;
	margin-bottom: 5px;
}

body#home .f-news p.readmore {
	text-align: right;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

body#home .f-event-wrap {
	margin-bottom: 0;
	border: 1px solid #DADADA;
	min-height: 100px;
}

body#home .f-event {
   width: 250px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 10px;
   display: inline;
   background: none;
}

body#home .f-event p.date {
   width: 50px;
   font-size: 10px;
}

body#home .f-event p.date span.day {
   font-size: 24px;
}

body#home .f-event p.info {
   color: #000000;
}


body#home .f-event p.title{
   color: #000000;
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 1.3em;
   padding-top: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
}

body#home .f-event p.info {
   font-size: 1.2em;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 5px;
}

body#home .f-event p.readmore {
	text-align: right;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#contact-container {
	width: 270px;
	float: right;
}

#contact-northern {
	padding: 10px;
	border: 1px solid #DADADA;
	border-top: 0;
	min-height: 310px;
}

#contact-northern h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

#contact-northern p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 15px;
	line-height: 1.4;
}

#contact-northern p.header {
	background: url(/_img/logo_sm.gif) no-repeat left top;
	padding: 0 0 10px 70px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DADADA;
}

/* =featured blogs */

#blog-container {
	clear: both;
	margin-bottom: 10px;
}

#blog-container .more-info {
	background: #EDEDED;
	margin-top: 10px;
	margin-bottom: 20px;

}

#blog-container .more-info p {
	background: #EDEDED;
	color: #A00109;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#blog-container .blog-content {
	padding: 0;
	border: 1px solid #DADADA;
	border-top: 0;
}

#blog-container .blog-content h3 {
	background: #017276 url(/_img/bg_blog_header.gif) repeat-x;
	color: #FFFFFF;
	padding: 8px 30px 8px 8px;
	position: relative;
	font-size: 1.4em;
	margin: 0;
}

#blog-container .blog-content h3 span  {
	position: absolute;
	right: 10px;
	top: 8px;
}

#blog-container .blog-content h3 span a.blog-rss {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/_img/iconset_social_page.png) no-repeat right top;
	text-indent: -9999px;
}


#blog-container .blog-post { 
	margin-bottom: 0;
	padding: 10px;
}

#blog-container .blog-post .author-image {
	float: left;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 0;
	overflow: hidden;
}

#blog-container .blog-post .author-image-rss {
	float: left;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 0;
	overflow: hidden;
}

#blog-container .blog-post .author-image img {
	max-width: 90px;
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
	background: #DADADA;
   border: 1px solid #bababa;
   padding: 4px;
}

#blog-container .blog-post .author-image-rss img {
	max-width: 90px;
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
	background: #DADADA;
   border: 1px solid #bababa;
   padding: 4px;
}

#blog-container .blog-post h4 {
	background: none;
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 8px;
}

#blog-container .blog-post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#blog-container .blog-post p.date {
	margin-bottom: 5px;
	font-style: italic;
	padding-left: 25px;
	background: url(/_img/icon_date_post.png) no-repeat left 50%;
	display: inline-block;
}

#blog-container .blog-post p.summary {

}

#blog-container .blog-post .read-more {
	text-align: right;
}
