
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* end reset */



html {background: #FFFFFF;}

/*------------------ Site Structure ------------------*/

body, finalists {margin: auto; 
      font-family: Arial; font-size: .775em;}
      
#headtext3  {margin: auto; 
      font-family: Arial; font-size: 14px;}
      
.finalists {margin: auto; 
      font-family: Arial; font-size: 12px;}

.bodytext {margin: auto; 
      font-family: Arial; font-size: 12px;}
      
#logo {
 height:135px;
 background:#FFFFFF;
 margin:0px 0 0 0;
 width: 100%;
 }
 
#logo2011
{
    background-position: right bottom;
    background-image: url('Images/2012.jpg');
    height: 130px;
    background-repeat: no-repeat;
}


#logo2012
{
    background-position: right bottom;
    background-image: url('Images/2012.jpg');
    height: 130px;
    background-repeat: no-repeat;
}


#topnav{
 height:30px;
 background:#6d6256;
 margin:0px 0 0 0;
 border-top: 3px solid #000000;
 border-bottom: 1px solid #d4e9e9;
 }

#lh-col
{
    position: absolute;
    top: 175px;
    left: 8px;
    width: 160px;
    background: #FFFFFF;
    color: #333333;
    margin: 0px;
    padding-top: -15px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 590px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e1ddd9;

}
 #riologo {
 width: 160px;
 }
#cookies-col
{
    margin: 6px 0px 0px 200px;
    background: #e1ddd9;
    color: #333333;
    padding: 0px 50px 0px 0px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

#cookies-col2
{
    margin: 6px 0px 0px 20px;
    background: #e1ddd9;
    color: #333333;
    padding: 0px 50px 0px 0px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

#rh-col
{
    margin: 6px 0px 0px 200px;
    background: #FFFFFF;
    color: #333333;
    padding: 0px 0px 0px 0px;
    position: relative;
    height: 100%;

    

}

#rh-col2
{
	margin: 6px 0px 0px 50px;
	background: #FFFFFF;
	color: #333333;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 100%;
	width: 100%;
}
 
 #footer
{
	clear: both;
	padding: 20px;
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
	position: relative;
	background: #6d6256;
	margin: -1px 0px 0px 0px;
	font-size: 12px;
}
 #footer div
{
	text-align: center;
}
     
#footer table
{
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 400px;
}
#footer ul
{
    text-align: left;
    vertical-align: top;
    list-style: none;
}
#footer li
{
    text-align: left;
    vertical-align: top;
    list-style: none;
}
#footer a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    list-style-type: inherit;
    vertical-align: top;
}

/*------------------ typography and images ------------------*/

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2
{
    font-size: 1.6em;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: -2px;
    color: #CC0000;
}
h3
{
	font-size: 16px;
	font-weight:normal;
	color: #6d6256;
}

h4
{
	font-size: 24px;
	margin-bottom:3px;
	font-weight:normal;
	color: #6d6256;
}

h5, h6  {font-size: 1.2em}



leftside-info 
{
    font-size: 12px; 
    font-weight: normal; 
    padding: 6px;
    }

/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	LEVEL ONE
*/

ul.dropdown                         { position: absolute; z-index:10; margin: auto; 
	                                  height:25px; margin-bottom: 5px; list-style:none;}
									  
ul.dropdown li                      { float: left; width: auto;}
ul.dropdown li a
{
    display: block;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { width: auto; color: #666; font-weight: normal;}
ul.dropdown li.hover a              { width: auto; color: #000000; font-weight:bold; }


/* 
	LEVEL TWO
*/
ul.dropdown ul
{
    padding: 2px;
    margin: 0px;
    visibility: hidden;
    background: #e1ddd9;
    height: auto;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-size: 11px;
    list-style: none;
    position: absolute;
    width: 120px;
}
ul.dropdown ul li
{
    font-weight: normal;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    float: none;
    font-size: 11px;
    position: relative;
    text-align: center;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a
{
    border-right: none;
    background: none;
    width: 100px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    clear: both;
} 
ul.dropdown ul li a:hover           { border-right: none; background: none;  width: 100px; display: inline-block; background:#cd2027; color: #FFFFFF; font-size: 11px;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; z-index:300; border-top: 1px solid #FFFFFF }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*-----------------------------------------------*/
/*-----------  Image Placement    ---------------*/
/*---------------------------------------------*/


#piece-floatleft
{
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 10000;
    clear: both;
}
/*-----------------------------------------------*/
/*-----------  ToolTip Style   ---------------*/
/*---------------------------------------------*/

#tooltip
{
	top: 600px;
	z-index: 3000000;
	border: 1px solid #6d6256;
	background-color: #e1ddd9;
	padding: 5px;
	width: 300px;
	height: 80px;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C4449;
	position: absolute;
	clear: both;
}


#tooltip h3, #tooltip div { margin: 0; }
#sbdaBody_info
{
    height: 170px;
    width: 600px;
    clear: both;
}
.sbdabodylinks img
{
	border-width: 0px;
	border-style: solid;
	width: 75px;
	height: 75px;
	clear: both;
}
.sbdabodylinks2 img
{
	border-width: 0px;
	border-style: solid;
	clear: both;
}

