/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

/*-------------------------------*/
/* Section 1.1 - Page definition */
/*-------------------------------*/

body {
	font-size: 62.5%;
	margin: 0em;
	padding: 0em;
	font-family: "news gothic", helvetica, arial, tahoma, sans-serif;
	color: #666666;
}

#page-container {
	width: 770px;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------*/
/* Section 1.2 - Generic Tag Styles */
/*----------------------------------*/

img {
	border: 0;
}

br {
	clear: left;
}

/* Horizontal line */
hr {
	clear: both;
	width: 425px;
	height: 1px;
	border: none;
}
strong{
	font-weight:bold;
}
/**********************/
/* SECTION 2 - HEADER */
/**********************/

/*-----------------------------------*/
/* Section 2.1 - Sitename and Banner */
/*-----------------------------------*/

.site-title-bar  {
	margin: 0 0 5px 0;
}
.img-header {
	clear: both;
	width: 217px;
	height: 55px;
	padding: 0px;
	border: 0px;
	margin: 25px 0 25px 25px;
}

.site-section-title-bar {
	padding-left: 153px;
	margin-bottom: 5px;
}

/*------------------------------------*/
/* Section 2.2 - Main navigation menu */
/*------------------------------------*/
.nav-main-contentbox a.NavOffL1, a.NavOnL1 {
}

.nav-main-contentbox a.NavOffL2, a.NavOnL2 {
	font-size: 110%;
	display: block;
	text-decoration: none;
	padding: 4px 2px 4px 22px;
	color: white;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

.nav-main-contentbox a.NavOffL3, a.NavOnL3 {
	font-size: 110%;
	display: block;
	text-decoration: none;
	padding: 4px 2px 4px 30px;
	color: white;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

.nav-main-contentbox a.NavOffL4, a.NavOnL4 {
	font-size: 110%;
	display: block;
	text-decoration: none;
	padding: 4px 2px 4px 35px;
	color: white;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

.nav-main-contentbox a.NavOffL1, 
a:link.NavOffL1, 
a:active.NavOffL1, 
a:visited.NavOffL1	{display: block;}

.nav-main-contentbox a.NavOnL1, 
a:link.NavOnL1, 
a:active.NavOnL1, 
a:visited.NavOnL1, 
a:hover.NavOffL1    {display: block;}

.nav-main-contentbox a.NavOffL2, 
a:link.NavOffL2, 
a:active.NavOffL2, 
a:visited.NavOffL2	{}

.nav-main-contentbox a.NavOnL2, 
a:link.NavOnL2, 
a:active.NavOnL2, 
a:visited.NavOnL2, 
a:hover.NavOffL2    {background-image:url(../images/nav/L2/on.gif);}

.nav-main-contentbox a.NavOffL3, 
a:link.NavOffL3, 
a:active.NavOffL3, 
a:visited.NavOffL3	{background-image:url(../images/nav/L3/off.gif);}

.nav-main-contentbox a.NavOnL3, 
a:link.NavOnL3, 
a:active.NavOnL3, 
a:visited.NavOnL3, 
a:hover.NavOffL3    {background-image:url(../images/nav/L3/on.gif);}

.nav-main-contentbox a.NavOffL4, 
a:link.NavOffL4, 
a:active.NavOffL4, 
a:visited.NavOffL4	{background-image:url(../images/nav/L4/off.gif);}

.nav-main-contentbox a.NavOnL4, 
a:link.NavOnL4, 
a:active.NavOnL4, 
a:visited.NavOnL4, 
a:hover.NavOffL4    {background-image:url(../images/nav/L4/on.gif);}

.nav-main-contentbox {
	float: left;
	width: 147px;
	min-height: 300px;
}

/**********************************/
/* SECTION 3 - SECTION-NAVIGATION */
/**********************************/

/*--------------------*/
/* Section 3.1 - Size */
/*--------------------*/

.nav-section {
	clear: both;
	min-height: 400px;
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	color: rgb(110,110,110);
}

.inside-nav-section {
	clear: both;
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	color: rgb(110,110,110);
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html .nav-section {
	height: 400px;
} 
/* End IE-Hack */

/*--------------------*/
/* Section 3.2 - Menu */
/*--------------------*/

.nav-section ul {	
	float: left;
	list-style: none;
	width: 160px;
	margin: 0px;
	padding: 0px;
}	

.nav-section li {
	margin: 0px;
	padding: 0px;
}

.nav-section li.title {
	vertical-align: top;
	margin: 0px;
	padding: 10px 7px 10px 14px;
	text-transform: uppercase;
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 110%;
}

.nav-section li.group a {
	display: block;
	min-height: 1.5em;
	margin: 0px;
	padding: 3px 7px 2px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 100%;
}

.nav-section li.group2 a {
	display: block;
	min-height: 1.5em;
	margin: 0px;
	padding: 3px 7px 2px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 100%;
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html .nav-section li.group a {
	height: 1.5em;
}
/* End IE-Hack */
	
.nav-section li a {
	display: block;
	min-height: 1.5em;
	margin: 0px;
	padding: 3px 7px 2px 10px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 100%;
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html .nav-section li a {
	height: 1.5em;
}
/* End IE-Hack */

.nav-section li.group a:hover, .nav-section li.group .selected {
	color: rgb(255,255,255);
	background-color: rgb(175,175,175);
	text-decoration: none;
}

.nav-section li.group2 a:hover, .nav-section li.group2 .selected {
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: underline;
}

.nav-section a:hover, .nav-section .selected {
	color: rgb(255,255,255);
	background-color: rgb(175,175,175);
	text-decoration: none;
}

.nav-section-align {
	text-align: left;
}

/***********************/
/* SECTION 4 - CONTENT */
/***********************/

/*--------------------*/
/* Section 4.1 - Size */
/*--------------------*/

.content {
	float: left;
	margin: 0 0 50px 5px;
	background-color: transparent;
	width: 610px;
}

.contentbox {
	float: left;
	padding: 0px;
	margin-left: 30px; /**/
	color: #666666;
	width: 580px;
}

.contentbox div.content-left-wide {
	float: left;
	width: 440px; /*440px*/
	margin: 0; /*margin: 10px 0 0 40px;*/
	padding: 0 10px 20px 20px;
	text-align: left;
}

.contentbox div.content-left-narrow {
	float: left;
	width: 350px;
	margin: 10px 0 0 40px;
}

.contentbox div.content-beneath {
	width: 452px;
	margin: 20px 0 0 40px;
}

/*---------------------------*/
/* Section 4.2 - Breadcrumbs */
/*---------------------------*/

div.breadcrumbs
{
	color: rgb(0,0,0);	
	padding-left: 5px;
}

div.breadcrumbs a, div.breadcrumbs a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}

div.breadcrumbs a:hover {
	text-decoration: underline;
}

/*-------------------------*/
/* Section 4.3 - Pagetitle */
/*-------------------------*/

.content h1.content-pagetitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 2em;
	color: rgb(104, 138, 26);
}

/*-------------------------------*/
/* Section 4.4 - Contentbox text */
/*-------------------------------*/

/* Heading */
.content h1 {
	clear: left;
	margin: 1.0em 0px 1.0em 0px;
	font-weight: bold;
	font-size: 150%;
}

.content h3 {
	clear: left;
	margin: 1.0em 0px 0.6em 0px;
	font-weight: bold;
	font-size: 130%;
}

.content h4 {
	clear: left;
	margin: 0.5em 0px 0.5em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
}

/* Paragraph text */
.content p {
	margin: 0em 0 0.5em 0;
	padding: 0px;
	display: block;
	color: rgb(102,102,102);
}

/* Quote */
.content p.quote {
   clear: left;
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	font-size: 120%;
}

/* Unordered list */
.content ul {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 30px;
	list-style-type: disc;
	list-style-position: outside;
}

.content td ul {
	font-size: 100%;
}

/* Unordered List :: Error Message from Smarty */
.content ul.errors {

	color: rgb(176, 18, 0);

}

/* Ordered List */
.content ol {
	margin: 0px 10px 0px 17px;
	padding: 0px 0px 0px 30px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* Pull Quote */
.content blockquote.pullquote {
	margin-left: 100px;
	width: 50%;
	padding: 2px 0 2px 0;
	border-top: 4px gray solid;
	border-bottom: 4px gray solid;
}

/* Callout Text */
.content p.callout {
	font-size: 150%;
	line-height: 150%;
	color: gray;
}

/*--------------------------*/
/* Section 4.5 - Datatables */
/*--------------------------*/

.content table {
	border: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.content table tr {
	margin: 0px;
	padding: 0px;
}

.content table td {
	text-align: left;
	vertical-align: top;
	color: #666666;
}

.content table th {
	margin: 0px;
	empty-cells: show;
	text-align: left;
}

p.tabledata-caption {
	margin: 0em 0px 10px 30px;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 120%;
}

.content table.listing {
	
}

table.listing th {
	font-size: 100%;
	text-decoration: underline;
}

table.listing td {
	font-size: 100%;
}

/*----------------------*/
/* Section 4.6 - Images */
/*----------------------*/

/* No border */
.img-left-noborder {
	float: left;
	margin: 1em 1em 1em 0;
}

.img-right-noborder {
	float: right;
	margin: 1em 0 1em 1em;
}

/* Border */
.img-left-border {
	float: left;
	margin: 1em 1em 1em 0;
	border: solid 1px rgb(150,150,150);
}

.img-right-border {
	float: right;
	margin: 1em 0 1em 1em;
	border: solid 1px rgb(150,150,150);	
}

img.template-banner-image-right {
	margin-top:0px;
	float: right;
}

img.template-banner-image-top {
	margin-top:0px;
}

img.image-right {
	float: right;
}

img.image-left {
	float: left;
}

/*--------------------------*/
/* Section 4.7 - Hyperlinks */
/*--------------------------*/

.content a {
	color: rgb(176,18,0);
	text-decoration: none;
}

.content a:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

.content a:visited {
	color: rgb(176,18,0);
}

/**********************/
/* SECTION 5 - FOOTER */
/**********************/

/* Somehow not possible to use percentage values to scale the font-size here. */
/* Therefore the is the font-size definition given in the generic CSS-class   */
/* "footer-font", even though those generic font classes should all have a    */
/* normed size of 1.0em. But making footer an exception will not hurt us.     */

.footer {
	color: rgb(175,18,0);
	border-top: 2px rgb(175,18,0) solid;
	clear: both;
	width: 780px; /* The original value used to be 100% */
	margin: 0;
	padding: 10px ; /*padding: 0.5em 0 20px 40px;*/
	text-align: left;	
}

.footer a {
	color: rgb(175,18,0);
	text-decoration: none;
}

.footer a:hover {
	color: rgb(175,18,0);
	text-decoration: underline;
}

.footer em.divider {
	margin-left: 5px;
	margin-right: 5px;
	color: rgb(102,102,102);
}

/*******************************/
/* SECTION 6 - GENERIC CLASSES */
/*******************************/

/*------------------------------------------*/
/* Section 6.1 - Global default fonts      */
/*------------------------------------------*/
/* Only applied to the main div-statements  */
/* for the basic page regions.              */
/*------------------------------------------*/

.nav-global-font {
	font-size: 1.1em;
}

.nav-main-font {
	font-size: 1.1em;
}

.nav-section-font {
	font-size: 1.1em;
}

.content-font {
	font-size: 1.1em;
	line-height: 1.7em;
	color: rgb(0,0,0);
}

/* Percentage value does not work in "footer", so we     */
/* cannot give the normed size of "1.0em" here and scale */
/* it up inside the "footer". Thus we define the final   */
/* font-size here the way it will appear on screen.      */
.footer-font {
	font-size: 1.0em;
}

/*--------------------------------------*/
/* Section 6.2 - Horizontal alignments */
/*--------------------------------------*/

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/**********************************/
/* SECTION 7 - MISCELLANEOUS   */
/**********************************/

/* HTML-code examples */
.showcode {
    font-family: monospace;
	font-weight: bold;
	font-size: 13px;
	color: rgb(255,0,0);
}

/* Hide HTML-tags. Good when no pagestyle supported by browser */
.hide {
	display: none;
}

#siteMap ul{ font-size:12px;}

/***********************************/
/* SECTION 8 - BANNER SECTION  */
/***********************************/

.calendar-banner .calendar-banner-wrapper{margin: 15px 1px 5px 10px;}

.calendar-link-region{
    background: transparent url('http://cfaes.osu.edu/images/calendar-events-banner.jpg') scroll 50% 50%; 
}

.calendar-link-region a{
    text-decoration:none;
    font:arial;
}

.calendar-event-month{
    color:#FFFFFF;
    display:block;
    font-size:11px;
    font-weight:600;
    height:15px;
    letter-spacing:1px;
    padding:14px 10px 0 7px;
    text-align:center;
    width:40px;    
}
.calendar-event-date{
    color:#6F6F6F;
    display:block;
    font-size:25px;
    font-weight:400;
    height:37px;
    letter-spacing:0;
    margin:0;
    padding:5px 5px 0 6px;
    text-align:center;
    width:40px;
    
}

/***********************************/
/* SECTION 9 - BANNER SECTION  */
/***********************************/
a.btnRedArrRight,
a.btnRedArrRight:link,
a.btnRedArrRight:visited,
a.btnRedArrRight:active{
    background: url("http://cfaes.osu.edu/images/icon-lft-arrow.jpg") no-repeat scroll -4% 58% transparent;
    border: 1px solid #990000;
    padding: 6px 6px 6px 42px;
}
a.btnRedArrRight:hover,
a.btnRedArrRight:focus{
        background: url("http://cfaes.osu.edu/images/icon-lft-arrow.jpg") no-repeat scroll 0% 58% transparent;
        color: #990000 !important;
        text-decoration: none !important;
}
/*****************************************/
/* SECTION 10 - SOCIAL MEDIA SECTION  */
/*****************************************/
.social-media-placeholder{margin: 5px 0 10px 10px;}
.social-media-title{
    background: url("http://cfaes.osu.edu/images/icons/new-icon.png") no-repeat scroll 99% 90% transparent;
    border-bottom: 2px solid #990000;
    color: #999999;
    font-size: 1.5em;
    letter-spacing: 1px;
    padding-right: 52px;
}
.social-media-icon{border:none; width:30px; height:30px; padding:1px; display:inline-block }
.social-media-icon-wide{border:none; width:137px; height:31px; padding:1px; display:inline-block }

/*****************************************/
/* SECTION 11 - SHARE CSS RULES          */
/*****************************************/
.calendar-banner, social-media-container {margin: 0; padding: 0;}
hr.separator{ border-top:none; border-bottom:1px solid #EAEBEB; margin: 15px 0 5px 10px; width:137px}

.calendar-link-region,
a.calendar-link{
    display:block;
    height:74px;
    width:107px;
}

/*****************************************/
/* SECTION 12 - FRONT PAGE HEADLINE */
/* This is a temporary style that will last
/* for as long as the "No limits to the value"
/* stays on the air.
/*****************************************/
#articleArea{
    display:inline-block;
    width:611px;
    border-top: 1px solid #9b9b9b;
}
#deansList{
    display:table;
    width:611px;
    border-collapse:collapse;
}

.deanPhoto{
    border:none;
    padding: 0 1px;
    display:block;
    width:150px;
    height:188px;
}

.deanInfo{
    text-align:center;
    display:block;
    width:150px;
    margin:3px auto;
    line-height:18px;
    font-size:11px;
    color:#000000;
}

span.deanName{
    font-size:16px;
    font-weight:bold;
    color:#333333;
    margin-bottom:5px;
}
.deanTitle{
    font-size:12px;
    color:#5e5e5e;
    font-weight:bold;
}

/*****************************************
**  SECTION 13 - IPA                   
**  Styles used for the International 
**  Program
******************************************/

/*** Banner ***/
table.ipa-banner{
    display:table;
    width:618px;
    height:208px;
    /*border-spacing: 5px;*/
    border-collapse:collapse;
}

table.ipa-banner tbody tr td{
    vertical-align: middle;
    padding: 0;
    display:table-cell;
}
table.ipa-banner tbody tr td img{
    margin:  0 0 3px 0;
}
table.ipa-banner tbody tr td.ipa-banner-btn-left,
table.ipa-banner tbody tr td.ipa-banner-btn-right{
    background-color:#532e63;
    width:66px;
    height:66px;
}

table.ipa-banner tbody tr td.ipa-banner-btn-left{
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
table.ipa-banner tbody tr td.ipa-banner-btn-right{
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

table.ipa-banner tbody tr td p{
    padding:0 5px;
    margin:0;
    display:block;
    text-align:center;
    ^width:100%; /* This rule is for all IE 7 */
}

table.ipa-banner tbody tr td.ipa-banner-btn-left p a,
table.ipa-banner tbody tr td.ipa-banner-btn-left p a:link
table.ipa-banner tbody tr td.ipa-banner-btn-left p a:visited,
table.ipa-banner tbody tr td.ipa-banner-btn-left p a:active,
table.ipa-banner tbody tr td.ipa-banner-btn-right p a,
table.ipa-banner tbody tr td.ipa-banner-btn-right p a:link
table.ipa-banner tbody tr td.ipa-banner-btn-right p a:visited,
table.ipa-banner tbody tr td.ipa-banner-btn-right p a:active{
    color:#fff;
    font-size: 0.9em;
    text-decoration:none;
    border:none;
    line-height: 1.2em;
}

table.ipa-banner tbody tr td.ipa-banner-btn-left p a:hover,
table.ipa-banner tbody tr td.ipa-banner-btn-left p a:focus,
table.ipa-banner tbody tr td.ipa-banner-btn-right p a:hover,
table.ipa-banner tbody tr td.ipa-banner-btn-right p a:focus{
    text-decoration:underline;
}
