﻿/****************************************************************************/
/*  STYLE SHEET                                                             */
/*                                                                          */
/*   ref: http://www.louddog.com/bloggity/2008/03/css-best-practices.php    */
/****************************************************************************/


/* ===  RESET SECTION  ==================================================== */
/*        html5doctor.com                                                   */
/*        Reset Stylesheetv1.4                                              */
/*        2009-07-27                                                        */
/*        Author: Richard Clark - http://richclarkdesign.com                */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, 
kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, 
li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, 
tr, th, td,article, aside, dialog, figure, footer, header, hgroup, 
menu, nav, section,time, mark, audio, video { 
	margin:0; padding:0; border:0; outline:0; font-size:100%; 
	vertical-align:baseline; background:transparent; 
	}
body { line-height:1; }

/* ===  RESET SECTION  ==================================================== */
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; 
	}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { 
	content:''; content:none; 
	}
a { 
	margin:0; padding:0; border:0; font-size:100%; 
	vertical-align:baseline; background:transparent; 
	}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { 
	background-color:#ff9; color:#000; font-style:italic; 
	font-weight:bold; 
	}
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { 
	display:block; height:1px; border:0; border-top:1px solid #cccccc; 
	margin:1em 0; padding:0; 
	}
input, select { vertical-align:middle; }

/* ===  SITE DEFAULT SECTION  ============================================= */
/*        This is where you redefine all the basic tags for your site.      */
/*        You’ll handle the body, links, headers and such here.             */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bgHead.jpg) repeat-x #EEEEEE;
	margin: 0; 
	text-align: center; 
}

/* ===  GENERIC STYLES SECTION  =========================================== */
/*        This is where you create generic utility classes that you can     */
/*        use as a “toolkit” within your site. For example, clearing        */
/*        elements or generic form input styles. In the past, I’ve create   */ 
/*        table.dataList to use for debugging purposes.                     */

/* --- CLEARFIX ----------------------------------------------------------- */
/*        Add class="clearfix" to any element to clear float issues         */
/*        following the current element                                     */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* ===  MASTERPAGE SECTION  =============================================== */
/*        This is where the layout is styled for the shell of the site.     */
/*        The shell is the outer layer of the site that exists on every     */
/*        page. The shell will have the site container, the header and      */
/*        the footer. Frequently, an important job of the shell is to       */
/*        set the width of the website.                                     */
#main_container {
	width:960px;
	height:auto;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
}
#short_header {
	width:100%;
	float:left;
	height:70px;
	background:url(images/bgHead.jpg) repeat-x;
}
#short_header .logo {
	width:338px;
	height:54px;
	float:left;
	margin:8px 0 8px 0;
}
#short_header .adblock_head {
	width:468px;
	height:60px;
	float:right;
	margin:4px 0 4px 0;
}
#navigation {
	width:100%;
	height:30px;
	float:left;
	margin-bottom:10px;
	background:#12669A;
}
#nav {
	float:left;
	width:100%;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:normal;
	overflow:hidden;
	margin:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	padding:7px 15px 4px 6px;
	color:#FFFFFF;
}
#nav a span {
	float:none;
}
#nav a:hover span {
	background:url(images/bgNavHover.jpg) repeat-x;
}
#nav a:hover {
	background:url(images/bgNavHover.jpg) repeat-x;
	height:30px;
}
#nav a:hover span {
	background:url(images/bgNavHover.jpg) repeat-x;
}
/* ===  LAYOUT SECTION  =================================================== */
/*        Your website will probably break down into several templates.     */
/*        This is where you style the wireframes for those templates        */
/*        layouts. This section usually has a lot to do with columns.       */
.row_container {
	width:918px;
	height:auto;
	float:left;
	padding:20px;
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	margin-bottom:10px;
}
.left_column {
	width:544px;
	height:auto;
	float:left;
	margin-right:16px;
}
.right_column {
	width:336px;
	height:auto;
	margin:0px 5px 0px 15px;
	float:left;
}

/* ===  MODULARS SECTION  ================================================= */
/*        You may have small portions of your website that are styled       */
/*        the same, but across many pages and in many locations. Here       */
/*        you can make those modular boxes for reuse.                       */
#video {
	width:547px;
	height:308px;
	float:left;
}
#interact_panel_tabs {
	width: 333px; height: 24px;
	/* background: url(images/tabImgs.jpg) no-repeat; */
	margin: 0 auto; padding: 0;
	position: relative;
}
#interact_panel_tabs li, #interact_panel_tabs li a {
	height: 24px; display: block;
}
#interact_panel_tabs li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 0;
}
ul#interact_panel_tabs a {
	background: url(images/tabImgs.jpg) top no-repeat;
}
li#lb_panel_tab a {
	background-position: 0px 0px;
}
li#lb_panel_tab a:hover {
	background-position: 0px -25px;
}
/*  NOTE: following does not work prior to IE8   */
#interact_panel_tabs #lb_panel_tab.selected a {
	background-position: 0px -25px;
}
li#fb_panel_tab a {
	background-position: -111px 0px;
}
li#fb_panel_tab a:hover {
	background-position: -111px -25px;
}
/*  NOTE: following does not work prior to IE8   */
#interact_panel_tabs #fb_panel_tab.selected a {
	background-position: -111px -25px;
}
li#tw_panel_tab a {
	background-position: -222px 0px;
}
li#tw_panel_tab a:hover {
	background-position: -222px -25px;
}
/*  NOTE: following does not work prior to IE8   */
#interact_panel_tabs #tw_panel_tab.selected a {
	background-position: -222px -25px;
}

#lb_panel_tab {left: 0; width: 111px;}
#fb_panel_tab {left: 111px; width: 111px;}
#tw_panel_tab {left: 222px; width: 111px;}

.interact_panel_container {
	height:594px;
	border:5px solid #DDDDDD;
	overflow:scroll;
	padding:5px;
}

.lbStyle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#006699;
	margin:5px;
}
.lbStyle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#339999;
	margin:5px;
}
.lbStyle3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#339900;
	margin:5px;
}

#sectionTabs {
	list-style:none;
	padding:0px;
	width:547px;
    height:30px;
    background:#DDDDDD;
    margin:0 auto;
    text-align:left;
}

#sectionTabs li {
	list-style:none;
	padding:4px 0px;
	float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size:12px;
    color:#888888;
    background-color:#eeeeee;
    display:block;
}
#sectionTabs li a {
	padding:4px 20px;
    text-decoration:none;
    background-color:#eeeeee;
    border-right:1px solid #fff;
    color:#333333;
}
#sectionTabs li a:link, #sectionTabs li a:visited {
    text-decoration:none;
}
#sectionTabs li a:hover, #sectionTabs li a:hover {
    text-decoration:underline;
	background:#dddddd;
}
#sectionTabs li.selected a {
	background:#dddddd;
}
        
#sections { width:547px; float:left; }
.Container, .selectedContainer { 
	padding:25px; 
	width:497px;
	height:248px;
	background:#DDDDDD; 
    margin:0 auto;
    text-align:left;
    overflow:scroll;
	}
.Container { display:none; }

.video { padding:5px; background:#e8e8e8; width:300px; float:left; margin:5px; }

#video_player1 { width:547px; height:308px; }
#video_player2 { width:547px; height:308px; }
#video_player3 { width:547px; height:308px; }

.sidebar_advertisement {
	width:336px;
	height:280px;
	float:right;
	margin-top:15px;
}

/* ===  SPECIFIC DEPARTMENTS SECTION  ===================================== */
/*        Once you’ve got everything else covered, you’re only left to      */
/*        style elements individually. This may mean stying a box that      */
/*        appears in several pages in a section or a unique element on      */
/*        the site.                                                         */


/* ===  SPECIFIC PAGE SECTION  ============================================ */
/*        Section for specific styling of controls.  This section should    */
/*        remain small.                                                     */

