﻿/* Use headers in the markup for accessibility reasons but control look with styles below*/
 .rightblock{
    padding:10px 0 0 5px;
    margin-bottom:10px;
    background: #f1f1e6 url(images/background_columnright.gif) repeat-y;
    position:relative;
    width:auto;
}
.rightblock h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.rightblock h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height:20px;
    margin: 0px;
    padding: 2px;
    display: block;
    color: #333333;
}
.rightblock a{
	text-decoration: none;
	color: #666666;
}
.rightblock a:hover{
	color: #333333;
}
/* shows a visual seperation */
.dashedline{
    border-bottom: 1px dotted #ccc;
    padding-top:5px;
    margin-bottom:5px;
    clear:right;
}

/* represents each item in a vertical list */
.listitem{
    margin:0px 0px 0px 0px;
    width: 658px;
}

/* floats the thumbnail off to the right */
.photo
{
    background: #f1efef url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #CCCCCC;
    padding: 5px;    
}

.picture{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
	}
.thumbnail{
    float: right;
    margin: 0 20px 0 5px;
	}
/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}