﻿body 
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
	font-size: .85em;
}

img 
{ 
	border: 0; 
	behavior: url(/scripts/iepngfix.htc);
}

h1
{
	font-size: 1.3em;	
	margin-top: 0px;
}

a, a:active, a:hover { color:#d6001d; }

.small { font-size: 0.8em; }

/* content border */
.ContentTop 
{ 
  background-image:url('/images/content_box_top.gif');
  background-repeat:no-repeat;
  width:899px;
  height:60px;
}
.ContentMid 
{ 
  background-image:url('/images/content_box_mid.gif');
  background-repeat:repeat-y;
  padding:0;
  margin:0;
}
.Content
{
  padding: 0px 50px 0px 50px;
  min-height: 500px;
}
.ContentBottom 
{ 
  background-image:url('/images/content_box_btm.gif');
  background-repeat:no-repeat;
  width:899px;
  height:59px;
}
/* end content border */

/*** MENU ***/

.menu
{
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;	
	font-weight: 900;
	font-style: italic;
}

.menu_item
{
	width: 122px; 
	height: 19px; 
	background-image: url(/images/button.png); 
	background-repeat: no-repeat;	
	padding: 6px 15px;
	cursor: pointer;
	margin-bottom: 6px;
}

.menu_item:hover
{
	color: Yellow;
}

/*** END MENU ***/

/* FAQ */
div.QuestionArea
{
  width:425px;
  float:left;
  padding-top:10px;
  padding-right:20px;
}

div.sidebar
{
  width:250px;
  float:left;
}

a.Question, a.Question:visited, a.Question:active, a.Question:hover
{
  padding:5px 0px 10px 35px;
  color:#d6001d;
  font-weight:bold;
  cursor:pointer;
}

a.Question 
{
  background-image:url('/images/icon_expand.gif');
  background-repeat:no-repeat;
}

a.expanded
{
  background-image:url('/images/icon_collapse.gif');
}

div.Answer
{
  padding:10px 10px 0 0;
  display:none;
}
/* END FAQ */
.iPhone
{
    float:right;padding-right:20px;padding-left:10px;
}