body
{
	font-family: Arial, Sans-Serif;
	font-size: .7em;
	text-align: center;
}
td
{
	font-family: Arial, Sans-Serif;
	font-size: .7em;
}

/* Layout */
#container
{
	margin-left: auto; margin-right: auto;
	text-align: left;
	width: 760px;
}
#bodycontainer
{
	background: url(../images/vert_line.gif) repeat-y;
	border: 1px solid #D5DADD;
	
}
#emptycontainer
{
	border: 1px solid #D5DADD;
	float: left;
}
#leftcol
{
	float: left;
	margin: 0; padding: 0;
	width: 180px;
}
#centrecol
{
	margin: 0 180px 0 180px;
}
#rightcol
{
	float: right;
	margin: 0; padding: 0;
	width: 180px;
}
#fill
{
	float: left;
	margin: 0; padding: 0;
	width: 100%;
}
#rightfill
{
	margin: 0 0 0 180px;
}
.remextra
{
	float:right;
	vertical-align:middle;
	font-family: Arial;
	font-size: 10pt;
	color:Blue;
	font-weight:bold;
	padding-right: 5px;
	text-decoration: none;
}
#remextra
{
	float:right;
	vertical-align:middle;
	font-family: Arial;
	font-size: 10pt;
	color:Blue;
	font-weight:bold;
	padding-right: 5px;
	text-decoration: none;
	border:none;
}
/* Header */

#salesbarnlogotext
{
	color: #007C85;
	font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 13pt; font-style: italic; font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0; padding: 5px 0 0 0;
	clear: both;
}
#header
{
	font-family: Verdana, Geneva, Sans-Serif; font-size: 10pt;
	
}
#mainnav
{
	background: url(../images/navback.gif) repeat-x;
	/*margin-bottom: 8px;*/
	width: 100%;
}
#mainnav ul
{
	list-style: none;
	padding: 3px 3px 3px 5px;
	margin: 0;
}
#mainnav li
{
	color: #999;
	background: url(../images/navspacer.gif) right no-repeat;
	display: inline;
	margin-right: 10px;
	padding: 0 10px 0 0;
}
#mainnav li.selected a
{
	text-decoration: underline;
}
#mainnav a
{
	color: #23646C;
	font-style: normal; font-weight: bold;
	text-decoration: none;
}
#mainnav a:hover
{
	color: #000;
}
#headtop
{
	background: #FFF url(../images/top_green_fade_logo.jpg) top right no-repeat;
	height: 40px;
	width: 100%;
}
#headtop h1
{
	color: #fff;
	font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 13pt; font-style: italic; font-weight: bold;
	text-align: right;
	margin: 0; padding: 10px 20px 0 0;
}
#headtop2
{
	background: #FFF; /*url(../images/top_green_fade_logo_mini.jpg) top right no-repeat;*/
	height: 40px;
	width: 100%;
}
#headtop2 h1
{
	color: Black;
	font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 13pt; font-style: italic; font-weight: bold;
	text-align: right;
	margin: 0; padding: 10px 20px 0 0;
}
#searchbar
{
	background-Image: url(../images/head_banner7.jpg);
	/*background: Red;
	border: 1px solid #D5DADD;*/
	height: 75px;
	padding-top:5px;
	/*margin-bottom: 5px;*/
}
#searchlogo
{
	text-decoration: none;
	display: inline;
}
#imagecredits
{
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	float:left;
	font-size: 7pt;
	font-weight:bold;
	color:Black;
	margin-top: 55px;
	margin-left:2px;
}
#searchlink
{
	border-color: White;
}
#searchbox
{
	color: Black;
	float: right;
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 8pt; font-weight: bold;
	padding:  0px 10px 0 0;
}
.tagline
{
	text-align: right;
	padding: 4px 0 2px 0;
	display:block;
}
.tagline span
{
	display:inline;
	color: #999;
	font-family: Tahoma, Geneva, Sans-Serif; font-size: 10pt; font-weight: bold;
}
.colpad
{
	padding: 10px;
}

/* Breadcrumbs */
#breadcrumbs
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 8pt;
	width: 100%;
}
#breadbin
{
	border-bottom: 1px solid #D5DADD;
	padding: 5px 0;
}
#crumbtrail
{
	padding: 2px 0 0  10px;
	margin-right: 100px;
}
#crumbtrail a
{
	color: #23646C;
	font-weight: bold;
	text-decoration: none;
}
#crumbtrail a:hover
{
	color: #000;
}
#fontsize
{
	float: right;
	padding: 0 5px 0 0;
}
#fontsize a
{
	vertical-align: middle;
}
#fontsize img
{
	border: none;	
}

/* Subnav */
.subnav ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0; 
	width: 160px;
}
.subnav li
{

	margin: 0 0 1px 0;
	background-color: White;
}
.subnav li a
{
	background-color: White;
	background-image: url(/images/vert_middle_fade_trans.gif);
	background-position: left center;
	background-repeat:repeat-x;
	color: #403D72;
	display: block;
	font-family: Verdana, Geneva, Sans-Serif;
	padding: 4px;
	padding-left: 5px;
	text-decoration: none;
}
.subnav ul li a:hover
{
	/*background-color:#9F6417;*/
	color:#FFF;
	
}
/*.subnav li.lvl1
{	
	border: 1px solid #D5DADD;
	height:20px;
}
.subnav li.lvl2
{	
	border: 1px solid #D5DADD;
	height:17px;
}
.subnav li.lvl3
{	
	border: 1px solid #D5DADD;
	height:10px;
}*/
.subnav li.lvl1 a
{
	font-size: 10pt;
	font-weight: bold;
}
.subnav li.lvl2 a
{
	font-size: 9pt;
	padding-left: 15px;
	background-image: url(/images/vert_middle_fade_trans_sel.gif);
	background-position: left center;
	background-repeat:repeat-x;
}
.subnav li.lvl3 a
{
	font-size: 8pt;
	padding-left: 35px;
	font-style: italic;
}
.subnav li.lvl1.highlighted a
{
	color: #9F6417;
	font-weight: bold;
}
.subnav li.lvl1.selected a
{
	color: #9F6417;
	font-weight: bold;
}


/* Component Formatting */

.ilric_logo
{
	text-align:center;
	clear:both;
	border:none;
	margin-bottom: 5px;
	/*<div class="ilric_logo">
		<img src="../images/ilric_logo.jpg">
	</div>*/
}
.tr
{
	background: url(../images/tl_trans.gif) no-repeat top left;
	float: left;
	width: 16px;
}
.compstyle1, .compstyle2, .compstyle3
{
	/*margin-bottom: 2px;*/
}
.compstyle1head, .compstyle2head
{
	background-color: White;
	background-position: 100% 100%;
	background-image: url(../images/tl_green_fade2.gif);
	background-repeat:no-repeat;
}
.compstyle1head h2, .compstyle2head h2
{
	
	color: #FFF;
	/*color: #E1B82B;*/
	/*color:Black;*/
	font-size: 1.2em; font-weight: bold;
	margin: 0 0 0 16px; padding: 0 0 1px 0;
}
.compstyle1body, .compstyle2body
{
	background-color: #E1EDED;
	padding: 6px;
}
.compstyle2body
{
	background-color: #87B3B4;
	color: #fff;
}
.compstyle2body IFRAME
{
	/*zoom: 1:10;	*/
}
.compstyle3head h2
{
	color: #9F6417;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 1.6em;
	margin: 0;
}
.compstyle3 .tr
{
	display: none;
}

/* Footer */
#footer
{
	clear:both;
	margin: 10px 30px 10px 180px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 7pt;
	display:block;
}
#footer img
{
	border:none;
}
#footnav
{
	float:right;
	margin: 10px;
	display:inline;
}
#selectlang
{
	display:inline;
}
#selectlangfoot
{
	display:inline;
	float:right;
	margin:10px;
}

/* Forms */
.stextbox
{
	border: 1px solid #A5AD9E;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 1px;
}

/* Calendar */
.calendar
{
	border: 1px solid #23646C;
	width: 148px;
	
}
.caltitle
{
	font-weight: bold;
}
.calfade
{
	color: #666;
}
.calendar td
{
	font-size: 8pt;
	background-color: #EEF4F4;
}
.calendar a
{
	font-size: 8pt;
}
.calsummary
{
	font-family: Verdana, Geneva, Sans-Serif; font-weight: bold;
	margin: 10px 0 0 0;
}
.calsummary a
{
	color: #fff;
}
.caldate
{
	color: #F0F9DC;
	margin: 0 0 10px 0;
	text-align: right;
}
td
{
	font-family: Arial, Sans-Serif;
	/*font-size: 0.7em;*/
}
input
{
	font-size: 1em;
}
input.submitButton
{
	background-color: #E0C398;
}


/* GRADIENTS
generic styles to be applied to the demo objects */ 
.foo { font:bold 1.1em verdana,arial; position:relative; } 
.bar { position:relative; width:300px; height:100px; margin:5px auto; padding:4px; } 
.baz { position:relative; width:350px; height:5px; display:block; float:right; font-size:1px; 
/* for IE, which wont allow for an element to be less high than the default font size. */ 
text-align:center; } 

/* Drop down menu style*/

#dropDownNav div div
{
	padding: 0;
	margin: 0;
	background: #E1EDED;
	border: solid 1px #C1CDCD;
	border-top: none;
}

#dropDownNav ul
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	list-style: none;
}
#dropDownNav li
{
	padding: 0 3px 0 3px;
	margin: 0;
	color: #999;
	display: list-item;
}
#dropDownNav a
{
	padding: 0;
	margin: 0;
	color: #23646C;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5;
}
#dropDownNav a:hover
{
	color: #000;
}
	