/* FOR ALL WEB PAGES */

/*****  General Page Formatting ***************************************/
body {
	background: #03244D url(http://www.ag.auburn.edu/images/ddBackground.gif) repeat-y center top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; 
	margin: 0; /*makes sure that page is all the way in top left corner*/
	padding: 0; /*makes sure that page is all the way in top left corner*/
}
table {
	font-size: 1em;
}
a {
	color: #1C5CA3;
	voice-family: "\"}\"";  /*this is some tick for older browsers */
  	voice-family:inherit;	/*this is some tick for older browsers */
	text-decoration: none;
	border-bottom: 1px solid #D7E4F3;
}
a:hover {
	color: #003366;
	border-bottom-color: #003366;
}
a:visited {
	color: #336699;
}
.orangeDecorBar {
	background-color: #F9903F;
	height: 2px;
	font-size: 1px;
}
.orangeDecorBar2 {
	background-color: #DD550C;
	height: 12px;
	font-size: 1px;
}
/***** Links at Top of Page ***************************************/
#topLinksBackground {
	background: #03244D url(http://www.ag.auburn.edu/images/ddTopLinksBackground.gif) no-repeat top left;
}
#topLinksBackgroundMedium {
	background: #03244D url(http://www.ag.auburn.edu/images/ddTopLinksBack_Small.gif) no-repeat top left;
}
#topLinks {
	padding-top: 5px;
	text-align: center;
}
#topLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	padding-bottom: 5px;
	text-decoration: none;
	border: none;
}
#topLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}
#topLinks a:active {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}
#topLinks a:visited {
	color: #F5F5F5;
	border: none;
}
/***** Visitor Category Toolbar ***************************************/
#toolbar {
	border: none;
	text-align:center;
	height: 35px;
	width: 565px;
}
#toolbar a {
	/* float: left; */
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	color: #ffffff;
}
#toolbar a:hover {
	background: url(http://www.auburn.edu/includes/ddToolbarHover.jpg) repeat-x top left;
	border: none;
}
/***** Sidebar Links at Text ***************************************/
ul.sidebar {list-style:none;
padding:0px;
/* margin:0px;*/
margin-left:10px
}
#sidebar li {
padding-bottom:2px;
padding-top:2px;
}
#sidebar {
	background: #03244D url(http://www.ag.auburn.edu/images/ddSidebar.jpg) repeat-x top left;
/*	padding-top: 15px;
	padding-bottom: 20px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height:260px;
	}
#sidebar p {
	padding-left: 6px;
	padding-right: 6px;
}
#sidebar a {
	font-weight: bold;
	color: white;
	display: block;
	padding-top: 1px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right:3px;
	border: none;
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar a:visited {
	color: white;
	border: none;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #F0F0F0;
	border: none;
}
.sidebarTitle {
	font-size:14px;
	font-weight:bold;
	color:#A1C1E7;
	letter-spacing:1px;
	font-variant:small-caps;
}
/***** Content Area Spacing ***************************************/
#contentArea {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-size: 0.75em;
}
/*#contentArea table {
	font-size: 1em;
}*/
#contentArea h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2.5em;
	padding-left:10px;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;*/
}
#contentArea h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	padding-left:10px;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;*/
}
#contentArea h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	padding-left:10px;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;*/
}
#contentArea h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
	margin-left:10px;
	padding-left:10px;
	padding-top:2px; 
	margin-top:0px
}
.breadcrumb {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contentArea .breadcrumb {
	margin-top: 0px;
	margin-left: 0px;
}
#contentArea .inputForm {
	border-width:2px;
	/*border-color:#162C65;*/
	border-color:#F9903F;
	border-style:solid;
	/*background-color:#E6E8ED;*/
	background-color:#FCEBB1;
	padding:5px;
	margin:5px
}
/***** Search Box Pop-Down ***************************************/
#searchBox {
	text-align: center;
	height: 40px; 
	width: 200px;
	padding: 5px; 
	background-color: #003B76;
	visibility: hidden;
	overflow: hidden;
	z-index: 2;
	border: 1px solid #001835;
}
#searchBox .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 10px; 
 	background-color: #333333; 
 	color: #FFFFFF; 
 	margin-right: 6px; 

}
/***** Quick Links Pop-Down ***************************************/
#quickLinksBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: bold;
	color: white;
	height: 230px; 
	width: 250px;
	padding: 5px; 
	background-color: #003B76;
	visibility: hidden;
	overflow: visible;
	z-index: 3;
	border: 1px solid #001835;
	margin: 10px;
}
#quickLinksBox ul {
	list-style: none;
	padding: 0;
	margin: 2px;
	float: left;
}
#quickLinksBox a {
	color: #ffffff;
	border: none;
}
#quickLinksBox a:hover {
	color:#76B7FF;
}
/***** Page Footer ***************************************/
#footer {
	background: url(http://www.ag.auburn.edu/images/ddBottomGradient.gif) top left repeat-x #03244D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #ffffff;
	padding: 15px;
	padding-bottom: 25px;
	text-align: center;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #ECEBEB;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer a:visited {
	color: #ECEBEB;
}
#footer a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}
/****** save those images ****/
a.img {
	border: none;
	text-decoration: none;
}