/* Structure
----------------------------------------------------------------------------------------------------*/

.container
{
	background: url(/images/content_bg.png) repeat-y;
	margin-left:auto;margin-right:auto;
	width:860px;
	padding:0 35px
}
.header
{
	width:820px;
	padding-top:35px;
	height:160px;
	margin-bottom:10px;
	float:left;
}
/* .connect_bar_wrapper
{
	width:100%;
	height:28px;
	background-color:#fff;
	color:#000;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	
	padding-top: 8px;
} */
.connect_bar
{
	position:absolute;
	top:0px;
	width:100%;
	height:25px;
	padding:8px 0px 2px 0px;
	background-color:#fff;
	text-align:center;
	text-indent:-10px;
	border-bottom:1px solid #b2b2b2;

	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;

}
.top_shadow {
	position:absolute;
	width:100%;
	top:36px;
	height:10px;
	background-color:none;
	background: url(/images/top_shadow.png) repeat-x top left;
	z-index:6520;
}
.menu
{
	width:820px;
	height:21px;
	padding:5px 0px;
	background:#e2e1dd;
	color:#000000;
	margin-bottom:5px;
	overflow:hidden;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
.content
{
	width:820px;
	margin-bottom:10px;
}
.column
{
	float:left;
	width:266px;	
	margin-right:10px;
}
.columnEnd
{
	float:left;
	width:250px;	
}
.content .column {
	width:250px;	
	padding-right:25px;
	background-image:url(/images/col_bg.gif)
}
.footer
{
	margin: 0 auto;
	clear:both;
	/* background: url(../images/footer.png) no-repeat bottom center; */
	background-color:#e2e1dd;
	text-transform:none;
	font-size:9px;
	padding:0;
	margin-left:-24px;
	margin-right:16px;
	border-top:1px solid #d6d6d4;
	padding-top: 10px;
}
div.locations
{
	text-transform:uppercase;
	background-color:#e2e1dd;
	padding-bottom:10px;
	padding-left:25px;
}
.locations .column
{
	border-top:0px;
	height:120px;
	border-right: 1px dashed #d6d6d4;
}
.locations .first
{
	padding-left:0px;
}
.locations .last
{
	border:0px;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-image: url(/images/ff_bg.gif);
	margin:0;
	padding:0;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.column img
{
	border:#d6d6d4 1px solid;
	margin-bottom:5px;
}
.content p {
	text-transform:none;
	color:#000;
	line-height:12pt;
	padding:0;
	margin:0;
}
.content h1 {
	padding:0;
	margin:10px 0 0;
	line-height:18px;
}
.content img {
	border:1px solid #CCC;
	margin-bottom:10px;
	margin-right:12px;
}
em {
	color:#fa2c04;
	font-style:italic;
}
.footer .locations p {
	color:#616265;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	text-transform:uppercase;
	padding-left:5px;
	margin:0;
}

h2 {
	font-size: 14px;
	text-transform:uppercase;
	margin:0 0 0 5px;
	border-bottom:#000 1px solid;
}

h3 {
	font-size: 20px;
	text-transform:none;
	color:#4d4e53;
	border-top:1px dashed;
	font-weight:normal;
	line-height:28px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
h2.locations {
	border:0;
	text-decoration:underline;
}
.column h1 {
	background-color:#d6d6d4;
	color:#000;
	text-decoration:none;
	display:block;
}
.column h1 a {
	color:#000;
	text-decoration:none;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-top: 5px;
}
p
{
	padding-left: 5px;
	color:#616265;
	font-size:12px
}
.small
{
	font-size:10px;
}
.header a img {
	border: 0px;
}
.footer p {
	margin-bottom:0;	
	color:#a9a9a9;
}

/* Links
----------------------------------------------------------------------------------------------------*/
a {
	color: #00aeef;
}
a:visited {
	color: #09C;
}
a:hover {
	color: #0CC;
}
.menu a {
	color:#000000;
	text-decoration:none;
}
.menu a:hover {
	color:#000000;
	background-color:#fff200;
}
.menu a img {
	border:0px;
}
.follow_twitter_facebook img {
	border:0px;
}
h1 a:hover {
	color:#ffffff;
}

.footer a {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	background-color:#fff200;
}
.footer .locations a{
	color:#616265;
	background-color:inherit;
	text-decoration:none;
}
.footer .locations a:hover {
	background-color:inherit;
	text-decoration:underline;
}

/* Follow Us Bar
----------------------------------------------------------------------------------------------------*/
.connect_bar img {
	border:0;
	padding-left: 4px;
	padding-right:4px;
	vertical-align:middle;
	margin-top:-4px;
}
.connect_bar form {
	display: inline;
}
.connect_bar input {
	border: 1px solid #d5d5d5;
	margin:0px 10px;
	font-size:9pt;
}
.connect_bar button {
	border: 1px solid #d5d5d5;
	background-color:#ffffff;
	font-size:9pt;
	font-weight:bold;
}
.connect_bar button:hover {
	background-color:#d4d4d6;
	border-color:#efefef;
}

/* Navigation Menu
----------------------------------------------------------------------------------------------------*/
.menu ul {
	display:inline;
	padding:0px;
}

.menu li {
	list-style:none;
	display:inline;
	padding:0px 3px;
	margin:0;
}


/* Press Page
----------------------------------------------------------------------------------------------------*/
.press {
	margin-bottom:20px;
	padding-bottom:0px;
	padding:20px;
	border:1px solid #d9d9da;
	width:778px;
}
.press .banner {
	text-align:center;
	padding-top:10px;
}
.press img {
	border:0;
	margin:0;
}
.press p {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10pt;
	padding-bottom:7pt;
}
.press h2 {
	border:0px;
}
h3.press_month_header {
	border-top:0;
	border-bottom:1px solid #d9d9d9;
	/* padding-left:20pt; */
	font-size:10pt;
	font-weight:bold;
	color:#636363;
	text-transform:uppercase;
}
#press_section {
	margin-top:15px;
	border-top:1px solid #d4d4d6;
}
.press_entry {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	width:778px;
	border-bottom:1px solid #d4d4d6;
	padding: 5px 0px;
	line-height:1em;
}
.press_entry .press_date, .press_entry .press_date a{
	display:block;
	width:120px;
	text-align:center;
	float:left;
	color:#999999;
	text-decoration:none;
}
.press_entry .press_content {
	display:block;
	width:658px;
	margin-left:120px;
}

.banner {
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
.banner img {
	border:0px;
}
/* Misc
----------------------------------------------------------------------------------------------------*/
.clear { clear:both; }
.nocaps { text-transform:none; }
.alignright { text-align:right; }
.aligncenter { text-align:center; }


.content table a img { border: 0; }