/*CSS for rinhodotcom_hjdc */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

 
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { 
text-decoration:none;
color:#0066FF;
}
a:hover { 
text-decoration:underline;
color:#0066FF;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



body {
font-family:Geneva, Arial, Helvetica, sans-serif;
background-color:#FFF;
margin:0;
border:0;
padding:0;
}



#container
{
width:720px;
min-width:680px;
font-size: 101%;
margin:auto;
padding: 0;
background-color:#FFF;
}

#header
{
width:720px;
background-color:#FFF;
height:110px;
border-bottom:3px solid #FFF;
}

#header img
{
margin:0 0 auto auto;
}

#header h1
{
display:none;
}

#tabs
{
padding: 0 15px; 
background-image:url(images/menu_bg.gif);
background-position:top left;
background-repeat:no-repeat;
height:25px;
}

#menu-tabs
{
margin:0;
background:none;
width:720px;
}

#menu-tabs ul { padding: 0; }
#menu-tabs ul li { display: inline; }

#menu-tabs ul
{
margin: 0;
padding: 0 15px;
color: #FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: .75em;
letter-spacing: 1px;
font-weight: bold;
}

#menu-tabs ul li a
{
padding: 0.2em 8px;
background-color: none;
color: #FFFFFF;
text-decoration: none;
float: right;
border-left: 2px solid #FFF;
}

#menu-tabs ul li a:hover
{
background-color: #66CCFF;
color: #FFFFFF;
}

#menu-tabs li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background-color: #66CCFF;
text-align: left;
}	

#leftCol
{
font-size:85%;
padding:15px 6px 15px 0px;
color:#FFF;
}


#leftCol ul
{
padding:1px;
margin-left:1px;
color:#0066FF;
list-style:none;

}

#leftCol li
{
font-size:85%;
background-position: 0 4px;
padding:3px 2px 6px 17px;
color:#0066FF;
list-style:none;
background-image:url(images/leftColBullet.gif);
background-repeat:no-repeat;
}

.leftTop
{
padding:3px 3px 3px 30px;
width:123px;
background-image:url(images/leftColTop.gif);
background-repeat:no-repeat;
color:#FFF;
}

.leftMiddle
{
padding:10px 3px 0px 0px;
width:152px;
background-image:url(images/leftCoMiddle.gif);
background-repeat:repeat-y;
color:#FFF;
}

.leftBottom
{
width:155px;
background-image:url(images/leftColBottom.gif);
background-repeat:no-repeat;
color:#FFF;
height:29px;
}

#rightCol
{
font-size:85%;
padding:15px 15px 15px 15px;
background-color:#FFF;
color:#666666
}

#rightCol p
{
padding:0 15px 15px 0;
}


#rightCol hr
{
clear:both;
border:0;
height:1px;
background:#efefef;
}

#rightCol ul
{
padding:1px;
margin-left:1px;
color:#0066FF;
list-style:none;
}

#rightCol li
{
font-size:85%;
background-position: 0;
padding:3px 2px 3px 20px;
color:#666;
list-style:none;
background-image:url(images/rightColBullet.gif);
background-repeat:no-repeat;
}

img.main
{
float:right;
padding:0;
border:1px solid #eaeaea;
}

#gallery img
{
float:none;
padding:5px;
}

#rightCol h3
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:600;
letter-spacing:0.1em;
color:#0066FF;
padding-bottom:1em;
}


#footer {
background-image:url(images/menu_bg.gif);
background-repeat:no-repeat;
font-size:70%;
color:#FFF;
padding:6px 3px 6px 15px;
font-weight:bold;
text-align:right;
letter-spacing:0.1em;


}
#footer a:link, a:visited 
{
text-decoration:none;
color:#FFF;
}

#footer a:hover
{
color:#996699;
}

#contact
{
bottom:10px;
}

#news
{
padding:1em;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 450px;
  max-width: 450px;
  width: 450px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}