/* CSS Document 
Authored by: SJ
For: RI Food Dealers Association
Date:4/15/06
Hex #'s used in site:
text - #0A6E9C
light brown border - #EACFAA
tan columns - #F3EBBA
blue links - #2B5284
orange links - #F67702
upcoming events head - #A38B3D
hot topics head - #CC3300
head/rifda news head - #818321
search box border - #0A6E9C
application link - #993300
search site text - #19497B
quote text - #808040
 */



html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
margin: 0;
padding: 0;
border: 0;
}	

body{/*centers page and establishes sitewide font*/
    background-color: #FFFFFF;
    color: #333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrapper{ /*establishes container for entire page, allows text alignment to be left*/
    width: 800px;
   background-image: url(../images/body_bkgd.gif);
    margin:15px auto;
    text-align:left;
}
#wrapper2 {
    position: relative;
	margin: auto;
}
a,a:link,a:visited { /*establishes sitewide link color*/
    color: #2B5284;
	text-decoration: underline;
}
a:hover {
   text-decoration: underline;
}
#left {
   position: absolute;
   top: 0;
   left: -159px;
   width: 159px;
 
}
html>body #left {
    left: 0;
}
#leftlogo {
   border-bottom: 5px solid #FFFFFF;
}
#leftmember {
   border: 1px solid #EACFAA;
   padding: 14px 19px 14px 19px;
  
}
#leftquote {
   color: #808040;
   font-family: Trebuchet MS, sans-serif;
   font-weight: bold;
   line-height: 190%;
   padding: 23px 18px;
   font-size: .75em;
   border-top: 5px solid #FFFFFF;
   text-align: right;
}
#right {
   margin: 0 0 0 159px;
   width: 641px;
}
#rightmast {
  background-image: url(../images/mast_bkgd.jpg);
  width: 641px;
  height: 68px;
}
#topnav {
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	padding: 2px 8px 5px 0px;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#topnav a:hover {
    text-decoration: underline;
}
#logo {
    float: left;
	padding-top: 23px;

}
#tagline {
    float: right;
	padding-top: 12px;
	padding-right: 25px;
}
#mainav {
    clear: both;
	padding-top: 8px;
}
#middle {
    float: left;
	width: 497px;
}
html>body #middle {
    padding-top: 24px;
}

#content {
    font-size: .7em;
	line-height: 165%;
	padding: 20px 15px 15px 20px;
	margin-top: -20px;
}
#content p{
    padding-bottom: 5px;

}
.header {
    color: #818321;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Trebuchet MS,sans-serif;
	display: block;
	margin-bottom: -15px;
	margin-top: 5px;
}
html>body .header {
    margin-bottom: -10px;
	margin-top: 15px;
}
.subheader {
    color: #C1981C;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Trebuchet MS,sans-serif;

}
#content ul,ol {
    padding-left: 30px;
}
#rightcolumn {
    float: right;
}
html>body #rightcolumn {
    padding-top: 24px;
}
#search {
    background-color: #EFD995;
	color: #19497B;
	font-size: .65em;
	font-weight: bold;
	width: 135px;
	padding: 13px 0px 10px 9px;
	border-bottom: 5px solid #FFFFFF;
}
#search img {
    vertical-align: bottom;
}

.searchborder {
   border: 1px solid #0A6E9C;
   font-size: 1em;
   vertical-align: top;
}

#explore {
    background-color: #DDAE20;
	width: 131px;
	padding: 3px 3px 3px 10px;
	border-bottom: 5px solid #FFFFFF;
	font-weight: bold;
	color: #000000;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
}
#subnavborder {
    border: 1px solid #EACFAA;
	width: 141px;
}
#subnav {
    width: 115px;
	background-color: #E9D97C;
	padding: 5px 0px 0px 9px;
	color: #2B5284;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	
	
	
}
#subnav a,#subnav a:link,#subnav a:visited {
    color: #2B5284;
	font-weight: normal;
	
}
#subnav li {
    list-style-image: url(../images/bullet_explore.gif);
	padding-bottom: 6px;
	margin-left: 15px;
}
#downloads {
    width: 131px;
	font-size: .7em;
	font-weight: bold;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	padding: 28px 8px 0px 5px;
	letter-spacing: -.05em;
	border-top: 5px solid #FFFFFF;
}

#downloads a,#downloads a:link,#downloads a:visited {
    color: #993300;
}

#footer {
   clear: both;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .7em;
   color: #FFFFFF;
   background-image: url(../images/footer_bkgd.jpg);
   padding: 7px 0 7px 20px;
   border-top: 5px solid #FFFFFF;
}
#bottomlinks {
   font-size: .7em;
   padding-top: 12px;
   padding-left: 10px;
   background-color: #FFFFFF;
   
}
#bottomlinks a,#bottomlinks a:link,#bottomlinks a:visited {
   color: #000000;
}
/*homepage styles*/
#leftnewshead {
    background-color: #DDAE20;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-size: .8em;
	border-top: 5px solid #FFFFFF;
}
#leftnews {
   color: #808040;
   font-family: Arial, sans-serif;
   font-weight: bold;
   line-height: 150%;
   padding: 0px 18px;
   font-size: .7em;
}
#leftnews a,#leftnews a:link,#leftnews a:visited {
    color: #F67702;
	font-weight: normal;
}
#homecontent {
    font-size: .7em;
	line-height: 155%;
	padding: 20px 10px 15px 8px;
	margin-top: -20px;
	height: 675px;
}
#homecontent a,#homecontent a:link,#homecontent a:visited {
    color: #F67702;
}
html>body #homecontent {
    height: auto;
	min-height: 600px;
}
#welcome {
    padding-left: 13px;
}
.hottopics_pik {
    margin-top: 10px;
	margin-bottom: -15px;
}
html>body .hottopics_pik {
    margin-bottom: -10px;
}
#hottopics {
    padding-left: 35px;
}
.hottopics_head {
    color: #CC3300;
	font-weight: bold;
}
#homesearch {
    background-color: #EFD995;
	color: #19497B;
	font-size: .65em;
	font-weight: bold;
	width: 144px;
	padding: 13px 0px 10px 9px;
	border-bottom: 5px solid #FFFFFF;
}
html>body #homesearch {
    width: 135px;
}
#homesearch img {
    vertical-align: bottom;
}
#upcomingeventshead {
    width: 143px;
    background-color: #DDAE20;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 8px 5px 10px;
	font-size: .75em;
}
html>body #upcomingeventshead {
    width: 125px;
}
#upcomingevents {
    width: 118px;
    color: #333333;
	font-size: .65em;
	padding: 10px 8px 0px 12px;
}
html>body #upcomingevents {
    padding: 5px 8px 0px 12px;
}
#upcomingevents a,#upcomingevents a:link,#upcomingevents a:visited {
    color: #F67702;
}
.upcoming_events_head {
    color: #A38B3D;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.more {
}
.more a,.more a:link,.more a:visited {
    text-decoration: underline;
    font-size: 1em;
}



.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}

