/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

/*-------------------------------*/
/* Section 1.1 - Page definition */
/*-------------------------------*/
/* The values shown below in comments are values that originally were assigned during the */
/* making of the site. Such values had to be changed due to IE 6 bug, in where content    */
/* show up under the left navigation bar of the site. */

body {
	font-size: 62.5%;
	margin: 0em;
	padding: 0em;
	font-family: "news gothic", helvetica, arial, tahoma, sans-serif;
	color: #666666;
}

#page-container {
	width: 800px; /* Original Value: 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;
}

/**********************/
/* SECTION 2 - HEADER */
/**********************/

/*-----------------------------------*/
/* Section 2.1 - Sitename and Banner */
/*-----------------------------------*/

.site-title-bar  {
	margin: 0 0 5px 0;
}
.img-header {
	clear: both;
	width: 300px;
	height: 71px;
	padding: 0px;
	border: 0px;
	margin: 25px 0 25px 25px;
}

.site-section-title-bar {
	padding-left: 153px;
	margin-bottom: 5px;
}

.addthis_default_style{
    float: right;
    position: relative;
    top: 60px;
}
.addthis_default_style a{
    margin-left: 0;    
}

/*------------------------------------*/
/* 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 */
/*--------------------*/
/* The values shown below in comments are values that originally were assigned during the */
/* making of the site. Such values had to be changed due to IE 6 bug, in where content    */
/* show up under the left navigation bar of the site. */
.content {
	float: left;
	margin: 0 0 50px 5px;
	background-color: transparent;
	width: 648px;       /* Original Value: 610px*/
}

.contentbox {
	float: left;
	padding: 0 0 0 30px;
	margin: 0;          /* Original Value: margin-left: 30px;*/
	color: #666666;
	width: 618px;       /* Original Value: 580px */
}

.contentbox div.content-left-wide {
	float: left;
	width: 470px;       /* Original Value:440px */
	margin: 0;          /* Original Value: margin: 10px 0 0 40px;*/
	padding: 0 10px 20px 20px;
	text-align: left;
}

.contentbox div.content-left-narrow {
	float: left;
	width: 390px;
	margin: 0;          /* Original Value: margin: 10px 0 0 40px;*/
	padding: 0 10px 20px 20px; /* I added padding values ---> CL */

}

.contentbox div.content-beneath{
	margin: 0;          /* Original Value: margin: 20px 0 0 40px; */
	padding: 10px 10px 20px 20px;
}

.contentbox div.content-beneath{
    width: 452px;
}

.contentbox div.content-full-width{
    width: 618px;
    margin:0;
    padding:0;
}
/*---------------------------*/
/* 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: 2em;
}
.content h2 {
	clear: left;
	margin: 1.0em 0px 0.6em 0px;
	font-weight: bold;
	font-size: 1.7em;
}

.content h3 {
	clear: left;
	margin: 1.0em 0px 0.6em 0px;
	font-weight: bold;
	font-size: 1.4em;
}

.content h4 {
	clear: left;
	margin: 0.5em 0px 0.5em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}

/* 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%;
}

/* 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%;
}

table.plain{
	width:100%;
	display:table;
}

table.plain td{
    padding: 0 5px;
}

/*----------------------*/
/* 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;
	margin: 0.5em 1em 0.5em 0;
}

/*--------------------------*/
/* Section 4.7 - Hyperlinks */
/*--------------------------*/
a.banner-title,
.content a {
	color: rgb(176,18,0);
	text-decoration: none;
}
a.banner-title:hover,
.content a:hover {
	color: rgb(0,0,0);
}

.content a:hover {
	text-decoration: underline;
}

a.banner-title:visited,
.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 0 30px 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);
}

/* The below rule only adjust the width of the footer for the CFAES website when looking  */
/* at its calendar  http://cfaes.osu.edu/calendar/                                        */
#calendar-page-container .footer{
     width:866px;
}

/*******************************/
/* 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;}

