@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#header {
	width: 1000px;
}

#logo {
	display: block;
	background: #fff url(images/scottRice_logo_home.gif) no-repeat;
	width: 349px;
	height: 126px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li a {
	display: block;
	background: url(images/button.png) top repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 23px;
	text-decoration: none;
}
#nav a:hover {
	background: url(images/button.png) bottom repeat-x;
}
#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}
#nav li ul li {
	width: 200px;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
html>body #container {
    height: auto;
}
.search {
	margin: 0 0 0 28px;
	display: inline;
	width: 226px;
}
.search input {
	height: 27px; 
	border: 1px solid #999; 
	float: left;
	margin: 0;
	padding: 0;
	width: 152px;
}
.search button {
	text-align: center;
	cursor: pointer;
	float: left;
	background: url(images/button.png) top repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 12px;
	margin: 0;
	text-decoration: none;
	border: 0;
}
#container {
	position: relative;
	margin: 0px auto;
	width: 952px;
	text-align: left;
}

#content {
	margin: auto 0;
	padding: 0 0 0px 0;
	overflow: visible;
}

#main-content-top {
	clear: both;
	float: left;
	width: 700px;
	margin: 17px 0 0 0;
	z-index: 1;
}

#main-content-column1 {
	float: left;
	margin: 25px 0px 0 0;
	padding: 0px 7px 0px 0px;
	border-right: 1px solid #ccc;
	z-index: 1;
	width: 319px;
}

#main-content-column2 {
	float: left;
	margin: 25px 0px 0 0px;
	padding: 0px 17px 0px 20px;
	border-right: 1px solid #ccc;
	z-index: 1;
	width: 154px;
}

#main-content-column3 {
	float:left;
	margin: 25px 0px 0 0px;
	padding: 0px 0px 0px 20px;
	z-index: 1;
	width: 154px;
}

#sidebar {
	float:right;
	margin: 17px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 225px;
	background: #fff url(images/sidebar_bg.jpg) no-repeat;
}

#sidebar ul {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 225px;
	list-style: none;
}

#sidebar ul li {
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 225px;
	list-style: none;
	font-family: tahoma, arial, sans-serif;
	color: #fff;
	font-size:12px;
	font-weight:bold;
}

#sidebar ul li ul {
	margin: 3px 0px 0px 0px;
	padding: 3px 10px 10px 5px;
	z-index: 1;
	width: 200px;
	list-style: none;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	font-size:10px;
	background-color:#d8e8ef;
}

#sidebar ul li ul li {
	width: 200px;
	list-style: none;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	font-size:9px;
	background-color:d8e8ef;
}

.sideLink {
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 200px;
	list-style: none;
	font-family: verdana, arial, sans-serif;
	color: #069;
	font-size:10px;
}

a.sideLink {
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 200px;
	list-style:none;
	text-decoration:none;
	font-family: verdana, arial, sans-serif;
	color: #069;
	font-size:10px;
}

a.sideLink:hover {
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 200px;
	list-style: underline;
	text-decoration:underline;
	font-family: verdana, arial, sans-serif;
	color: #069;
	font-size:10px;
}

#footer {
	float: left;
	clear: both;
	font-size: 90%;
	color: #777;
	padding: 3px 0 50px 0;
	border-top: 1px solid #aaa;
	width: 952px;
	margin: 15px 0 0 0;
}

.footercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	float: right;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF6600;
}

h1 { 
 font-size: 150%; 
 margin: 0px 5px 0 0; 
 color: #999966;
 font-family: verdana, arial, sans-serif; 
}

h2 { 
 font-size: 85%; 
 font-weight:bold;
 margin: 0px 5px 0 0; 
 color: #006699;
 font-family: verdana, arial, sans-serif; 
}

p {
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
 line-height: 17px;
}

p.grayBody {
	 font-size: 10px;
 	font-family: verdana, arial, sans-serif;
 	line-height: 15px;
	color: #666666
}
.readmore, a.readmore { 
	color: #000000; 
	text-decoration: underline; 
	font-size: 11px;
	font-weight: bold;
	
}

a.readmore:hover {
	color: #999999;
}

.readmoreGry, a.readmoreGry { 
	color: #666666; 
	text-decoration: underline; 
	font-size: 10px;
	font-weight: bold;
	
}

a.readmoreGry:hover {
	color: #999999;
}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

.red {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font:bold;
}


/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* TWITTER */
.twitterfeed
{
margin: 17px 0px 0px 0px;
padding:15px 20px 15px 20px;
background-image: url(images/twitterbg.gif);
background-repeat: no-repeat;
width:185px;
display: block;
float:right;
text-align:left;
}

.twitterStatus
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; font-style:italic; text-align:left; line-height:1.6; margin:0px;}

.twitterfeed #tweet ul li
{
list-style-type:none;
list-style-image:none;

margin-bottom:0px;
margin-top:0px;
padding-top:0px;
text-align:left;
}

.twitterloader
{
text-align:center;
}

.twitterTime
{
font-size:11px;
color:#666666;
margin-bottom:0px;
margin-top:6px;
text-indent:0px;
display: block;
font-weight:normal;
}

.twitterTime a
{
color:#006699;
font-weight:normal;
text-decoration:none;
}

.twitterTime a:hover
{
font-weight:normal;
text-decoration:underline;
}