BODY {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
}

TD {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
line-height: 19px;
}

P {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
line-height: 19px;
}

.Font-Medium {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
line-height: 19px;
}

.homepage {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 11px;
color: #646464;
text-align:justify;
line-height: 15px;
}

.bold {
font-family: Verdana,Arial,Helvetica;
font-weight: bold;
font-size: 12px;
color: #646464;
}

UL {
list-style-type: none; 
margin-bottom: 12px;
}

LI {
background: url(/images/tri_bullet.png) no-repeat 0px 7px;
padding-left:14px; 
margin-left: -38px;
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
line-height: 19px;
}
 
.copyright {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 11px;
color: #646464;
}

.header {
font-family: Verdana,Arial,Helvetica;
font-weight: bold;
font-size: 14px;
color: #632523;
}

.mainheading {
font-family: Verdana,Arial,Helvetica;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-decoration: underline;
color: #632523;
}

A, A:Active, A:Visited {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #632523;
text-decoration: none;
line-height: 19px;
}

A:Hover {
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #632523;
text-decoration: underline;
}

a.myPlayer { 
    display:block; 
    width: 400px; 
    height:300px;  
    text-align:center; 
    margin:25px 25px 25px 25px; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:80px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

/* WordPress CSS */

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Lists */
.wp.UL {
list-style-type: none;
/*list-style-position: outside; 
list-style-image: url(/www.renusa.com/images/tri_bullet.png);
margin-bottom: 2px;*/
}

.wp.LI {
background: url(/images/tri_bullet.png) no-repeat 0px 7px;
padding-left:6px;
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
font-size: 12px;
color: #646464;
line-height: 19px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions & aligment */

