@charset "UTF-8";
/* CSS Document */

/*lightbox stuff (ignore)*/



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #eee; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(file:///Macintosh%20HD/Users/meredithlambert/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///Macintosh%20HD/Users/meredithlambert/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




.cursor { cursor:hand;cursor:pointer;}


html{
	margin: 0 0 1px 0; min-height: 100%;}

body {
	width: 1005px;
	height:200px;
	text-align: left;
	padding-left:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	
}







/*sets the repeating background image, as well as the overall content width*/

#container{
	
	border:none;
    width: 1005px;
	background-color:white;
	background-image:url(../images/strip.jpg);
	background-position:left center;
	background-repeat:repeat-y;
	margin:0 auto;
    margin: 0 auto;
    text-align: center;
	padding-top: 0px;
	margin-top: -8px;
	}

/*this div enclosed the header/nav*/

#header {
	
	width: 700px;
	height:131px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -11px;
	margin-left: 1px;	
	float:none;
	
}

/*refers to the entire page*/

#main {
	background-image: url("../images/strip.jpg");
    background-repeat: repeat-y; 
    background-position: left; 
    background-color:transparent;
	   margin: 0 auto;
	width: 975px;
	margin-left: 0px;
	text-align: center;	
		padding-top:12px;	
		clear:none;
	
}

/*refers to the homepage slideshow*/

#slideshow {
	width: 1005px;
	height: 320px;
	text-align: left;
	padding-left: 17px;	
}
	

/*refers to the content below the slideshow on the homepage*/

#bottom {
	height: 201px;
	width:1005px;
	text-align: center;
	padding-top: 15px;
	clear: both;
	float: left;
	
}

/*bottle on blue background on the homepage*/

#bluesq {
	background-image:url("../images/bluesq_23.jpg");
	height: 230px;
	width: 565px;
	float:left;
	clear: none;
	padding-top: -20px;
	background-repeat: no-repeat;
	background-position: 15px;
	display:inline;
	padding-left: 0px;	
}



/*text over said blue background on the homepage*/

#bluesq_text {
	height: 201px;
	width: 400px;
	text-align:left;
	float:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	color:#FFF;
	font-size:19px;
	padding-left:136px;
	padding-top: 15px;
	
	background-repeat: no-repeat;
	display:inline;
}

/*i don't know*/

#img {
	border:none;
	padding-left:137px;
	padding-top: 13px;
}

#next_arrow
{
	padding-bottom:5px;
	width:12px;
	height:20px;
	margin-left:-4px;
}





#line {
	width: 14px;
	height: 201px; 
	float: left;
	padding-left:8px;
	padding-right:8px;
	display:inline;
}

/*refers to the press section on the homepage*/

#press {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	color:#666;
	font-size:12px;
	width: 272px;
	height: 201px;
	float: left;
	text-align:left;
	display:inline;
}


/*positioning and size for press logos*/

#press_title {
	border:none;
	text-align:left;
}

#quote1 {
	font-size:12px;
	width: 272px;
	float: left;
	text-align:right;
	padding-bottom: 0px;
	padding-right:15px;
	
}

#today {
	padding-bottom:15px;
	border:none;
}

#times {
	padding-bottom:15px;
	border:none;
}

#martha {
	padding-bottom:15px;
	border:none;
}

#wrapper {
	height: 100px;
	padding-bottom:0px; 
	margin-bottom:0px;
	margin-top:-20px;
}


/*encloses and places the background image for the footer of the page*/
	
	
#footer {
	width: 1026px;
	height:80px;
	background-image:url("../images/white_footer.jpg");
	background-repeat:no-repeat;
	margin-top: 0px;
	padding-top:0px;
	bottom:0px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#939598;
	
	 
	padding-left:0px;
	
}
		 

#Table_01 img {margin: 0px 0px 0px 0px;
border-width:0px 0px 0px 0px}





/*Begin page CSS styles*/


/*Content wrapper encloses both main content and side nav, and determines the length of the entire page (NOT the background, just the scrolling page)*/

label
{
width: 175px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
margin-left:.5em;
}



#content_wrapper{
	
	width:1000px;
    padding-left:120px;
	text-align: center;	
	clear:both;
	}

	/*main content positioning*/

#main_content{
	width:520px;
 
	padding-right:77px;
	float:left;
	margin-top:20px;
	text-align: left;	
	}
	
#main_content img{
	margin-bottom:12px;
	padding-left:6px;
	margin-top:9px;
	float: none;
}

#main_content object{
	margin-bottom:3px;
	padding-left:0px;
	margin-top:10px;
}



	/*side_nav positioning*/

#side_nav{
	width:200px;
	margin-top:25px;
	padding-left:6px;
	padding-right:18px;
	padding-bottom:15px;
	float:left;
	clear:both;
}

	/*div for side nav links, also sets spacing w/ padding*/


.side_nav_link{
	padding-top:3px;
	padding-left:1px;
	width:200px;
	padding-bottom:4px;
	clear:all;
	
}

.side_nav_text{
	padding-top:4px;
	padding-left:1px;
	width:200px;
	padding-bottom:5px;
	
}

	
		
	/*main content headings*/

.title_div{
	width:700px;
	height:19px;
	padding-right:0px;
	margin-top:0px;
	padding-top:0px;
 	margin-bottom:30px;
	padding-left:65px;
	vertical-align:middle;
	padding-left:120px;
	
}
	
	
	/*the large gray title, can be different than page name*/

h1
{
font-style:normal;
font-variant:normal;
font-weight:bold;
font-size:32px;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#8dc4ed;
text-align:left;
vertical-align:middle;
margin-top:0px;
margin-bottom:40px;
}


.title_big
{
	width:700px;
	height:19px;
	padding-right:0px;
	padding-top:30px;
	line-height:0%;
	float:none;
}
	
	
	/*the smaller title, same as page name*/

h2
{font-style:normal;
font-variant:normal;
font-weight:bold;
font-size:19px;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#808080;
text-align:left;
margin-bottom:0px;
margin-top:0px;

}

#subtitle
{
padding-left:6px;
margin-left:0px;
float:left;
padding-bottom:0px;
line-height:145%;
}

.boldtitle
{
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#808080;
	padding-left:6px;
	padding-bottom:0px;
	margin-bottom:6px;
	font-size:14px;
	padding-top:0px;
	line-height:19px;

}


.boldtitle_chart

{
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#808080;
	padding-left:6px;
	padding-bottom:0px;
	margin-bottom:6px;
	font-size:14px;
	padding-top:0px;
	line-height:19px;
	text-align:center;

}
.managementsub
{
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#616161;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:6px;
	font-size:13px;
	padding-top:0px;
	line-height:15px;

	text-align: left;
}


.bluetitle
{
font-weight:bold;
text-align:left;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#2592C2;
padding-left:6px;
padding-bottom:0px;
margin-bottom:0px;
font-size:14px;
padding-top:0px;
}

.audiotitle
{
font-weight:bold;
text-align:left;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#2592C2;
padding-left:0px;
padding-bottom:0px;
margin-bottom:0px;
font-size:13px;
padding-top:0px;
}




	/*meant to center a video and size it, if necessary*/

#page_video
{
}


	/*body text styles*/

	/*a quote in the main body of the page*/

.body_quote{
font-style:normal;
font-weight:normal;
font-size:15px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#2592C2;
line-height:150%;
text-align:left;
padding-left:1.5em;
left:-1.5em;
margin-left:-16px;
overflow:auto;
text-indent:-7px;
}

.body_quote_attr a{
font-style:normal;
font-weight:normal;
font-size:15px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#2592C2;
line-height:150%;
text-align:left;
padding-left:1.5em;
left:-1.5em;
margin-left:-16px;
overflow:auto;

}


	
	


.body_quote_attr{
font-style:normal;
font-weight:normal;
font-size:15px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#2592C2;
text-align:right;
}




	
	
	/*standard body text in the main body of the page*/

.body_text{
	clear:both;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#4D4D4F;
	line-height:20px;
	text-align:left;
	padding-left:6px;
	margin-bottom:0px;
	font-weight: normal;
	margin-top:2px;
	

}


.body_text_after{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#4D4D4F;
	text-align:left;
	line-height:20px;
	
	
text-indent:0px;
margin-top:8px;
margin-bottom:0px;
padding-left:6px;
}

	/*bulleted list in the main body of the page*/

.body_list{
color:#003;
text-align:left;
list-style-type: circle;
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#4D4D4F;
line-height:150%;
text-align:left;
padding-left:50px;
}

.ordered_body_list{
color:#003;
text-align:left;
font-size:12px;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#4D4D4F;
line-height:150%;
text-align:left;
padding-left:50px;

}

.ordered_body_list li{
	margin-bottom: 10px;
}

	/*captions in the main body of the page*/

.body_caption{
	color:#333;
	font-size:9px;
	margin-top:5px;
	line-height:150%;
}


	/*links in the main body of the page*/


#main_content a:link{
	color:#FF7D00;
	line-height:150%;
	margin-bottom:8px;
	margin-top:0px;
	text-decoration:underline;
	font-weight:bold;
}

#main_content a:visited{
	color:#FF7D00;	line-height:150%;
	margin-bottom:8px;
	margin-top:0px;
	text-decoration:underline;
	font-weight:bold;
text-decoration:underline;
}


#main_content a:hover{
	color:#FF7D00;
text-decoration:underline;
}

#main_content a:active{
	color:#FF7D00;
text-decoration:underline;
}

.link_coming_soon{
	text-decoration:none;
	color:#666;
}

.email_field
{width=500px;
clear:both;
}
.email{
	width: 150px;
	text-align:left;
	float:left;
	line-height: 30px;
}

.email_title{
	width: 300px;
	text-align:right;
	float:left;
	line-height: 30px;
}


	/*Side Nav*/


	/*sub Nav formatting*/
	
		/*the link to the current subnav page(will be grey)*/

#side_nav_link_selected
{
	color:#808285;
	line-height:120%;
	margin-bottom:0px;
	display:block;
	text-decoration:none;
	font-size:15px;
	margin-left:1px;
	line-height:18px;
	padding-top:3px;
	padding-bottom:4px;
	
	

}


		/*the link to the other subnav pages (will be orange)*/



.side_nav_link a:link{	
	color:#FF8B00;
	margin-bottom:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;

	padding-top:3px;
	padding-bottom:4px;
	
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	
	
	
	
}

.side_nav_link a:visited{
	color:#FF8B00;
	margin-bottom:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;

	padding-top:3px;
	padding-bottom:4px;
	
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	
}


.side_nav_link a:hover{
	color:#FF8B00;
	margin-bottom:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;

	padding-top:3px;
	padding-bottom:4px;
	
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	
}

.side_nav_link a:active{
		color:#FF8B00;
	margin-bottom:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;

	padding-top:3px;
	padding-bottom:4px;
	
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	
}





/*a quotation in the side nav*/

.side_nav_quote{
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2592C2;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:-3px;
	padding-bottom:0px;
	margin-top:14px;
	margin-bottom:0px;
	text-indent:-5px;
}







.side_nav_text {
	text-decoration:none;
		font-style:italic;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2592C2;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;
	
	
}

.side_nav_text a:link
{
	text-decoration:underline;
		font-style:italic;
			font-weight:bold;
	
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;
}


.side_nav_text a:visited
{
	text-decoration:underline;
	font-style:italic;
		font-weight:bold;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;
	
}

.side_nav_text a:active
{
	text-decoration:underline;
	font-style:italic;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
		font-weight:bold;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;
}


/*attributions for quotes in the side_nav area*/

.side_nav_quote_attr{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
	font-style:italic;
	font-weight:normal;
	text-align:right;
	font-size:13px;
	margin-top:6px;

}

.side_nav_quote_attr a:link{
	text-decoration:underline;
	font-style:italic;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
		font-weight:bold;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;

}

.side_nav_quote_attr a:visited{
	text-decoration:underline;
	font-style:italic;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
		font-weight:bold;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;

}


.side_nav_quote_attr a:active{
	text-decoration:underline;
	font-style:italic;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
		font-weight:bold;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;

}


.side_nav_quote_attr a:hover{
	text-decoration:underline;
	font-style:italic;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#2592C2;
		font-weight:bold;
	line-height:130%;
	text-align:left;
	width:200px;
	padding-left:1px;

}
.body_quote_underline {
	font-style: italic;
}
.activex_object {
	border: thin solid #DDD;
}
#FLVPlayer {
	position: fixed;
	top: 0px;
}


#footer {
	width: 1027px;
	height:87px;
	background-image:url("images/white_footer.jpg")
	background-repeat:no-repeat; 
	margin-top: 0px;
	padding-top:0px;
	bottom:0px;
	text-align:center;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size:10px;
	color:#939598;
	margin-left: 2px;
	padding-left:0px;
	float:left;
	
}

#bottom_padding {
clear:both; 
height:20px;
}
