/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* link */
/* 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 }

/* 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… */

/*All credit to Tantek */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 100%;
}


.skiplink {
		position: absolute;
		left: -999px;
		width: 990px;
}

/* HTML Styles */

p{
	color: #222;
	font-size: 100%;
	margin: 0 0 0.8em 0;
}

p a:link{
	color: #5d3766;
	text-decoration: underline;

}

p a:visited{
	color: #5d3766;

	text-decoration: underline;

}

p a:hover{
	color: #222;
	text-decoration: underline;
}

a{
    text-decoration: underline;
}

a:visited{
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

ol{
	

	font-size: small;
}

ol li{

padding-left: 0;
margin-left: 0;
padding-right: 20px;
}

ul{
	font-size: small;
       margin-bottom: 0.8em;
}

ul li{

padding-left: 0;
margin-left: 0;

}

h1{
	color: #5cd512;
	font-size: 130%;

	font-weight: normal;
	text-align: left;
}

h2, h3{
	color: #5cd512;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.8em;
}



h4{
	color: #7e1214;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h5{
	color: #7e1214;
	font-size: small;
	font-weight: bold;
	margin: 0;
}

/* HTML Styles END*/

/* Layout Styles */

#main_container{
	width: 100%;
	margin: 10px 20px;
	padding: 0;
   text-align: left;
   border: none;
   background-image:url(/images/sidebar.gif);
   background-position:left;
   background-repeat:repeat-y;
}

#header{
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header img{
   /*float: left;*/
   border: none;
	padding: 0;
	margin: 0;
}

#topnav{
	display: none;
	float: right;
	clear: both;
	width: 90%;
	margin: 0 0 0 0;
	padding: 0;
}

#topnav ul{
	padding: 0 0.2em 0.5em 0;
	margin: 0;
	float:right;
}

#topnav li{
    float: left;
	text-align:left;
	display: inline;
	padding: 0 0.3em 5px 8px;
	background-image:url(/images/tab-left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#topnav li a{
	color: #222;
	padding: 0 8px 5px 0;
	background-image:url(/images/tab-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
        text-decoration: none;
}

#topnav li a:visited{
	color: #222;
}

#topnav li a:hover{
	color: #003366;
	text-decoration: underline;
}

#topnav .selected{
	color: #003366;
}

#topnav .selected{
    float: left;
	text-align:left;
	display: inline;
	padding: 0 0.3em 5px 8px;
	background-image:url(../images/tab-left-select.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#topnav .selected a{
	color: #fff;
	padding: 0 8px 5px 0;
	background-image:url(../images/tab-right-select.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#topnav .selected a:visited{
	color: #fff;
	padding: 0 8px 5px 0;
	background-image:url(../images/tab-right-select.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#topnav .selected a:hover{
	color: #fff;
	text-decoration:underline;
}


/* column structure */

#leftcol{
display: none;	
float: left;
	width: 180px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
	/*background-color:#dfe1ce;*/
}

#leftnavtop{
    width: 100%;
	clear: both;
	height: 27px;
	background-image:url(/images/sidenav-upper-bk.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#leftnavbottom{
    width: 100%;
	clear: both;
	height: 27px;
	background-image:url(/images/sidenav-lower-bk.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#leftcol ul{
padding: 0;
margin: 10px 0 10px 10px;
font-size: 70%;
}

#leftcol li{
	padding: 0 0 0.5em 0;
	font-weight:bold;
}

#leftcol li a{
	color: #222;
	padding-right: 1.2em;
text-decoration: underline;
}

#leftcol li a:visited{
	color: #222;
text-decoration: underline;
}

#leftcol li a:hover{
	color: #67329b;
	text-decoration: underline;
}

#leftcol li a.selected{
color: #003366;
}

#leftcol li a:visited.selected{
color: #003366;
}


/*   Side Search  */

#sidesearch{
    clear: both;
	display:block;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 40px 0 0 0;
	background-color:#4b0454;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	/*background-image:url(/images/searchbox-bk.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}

#sidesearch form{
    
	clear: both;
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	width: 160px;
}

#sidesearch label{
    color: #fff;
	font-size: 70%;
}

#sidesearch input{
margin: 0.3em 0 0 0;
}

#searchshad{
    width: 100%;
	clear: both;
	height: 50px;
	background-image:url(/images/search-shad.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/*  Side Search Ends  */



#body_area_main{
	/*display: block;
	float: left;*/
	text-align: left;
	width: 90%;
	padding: 0 0 0 0;
	margin: 0.5em 0 0 30px;
}

#body_area_main p{
	margin-left: 0;
	margin-right: 0;
	font-size: 80%;
	width: 99%;
}


/* column structure end */

/* listings start  */

#listings{
    margin: 1em 0;
}

#listings li{
    padding: 0 0 0.8em 20px;
	background-image:url(../images/leaf-icon.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
}

#listings a{
   color: #5d3766;
   font-weight:bold;
text-decoration: underline;
}

#listings a:visited{
   color: #5d3766;
   font-weight:bold;
text-decoration: underline;
}

#listings a:hover{
   color: #222;
   font-weight:bold;
   text-decoration:underline;
}



/* Listings end */

/* Footer Start */

#footer{
	clear: both;
	display: block;
	width: 100%;
	padding: 0 0 0.5em 0;
	text-align: left;
	font-size: x-small;
	background-color:#4b0454;
	background-image:url(../images/footer-bk.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#footercontent{
display: block;
/*float: right;*/
clear: both;
	width: 450px;
	padding: 0.6em 0.3em 0 0.2em;
	color: #fff;
}

/* Footer End */




/* Contact Form */

form{
   float:left;
	margin:1em 0 0 0;
	width: 100%;
}

.formline{
   float: left;
   margin: 0 0 0.5em 0;
   clear: both;
   width: 99%;
}

.formbuttons{
   float: left;
   margin: 0 0 0.5em 0;
   padding: 0 0 0 160px;
   clear: both;
   width: 200px;
}

label{
	font-size: 80%;
}

.formlabel{
   float: left;
   width: 150px;
   text-align:right;
   margin: 0 0.6em 0 0;
}

.forminput{
   float:left;   
}

fieldset{
    clear: both;
	width: 100%;
	float: left;
	border: none;
	padding: 0.8em 0 0.4em 0;
	margin: 0;
}

legend{
    font-size: 80%;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	color: #7d9255;
	font-weight:bold;
}

textarea{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
}

.red{
color: #cc0000;
}