/* @group Layout */

/* @group Master */

html, body {
	margin: 0;
	padding: 0;
	/* background: #c0c4c8; */
	background: #fff;
	font-family: Verdana;
	/*min-width: 964px; /* This should be equal to #page's width (inc padding and margin) */
}

.interior p, .interior li, .interior dl * {
	line-height: 150%;
}

#frame {
/*	background: #c0c4c8 url('../images/layout/page.gif') left top repeat-x;*/
	background: #fff;
}

#page {
	width: 964px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 85%;
}

#print {
	display: none;
}

/* @end */

/* @group Global */

#global_nav_wrapper {
	height: 2.4em;
	background: #5e6b7c url('../images/layout/global_nav.gif') left bottom repeat-x;
}

* html #global_nav_wrapper {
	margin-bottom: -.7em;
}

#global_header {
	margin-bottom: 54px;
	width: 100%; /* Fix IE hasLayout bug */
}

* html #global_header {
	margin-bottom: 26px;
}

body[className~="IE_fix"] #global_header {
	margin-bottom: 26px;
}

#global_nav {
	width:  964px;
	margin: 0 auto;
	font-size: 85%;
}

#global_select {
	padding-top:  0.25em;
	float: left;
}

#global_links {
	float: right;
}

#global_links {
	padding-top:  .5em;
}

#global_links ul, #global_links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#global_links li {
	display: inline;
	border-right: 1px solid #fff;
	padding-right: .5em;
}

#global_links li.last {
	border-right: none;
}

#global_links li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

#global_links li a:hover {
	text-decoration: underline;
}

form.newspond_search {
	float: right;
}

#global_logo {
	display:  block;
	float: left;
	width: 256px;
	height: 36px;
	background: url('../images/layout/global_logo.gif') top left no-repeat;
	text-indent:  -999em;
	font-size: 10%;
}


#email_updates_form {
	background: #999;
	display: none;
	position: absolute;
	width: 428px;
	margin-left: -11px;
	z-index: 11000;
	border: 1px solid #111;
}
* html #email_updates_form {
	white-space: normal;
}
#email_updates_form a.share_this_close {
	color: #fff;
	float: right;
	margin: 5px;
}

#email_updates_form div.clear {
	clear: both;
	float: none;
}

#email_updates_form form {
	border:  0;
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #fff;
}


#email_updates_form fieldset {
	border: 0;
	margin: 10px 0 0 10px;
	padding: 0;
}

#email_updates_form p {
	margin: 0px 0px 5px 0px;
	padding: 0px
}

#email_updates_form input, #email_updates_form textarea {
	padding: 2px;
	margin: 2px;
	width: 225px;
	border: 1px solid #999;
}

#email_updates_form label {
	width: 80px;
	float: left;
	text-align: left;
	margin: 5px 0;
	margin-right: 0.5em;
	display: block;
	clear: left;
}

#email_updates_form #submit {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width:  80px;
}

/* @end */

/* @group Content */

/* @group Photos */

#photos ul, #photos li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#photos ul {
	padding: 15px 0 0 7px;
}

#column_right #photos li a {
	text-decoration: none;
	display: block;
	width:  58px;
	height: 58px;
	border: 1px solid #666;
	overflow: hidden;
}

#column_right #photos a img {
	border: none;
}

#column_right #photos span a {
	display: inline;
}

*[class].interior #photos {
	padding: 0;
	margin: 0 23px !important;
}

* html .interior #photos {
	margin: 0 0 !important;
}

* html #photos ul {
	margin-left:  -12px;
}

#photos li {
	margin-left: 12px;
	float: left;
	display: inline;
}

#column_right #photos li {
	margin-bottom:  6px;
}

.interior #photos li.photo {
	margin: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 106px;
	height: 106px;
}
.interior #photos li.photo a {
	display: block;
	width: 106px;
	height: 106px;
	border: 1px solid #9c9ca9;
	overflow: hidden;
}

.interior #photos li.photo a img {
	width: 104px;
	height: 104px;
	overflow: hidden;
	border: none;
}

#photos img {
	padding: 1px;
}

#photos.docenter img {
	display: block;
	margin: 0 auto;
}

#photos span.c {
	padding-top: .5em;
	clear: both;
	display: block;
	text-align: center;
}

#gallery_categories, #gallery_categories li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

#gallery_categories li {
	clear: left;
	padding: 10px 0;
	list-style-image: none;
}

#gallery_categories a {
	display: block;
	padding: 1px;
	border: 1px solid #9c9ca9;
	float: left;
	width:  104px;
	height: 104px;
}

#gallery_categories img {
	display: block;
	width:  104px;
	height: 104px;
	border: none;
	padding: 0;
	margin: 0;
}

#gallery_categories ul {
	margin-left:  125px; 
	padding-left:  0;
}

#gallery_categories ul a {
	display: none;
}

#gallery_categories ul .i_wrapper {
	margin-left: 0;
}

#gallery_categories ul .i_wrapper a {
	display: static;
}

#gallery_categories .i_wrapper {
	margin-left: 125px;
	width: 365px;
}

#gallery_categories h3.sifr {
	border: none;
}

/* @end */

/* @group News */

#news {
	float: left;
	margin: 25px 24px 0;
}

* html #news {
	margin: 25px 12px 0;
}

h3.sifr {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 169.41%;
	margin: 0 0 5px;
}

html #news.interior {
	margin: 0;
	float: none;
}

#news.interior h3.sifr {
	margin-bottom: 0;
}

.interior p {
	margin: 0 0 1.2em;
}

.sIFR-active #news.interior p {
	margin-top: -.5em;
}

.sIFR-active #news.interior * p {
	margin-top: 0;
}

#news li {
	float: left;
	margin: 0 0 25px;
}

#news.interior li, * html #news.interior , #news.interior {
	margin: 0;
	float:  none;
}

html *[className="featured"] #news li {
	padding-left: 20px;
	/* margin-bottom: -104px; */
}

html #news #standard_list li {
	margin: 0;
	padding: 0;
}

#news img {
	padding: 1px;
	border: 1px solid #9c9ca9;
	float: left;
	display: block;
	width:  104px;
}

#news.interior img {
	float: none;
	margin: 5px;
}

#news .n_wrapper {
	margin-left: 125px;
	width: 365px;
}

#news .no_img .n_wrapper {
	margin-left: 0;
	width:  490px;
}

html *[className="featured"] #news .n_wrapper.two {
	position: relative;
	margin-top: -114px;
}

* html #news .n_wrapper.two {
	margin-top: -114px;
}


#news blockquote {
	margin: 0;
	line-height: 1.4;
}

.featured .highlight_wrap {
	clear: both;
	background: #f1f1f5;
}

.featured .highlight {
	clear: left;
	background: url('../images/layout/about_overlay.png') center center no-repeat;
	margin: 0;
	font-size: 110%;
	margin-bottom: 1em;
	border:  1px solid #ababb6;
	border-width: 1px 0;
	padding: 10px 30px;
	color:  #232333;
	font-style: italic;
}

.featured .highlight p {
	margin: 0;
	padding: 0;
}

* html .featured .highlight {
	margin-top: 1em;
	padding-bottom: 5px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/about_overlay.png', sizingMethod='scale');
	
}

html *[className="featured"] #news {
	margin-bottom: 2em;
}

#news blockquote p {
	margin: 0;
	padding: 0;
}

#news #release_image {
	float: left;
	margin: 0 10px 10px 0;
}

#news h2.offset, #news h1.offset {
	margin-left:  118px;
}

/* @end */

/* @group Icons */

#get_news_updates {
	display: block;
	width: 146px;
	height: 64px;
	background: url('../images/layout/get_news_updates.gif') top left no-repeat;
	text-indent:  -999em;
	margin:  25px auto 13px;
}

#rss {
	display: block;
	width: 48px;
	height: 20px;
	font-size:  10%;
	text-indent: -999em;
	background: url('../images/layout/icon_rss.gif');
	margin:  0 auto;
}

#print_and_send ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;
}

#print_and_send {
	padding: 1em 0;
}

#print_and_send li.print, #print_and_send li.send_to_friend,  #print_and_send li.share_this {
	padding: 4px 0 4px 24px;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	margin: 0;
}

* html #print_and_send li {
	height: 1%;
}

#print_and_send, #print_and_send a {
	color: #232333;
}

li.print {
	background: url('../images/layout/icon_print.gif') 2px center no-repeat;
}

li.send_to_friend {
	background: url('../images/layout/icon_send_to_friend.gif') 2px center no-repeat;
}

li.share_this {
	background: url(../images/layout/book_add.png) 2px center no-repeat;
}

/* @end */

/* @group Local */
#local_logo, #local_link {
	display: block;
	text-align: center;
	zoom: 1;
	color:  #fff;
	text-decoration: none;
}

#local_logo {
	margin: 0 auto;
	text-indent: -999em;
}

#local_logo a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: -999em;
}

#local_logo_wrap {
	padding: 15px;	
}

#local_link {
	padding: 0.5em 0;
}
/* @end */

/* @group Multimedia */

/* @group Interior */

.interior #multimedia .play, .interior #multimedia .download,
.interior .multimedia_list .play, .interior .multimedia_list .download {
	text-indent: 0;
	width:  5em;
	padding:  5px;
	padding-left: 59px;
	background-position: 35px center;
}

.interior #multimedia .entry,
.interior .multimedia_list .entry {
	clear: left;
	padding-left: 8px;
	background: url('../images/layout/arrow_right_small.gif') left 25px no-repeat;
	color: #414155;
	padding-top:  20px;
}

* html .interior #multimedia .entry,
* html .interior .multimedia_list .entry {
	padding-top: 0;
	margin-top:  20px;
	background-position: left center;
}

body[className~="IE_fix"] .interior #multimedia .entry,
body[className~="IE_fix"] .interior .multimedia_list .entry {
	padding-top: 0;
	margin-top:  20px;
	background-position: left center;	
}

.interior #multimedia dd,
.interior .multimedia_list dd  {
	margin-left: 1em;
}

/* @end */

#multimedia h4,
.multimedia_list h4 {
	margin-bottom: 4px;
}

#multimedia ul, #multimedia li,
.multimedia_list ul, .multimedia_list li {
	margin:  0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	padding-top:  .25em;
}

#multimedia ul,
.multimedia_list ul {
	padding: 0 6px;
}

#multimedia .icons,
.multimedia_list .icons {
	width:  48px;
	float: left;
	display: inline;
	padding-top: 1em;
	clear: left;
	margin-top: .5em;
}

#multimedia .info,
.multimedia_list .info {
	margin-left: 48px;
}

#multimedia .play, #multimedia .download,
.multimedia_list .play, .multimedia_list .download {
	display: block;
	width:  16px;
	height: 16px;
	text-indent:  -999em;
	float: left;
	margin: 0 3px;
	background-position: left center;
	background-repeat: no-repeat;
}

#multimedia .play,
.multimedia_list .play {
	background-image: url('../images/layout/icon_play.gif');
}

#multimedia .download,
.multimedia_list .download {
	background-image: url('../images/layout/icon_movie.gif');
}

#multimedia .more_info,
.multimedia_list .more_info {
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
	border-top:  1px dotted #9f9faa;
	vertical-align: middle;
	clear: left;
}

#multimedia .more_info img,
.multimedia_list .more_info img {
	vertical-align: middle;
	margin-left: 0.5em;
}
/* @end */

/* @group Media */

/* @group Interior */

.interior #media dt {
	display: block;
	margin-top: 15px;
	padding-left: 8px;
	background: url('../images/layout/arrow_right_small.gif') left center no-repeat;
	color: #414155;
	font-weight: bold;
}

.interior #media dd.date {
	float: right;
	border-bottom: 1px dotted #6a6a9d;
	width: 100%;
	text-align: right;
	font-weight: bold;
	clear: none;
	margin-top:  -1.5em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

* html .interior #media dd.date {
	margin-top:  -2em;
	margin-bottom: 10px;	
}

.interior #media dd {
	clear: left;
	margin: 0;
}

.interior #media .mediatype {
	text-transform: uppercase;
}

/* @end */



/* @end */

/* @group Events */
/* @group Home */
div#events h4 {
	margin-bottom: 0.5em;
}

div#events ul, div#events li {
	margin:  0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	padding-top:  .25em;
}

div#events ul {
	padding: 0 6px;
}

div#events .info {
	margin-left: 24px;
}

div#events .icon {
	display: block;
	width:  16px;
	height: 16px;
	text-indent:  -999em;
	float: left;
	margin: .5em 6px 0 3px;
	padding-top:  1em;
	background: url('../images/layout/icon_calendar.gif') bottom no-repeat;
}

body[className="IE_fix"] div#multimedia ul,
body[className="IE_fix"] div#events ul {
	padding-top: 8px;
}

* html div#multimedia ul, * html div#events ul {
	padding-top: 8px;
}

div#multimedia *[className="info"],
div#events *[className="info"] {
	float: left;
	margin-bottom: 1em;
	margin-left: 0;
}

* html div#multimedia .info,
* html div#events .info {
	float: left;
	margin-bottom: 1em;
	margin-left: 0;
}
div#multimedia *[className="icons"],
div#events *[className="icon"] {
	margin-top: -0.5em;
	clear: left;
}

* html div#multimedia .icons,
* html div#events .icon {
	margin-top: -0.5em;
	clear: left;
}
/* @end */
/* @group Interior */

dl#events dd, dl#events dt {
	margin: 0 38px 5px;
	color: #414155;
}

dl#events .month {
	border-bottom: 1px dotted #6a6a9d;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0 38px;
	margin-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
	background: none;
	text-transform:uppercase;
}

dl#events .entry {
	background: url('../images/layout/icon_calendar.gif') left 5px no-repeat;
	padding: 2px 0px 2px 20px;
}

/* My Comment */

dl#events dd {
	padding-left: 30px;
	background: url('../images/layout/arrow_right_small.gif') 22px center no-repeat;
}

/* @end */
/* @end */

/* @group Press Kit */

/* @group Interior */

#press_kit li {
	margin: 20px 0;
	/*font-weight: bold;*/
}

#press_kit li a {
	text-decoration: underline;
}
/* @end */



/* @end */

.content .additional {
	clear: left;
}

ul.blank, ul.blank li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	clear: left;
}

#content_holder {
	width: 100%;
	clear: both;
	background: url('../images/layout/content_top.png') center top no-repeat;
	padding-top: 20px;
}

* html #content_holder {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/content_top.png', sizingMethod='crop');
	height: 1%;
}

body[className~="IE_fix"] #content_holder {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/content_top.png', sizingMethod='crop');
	height: 1%;	
}

#content {
	background: url('../images/layout/content_repeat.png') center top repeat-y;
	clear:  both;
}

* html #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/content_repeat.png', sizingMethod='scale');
	height: 1%;
}

body[className~="IE_fix"] #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/content_repeat.png', sizingMethod='scale');
	height: 1%;
}

#column_left, #column_right {
	margin-top: -7px;
	position: relative;
}

* html #column_right {
	z-index: 100;
}

#column_left {
	width: 178px;
	float: left;
	display: inline;
	padding: 0 10px 0 11px;
}

#column_right {
	width: 173px;
	float: right;
	display: inline;
	padding: 0 13px 0 10px;
	position: relative;
	/* z-index:  10;; */
}

#column_center {
	width: 559px;
	position: relative;
	float: left;
	display: inline;
	padding: 0 5px;
}

/* \*/ 
* html #column_center {
	overflow: hidden;
	padding-top: 0px;
	margin-top: -7px;
}
/* */

* html .interior_page #column_center {
	overflow: visible;
	padding-top: 0;
	margin-top: 0;
}

#column_center .wrapper {
	top:  -7px;
	position: relative;
}

#column_center #head {
	padding-bottom: 5px;
}

#column_center #head img {
	display: block;
}

#column_center .interior {
	padding: 20px;
}

#content_footer_separator {
	background: transparent url('../images/layout/content_footer_separator.png') no-repeat;
	font-size: 1%;
	height: 15px;
	clear: both;
	position: relative;
	top: 15px;
}

.col_l {
	width: 371px;
	float: left;
	display: inline;
}
/* \*/

* html .col_l h2, * html .col_r h2  {
	position: static;
}

/* */

.col_r {
	display: inline;
	width:  183px;
	float: right;
}

/* @end */

/* @group Footer */
#footer {
	background: url('../images/layout/footer_repeat.png') left top repeat-y;
	padding: 1em 70px;
	margin-bottom: -20px;
	text-align: center;
}

* html #footer {
	margin-bottom: -5px;
}

* html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://hwcdn.net/a4u2j9i6/cds/images/layout/footer_repeat.png', sizingMethod='scale');
	height: 1%;
}

#footer_bottom {
	background: url('../images/layout/footer_bottom.png') center bottom no-repeat;
	height: 20px;	
}

* html #footer_holder {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://hwcdn.net/a4u2j9i6/cds/images/layout/footer_bottom.png', sizingMethod='scale');
	height: 20px;
	font-size: 1%;
}

#local_footer {
	padding-top:  1em;
	border-bottom: 1px solid #58586e;
}

#global_footer {
	padding-top:  1em;
}

/* @end */

/* @group Auxillary */

.corner_wrap {
	position: absolute;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	top: 0;
}

#cw_l {
	background: url('../images/layout/corner_left.png');
	left: 11px;
}

* html #cw_l {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://hwcdn.net/a4u2j9i6/cds/images/layout/corner_left.png', sizingMethod='scale');
	font-size: 1%;
}

#cw_r {
	background: url('../images/layout/corner_right.png');
	right: 13px;
	z-index: 1000;
}

* html #cw_r {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://hwcdn.net/a4u2j9i6/cds/images/layout/corner_right.png', sizingMethod='scale');
	font-size: 1%;
}

/* @end */

/* @end */

/* @group Styling */

/* @group VCard */

.vcard {
	color: #232333;
}

.vcard .fn {
	font-weight: bold;
	display: block;
}

#content .vcard ul, #content .vcard .fn {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2em;
	padding-left: 18px;
	line-height: 2em;
}

#content .vcard .fn {
	padding-top: 5px;
}

#content .vcard li {
	list-style: none;
}

.vcard .fn {
	margin-top: 1em;
	clear: left;
}

.vcard li {
	clear: left;
	line-height: 2em;
}

.vcard .type, .vcard span.email {
	float: left;
	width: 16px;
	height: 16px;
	background: transparent left center no-repeat;
	text-indent:-999em;
	font-size: 10%;
	display:  inline;
	padding-right:  5px;
}

* html .vcard .type, * html .vcard span.email {
	margin-right: 2em;
	text-indent:-2em;
	font-size: 1%;
}


.vcard span.email {
	background-image: url('../images/layout/icon_letter.gif');
}

.vcard .work {
	background-image: url('../images/layout/icon_phone.gif');
}

.vcard .cell {
	background-image: url('../images/layout/icon_mobile.gif');
}

#content .vcard a {
	text-decoration: none;
}

#content .vcard abbr {
	text-decoration: none;
	border: none;
}

/* @end */

/* @group Content */

div#events, div#multimedia .more_info {
	text-transform: uppercase;
}

#news h2 {
	font-size: 138.5%;
	font-weight: normal;
}

#column_center h2.subcategory {
	padding: 1.5em 0 .25em; 
	font-size: 154.12%;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

h2.first {
	padding-top: 0;
}

/* @end */

input, select {
	border: 1px solid #999;
}

#content #column_center form input[type=hidden] {
	display: none;
}

.interior label {
	font-weight: bold;
}

.interior input, .interior textarea, .interior select {
	display: block;
	width: 98%;
	line-height: 150%;
	padding: 3px;
	font-size: 13px;
	margin-top: 3px;
	color: #333;
}

.interior select {
	width: 516px;
}

.interior textarea {
	height: 65px;
	border: 1px solid #999
	}

.interior .submit {
	width: 60px;
	height: 23px;
	background: url('../images/layout/submit.gif') center center no-repeat;
	border: none;
	text-indent:  -999em;
}

textarea {
	height: 5em;
}

ul li {
	list-style-image: url('../images/layout/arrow_right_small.gif');
}

.interior h1.sifr, html body h3.bordered {
	margin: 0 0 5px;
	border-bottom: 1px dotted #6a6a9d;
}

html .wrapper div[className=interior] {
	zoom: 1;
}

.interior .below-border {
	margin-top: 1em;
	border-top: 1px dotted #6a6a9d;
	padding-top: 0.5em;
}

.interior {
	margin: 0;
	padding: 20px;
	float: none;
}

h2.sifr {
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0.5em 0.5em 0.25em 1em;
	background: #363649;
	color: #fff;
	position: relative;
	z-index: 1;
}

h4 {
	font-size: 100%;
}

#column_center h2.sifr {
	border:  1px solid #000;
	border-width: 1px 0;
}

.section {
	border-bottom: 5px solid #fff;
}

#column_right .section {
	padding-bottom:  1em;
}

.section.last {
	border-bottom: none;
}

.section.no_border {
	border: none;
	margin-bottom: 5px;
}

.section.inset {
	padding: 10px;
}

a {
	color: #585863;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end */

/* @group Nav */

/* @group Footer */

#footer .nav {
	font-size: 85%;
}

#footer p {
	font-size: 92%;
}

#footer .nav, #footer .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .nav li {
	display: inline;
	padding: 0 .6em 0 .8em;
	border-left: 1px solid #585863;
	position: relative;
}

#footer .nav li.first {
	border-left: none;
}

#footer .nav li a {
	position: relative;
	top:  -0.1em;
	vertical-align: top;
}

#footer .nav li.last {
	border-right: none;
}

/* @end */

/* @group Left */


#content .nav, #content .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .nav li {
	background: #ceced3 url('../images/layout/nav_item.gif') left top repeat-x;
	display: block;
	border-bottom: 1px solid #fff;
}

#content .nav li a {
	text-decoration: none;
	color: #232333;
	min-height: 26px;
	line-height: 26px;
	padding-left: 1em;
	display: block;
}

#content .nav li a span {
	display: block;
	line-height: 26px;
	width: 178px;
}

* html #content .nav li a {
	padding-left: 0;
	width: 178px;
	height: 26px;
}

* html #content .nav li a span {
	padding-left: 11px;
	width: 167px;
	height: 26px;
	zoom: 1;
	cursor: pointer;
}

/* @end */



/* @end */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
