@charset "UTF-8";
/*=== === === === === === === === === === === === === === === === === === 
Beth Shero	
Created by Curious Minds Media March 2010 - www.curiousm.com
written for  - http://foocus.com


colors
-------------------------
C4CABE - tan
C3C9BD - darker tan
F20028 - bright red
9E1916 - red
42210B - dark red
245B95 - light blue
1B456F - dark blue

=== === === === === === === === === === === === === === === === === === */

/* resets and overrides
=================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* links and type
=================*/
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-color: #ced4ca;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*text above the journal*/
p{
	color:#000;/*black*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	}
/*logo*/
h1{
	color:#42210B;/*dark red*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:54px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
/*tagline top left dark red*/
h2{
	color:#42210B;/*dark red*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:bold;
	margin:0;
	padding:0;}
/*tagline top left red a bit smaller*/
h2.red{
	color:#9E1916;/*red*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}
/*tagline top middle black*/
h3{
	color:#000;/*black*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:24px 0 0 0;}
/*title middle black above map*/
h4{
	color:#000;/*black*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;}
/*title below logo*/
h5{
	color:#42210B;/*dark red*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:-5px 0 0 0;
	padding:0;
	}
/*footer text*/
h6{
	color:#000;/*black*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

/*white link buttons*/

/*white link buttons*/
.blueBtnSm a:link, .blueBtnSm a:visited{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	font-weight:bold;
	text-decoration:none;}
.blueBtnSm a:hover, .blueBtnSm a:active{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	font-weight:bold;
	text-decoration:unone;}
h6 a:link,  h6 a:visited{
	color:#9E1916;
	text-decoration:none;}
h6 a:hover, h6 a:active{
	color:#9E1916;
	text-decoration:underline;}
.publications a:link, .publications a:visited{
	color:#fff;
	text-decoration:none;}
.publications a:hover, .publications a:active{
	color:#fff;
	text-decoration:none;}
.redBtn2 a:link,  .redBtn2 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;}
.redBtn2 a:hover, .redBtn2 a:active{
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;}
	

/* layout
=================*/
/*contains all elments and centers on page*/
#container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*contains main content and has a red border*/
#wrapper {
	border: 6px solid #F20028;/*red*/
	padding:10px;}
#header { 
height:95px;
margin: 12px 0 7px 0;
/*border:1px solid #C03;*//*red*/
} 
#headerLf{
	/*border:1px solid #900;*//*red*/
	float:left;
	margin:5px 0 0 0;
	width:232px;}
#headerRt{
	/*border:1px solid #00F;*//*blue*/
	margin: 0 0 0 240px;}
/*header 2 within the wrapper*/
#header2 {
margin: 0 0 15px 0;
} 
#header2Lf{
	/*border:1px solid #900;*//*red*/
	float:left;
	width:232px;}
#header2Rt{
	/*border:1px solid #00F;*//*blue*/
	height:95px;
	margin: 0 0 0 240px;}
	
#mainNav{
/*	border:1px solid #00F;*//*blue*/
	height:65px;
	margin:0 0 15px 0;
	padding:0;}

#leftContentContain{
	float: left;
	 /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*border:2px solid #F36;*//*pink*/
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; 
	/*border:2px solid #F36;*//*pink*/
	border:1px solid #C3C9BD;/*tan*/
	margin:0;
	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
}

.sidebar1a {
	background: #fff; 
	/*border:2px solid #F36;*//*pink*/
	width: 140px;
	border:1px solid #C3C9BD;/*tan*/
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 img, #sidebar2 img{
	padding:0;
	margin:0;}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; 
	border:1px solid #C3C9BD;/*tan*/
	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
}

#sidebar3 {
	float: none; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	/*border:2px solid #F36;*//*pink*/
	border:1px solid #C3C9BD;/*tan*/
	margin:0;
	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
}


#sidebar2Old {
	position:relative;
	top:-628px;
	left:770px;
	/*float: right; *//* since this element is floated, a width must be given */
	/*margin: 0 0 0 750px;*/
	margin:0;
	padding:0;
	/*height:300px;*/
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; 
	border:1px solid #C3C9BD;/*tan*/
	/*padding: 10px 10px 0px 10px;*/ /* padding keeps the content of the div away from the edges */
/*	border:2px solid #F90;*//*orange*/
	
}
#mainContentContain{
/*	clear:both;*/
	margin: 0 188px 8px 168px;
	padding:0;
/*clear:left;*/
/*border:2px solid #0CF;*//*lite blue*/}
#map { 
/*border:2px solid #90F;*//*purple*/
background: #fff; 
/*width:550px;*/
margin: 0 0 8px 0;
	border:1px solid #C3C9BD;/*tan*/
	/*margin: 0 0px 8px 168px;*/
	/*margin: 0 188px 8px 168px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
#mainContent { 
background: #fff; 
	border:1px solid #C3C9BD;/*tan*/
	min-height:226px;
	/*margin: 0 188px 8px 168px; *//* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:10px 0px 10px 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	/*clear:left;*/
}
.publications{
	/*border:1px solid #060;*//*dark green*/
	float:left;
	margin: 0 11px 0 0;
	padding:0;
	width:100px;
	background-color:#FFF;
	}
.publicationsLast{
	/*border:1px solid #060;*//*dark green*/
	float:left;
	margin:0;
	padding:0;
	width:100px;}

#footer {
	padding: 20px 0 50px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	margin: 0;
	width: 965px;
} 

/* main navigation
=================*/


#navlist{
margin: 0;
padding:0;
height:22px;
/*padding-left: 0;*/
/*height:20px;*/
/*white-space: nowrap;*/
}
#navlist2
{
	/*height:20px;
*/margin: 10px 0 0px 0;
*margin:10px 0 0 0;/*IE7*/
_margin:0px 0 0 0;/*IE6*/
padding:0;
height:22px;
/*padding-left: 0;*/
/*border:1px solid #30F;*//*blue*/
/*white-space: nowrap;*/
}

#navlist li, #navlist2 li
{
	/*border:1px solid #9E1916;*/
	text-align:center;
	display:block;
	width:178px;
	height:22px;
	float:left;
	margin:0 8px 0 0;
	padding:5px 0 0 0;
	/*padding:8px 0; */
/*display: inline;*/
list-style-type: none;
/*border:1px solid #30F;*//*blue*/
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;

}



#mainNav ul li a:link, #mainNav ul li a:visited
{
color: #fff;
margin: 0;
padding:5px 0 0 0;
height:22px;
display:block;
text-align:center;
background-color: #F20028;
/*width:181px;
	height:20px;
	margin:0 5px 0 0;
	padding:8px 0; */
	/*border:1px solid #F60;*//*orange*/
text-decoration: none;

}

#mainNav ul li a:hover, #mainNav  ul li a:active
{
color: #fff;
background-color:#9E1916;
/*background-color: #9E1916;*/
text-decoration: none;
	text-align:center;
	display:block;
	width:178px;
	height:22px;
	margin:0;
	padding:5px 0 0 0;
	/*border:1px solid #C0F;*//*purple*/
}

/* misc
=================*/
#mainContent img{
	margin: 5px 0 0px 0;}
#sidebar1 img, #sidebar2 img{
	margin: 0 0 10px 0;}
.blueBtn, .blueBtnSm{
	background-color:#245B95;
	border:1px solid #1B456F;
	margin: 5px 0 0 0;
	padding:5px 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	}
.blueBtn:hover, .blueBtnSm:hover{
	background-color:#1B456F;
	border:1px solid #245B95;
	margin: 5px 0 0 0;
	padding:5px 0;
	text-align:center;
		color:#FFF;
	}
.redBtn{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#F20028;
	border:1px solid #9E1916;
	margin: 5px 0 0 0;
	padding:12px 0;
	text-align:center;
	}
.redBtn:hover{
background-color:#9E1916;
	border:1px solid #F20028;
	margin: 5px 0 0 0;
	padding:12px 0;
	text-align:center;
		color:#FFF;
	}
	/*contact us btn*/
.redBtn2{
	background-color:#F20028;
	border:1px solid #9E1916;
	margin: 0px 0 20px 420px;
	padding:8px 0;
	text-align:center;
	width:100px;
	color:#FFF;	}
.redBtn2:hover{
background-color:#9E1916;
	border:1px solid #F20028;
	margin: 0px 0 20px 420px;
	padding:8px 0;
	text-align:center;
	width:100px;	color:#FFF;
	}
/*space below the journal/brochures*/
.space {
	/*border:1px solid #900;*/
	height:226px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
Red Section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C30;
}
Red Section {
	color: #C30;
}
.CenterTable {
	text-align: center;
	vertical-align: middle;
}
.style10 {font-style: italic; color: #000000; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style12 {font-size: 10px}
.style14 {font-family: Arial, Helvetica, sans-serif}
.style17 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #FD5209;
}
.style18 {font-size: 14px}
.style19 {
	font-size: 12px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.style20 {font-size: 22px}
.style21 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.style22 {font-size: 21px}
.style23 {font-size: 11px}
.style24 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.style25 {
	font-weight: bold;
	font-style: italic;
	color: #FD5209;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}
.top247 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

