/* ____________________________ Header ____________________________________ */
#headerwrapper {
	margin:0px;
	padding:0px;
}
#header {
	width: 763px;
	height: 93px;
	padding: 0px;
	margin:0px;
	position: relative;
}
#logo {
	float: left;
	width: 285px;
	position: relative;
	padding: 0px;
	margin: 0 0 0 -5px;
	padding: 10px 0 0 0px;
}
	
#logo img, #logo h2 {
	float: left;
	font-size: 1.2em;
}

#logo h2 {
	text-align: left;
	width: 180px;
	position: absolute;
	right:  0px;
	bottom: 0px;
}
	
/* ________________ Utility _________________ */
#utility {
	float: left;
	width: 225px;
	height: 18px;
	padding: 0px;
	margin:0px;
	margin: 0px 0 0 0px;
	*margin: 20px 0 0 0px;
}

#utility ul {
	padding: 0;
	margin: 0;
}

#utility li 
{
	list-style-type: none;
	font-size: 0.86em;
	line-height: 1.3em;
	display: inline;
}

#utility li.first {
	border-left: 0px;
}

#utility li a:link, #utility li a:visited {
	color: #333333;
	text-decoration: none;
}
#utility li a:hover {
	color: black;
	border-bottom: 1px dotted black;
}

#langSel {
	margin-top: 15px;
	margin-bottom: 0px;
}

#langSel select {
	margin:0px;
	padding:0px;
	font-size: 10px;
	line-height: 1em;
	width: 185px;
}

/* ____________ Search _________________ */
#search {
	float: right;
	text-align:right;
	width: 180px;
	margin: 0px 0 0 34px;
	*margin: 0px 0 0 44px;
}

#form_search input#search_query {
	font-size: 10px;
	line-height: 1em;
	width: 155px;
}



/* ____________ Find it Now _____________*/
#findItNow {
	float:right;
	margin-top: 0px;
}
#findItNow select {
	width: 174px;
	font-size: 10px;
   line-height: 10px;
	margin-top: 7px;
}

#search p {
	text-align:right;
	clear:both;
	margin-top: 2px;
	font-size: 0.89em;
	*margin-top:0px;
	margin-bottom:0px;
}

/* ____________ Bookmark _________________*/

#bookmark {
	margin-top: 30px;
	margin-bottom: 0px;	
	padding: 0;
	color: ##0066CC;
}
#bookmark a:link, #bookmark a:visited {
	color: #0066CC;
	font-size: 0.86em;
	line-height: 1.3em;
	text-decoration: none;
	
}
#bookmark a:hover {
	color: #0066CC;
	border-bottom: 1px dotted blue;
}

#topNav ul#topNavLinks {

	width:763px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top:-1px;
	*margin-top:0px;
}

#topNav ul#topNavLinks li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	/*width: 94px;*/
	min-height: 32px;
	height: 35px;
	/*border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #9B9B9B;*/
	/*background: #F1F1F1;*/
    background: #FECF4D;
}

#topNav ul#topNavLinks li.nav-first {
	border-left: 0;
}

#topNav ul#topNavLinks li.last {
	/*border-right: 1px solid #9B9B9B;
	width:96px;*/
}

#topNav ul li a {
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#topNav ul#topNavLinks li:hover { 
	/*background: #FECF4D;*/
    background: #F1F1F1;
}
#topNav ul#topNavLinks li.active{ 
	/*background: #FECF4D;*/
    background: #F1F1F1;
}
#topNav ul#topNavLinks li.lastactive {
	background: #FECF4D;
	border-right: 1px solid #9B9B9B;
	width:96px;
	*width:104px;
}
/* ________________________ breadcrumb ___________________________________ */
#breadcrumb {
     font-size: 0.86em;
     line-height: 1.3em;
     padding: 0 0 0 0px;
     margin: 0 0 0 0;
     background: white;
}

#breadcrumb a:link, #breadcrumb a:visited {
     color: #0066CC;
     text-decoration: none;
}
#breadcrumb a:hover {
     border-bottom: 1px dotted #0066CC;
}

/*********************************************************/
/*********** DO NOT DELETE THE FOLLOWING!!! **************/
/*                                                       */
/* Webmaster, you can alter the selectors, properties,   */
/* and values... But, don't change the class names as    */
/* they are used by the CQ components                    */
/*********************************************************/

/*********************************************************/
/* START: Horizontal Rule CSS styles...         		 */
/* Todd J. Haser                                         */
/*********************************************************/
hr.ZebraHR {
	border-top: 1px solid #d6d6d6;
	height: 1px;
}
/* END: Horizontal Rule CSS styles              		 */
/*********************************************************/

/*********************************************************/
/* START: List Generator Component CSS styles...      
   */
/* Sami Takieddin                                        */
/*********************************************************/
.listgeneratorArrows {
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.listgeneratorArrows ul {
	margin: 2px 4px 2px -12px;
	list-style-image: url('../../images/bridge/link-arrow.gif');
}

.listgeneratorArrows ul li {
	margin: 0 0 0 8px;
	padding: 4px 2px 2px 2px;	
	list-style-image: url('../../images/bridge/link-arrow.gif');
}

.listgeneratorArrows ul li a {
	color: #333333;
	border-bottom: 1px dotted white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.listgeneratorArrows ul li a:hover {
	color: #ce5e0d;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

.listgeneratorArrows_title_wrapper {
	padding: 4px 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #FFFFFF;
}

.listgeneratorArrows_title_wrapper_line {
	padding: 4px 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.listgenerator_text {
	font-weight: normal;
}

.listgenerator_text_bold {
	font-weight: bold;
}

.listgenerator a {
	color: #000000;
}

/* END: List Generator Component CSS styles              */
/*********************************************************/

/*********************************************************/
/* START: List Generator2 Component CSS styles...        */
/* Todd J. Haser                                         */
/*********************************************************/
.listgeneratorBoxes {
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 100%; */
	font-size: 10pt;
}

.listgeneratorBoxes ul {
	margin: 3px 0 0 5px;
	list-style-image: none; 	
}

.listgeneratorBoxes ul li {
	margin:0 0 0 0;
  padding: 0px 2px 2px 11px;
  /*padding: 2px 2px 2px 25px;  use to be 11px */
	list-style-image: none;
   list-style-position: outside;
	background: url('../../images/bridge/bullet-gray.gif') no-repeat 2px left;
}

.listgeneratorBoxes ul li a {
	/* color: #0066CC; */
	
	color: #0066cc;
	border-bottom: 1px dotted white;
}

.listgeneratorBoxes ul li a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.listgeneratorBoxes_title_wrapper {
	padding: 4px 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #FFFFFF;
}

.listgeneratorBoxes_title_wrapper_line {
	padding: 4px 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #D6D6D6;
}

/* END: List Generator Component CSS styles              */
/*********************************************************/


#header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearfix {display: block;}

body div#site-footer {
    display: block;
}

div.home-video {
	height: 100%;
}

