@charset "UTF-8";
/* CSS Document */

html, body { height: 100%; }
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	
	/* dev only
	background-image:url(../images/devBkgd.gif);
	background-repeat:repeat;
	 */
}
#wrapper, #wrapper_intranet, #wrapper_home, #wrapper_nonav, #wrapper_intranet_nonav {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;  
	height: auto; 
	margin-bottom:1.5em;
}
#wrapper_100, #wrapper_intranet_100 {
	margin: 0 auto;
	width: 100%;
	background-color: #ffffff;  
	height: auto; 
	margin-bottom:1.5em;
}
/*
#wrapper_home {
	background-image: url(../images/content_home_bkgd.gif);
	background-repeat: repeat-y;
}*/
#wrapper, #wrapper_intranet {
	background-image: url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
}
td, th { /* Makes font in tables display correctly across browsers */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.searchCriteria {
	display: none;
}
.noPrinting {
	display: inline;
}
#wrapper #bodyarea, #wrapper_intranet #bodyarea, #wrapper_home #bodyarea {
/*	background-color: #ffffff; */
	height: auto;
	text-align: left;
}
/*	#wrapper #bodyarea, #wrapper_intranet #bodyarea {
	background-image:  url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
} */
#wrapper_nonav #bodyarea, #wrapper_100 #bodyarea,
#wrapper_intranet_nonav #bodyarea, #wrapper_intranet_100 #bodyarea  {
	background:#FFFFFF;
}
#header, #header_4h, #menu, #bodyarea, #searchtools, #footer {
	width: 100%;
	clear: both; 
}
#searchtools, .searchtools { 
	clear: none;
}
*html #bodyarea { 
	clear: none;
}

/***************
header items
***************/

#header, #header_4h {	
	text-align: left;
	background-color:#990000;
	width: 750px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper_intranet #header, #wrapper_intranet #portal,
#wrapper_intranet_nonav #header, #wrapper_intranet_nonav #portal,
#wrapper_intranet_100 #header, #wrapper_intranet_100 #portal  {	/* for intranet */
	background-color:#666666;
}
#header img, #header_4h img {
	padding-top: 3px;
	float: left;
}
#header_4h {
	background-image:url(http://www.caes.uga.edu/extension/images/4h-banner.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#portal {
	padding: 0px;
	background-color:#990000;
	text-align: left;
	float: right;
}
#menu { 
	background-color:#000000;
	width: 100%;
	text-align:left;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px;
	height: 1.3em;
	font-weight: bold;
	color: #000000;
}
#wrapper_intranet #menu, #wrapper_intranet #menu li, 
#wrapper_intranet_nonav #menu, #wrapper_intranet_nonav #menu li,
#wrapper_intranet_100 #menu, #wrapper_intranet_100 #menu li { /* for intranet */
	background-color:#990000;
}
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align:middle;
}
#menu li { /* all list items */
	float: left;
	display:inline;
	background-color:#000000;
}
#menu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 8px;
}
#menu li a:hover{
	text-decoration: underline;
}
/****************************************************
SPOTLIGHT, FEATURES
****************************************************/
#highlight a {
	color: #990000;
	text-decoration: none;
}	
#highlight a:hover {
	text-decoration: underline;
}	
#highlight p {
	font-size: 11px;
	line-height: 1.5em;
	padding: 15px;
	margin: 0px;
	text-align: left;
}
/****************************************************
LOCAL NAVIGATION: leftmost column
Creates unordered list with arrows and custom bullets.
Non-linked items are bold and should indicate location.
****************************************************/
#sidebar {
	width: 146px;
	float: left;
	height: auto;
}
#sidebar p {
	padding: 10px;
	margin: 0px;
	font-size: .7em;
	line-height: 1.5em;
}
*html #sidebar {
	width: 145px;
}
ul.localnav{
	padding: 10px;
	margin: 0px;
	list-style: none;
	font-size: .7em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
}
ul.localnav li.back {
	background-image:   url(../images/arrow_down_gray.gif); /* updated 11/13/08 */
	background-repeat: no-repeat;
	background-position: 0 5px; /* updated 11/13/08 */
	padding: 0px;
	padding-left: 10px;
}
ul.localnav li.back a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
ul.localnav li{
	background-image:   url(../images/arrow_right_black.gif); /* updated 11/13/08 */
	background-repeat: no-repeat;
	background-position: 0 5px; /* updated 11/13/08 */
	padding: 0px;
	padding-left: 10px;
	font-weight: bold;
}
ul.localnav li a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul.localnav li ul li a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.localnav li ul {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	text align: left;
	text-decoration: none;
}
ul.localnav li ul li {
	background-image:  url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0px;
	padding-left: 7px;
	font-weight: bold;
	color: #990000;
}
ul.localnav li.here a, ul.localnav li a.here {
	font-weight: bold;
	color: #990000;
}
ul.localnav li a:hover {
	color: #990000;
	text-decoration: underline;
}

/****************************************************
CONTENT
****************************************************/
#main {
	width: 600px;  /* adjusting this MAY fix the IE alignment issues */
	margin-left: 150px;
	padding: 0px;
	font-size: .75em;
	line-height: 1.7em;
	height: auto; 
}
*html #main { /* adjusting this MAY fix the IE alignment issues */
	margin: 0 -3px;
	margin-left: 147px;
}
#wrapper_nonav #main, #wrapper_intranet_nonav #main {
	margin-left:0px;
	width:740px;
}
#wrapper_100 #main, #wrapper_intranet_100 #main {
	margin-left:0px;
	width:100%;
}
#statusBar {
	background-color:#FFFF99;
	border-bottom: 1px #FFFF00 solid;
	margin: 0px;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
	font-size:.9em;
	width: auto;
}
#wrapper_nonav #statusBar, #wrapper_intranet_nonav #statusBar {
	width:720px;
}
#content {
	width: 570px;
	margin: 0px;
	padding: 10px 15px 20px 15px;
	height: auto;
}
#wrapper_home #main, #wrapper_home #content {  /* updated 11/13/08 */
	margin-left:0px;
	width:750px;
	padding:0px;
	margin:0px;
}
#wrapper_nonav #content, #wrapper_intranet_nonav #content {
	width:720px;
}
#wrapper_100 #content, #wrapper_intranet_100 #content {
	width:auto;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
h1 {
	font-size: .9em;
	margin: 0px;
	color: #990000;
	letter-spacing: .1em;
	font-weight: normal;
}
h1 a {
	color: #990000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 1.5em;
	padding: 0px;
	}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 1.15em;
	letter-spacing: .1em;
	margin: 0px;
	margin-top: 1.9em;
	margin-bottom: .2em;
	padding: 0px;
	color: #990000;
	}
.line {
	border-bottom: 1px solid #eeeeee;
	}
h4 {
	font-size: 1em;
	margin: 0px;
	margin-top: 1.75em;
	padding: 0px;
	}	
h5 {
	font-size: .9em;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	}
/**  other content formatting   **/
.smallerText {
	font-size: .85em;
	line-height: 1.5em;
	margin: 0px;
}
.leftimg { /* IN USE ANYWHERE?*/
	margin-right: 10px;
	float: left;
}
.rtimg { /* IN USE ANYWHERE?*/
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}
.picRight {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.picLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
.newSection {
	clear: both;
}
p.newSection {
	clear: both;
	padding: 0px;
	margin: 0px;
}
p.bodyBreak {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
}
.grayborder {
	border:solid 1px #cccccc;
}
#wrapper_intranet p.bodyBreak, #wrapper_intranet_nonav p.bodyBreak, #wrapper_intranet_100 p.bodyBreak {
	background-color:#990000;
}

/*********************
COLUMN STYLES -- edited 10-27-08
**********************/

.twoColumn1, .twoColumn2, .threeColumn1, .threeColumn2, .threeColumn3 {
	float: left;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
}
.twoColumn1 {
	margin-right: 15px;
	width: 270px;
}
#wrapper_nonav .twoColumn1 {
	width: 315px;
}
.twoColumn2 {
	margin-right: 0px;
	width: 285px;
}
#wrapper_nonav .twoColumn2 {
	width: 310px;
}
.threeColumn1, .threeColumn2 {
	margin-right: 15px;
	width: 175px;
}
#wrapper_nonav .threeColumn1, #wrapper_nonav .threeColumn2 {
	width: 202px;
}
.threeColumn3 {
	margin-right: 0px;
	width: 190px;
}
#wrapper_nonav .threeColumn3 {
	width: 216px;
}
.twoColumn1 h3, .twoColumn2 h3, .threeColumn1 h3, .threeColumn2 h3, .threeColumn3 h3 {
	margin-top: 1em;
}


#wrapper_home .threeColumn1, #wrapper_home .threeColumn2, #wrapper_home .threeColumn3 {
	margin: 0px;
	padding-bottom: 20px;
	width: 250px;
	height:auto;
}
*html #wrapper_home .threeColumn3 { /* IE 6 Hack */
	width: 249px;
}
#wrapper_home .threeColumn2 h3 {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee; 	
}
#wrapper_home #main p {
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
	text-align: left;
}
#wrapper_home #main ul {
	line-height: 1.5em;
	text-align: left;
}
#wrapper_home #main h3{
	font-size:0.95em;
	padding: 3px;
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	color: #990000;
	margin-top: 0em;
	letter-spacing:normal;
}	
#wrapper_home .threeColumn3 img {
	margin-right: 8px;
}
#wrapper_home #main h3 a { /* changed fr "a" to "h3 a" 6-23-10  */
	color: #990000;
	text-decoration: none;
}	
#wrapper_home #main a:hover {
	text-decoration: underline;
}
#wrapper_home .twoColumn1 {
	height:auto;
	margin-right: 0px;
	width: 374px;
	border-right:1px solid #eeeeee;
}
#wrapper_home .twoColumn2 {
	height:auto;
	width: 375px;
}
.whitetxt {
	color: #ffffff;
}
hr {
	margin-top: 20px;
	border: 1px solid #cccccc;
	border-top: 0px;
}
h3.head, .newsletter h3 { 
	font-size: 1em;
	letter-spacing: 0em;
	background: #eeeeee;
	font-weight:bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.listing, .newsletter p, .newsletter h4 {
	padding-left: 10px;
	padding-right: 10px;
}
.sectHighlight {
	background-color:#FFFFCC;
	padding:15px;
	padding-top:10px;
	margin-top:1.5em;
	background-image:url(../images/topSemi.gif);
	background-position:top;
	background-repeat:no-repeat;
}
ul.indentList { /*corrects list indentation around float left images, added 2-03-06 */
 list-style-position:inside;
}
/*****************************
quick links and upcoming events
*****************************/
.rightContent {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
	width: 30%;
}
.rightContent h3 {
	margin-top: 0px;
	padding-top:0px;
	}
/**   upcoming events   **/
.upcoming {
	color: #000000;
	background: #eeeeee;
	border: 1px solid #cccccc;
}
.upcoming .title {
	font-weight:bold;
	text-decoration: none;
	color: #990000;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
.upcoming .body {
	color: #000000;
	background: #eeeeee;
	text-decoration:none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.upcoming .body p{
	margin-top: 4px;
	margin-bottom: 0px;
}

/**   quick links   **/
.quicklinks {
	border: 1px solid #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	padding: 10px;
}
.quicklinks .title {
	font-weight:bold;
	text-decoration: none;
	color: #990000;
	padding-bottom: 0px;
}
.quicklinks .body {
	color: #000000;
	text-decoration:none;
	font-weight: normal;
}
.quicklinks ul{
	margin: 0px;
	padding: 0px;
	padding-left:15px;
}

/****************************************************
SEARCHING TOOLS
****************************************************/
#searching {	
	clear: both;
}
#searchtools, .searchtools {	
	font-size: .7em;
	text-align: left;
	background-color:#999999;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#wrapper_intranet #searchtools, #wrapper_intranet_nonav #searchtools, #wrapper_intranet_100 #searchtools,
#wrapper_intranet .searchtools, #wrapper_intranet_nonav .searchtools, #wrapper_intranet_100 .searchtools {	/* for intranet */
	background-color:#990000;
	color: #ffffff;
}
.find { 
	font-weight: bold;
	padding: 10px;
	color: #000000;
	float: left;
	padding-bottom: 0px;
}
.find a {
	text-decoration: none;
	color: #000000;
}
#wrapper_intranet .find, #wrapper_intranet .find a,
#wrapper_intranet_nonav .find, #wrapper_intranet_nonav .find a,
#wrapper_intranet_100 .find, #wrapper_intranet_100 .find a {  /* for intranet */
	color: #ffffff;
}
.find a:hover {
	text-decoration: underline;
}
.searchform {
	padding: 5px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
}	
/****************************************************
FOOTER
****************************************************/
#infoportals {
	background-color: #000000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: .7em;
	text-align: right;
	clear: both;
}
#infoportals a, #wrapper_home #main #infoportals a { /* added #wrapper_home to override red links, 11-17-08 */
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#infoportals a:hover, #wrapper_home #main #infoportals a:hover { /* added #wrapper_home to override red links, 11-17-08 */
	text-decoration: underline;
}
#footer {
	font-size: .65em;
	line-height: 1.5em;
	padding: 15px 5px;
	text-align: center;
	color: #ffffff;
	background-color: #990000;
	width: 740px;
	width: auto;
}
#wrapper_100 #header, #wrapper_100 #footer,
#wrapper_intranet_100 #header, #wrapper_intranet_100 #footer {	
	width: auto;
}
#wrapper_intranet #footer, #wrapper_intranet_nonav #footer, #wrapper_intranet_100 #footer { /* for intranet */
	background-color: #666666;
}
#footer a{
	color: #ffffff;
	font-weight: bold;
}
#footer .helper a {
	font-weight:normal;
}
#footer p {
	margin:0px;
}

/********************************************
TABLE FORMATTING

.horiz - table w/ horizontal lines, font size 100%
.horiz2 - table w/ horizontal lines, font size 90%
.horiz3 - table w/ horizontal lines, font size 80% 

.grid - table w/ grid lines, font size 100%
.grid2 - table w/ grid lines, font size 90%
.grid3 - table w/ grid lines, font size 80%

********************************************/

table.horiz, table.horiz2, table.horiz3 {
	text-align:left;
	color: #000000;
	background: #ffffff;
	width: 100%;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.horiz tr td, table.horiz2 tr td, table.horiz3 tr td,
table.horiz tr th, table.horiz2 tr th, table.horiz3 tr th {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
table.horiz p, table.horiz2 p, table.horiz3 p {
	margin: 0px;
	padding: 10px;
}
table.grid, table.grid2, table.grid3, table.grid4 { 
	text-align:left;
	color: #000000;
	background: #ffffff;
	width: 100%;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.grid tr td, table.grid2 tr td, table.grid3 tr td, table.grid4 tr td,
table.grid tr th, table.grid2 tr th, table.grid3 tr th, table.grid4 tr th {
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.grid p, table.grid2 p, table.grid3 p, table.grid4 p {
	margin: 0px;
}
/** table font sizing **/
table.horiz, table.grid {
	font-size: 1em;
}
table.horiz2, table.grid2 {
	font-size: .9em;
}
table.horiz3, table.grid3 {
	font-size: .8em;
}
table.horiz4, table.grid4 {
	font-size: .85em;
}
/** table headings **/
tr.head { 
	background: #eeeeee;
	font-weight:bold;
	color: #000000;
}
tr.head a { 
	text-decoration: none;
	color: #990000;
}
tr.head a:hover { /* month and today format */
	text-decoration: underline;
}
tr.highlight { 
	background-color: #FFFFCC;
	background-color: #FFFDEB;
}

/********

12-09-08

*********/

.accessibility {
/*	display:none; */
	font-size:.6em;
	color:#000000;
	line-height:1em;
	padding: 1em; /* 12-9-08 */
	padding-left: 20px; /* 12-9-08 */ 
	padding-right: 20px;  /* 12-9-08 */
/*	clear:both;
	float:left;
	background:none; */
	
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;	
}
.accessibility_links {
	position:static;
	overflow:visible;
	width:auto; 
	height:auto; 
	
/*	font-size:.6em;
	color:#000000;
	line-height:1em; */
	padding:0px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
	background-color:#CCCCCC;
	width:748px;
	text-align:right;
}
.accessibility_links a {
	color:#0000FF;
	text-decoration:none;
}
.accessibility_links a:hover {
	color:#000000;
	text-decoration: underline;
}
.defaultCSS {
	display:none;
}
.alternateCSS {
	display:inline;
}
#wrapper_100 .accessibility_links {
	width:100%;
}
a[class $='external'] { 
   padding-right: 18px;
   background: transparent url(../images/Icon_External_Link.png) no-repeat center right;
}