/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#e6e6e6;
}

div#branding_nav_stripe {
	min-width:990px;
	height:150px;
	background-color:#063451;
	border-top:26px solid #042438;
}

div#branding_nav {
	position:absolute; 
	top:-150px;
	left:0px;
	width:950px;
	height:150px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	z-index:2;
}

#branding_nav img#logo {
	position:absolute;
	top:3px;
	left:16px;
}

#branding_nav img#ad_300x100 {
	position:absolute;
	top:10px;
	left:640px;
}

#branding_nav form#cse-search-box {
	position:absolute;
	top:120px;
	right:0px;
	width:272px;
	height:26px;
	padding-top:4px;
	background-color:#0f78b6;
	background-image:url("/img/search.gif");
	background-repeat:no-repeat;
	background-position:12px 6px;
}

#branding_nav form#cse-search-box input {
	width:150px;
	margin-right:2px;
	margin-left:68px;
	vertical-align:middle;
	border:0;
}

#branding_nav form#cse-search-box input#go {
	width:33px;
	height:19px;
	margin:0;m
	border:0;

}

p#status {
	margin:0;
	margin-top:1px;
	padding:0;
	position:absolute;
	top:-22px;
	left:0px;
	color:#fff;
	font-size:12px;
}
p#status span {font-weight:bold;}
/*be sure to have a full-width option*/
div#container_outer {
	min-width:990px;
	background-color:#fff;
}

div#container {
	position:relative; 
	width:950px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding:0;
	text-align:left;
	border:0px solid black;
}

div#pageheader {
	position:relative;
	height:31px;
	border-bottom:2px solid #cdcdcd;
	padding-top:11px;
	margin-bottom:10px;
}

#pageheader p#sponsorship_info {
	position:absolute;
	top:16px;
	right:10px;
	text-align:right;
}

table.table_content {
	padding:0;
	text-align:left;
	width:950px;
	margin-bottom:40px;
	table-layout:fixed; /*this and overflow keep user's huge photos or long links from breaking the layout*/
	overflow:hidden;
	border:0px solid black;
}

.table_content td {
	vertical-align:top;
}
td#column_left {
	padding-left:13px;
	padding-right:13px;
}
td#column_right {
	padding-left:13px;
	padding-right:13px;
}
td#column_center {
	padding-left:10px;
	padding-right:15px;
}
#dennis td#column_left {width:290px;}
#dennis td#column_center {
	width:320px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#dennis td#column_right {width:300px;}

#sloan td#column_left {width:200px;}
#sloan td#column_center {
	width:370px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#sloan td#column_right {width:300px;}

#tapatio td#column_left {width:210px;}
#tapatio td#column_center {
	width:355px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#tapatio td#column_right {width:355px;}

#jorge td#column_left {width:210px;}
#jorge td#column_center {
	width:310px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#jorge td#column_right {width:360px;}

#eric td#column_left {width:210px;}
#eric td#column_center {
	width:710px;
	border-left:1px solid #cdcdcd;
	border-right:0px solid #cdcdcd;
}

#steve td#column_left {width:210px;}
#steve td#column_center {
	width:375px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:0px;
	padding:15px;
	background-color:#f2ede7;
}
#steve td#column_right {width:305px;}

#full td#column_left {display:none;}
#full td#column_center {
	width:920px;
	border:0px solid black;
}
#full td#column_right {display:none;}

div#site_info {
	width:950px;
	height:100px;
	margin:0 auto 0 auto;
	padding-top:20px;
	color:#626262;
	text-align:left;
}

div#site_info div#site_description {
	float:left;
	width:520px;
	padding-left:10px;
}

div#site_info div#contact_information {
	float:right;
	width:365px;
	padding-left:15px;
	border-left:1px solid #c7c7c7;
	height:90px;
}

#site_info ul {
	padding:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	font-size:11px;
}

#site_info li {display:inline;}

#site_info p {
	font-size:11px;

}

#site_info a {
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol, td {font-size:12px;}

h1 {font-size:20px;} 
h1#pagetitle {margin-left:111px;}

h2 {
	font-size:16px;
	margin-top:30px;

}
h2.first {margin-top:0px;}

h3 {font-size:14px;margin-bottom:2px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

table td p {margin-bottom:0;}

a {
	color:#0f78b6;
	text-decoration:none;
}

a:visited {}

a:hover {color:#000;text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}

hr {
	clear:both;
	height:1px;
	border:0;
	background-color:#cdcdcd;
	color:#cdcdcd;
	margin:0;
	margin-bottom:10px;
	padding:0;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
div#pms { background-color:#04924a; width:910px; padding:10px 20px 10px 20px; text-align:center; }

/*.table_content td table td {padding:0;} screws up forums as it is right now*/

div#subnav {
	border-bottom:1px solid #dadada;
	margin-bottom:10px;
}
#subnav ul {
	height:24px;
	padding:0;
	margin:0;
	margin-top:1px;
	margin-bottom:1px;
	list-style:none;
	width:100%;
	background-color:#cae1ef;
	list-style-image:none;
}
#subnav li {
	display:inline;
	float:left;
}
#subnav li a {
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-right:14px;
	padding-bottom:5px;
	padding-left:14px;
	color:#003663;
}
#subnav li a:visited {
	
}
#subnav li a:hover {
	color:#f06c1a;	
}
#subnav li.dead {
	font-size:12px;
	font-weight:bold;
	color:#a7a7a7;
	padding-top:5px;
	padding-right:14px;
	padding-bottom:5px;
	padding-left:14px;
}

a.no_link {color:#000;text-decoration:none;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#news_list li {
	margin-bottom:6px;
}
#news_list h3 {
	font-size:13px;
	margin:0;
}
#news_list p {
	font-size:11px;
	margin-bottom:4px;
}
#news_list p.date {
	padding-bottom:6px;
}

table.list_members {
	padding:0;
	margin:0;
	margin-bottom:10px;
	border:0px solid black;
}
.list_members td {
	width:80px;
	padding:0;
	padding-right:5px;
	/* padding-left:6px; */
	padding-bottom:10px;
	text-align:center;
	border:0px solid black;
}

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#video_thumbs li {
	clear:both;
	margin-top:10px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;margin-right:2px;}

#reviews_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#reviews_list li {
	margin-bottom:10px;
}
#reviews_list h3 {
	font-size:13px;
	margin:0;
}
#reviews_list p {
	font-size:11px;
	margin-bottom:4px;
}
#reviews_list p.date {
	padding-bottom:6px;
}

#latest_reviews_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#latest_reviews_list li {
	margin-bottom:10px;
	clear:both;
	
}
#latest_reviews_list h3 {
	font-size:13px;
	margin:0;
	margin-right:10px;
}
#latest_reviews_list p {
	margin-bottom:4px;
}
div.review_info {
	float:left;
	width:260px;
	margin-bottom:15px;
	border-right:1px solid #e6e6e6;
}
div.review_rating {
	float:right;
	width:75x;
	border:0px solid black;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {padding-bottom:0px;}

table.striped tr td a, ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

table.striped tr td a:visited, ul.striped li a:visited, ol.striped li a:visited {}

table.striped tr td a:hover, table.striped tr td a:hover, ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}

table.striped {width:100%;}
table.striped tr td.td_edit {
	width:50px;
	border-right:2px solid white;
	vertical-align:middle;
}
table.striped tr td.td_edit a.link_edit {
	padding-top:22px;
	padding-bottom:22px;
}

ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:11px;}

.float_right {float:right;}

.no_spacing, .nomargin {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0px;
	margin-bottom:10px;
	padding:4px;
	background:#e6e6e6;
	border:1px solid #c4c4c4;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}

div.video {
	background-color:#e6e6e6;
	border:1px solid #c1c1c1;
	height:298px;
	width:357px;
	margin-bottom:1px;
	padding:6px;
	position:relative;
	
}

.video object, .video embed {
	margin:0px;
	position:absolute;
	z-index:1;
}

.margin_left {margin-left:10px;}
.margin_right {margin-right:10px;}

div.ad {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
}
.ad p {
	font-size:11px;
	color:#757575;
	margin-bottom:2px;
}

span.double_arrow {font-size:14px;}

.red {color:red;}
.dark {background-color:#ececec;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#EFEFEF;
}

.tableDark {
	background-color:#DEDEDE;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}

/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.folio_h1, .sIFR-hasFlash h2.folio_h2 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */
/* BEGIN PAGE SPECIFIC SELECTORS */




