﻿/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body 
{
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	vertical-align: text-top;
	margin-top: 0px;
	margin-bottom: 0px;
}

.body
{
	background: #ffffff;
	width: 780px;
	height: 726px;
	border: 0px #cccccc solid;
	color: #000000;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header title {
	float: right;
	vertical-align: middle;
}

#fflogo {
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Divider
-----------------------------------------------------------------------------------------------*/
#divider{
	width: 100%;
	border: none 0px;
}

#divider img{
	width:100%;
}

/*-----------------------------------------------------------------------------------------------
  Main Display Area
-----------------------------------------------------------------------------------------------*/

h1{
	font-size: 1.5em;
	font-weight: normal;
	margin:1.5em 0;
}

h2, h3{
	font-size:1.15em;
	font-weight:normal;
}

#main h2{
	color:#333;
}

#imgMain
{
	width: 599px;
	height: 450px;
	text-align: center;
}

#imgMain img.landscape
{
	margin-top: 20px;
	width: 512px;
	height: 384px;
}

#imgMain img.portrait
{
	margin: 2px;
	height: 420px;
	/*width: 288px;*/
}

#imgText
{
	width: 599px;
	text-align: center;
}

#imgStrip
{
	width: 599px;
	height: 100px;
	overflow: auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#imgStrip img.portrait
{
	margin: 2px;
	height: 96px;
	width: 72px;
}

#imgStrip img.landscape
{
	margin: 2px;
	width: 128px;
	height: 96px;
}

#imgStrip img:hover{
	cursor: hand;
}

.christy
{
	border: 0px;
	width: 200px;
	height: 304px;
}

.twitter
{
	border: 0px;
	width: 160px;
	height: 27px;
	margin-left: auto;
  	margin-right: auto;

}

.christyVid
{
	border: 0px;
	width: 200px;
	height: 165px;
}

.containerOuter{
	/*background: #f0f0f0 url(images/midbg.jpg) repeat-x;*/
	padding: 0px;
	color: #333;
}

.containerInner {
	width: 100%;
	margin: 0 auto;
}
.leftnarrow{
	display: inline-block;
	float: left;
	text-align: right;
	width: 180px;
	clear: none;
	background: #01613a;
	height: 1133px;
}

.leftnarrowissues{
	display: inline-block;
	float: left;
	text-align: right;
	width: 180px;
	clear: none;
	background: #01613a;
	height: 1175px;
}.leftnarrowcontact{
	display: inline-block;
	float: left;
	text-align: right;
	width: 180px;
	clear: none;
	background: #01613a;
	height: 710px;
}.leftnarrowprofile{
	display: inline-block;
	float: left;
	text-align: right;
	width: 180px;
	clear: none;
	background: #01613a;
	height: 930px;
}.leftnarrowclinics{
	display: inline-block;
	float: left;
	text-align: right;
	width: 180px;
	clear: none;
	background: #01613a;
	height: 644px;
}
.rightwide{
	float: right;
	clear : none;
	width: 599px;
	text-align: left;
}

.imgRight{
	float: right;
	clear: none;
}

.vidRight{
	float: right;
	clear: none;
}

textLeft
{
	float: left;
	clear: none;
	padding: 5px;
	width: 200px;
	height: 200px;
}

div.textLeft {
	clear: both;
	margin: 12px 8px;
}

div.textLeft p {
	margin: 0.9em 0.0em;
	padding: 0em;
}

div.textLeft p.issues {
	margin: 0.29em 0.0em;
	padding: 0em;
}

div.textLeft p strong {
	clear:both;
}

div.textLeft h2 {
	color: rgb(101,51,2);
	margin: 10px 0px 4px 0px;
	padding: 0px;
	font-size: large;
	font-weight: normal;
	clear:both;
}

div.textLeft h2.issues {
	color: rgb(101,51,2);
	margin: 10px 0px  0px 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
	clear:both;
}

div.textScroll{
	float: left;
	width: 589px;
	height: 544px;
	overflow: auto;
	padding: 12px 2px 12px 8px ;
}

div.textScroll p {
	margin: 0.9em 0.0em;
	padding: 0em;
}

div.textScroll p.issues {
	margin: 0.29em 0.0em;
	padding: 0em;
}

div.textScroll h2 {
	color: rgb(101,51,2);
	margin: 10px 0px 4px 0px;
	padding: 0px;
	font-size: large;
	font-weight: normal;
	clear:both;
}

div.textScroll h2.issues {
	color: rgb(101,51,2);
	margin: 10px 0px  0px 0px;
	padding: 0px;
	font-size: medium;
	font-weight: normal;
	clear:both;
}

/* Navigation */

.nav2 ul, .nav2 ul li {
    list-style: none;
    margin: 0;
}

.nav2 ul {
    text-align: left;
    float: left;
}

.nav2 ul li {
    display: block;
}

.nav2 ul li a {
    padding: 2px 5px 5px 5px ;
    color: #ffffff;
	font-size: small;
	font-weight: bold;
    text-decoration: none;
	display: block;
	width: 130px;
}

.nav2 ul li a:hover{
    color: #ee972c;
    text-decoration: underline;
}

.navTo{
	background: #01613a;
	border-bottom: solid 1px #ee972c;
}

.navAt 
{
	background:#01613a url(../images/green_header.gif) no-repeat top right;
    padding: 2px 5px 5px 5px ;
    color: #ee972c;
	font-size: small;
	font-weight: bold;
    text-decoration: none;
	display: block;
	border-bottom: solid 1px #ee972c;
}

a.release{
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	color:#c60;
}

a.release:hover{
	color:#0000cc;
	cursor: hand;
}
 
 /*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	background: #ffffff;
	clear: both;
	color: #939393;
	padding: 0 0 2px 0;
	vertical-align:text-bottom;
}

#footer .inside{
	padding: 0;
}

#footer p{
	margin:0;
	font-size:0.95em;
}

#footer p.copyright{
	float:right;
	clear: both;
}

#footer p.attributes{
	text-align: center;
}

#footer p.attributes a{
	text-decoration:none;
	color:#333;
	padding: 0px 10px 0px 10px;
}

#footer p.attributes a:hover{
	color:#c60;
}
