/* General */
.content {
	float:left;
	background: url(images/bg_side_slice.jpg) repeat-x;
	background-color:#efede2;
	width:100%;
	font-size: 80%;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.pagecontainer
{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
.top
{
	background: url(images/bg_header.jpg);
	height: 160px;
	width:770px;
	margin-left: auto;
	margin-right: auto;	
}
.middle
{

	background-image: url(images/bg_body.jpg);
	margin-left: auto;
	margin-right: auto;
	
}
.div_spacer
{
	clear: both;
}
.bottom
{
	height: 72px;
	margin-left: auto;
	margin-right: auto;	
	width: 770px;
	text-align: center;
	background:url(images/bg_footer.jpg);

}
/*Header Related */
.logo
{
	left: 0px;
	position: relative;
	float: left;
	border: none;
}
.logo a img
{
	border:none;
}
.bannerslogan{
	width:20em;
	top:50px;
	margin: 0 auto;
	left: 200px;
	position: relative;
	color: #cc0000;
	font-size: 20px;
	font-style: italic;
	/* font:font:"FuturaStd Light";*/
}

/* Menu Styling*/
.menubar
{
	height: 10px;
	width: 54em;
	vertical-align: middle;
	margin-top: 96px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav, #nav ul { /* all lists */
	padding:0;
	margin:0px;
	list-style: none;
	line-height: 1;
	position: relative;
}

#nav a {
	float: left;
	text-decoration: none;
/* font: futura:"FuturaStd Heavy";*/
 	color: #cc0033;
	font-size: 16px;
	font-weight: bold;
	padding:0pt 1em 0pt 1em;
	top:7px;
	line-height:30px;
}

#nav li { /* all list items */
	float: left;
	background: url(images/border.jpg) right top no-repeat;
	height:28px;
	border-width: 1px;
}
#nav li.last_item
{
	background: none;
}
#nav a:hover, #nav a.sfhover {
	background-color: #ffffab;
	height:28px;
	margin-left:0em;
}
/*
#nav li:hover, #nav li.sfhover {
	background-color: #ffffab;
	height:28px;
	margin-left:0em;
}*/

#nav li li{ /* all list items */
	/*width: 9em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eda;
/*
	/*margin: -1em 0 0 10em;	*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:none;
}

/* Red Box */
.redboxcontainer
{
	float:left;
	width:218px;
	position: relative;
	margin-top: 15px;
	left:30px;
	text-align: left;
}
.redboxtop
{
	height: 46px;
	width: 199px;
	background: url(images/bg_redbox_header.jpg)
}
.redboxmiddle
{
	width:199px;
	background: url(images/bg_redbox_body.jpg);
}
.redboxbottom
{
	width:199px;
	height:17px;
	background:url(images/bg_redbox_footer.jpg);
}
.redboxtext
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}
/* FuturaStd Book */
.redboxtext h1
{
	/*font: "FuturaStd Book";*/
	font-size: 18px;
	color: #ffff99;
}
.redboxtext h2
{
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.redboxtext h3
{
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.redboxtext h4
{
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	color: white;
}
.redboxtext h5
{
	margin-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	color: white;
}
.redboxtext h6
{
	margin-bottom: 0px;
	font-size: 8px;
	font-weight: normal;
	color: white;
}
.redboxtext p
{
	margin-top: 0px;
	margin-bottom: 0.3em;
	font-size: 12px;
	color: #cc9999;
}
.redboxtext a
{
	display:block;
	margin-bottom: 2.5em;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.redboxtext h3 a
{
	font-weight: bold;
	color: white;
	margin-bottom: 0px;
	font-size: 12px;
	text-decoration: none;	
	clear: both;
}
/* Main Text Section*/
.rightsidetext
{
	display: block;
	width: 465px;
	float: left;
	top:50px;
	margin-left: 40px;
	text-align: left;
}

.rightsidetext ul.stretch li
{
	font-size: 18px;
	margin-bottom:25px;
}

.rightsidetext a:link, .rightsidetext a:active
{
	color:  #666666;
}

.rightsidetext a:visited, .rightsidetext a:hover
{
	color:  #cc0033;
}

.rightsidetext p
{
	font-size: 12px;
	color: #666666;
}
.rightsidetext strong
{
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
}
h1
{
	/* font: FuturaStd Heavy*/
	font-size: 24px;
	color: #cc0000;
	margin-top: 0px;
}
h2, h3
{
	line-height: 1.5;
	color: #cc0000;
}

h4, h5, h6
{
	line-height: 1.5;
	font-size:18px;
	color: #cc0000;
}

p
{
	line-height: 1.5;
}
#celluserpic
{
	float: right;
}

/* Navigation links at bottom of page */
.contlowermiddlefooter
{
	float: left;
	width:770px;
	height: 10px
	text-align: center;
	margin:0;
	margin-left: auto;
	margin-right: auto;		
}
.lowernavcontainer
{
	margin-top:19px;
	margin-left: auto;
	margin-right: auto;
	
	height: 1em;
	width: 29em;
	display:block;
}
#lowernav
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#lowernav li
{
	float: left;
	background: url(images/small_menu_border.jpg) right top no-repeat;
}
#lowernav li.last_item
{
	background: none;
}
#lowernav a
{
 	color: #cc0033;
	font-size: 11px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.copyright
{
	margin:0 auto;
	font-size: 11px;
	color: #bcb593;
}
.topbuffer
{
	clear:right;
	height:25px;
	padding: 0;
}