/* -----------------------------------------------
Style Sheet [screen]

Site: Yagura Japanese Restaurant
Author:   Gary Jones    www.powerpointcreative.com
Version:  2007.11
----------------------------------------------- */

/* Undo some of the default styling of common (X)HTML browsers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, address, caption, cite, input, p, html, blockquote, th, td
{ margin:0; padding:0; }

/* Normalizes font-size for headers, pre/code too*/
h1,h2,h3,h4,h5,h6,pre,code
{ font-size:100%; }

/* Removes list-style from lists*/
ul,ol
{ list-style:none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal; }

/* Removes borders from tables */
table
{border-collapse:collapse; border-spacing:0;}

/* Removes Blue borders*/
a img,:link img,:visited img, fieldset, img
{ border:0;}

/* Removes link underlines */
:link,:visited
{ text-decoration:none; }

/* Left-aligns text in caption and th */
caption, th
{text-align:left;}

/* Removes quotation marks from q */
q:before, q:after
{content:' ';}

/*---------------------------------------------------------------------
            GLOBAL STYLES - UNIVERSAL SELECTORS & FIXES
---------------------------------------------------------------------*/

/*These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; display: inline; margin: 0; padding: 0; }

/* Things I want to appear with styles off, but disappear when styles
are on, are often wrapped in a div or span with this "hidden" class to 
hide them. */
.hidden { display: none; }

/* End browser nomalization */

/*---------------------------------------------------------------------
            GLOBAL TYPE STYLES
---------------------------------------------------------------------*/

body {
	background-color: #464648;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
}

p {
	font-size: 10px;
	font-style: normal;
	line-height: 24px;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	margin-bottom: 8pt;
}
strong {
	font-weight: bold;
}


td {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
}

th {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
}





/* -----------------------------------------------------------------
              MAIN WRAPPER BRANDING HEADER AND NAVIGATION
-------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width:778px;
	text-align:left;
	background-color: #f0a027;
}

#contentWrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
}


#galleryFlashWrapper {
	width: 100%;
	margin-bottom: 60px;
}

#branding {
	position: relative;
}

#branding h1 {
	background-image: url(../images/yagura_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 112px;
	width: 104px;
	padding: 0px;
	margin:0px;
	top: 262px;
	right: 46px;
	z-index: 7;
}

#branding h2 {
	background-image: url(../images/happy_hour_banner.gif);
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin:0px;
	top: 382px;
	right: 11px;
	height: 377px;
	width: 193px;
}

#branding h3 {
	background-image: url(../images/twitter_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin:0px;
	top: 763px;
	right: 14px;
	height: 36px;
	width: 155px;
}

#branding h4 {
	background-image: url(../images/facebook_logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin:0px;
	top: 806px;
	right: 14px;
	height: 38px;
	width: 120px;
}

/*#branding a {
display: block;
height: 112px;
width: 104px;
text-indent: -9999px;
}*/

#header {
	height: 33px;
	background-image: url(../images/navbar_new_back.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 778px;
	height: 33px;
	text-transform: uppercase;
	background-color: #000000;
	position: relative;
}
#header h3 {
	position: absolute;
	top: -9999px;
	padding:0px;
	margin:0px;
}
#header ul .first a { /*remove the first divider from the language selector */
	background:none;
}
#header ul li {
	float: left;
}
#header ul#navigation {
	position: absolute;
	list-style: none;
	z-index: 8;
}
#header ul#navigation li {
	text-indent: -9999px; /* this removes the nav item text from appearing over the nav list items */
	text-decoration: none; /* this removes the nav item text from appearing over the nav list items */
	float: left;
}
#header ul#navigation a {
	display: block;
}
#header ul#navigation a:hover  {
	background-position: 0 -33px; /* this makes the nav items display their rollovers */
}


#homemenu a { /* this replaces the list item's anchor with an image, gives it a width and height, and floats it left. */
	width: 71px;
	height: 33px;
	background-color: transparent;
	background-image: url(../images/home_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menusmenu a {
	background: transparent url(../images/menus_btn.gif) no-repeat 0 0;
	width: 66px;
	height: 33px;
}

#chefsmenu a {
	background: transparent url(../images/chef_btn.gif) no-repeat 0 0;
	width: 60px;
	height: 33px;
}

#interiormenu a {
	background: transparent url(../images/interior_btn.gif) no-repeat 0 0;
	width: 80px;
	height: 33px;
}

#gallerymenu a {
	background: transparent url(../images/gallery_btn.gif) no-repeat 0 0;
	width: 81px;
	height: 33px;
}

#pressmenu a {
	background: transparent url(../images/press_btn.gif) no-repeat 0 0;
	width: 61px;
	height: 33px;
}

#reservationsmenu a {
	background: transparent url(../images/reservations_btn.gif) no-repeat 0 0;
	width: 110px;
	height: 33px;
}

#contactmenu a {
	background: transparent url(../images/contact_btn.gif) no-repeat 0 0;
	width: 95px;
	height: 33px;
}


/* These styles control the indication of what section the user is currently in. */


body#home #homemenu a, body#menus #menusmenu a, body#chefs #chefsmenu a,
body#interior #interiormenu a, body#gallery #gallerymenu a,
body#press #pressmenu a, body#reservations #reservationsmenu a
{
	background-position: 0 -33px;
}


/* -----------------------------------------------------------------
          MAIN COLUMN STYLES
-------------------------------------------------------------------*/

#mainColumn {
	height: auto;
	width: 540px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 20px;
	float: left;
}

#mainColumn em {
	font-style: italic;
}


#mainColumn a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
}


#mainColumn a:link a:visited {
	text-decoration: none;
}

#mainColumn a:hover, #mainColumn a:active {
	text-decoration: underline;
}







#introPara {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 22px;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	margin-bottom: 8pt;
	margin-top: 15pt;
	margin-right: 0pt;
	margin-left: 0pt;
}

#introPara em {
	font-weight: bold;
	font-style: italic;
}




/* -----------------------------------------------------------------
           MENU PAGE 2 COLUMN LAYOUT
-------------------------------------------------------------------*/


#sideBar {
	float: right;
	width: 200px;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	background-image: url(../images/chef_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 420px;
}

#menuLeft {
	width: 250px;
	float: left;
}
#menuLeft p {
	margin-left: 10px;
}

#menuRight {
	float: right;
	width: 250px;
	margin-left: 20px;
}
#menuRight p {
	margin-left: 10px;
}

#menuRight ul {
	margin-left: 10px;
}

.signature {
	background-image: url(../images/signature_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 8px;
}
.sake {
	background-image: url(../images/sake_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 8px;
}
.omakase {
	background-image: url(../images/omakase_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin-top: 25px;
	margin-bottom: 8px;
}
.drinks {
	background-image: url(../images/drinks_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 8px;
	margin-top: 22px;
}

.download {
	background-image: url(../images/download_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	display: block;
	text-indent: -9999px;
	margin-top: 25px;
	margin-bottom: 8px;
}

.pdfIcon {
	background-image: url(../images/pdf_icon.gif);
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: auto;
	width: auto;
	left: 170px;
	top: 0px;
	bottom: 0px;
	font-size: 9px;
	line-height: normal;
	text-indent: 16px;
	z-index: 3;
	float: left;
	right: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

.downloadMenus {
	margin-bottom: 2em;
}
/*.downloadMenus ul li span {
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #99CC00;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	width: 80px;
	text-indent: 15px;
}*/

.downloadMenus a {
	height: 20px;
	background-image: url(../images/generic_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 170px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
}

.downloadMenus a:link a:visited {
	text-decoration: none;
}
.downloadMenus a:hover {
	background-position: 0px -20px;
	color: #000000;
}

.buttons{
	width: 100%;
	position: relative;
	margin-bottom: 8px;
} 



/*---------------------------------------------------------------
                     newsclipping styles
----------------------------------------------------------------*/
#newsclippping {
	width: 350px;
	float: left;
	/* margin-left: 14px;*/
	margin-left: 5px;
	text-align:left;
}
.newsClippingDate {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

.newsClippingDate a {
	text-decoration: none;
	color: #FFFFFF;
}

.newsClippingDate a:hover, .newsClippingDate a:active {
	text-decoration: underline;
}


.newsClippingDateBlack {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}


.newsClippingHead {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 22px;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	margin-bottom: 8pt;
	margin-top: 15pt;
	margin-right: 0pt;
	margin-left: 0pt;
}

.newsClippingHead em {
	font-weight: bold;
	font-style: italic;
}






/* -----------------------------------------------------------------
                   FOOTER STYLES
-------------------------------------------------------------------*/

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 778px;
	background-color: #464648;
	height: 50px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p
{
	color: #808081;
	float: left;
	font-size: 9px;
	line-height: 1.5em;
	padding-top: 40px;
	padding-left: 0.8em;
}



#footer  ul
{
	list-style: none;
	float: right;
	font-size: 9px;
	line-height: 1.5em;
	padding-top: 40px;
}

#footer  li
{
	float: left;
}

#footer  a
{
	display: block;
	float: left;
	padding-right: 0.8em;
	padding : 0 0.8em;
	padding-left: 0.8em;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #FFFFFF;
}

#footer  ul .first a {
	background:none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer a.active:link, #footer a.active:visited
{
	text-decoration: underline;
}

#footer .ppcCredit {
	color: #808081;
	float: left;
	font-size: 9px;
	line-height: 1.5em;
	padding-top: 40px;
}

#footer .ppcCredit a {
	color: #808081;
	padding-left: 3em;
	text-decoration: none;
	background: none;
}

#footer .ppcCredit a:hover, #footer .ppcCredit a:active {
	text-decoration: none;
}

#footer .ppcCredit a.active:link, #footer .ppcCredit a.active:visited
{
	text-decoration: none;
}


/* -----------------------------------------------------------------
        LANGUAGE SELECTOR NAV & COMING SOON POP-UP
-------------------------------------------------------------------*/
 
 #nav_language
{
	position: absolute;
	left: 635px;
	font-size: 9px;
	top: 11px;
	height: 33px;
	width: 200px;
	z-index: 4;
}

#nav_language ul
{
	list-style: none;
	float: left;
}

#nav_language li
{
	float: left;
}

#nav_language a
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 0px;
	padding-right: 0.8em;
	padding-bottom: 0px;
	padding-left: 0.8em;
	width: auto;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 9px;
	line-height: 1.2em;
}

#nav_language a:hover, #nav_language a:active {
	color: #f0a027;
}

#nav_language a.active:link, #nav_language a.active:visited
{
	color: #f0a027;
}

#comingSoon {
	position: absolute;
	height: 23px;
	width: 104px;
	background-color: transparent;
	top: 28px;
	background-image: url(../images/ComingSoon_Box.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 635px;
	visibility: hidden;
	z-index: 5;
}


/* -----------------------------------------------------------------
              SPLASH PAGE STYLES
-------------------------------------------------------------------*/

body#index #contentWrapper.indexPage {
	height: 670px;
	width: 778px;
}

.introFlash {
	margin-top: 0px;
}



#flashHolder {
	clear: both;
	height: 230px;
	width: 778px;
}
#flashHolder h2 {
	position: absolute;
	top: -9999px;
}

#skipMovie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	float: right;
	display: block;
	margin-right: 15px;
	width: 150px;
	text-align: right;
}

#skipMovie a {
	text-decoration: none;
	color: #FFFFFF;
}

#skipMovie a:hover, #skipMovie a:active {
	text-decoration: underline;
}

#skipMovie a.active:link, #skipMovie a.active:visited
{
	text-decoration: underline;
}



/* -----------------------------------------------------------------
           HILITE CURRENT LANGUAGE
-------------------------------------------------------------------*/


body.english #nav_language a#english,
body.chinese #nav_language a#chinese,
body.japanese #nav_language a#japanese
{
	color: #f0a027;
	cursor: default;
	font-weight: bold;
}


/* -----------------------------------------------------------------
            CHANGE #WRAPPER IMAGE ACCORDING TO PAGE ID
-------------------------------------------------------------------*/


/*body#home #wrapper {
	background-image: url(../images/happy_hour_banner.gif);
	background-repeat: no-repeat;
	background-position: right 270px;
}*/

body#menus #wrapper {
	background-image: url(../images/king_crab.gif);
	background-repeat: no-repeat;
	background-position: right 230px;
}

body#chefs #wrapper {
	background-image: url(../images/chef.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

body#interior #wrapper{
	background-image: url(../images/waiter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body#press #wrapper {
	background-image: url(../images/lobster.gif);
	background-repeat: no-repeat;
	background-position: right 260px;
}

body#reservations #wrapper {
	background-image: url(../images/waiter.gif);
	background-repeat: no-repeat;
	background-position: right 350px;
}

body#privacy #flashHolder {
	background-image: url(../images/Privacy_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* -----------------------------------------------------------------
         POP-UP LOCATION WINDOW
-------------------------------------------------------------------*/

 #contactPopHolder {
	width: 100%;
	position: relative;
	background-color: #00CCCC;
}

#contactPop {
	width:372px;
	height:407px;
	background-image: url(../images/contact_us_new.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	background-position: left top;
	visibility: hidden;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	z-index: 9;
	left: 30px;
	top: 38px;
	position: absolute;
}
#galleryContactPop {
	width:372px;
	height:407px;
	background-image: url(../images/contact_us_new.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	background-position: left top;
	visibility: hidden;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	z-index: 10;
	left: 30px;
	top: 0px;
	position: absolute;
}


#location {
	margin-top: 30px;
	margin-left: 20px;
}

#location h4 {
	color: #f0a027;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 12px;
	line-height: 150%;
	background-image: url(../images/location.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#location strong {
	font-weight: bold;
	color: #f0a027;
}

#location a
{
	text-decoration: none;
	color: #FFFFFF;
}

#location a:hover, #nav_language a:active {
	color: #f0a027;
}

#location a.active:link, #nav_language a.active:visited
{
	color: #f0a027;
}


#opening {
	margin-top: 20px;
	margin-left: 20px;
}

#opening h4 {
	color: #f0a027;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 12px;
	line-height: 150%;
	background-image: url(../images/opening.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}


#closeButton {
	width: 150px;
	margin-top: 198px;
	margin-left: 20px;
}

#closeButton a {
	height: 15px;
	width: 200px;
	background-image: url(../images/close_win_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

#closeButton a:link a:visited {
	text-decoration: none;
}
#closeButton a:hover {
	background-position: 0px -15px;
}


/* -----------------------------------------------------------------
           IMAGE REPLACEMENT FOR HEADLINES & WHAT NOT
-------------------------------------------------------------------*/


#homeHead {
	background-image: url(../images/home_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	display: block;
	height: 36px;
}

#pressHead {
	background-image: url(../images/press_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
}
#pressClipsHead {
	background-image: url(../images/press_clips.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
}


#chefHead {
	background-image: url(../images/chef_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
}

#chefsubHead {
	background-image: url(../images/chef_h3.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
	padding-bottom: 10px;
}



#reservHead {
	background-image: url(../images/reservations_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
}

#interiorHead {
	background-image: url(../images/interior_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 14px;
}


#privacyHead {
	background-image: url(../images/privacy_h2.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 36px;
}


#pullquoteWrapper {
	width: 150px;
	float: right;
	position: relative;
	height: 200px;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
}
#pullquoteWrapper  p {
	position: absolute;
	left: 10px;
	height: 184px;
	width: 247px;
	background-image: url(../images/pullQuote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	top: 8px;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
}




/* -----------------------------------------------------------------
         CLEARING CLASS
-------------------------------------------------------------------*/

.clearBoth {
	clear: both;
}

/* -----------------------------------------------------------------
         PRIVACY STATEMENT RULES
-------------------------------------------------------------------*/

#wideColumn {
	height: auto;
	width: 600px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 20px;
	float: left;
}

#leftColumn {
	width: 290px;
	float: left;
}


#rightColumn {
	float: right;
	width: 290px;
}

#Section1 {
	margin-top: 15px;
}

#Section1 h2 {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#Section1 p {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#Section1  ul  {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#Section1  li  {
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	list-style-position: outside;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#Section1 ol li  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 9px;
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}


/* -----------------------------------------------------------------
         PRESS PAGE RULES
-------------------------------------------------------------------*/


#news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 0px;
	margin: 0px;
	}
	
.read {
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	display: block;
	width: 130px;
	padding: 0px;
	}

	.read a
{
	text-decoration: none;
	color: #FFFFFF;
}


.read a:hover, .read a:active {
	background-image: url(../images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

.read a.active:link, .read a.active:visited
{
	background-image: url(../images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

.readChi {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	display: block;
	width: 150px;
	padding: 0px;
	text-indent: 18px;
}

.readChi a
{
	text-decoration: none;
	color: #FFFFFF;
}


.readChi a:hover, .readChi a:active {
	background-image: url(../images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

.readChi a.active:link, .readChi a.active:visited
{
	background-image: url(../images/rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}


	
#news h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	padding-bottom: 3px;
	}
	
	
#news h2 {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 20px;
	}
	
#news h2 .smlC {
	text-transform: lowercase;
	}
#clippings {
	position: relative;
}
#clippings img {
	float: left;
	height: 77px;
	width: 60px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#clippings h3 {
	font-size: 12px;
	color: #FFFFFF;
}
#clippings  p  {
}
