/* CSS Document */
@import url(titles.css);

  H1.swap {
    /*height:49px;*/
    background-repeat:no-repeat;
	margin: 0;
    }
  H1.swap span {display:none;}
  
  H1.black {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 1.25em;
	color: #000000;
}

H1.red_large_italic {
	color: #BE160E;
	font-size: medium;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 1.25em;
}

H2.black_medium {font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	line-height: 1.25em;
	color: #000000;
	margin: 0;
	}
	
H2.body_text_red {
	color: #BE160E;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, san-serif;	
	line-height: 1.25em;
}
	
	H3.black_medium_em {font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-style: italic;
	line-height: 1.25em;
	color: #000000;
	margin: 0;
	}

/*below here is the stuff Ben hasn't messed with yet.*/

H6 {font: 10px Geneva, Arial, Helvetica;
 color: #BE160E}
 
 .subtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.body_text_black {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	line-height: 1.25em;
	color: #000000;
}
.body_text_red {
	color: #BE160E;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, san-serif;	
	line-height: 1.25em;
}
.body_text_red_small {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #BE160E;
	line-height: 1.25em;
}
.body_text_black_small {
font-size: x-small; font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 1.25em;
	color: #000000;
}
.body_text_white_small {
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FFFFFF;
	line-height: 1.25em;
}
.body_text_black_large {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	line-height: 1.25em;
	color: #000000;
}
.body_text_red_large {
	color: #BE160E;
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 1.25em;
}
.body_text_white {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FFFFFF;
	line-height: 1.25em;
}
a:link {
	color: #BE160E;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #BE160E;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	margin: 0.8em 0;
	padding: 0px;
}

.floatRight {
float:right;
}

.floatLeft {
float:left;
}

.motionThumbs
{
width:395px;
height:200px;
overflow:auto;

}

.motionThumbs2
{
width:295px;
height:200px;
overflow:auto;
}

.motionSelect
{
height:80px;
background-image:url(../images/select_bars.gif);
background-repeat:repeat-y;
}


.motionSpacer
{
width:auto;
height:10px;
line-height:10px;
background-image:url(../images/spacer_shadow.gif);
background-repeat:repeat-x;
}

.DropDownSelect
{
position:relative;
top:-10px;
}

.DescripText
{
width:450px;
}