@import url("externalLink.css");

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* default CSS */

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;
    
}


body
{
    
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* END default CSS */

/* Universal Start */
*
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body
{
    text-align: center;
    background-color: #ECF2F6;
    font-size: 13px;
    color: #828282;
}

img
{
    border: 0;
}

a
{
    color: #6E6E6E;
}

.clear
{
    clear: both;
}
/* Universal End */

#pageWrapper
{
    background-color: White;
    background-image: url(../graphics/backgroundBar.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    margin: 0 auto;
    text-align: left;
    width: 834px;
    
}

/* Head */

#header
{
    width: 752px;
    
    margin: 0 auto;
   
}

#headerBar
{
    background-color: #E2EFF8;
    height: 26px;
    margin: 0 0 5px 0;
    width: 100%;

}

#lowerHeader
{
    width: 100%;
    
    margin: 0 auto;
    float:left;
}

#siteLogo
{
    float: left;
    padding: 12px 0 0 5px;
}

.utilityNav
{
    font-size: 11px;
    float: right;
    margin: 3px 18px 0 0;
    display: inline;
}

ul.utilityNav li
{
    list-style-type: none;
    float: left;
    margin: 2px 5px 0 0;
    padding: 0 3px 0 15px;
    border-right: 1px solid #FBC180;
}

ul.utilityNav li.first
{
}

ul.utilityNav li.item2
{
    background-image: url(../graphics/envelope.jpg);
    background-repeat: no-repeat;
}

ul.utilityNav li.item3
{
    margin-top: 0px;
    padding-left: 0px;
    _border-right: none;
}

ul.utilityNav li.last
{
    background-image: url(../graphics/print.jpg);
    background-repeat: no-repeat;
    border-right: 0;
    padding-right: 0px;
    
}


ul.utilityNav li.last
{
    border-right: none;
}

/* END Head */


/* Primary Nav */

#siteNav
{
    width: 211px;
    float: left;
    margin: 0 0 0 38px;
    display: inline;
    padding: 0;
}


#primaryNav
{
    width: 211px;
    float: left;
    display: inline;
    background: transparent url(../graphics/dashes.jpg) repeat-x scroll left bottom;
    width: 208px;
}

#primaryNav ul li
{
    list-style-type: none;
    padding: 8px 0 8px 8px;
    margin: 0;
    background: transparent url(../graphics/dashes.jpg) repeat-x scroll left top;
    font-weight: bolder;
    width: 200px;
}

#primaryNav a
{
    color: #868686;
}

#primaryNav a span
{
    color: #4161B5;
}

#primaryNav .activePage a
{
    text-decoration: none;
}

#primaryNav .activePage span
{
    color: #868686;
}

#primaryNav ul.subnavigation li
{
    background: none;
    width: 146px;
    padding: 8px;
}

#primaryNav ul.subnavigation a span
{
    color: #6E6E6E;
}

#primaryNav ul.subnavigation a
{
    color: #4161B5;
    text-decoration: underline;
}

#primaryNav ul.subnavigation li.activePage a
{
    color: #4161B5;
    text-decoration: none;
}

#primaryNav .collapsed
{
    display: none;
}

#primaryNav ul.navigation li a.active span,
#primaryNav ul.navigation li a.active
{
    color: #868686;
    text-decoration:none;
}

#primaryNav ul.navigation li span
{
    text-transform: uppercase;
}

#primaryNav ul.subnavigation li span
{
    text-transform: capitalize;
}

#actionNav {
    float:left;
    margin:30px 0 0 10px;
    width:187px;
    
}

#actionNav #sideBtmImg {
margin:-25px 38px 20px 15px;
padding:0;
}

/* END Primary Nav */


/* Content */

#contentBar {
background-color:#FBCB90;
display:inline;
float:right;
height:21px;
margin:0 38px 0 0;
opacity:0.5;
padding:0;
width:538px;
}

.twocolumn #content
{
    width: 525px;
    margin-left:18px;
    _margin-left:0px;
    float:left;
    
}

.threecolumn #content
{
    width: 375px;
    margin-left:5px;
    float:left;
    padding-left:0px!important;
    
    
}

.landingPageColumn #contentBar{
    width:748px;
    margin-right:43px;
}

.landingPageColumn #content{
}

.landingPageColumn #content .bannerWrapper{
    width: 710px;
    margin: 0 auto;
    margin-bottom:50px;
    
}

.landingPageColumn #content .bannerWrapper img{
    float:left;
    
}
.landingPageColumn #content .bannerWrapper .Web_Information{
    float:left;
    width:450px;
    margin-left:10px;
}

/*
* html .landingPageColumn #content .bannerWrapper .buttonVideo{
    
    width:400px;
    height:39px;
    margin-left:20px;
    padding-bottom:8px;
    
}
*/

.landingPageColumn #content .bannerWrapper .buttonVideo
{
    float:left;
    width:400px;
    height:39px;
    margin-left:20px;
    /*background: transparent url(../graphics/btn_bg.jpg) repeat-x scroll left bottom;*/
    background-color:#003366!important;
    padding-bottom:8px;
    
       
}

.landingPageColumn #content .bannerWrapper .buttonVideo a{
text-decoration:none;
}

* html .landingPageColumn #content .bannerWrapper .buttonVideo{
    float:left;
    width:400px;
    margin-left:20px;
    background: transparent url(../graphics/btn_bg.gif) repeat-x scroll left bottom;
}

* html .landingPageColumn #content .bannerWrapper .buttonVideo .Actions h1{
    font-size:18px;
    color:#fff;
    text-align:center;
    margin-bottom:0px;
       
}


.landingPageColumn #content .bannerWrapper .buttonVideo .Actions h1{
    font-size:18px;
    color:#fff;
    text-align:center;
}

.landingPageColumn #content h1{
    color: #F9921C;
    text-align:center;
    padding:5px;
    background:none;
    margin-bottom:25px;
}

#content h2 {
font-size:16px;
margin:13px 0 10px;
}



#homeContent {
background-image:url(../graphics/home_header.jpg);
background-repeat:no-repeat;
/*height:382px;*/
height:375px;
width:523px;
}


.two column div.document {
float:right;
height:302px;
margin:0 20px 0 0;
padding:0;
width:250px;
}


#content h1
{
    background: transparent url(../graphics/dashes.jpg) repeat-x scroll left bottom;
    color: #A9CDED;
    font-size: 26px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0 0 5px 0;
    vertical-align: middle;
}

#content p {
margin:13px 0;
line-height:normal;
}

div.document ul
{
    margin: 10px 0 0 10px;
}

div.document ul li
{
    float: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 5px;
}

div.document ul li ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: circle;
}

div.document ul li ul li ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}

div.document ul li img
{
    float: left;
    margin: 0 25px 0 0;
    /*padding: 35px 0;*/
    
}

.twocolumn div.document
{
    float: right;
    /*height: 302px;*/
    /*margin: 0 20px 0 0;*/
    margin: 0 0px 0 0;
    padding: 0;
    width: 250px;
 }

.twocolumn #content div.document p em
{
    color: #8DBBE4;
    
    font-size: 14px;
    font-weight: bold;
    
}

.twocolumn div.document h2
{
    color: #F9921C;
    font-size: 20px;
    margin-top: 15px;
}

.twocolumn div.document p a
{
    background-image: url(../graphics/home_header_arrow.gif);
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    line-height: 23px;
    padding: 0 0 0 25px;
}


#homeNav
{
    background-image: url(../graphics/home_callout_rect_bg.jpg);
    background-repeat: no-repeat;
    height: 148px;
    margin: 10px 0 0 0;
    width: 523px;
}

#homeNav #homeNavHeader
{
    color: #3759B2;
    font-size: 20px;
    padding: 10px 0 0 25px;
    font-weight: bold;
}

#homeNav ul
{
    list-style-type: none;
    margin: 10px 0 0 25px;
}

#homeNav ul li
{
    list-style-type: none;
    background-image: url(../graphics/home_header_arrow.gif);
    background-repeat: no-repeat;
    height: 23px;
    line-height: 23px;
    margin: 5px 0;
    padding: 0 0 0 30px;
}

#faqList ul
{
    margin: 10px 0 10px 10px;
    list-style-type: none;
}

#faqList ul li, #glossaryList ul li
{
    margin: 12px 5px 12px 5px;
}

#faqList ul li ul li
{
    list-style-type: none;
}

#faqList ul li h4 span
{
    font-size: 13px;
}


/* Table Start */
table
{
    border-collapse: collapse;
    empty-cells: hide;
    text-align: center;
    font-size: 13px;
}

thead tr
{
    background-color: #828282;
    color: white;
}

thead tr th
{
    border: 2px solid #828282;
    padding: 7px;
}

td
{
    border: 1px solid #828282;
    padding: 7px;
}
/* Table End */


/* Success Stories */

.story
{
    margin: 0 0 15px 0;
}

div.story .storyDetail
{
    /*display: none;*/
}

.activePage .story .storyBanner{
   /* display:none;*/
}

.activePage .story .storyDetail{
    display:block;
}



div.story div.storyBanner
{
    display: block;
    cursor:pointer;
}

div.story.activePage div.storyBanner
{
    display: none;
}


.storyClose
{
    cursor:pointer;
    float: right;
 
}


/* END Success Stories */


/* Form */

form p
{
    clear: both;
    width: 100%;
}

form p label
{
    float: left;
    width: 150px;
}

form em
{
    color: red;
    font-weight: bold;
    padding-right:3px;
    _padding-right:0px;
    border:1px solid #fff;
    float:left;
    
}

label.error{
    color:Red;
    display:block;
    width:100%!important;
    min-width:100%!important;
}

form .submit
{
    width: 60px;
    float:left;
}

#contactInfo,.surveyBlock{
    border-bottom:1px solid #CCC;
    width:100%;
    padding-bottom:10px;
    float:left;
    margin: 5px 0 5px 0;
}

#contactInfo .label{
 float:left;
 /*width:120px;*/
 width:186px;
 
 margin-bottom:5px;
 *margin-right:20px;
}

#contactInfo .input{
 float:left;
 /*width:220px;*/
 margin-left:20px;
 *margin-left:0px;
 margin-bottom:5px;
}

.statement{
display:block;
padding-top:5px;
padding-bottom:2px;
padding-left:4px;

}

.strong{
    font-weight:bold;
}


.surveyQuestion{
float:left;
margin-bottom:5px; 
width:100%;
}

.surveyOption{
 float:left;
margin-bottom:3px; 
}

.surveyOption input{
 float:left;
 width:20px;
 margin-right:5px;
 }

.surveyOption label{
 float:left;
 width:330px;
 padding-bottom:5px;
}

.disclaimer{
float:left;
}



/*p.radioP label.radioGroupLabel
{
	margin: 2px 0;
   
}
*/

form p label.radioGroupLabel, form p label.labelGroup
{
    width: 100%;
}

form p label.radioGroupLabel
{
	margin-bottom:10px;
}

form p label.radioGroup input.radioInput
{
    width: 11%;
    
}

form p label.radioGroup
{
    margin: 0 10px 0 0;
    padding-bottom: 5px;
    width: 99%;
    background-color: #E7F3F7;
    text-align: center;
}


form p label.likertLabel
{
    margin: 5px 0 0 0;
    padding-top: 5px;
    width: 33%;
	background-color: #E7F3F7;
    font-size: 11px;
    text-align: center;
	
}

div.optionBox{
	margin-top: 25px;
	margin-bottom:25px;
	
}

div.labels{
	display:block;
	font-size: 11px;
	background-color: #E7F3F7;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	
	
}

div.labels span.middle{
	margin-left:60px;
	margin-right:60px;
}

div.radios{
text-align:center;


}

div.radios .radioInput{
margin-left:15px;
margin-right:15px;
*margin-left:10px;
}


form p label.error
{
    color: red;
    width: 90%;
}


form p input.radioInput
{
border: 1px solid #000000; 
*border:1pxsolidnone;
margin:11px;
*margin-right:10px;
width:25px;
 *border:none;

}

#formContent
{

    width: 370px!important;

}

.threecolumn #content #formContent h2
{
    font-size: 16px;
    margin: 13px 0 10px 0px;
}

#submitQuestionForm p strong {
color:Red;
}


#formContent #frame{

height:1950px;
*height:2000px;

}

.Campaigncolumn #content
{
    width:530px;
    padding-top:20px;
    padding-bottom:60px;
    margin-left:260px;

}

.Campaigncolumn #content a{
    float:left;
}
.Campaigncolumn #content .Web_Information{
    width:400px;
    float:left;
    margin-left:10px;
}

.Campaigncolumn .formContent{
    
    /*width:400px;*/

}

.Campaigncolumn div.optionBox
{
    width:380px;
}


/*END Form */


/* Print Start */
/*
.onecolumn #content
{
    width: 740px;
    margin: 0 0 0 43px;
    float:left;
    color:#000;
}

*html .onecolumn #content
{
    width: 650px;
}

*/

/* Print End */

.onecolumn{

 background-color:White;

}
.onecolumn .utilityNav{

display:none;

}

.onecolumn #header{
margin:0;
}
.onecolumn #headerBar{
    
    background-color:white;

}

.onecolumn #pageWrapper{

background-image:none;
width:100%;

}

.onecolumn #content
{
    width: 100%;
    color:#000;
    float:left;
}


.onecolumn #bottomBar{

background-color:White;

}

.onecolumn #footer{

margin:0;

}

/* END Content */


/* SideBar */

#sideBar {
float:right;
margin:-10px 0 0;
padding:0 38px 0 0;
text-align:center;
width:148px;
_margin-top:10px;
}

#sideBar .ep2{
    margin-top:10px;
    display:none;
}

/* END SideBar */


/* Footer */

#bottomBar {
background-color:#E2EFF8;
clear:both;
height:16px;
margin:0 0 0 43px;
text-align:center;
width:748px;
}

#footer
{
    clear: both;
    font-size: 10px;
    margin: 0 auto;
    width: 752px;
    
}

.siteCopyright
{
    display: block;
    margin: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.siteCopyright a
{
    display: block;
    float: left;
    height: 22px;
    margin-right: 20px;
    position: relative;
    width: 113px;
}


ul#supportNav {
margin:30px 0 0;
padding:0;
text-align:left;
}

#supportNav {
height:30px;
}

ul#supportNav li {
border-right:1px solid #FBC180;
float:left;
list-style-type:none;
padding:0 3px;
}


/* END Footer */


.hidden
{
    display: none;
}

.invisible
{
    display: none;
}

.bannerHide
{
    display: none;
}

.iframe {

    background-color:white;
    text-align:left;
    float:left;

}

 

.episodeBanner{
    float:left;
}
.episodeBanner .imageHolder{
    float:left;
}
.episodeBanner .copyHolder{
    float:left;
    width:250px;
    padding-left:10px;
}

#primaryNav ul.subnavigation li span
{
    text-transform: capitalize;
}

#homeMainContent
{
    float:right;
    height:295px;
    width:235px;
}

#homeMainContent .Rich_Description{
    width:232px;
    padding-right:10px;
    
  }
 
 #homeMainContent .Rich_Description a{
    color:#fff;
    background-image:none;
    padding-right:10px;
    
 
 }



#homeContent #rotator{
    background-color: #E4B47C;
    height:80px;
    opacity:0.9;
    filter:alpha(opacity=90);
    float:left;
    width:100%;
    
 }

#rotator .Web_Information{
    height:80px;
    float:left;
     width:420px;
    _width:420px;
}


#rotator .Web_Information .item1{
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    color:White;
    list-style:none;
    
    
}

#rotator #homeBanner2 .Web_Information{
 padding-left:40px;
 padding-top:10px;
 *padding-top:20px;
 _height:50px;
 
}

#rotator #homeBanner2 .Web_Information .item1{
    font-family:Arial;
    font-weight:bold;
    font-size:28px;
    color:White;
    text-align:center;
    list-style:none;
    
    
}

#rotator .Web_Information .item2{
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    color:White;
    list-style:none;
    padding-left:40px;
    
}

#rotator .Web_Information .item3{
    font-family:Arial;
    font-size:13px;
    color:White;
    text-align:right;
    list-style:none;
}

#rotator img{
    float:right;
    margin:10px;
}

#rotator li strong{
    text-decoration:underline;
}


#homeContent #homeMainContent .Rich_Description h1
{
    font-size:18px;
    font-weight:bold;
}

#homeContent #homeMainContent .Rich_Description p
{
    color:#fff;
    
}


div.Web_Information div.section1 ul li a {

    color:#fff;

}
div.Web_Information div.section1 ul li.item3
{
    margin-top:-5px;
}

.Campaigncolumn div#header div#lowerHeader img{
    margin-top:12px;
    
}

.registered{
    display:none;
    
}



/* ******************************************************************************************************************************* */
/* The code below is for the overlay video that uses jQuery Fancybox and Flowplayer Integration */
/* Codes recieved from http://www.webgurusdesignblog.com/2009/08/fancyplayer-jquery-fancybox-and-flowplayer-integration-tutorial/ */
/* ******L****O*********C*******H************A**************N**********2**************0***************0************9*************** */


/* Video Overlay Style *//* Look for END comment */

div#fancy_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 30;
}

* html div#fancy_overlay
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap
{
    text-align: left;
}

div#fancy_loading
{
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

div#fancy_loading div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay
{
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}

div#fancy_loading_icon
{
    position: absolute;
    background: url('../images/fancy_loading.gif') no-repeat;
    z-index: 35;
    width: 16px;
    height: 16px;
}

div#fancy_outer
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner
{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #BBB;
    background: #FFF;
}

div#fancy_content
{
    margin: 0;
    z-index: 100;
    position: absolute;
}

div#fancy_div
{
    /* Set a background image for the div where the player will be loaded. Optional.*/
    /*background: url('../images/video_bg.png') no-repeat;*/
    color: #fff;
    height: 100%;
    width: 100%;
    z-index: 100;
}


div#fancy_div h3
{
    color: #ff0000;
}

img#fancy_img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

div#fancy_close
{
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('../images/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame
{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax
{
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right
{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: none;
}

a#fancy_left
{
    left: 0px;
}

a#fancy_right
{
    right: 0px;
}

span.fancy_ico
{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}

span#fancy_left_ico
{
    left: -9999px;
    background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico
{
    right: -9999px;
    background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover
{
    visibility: visible;
}

a#fancy_right:hover
{
    visibility: visible;
}

a#fancy_left:hover span
{
    left: 20px;
}

a#fancy_right:hover span
{
    right: 20px;
}

.fancy_bigIframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg
{
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg_n
{
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne
{
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e
{
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se
{
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s
{
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw
{
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w
{
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw
{
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title
{
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

div#fancy_title div
{
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}

div#fancy_title table
{
    margin: 0 auto;
}

div#fancy_title table td
{
    padding: 0;
    vertical-align: middle;
}

td#fancy_title_left
{
    height: 32px;
    width: 15px;
    background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main
{
    height: 32px;
    background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right
{
    height: 32px;
    width: 15px;
    background: transparent url(fancy_title_right.png) repeat-x;
}


#primaryNav ul.navigation li span
{
    text-transform: uppercase;
}

/* /Video Overlay Style *//*End of Video Overlay Style */


/* ********************** */
/* ********************** */
/* START style for the video wireframe called 3columnTemplateVideo */
/* ********************** */
/* ********************** */


.video #content
{
    padding: 0px;
    margin: 0px;
}

.video .title
{
    padding-left: 10px;
}
.video div.Rich_Description p
{
    margin-top: 0px !important;
}

.video div.Rich_Description p img
{
    padding: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 80px;
    float: left;
}

.video div.Rich_Description h2
{
    float: left;
    width: 100%;
}

.video div.Rich_Description .section6, .video div.Rich_Description .section7
{
    float: left;
    width: 100%;
}

.video div.Rich_Description .section6 tr.row4 td.col2
{
    width: 90px;
}

.video div.Rich_Description .section6
{
    height: auto;
}

* html .video div.Rich_Description .section3 table td
{
    padding-top: 0px;
}


* html .video div.Rich_Description p
{
    margin-top: 10px !important;
}


* html .video div.Rich_Description .section6
{
    width: 100%;
}




* html .video div.Rich_Description table
{
    margin-top: 5px;
}




.video div.Rich_Description
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 380px;
}

.video td
{
    border: none;
    padding: 7px;
}

.video div.Rich_Description .row2 .col1
{
    font-size: 11px;
    background-image: url(../graphics/linkArrow.gif);
    background-position: 75px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 12px;
    text-align: left;
    margin-top: 0px;
    float: left;
    width: 78px;
 
}

.video div.Rich_Description .section6 .row2 .col1
{
    background-position: 90px;
    width:90px;
    
    
}

* html .video div.Rich_Description .row2 .col1
{
    background-image: url(../graphics/linkArrowIE.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.video div.Rich_Description table
{
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}

.video div.Rich_Description .section7, .video div.Rich_Description .section8
{
    float: left;
}

.video div.Rich_Description .section8
{
    margin-bottom: 20px;
}

/* ********************** */
/* ********************** */
/* END style for the video wireframe called 3columnTemplateVideo */
/* ********************** */
/* ********************** */



/* Write all the styles above this large block of video style for consistency */