/*
THEME NAME: Craciun Research
VERSION: 2.0
AUTHOR: Gwyn Pritchett
AUTHOR URI: http://gwynpritchett.com
TAGS: blue, white, widget ready, fixed width, three columns, widget sidebar, seo
*/

/* RESET */
@import url(http://www.crgresearch.com/newsite/css/reset.css);

/* RESET */
@import url(http://www.crgresearch.com/newsite/css/typography.css);
body {
	background: #ffffff url(/img/content/gridbg.gif) repeat;
}
/* HEADER */
#header {
	background-color: #fff;
	height: 80px;
	width: 100%;
}
#header .logo {
	float: left;
	margin: 8px 0 0 0;
}
#sub-header {
	background: url(/img/sub-header.jpg) repeat-x;
	height: 31px;
	width: 100%;
}
/* SPLASH */

h1.splash1, h1.splash2, h1.splash3, h1.splash4 {
	margin-top: 10px;
}
h1.splash1 a, h1.splash2 a, h1.splash3 a, h1.splash4 a {
	position:relative;
	width:960px;
	height:256px;
	display:block;
}
h1.splash4 a span, h1.splash3 a span, h1.splash2 a span, h1.splash1 a span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
h1.splash4 a span img, h1.splash3 a span img, h1.splash2 a span img, h1.splash1 a span img {
	display:none;
}
h1.splash1 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
h1.splash2 a span {
	background: url(/img/splash/seattle.png) no-repeat;
}
h1.splash3 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
h1.splash4 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
/* NAVIGATION */
#mainNav {
	float: right;
	padding:0;
	height: 68px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainNav ul {
	float:right;
	padding:0;
}
#mainNav li {
	float:left;
	display:inline;
	height:64px;
}
#mainNav li.first a {
	border-left: 1px dotted #bbb;
}
#mainNav li a {
	display: block;
	padding: 20px 20px 0 20px;
	border-bottom: 5px solid #00488b;
	border-right: 1px dotted #bbb;
	height: 45px;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #6A8448;
	border-bottom: 10px solid #6A8448;
	height: 40px;
	background-color: #f7f7f7;
}
#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a {
	border-bottom: 10px solid #6A8448;
	height: 40px;
}
/* CONTAINER */
.container {
	width: 960px;
	margin: 0 auto;
}
/* MENU SIDEBAR */
#menu-sidebar {
	float: left;
	width: 175px;
	margin-right: 15px;
}
#menu-sidebar h2 a {
	color: #00488b;
	text-decoration: none;
}
#menu-sidebar h2 a.current_page_item {
	color: #6A8448;
}
#menu-sidebar h2 a:hover {
	color: #6A8448;
}
#menu-sidebar li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 3px 4px 8px;
	display: block;
	text-decoration: none;
	border-top: 1px dotted #ccc;
	color: #444;
	border-left: 3px solid #00488b;
	width: 155px;
}
#menu-sidebar li a:hover {
	border-left: 6px solid #6A8448;
	color: #6A8448;
	padding-left: 5px;
	background-color: #f1f1f1;
}
#menu-sidebar li.current_page_item a {
	background-color: #f3f3f3;
	;
}
#menu-sidebar li a.current_page_item {
	background-color: #f3f3f3;
	;
}
#menu-sidebar li.current_page_item a, #menu-sidebar li.current_page_ancestor a {
	border-left: 6px solid #6A8448;
	padding-left: 5px;
}
#menu-sidebar li.current_page_item ul li a, #menu-sidebar li.current_page_ancestor ul li a {
	color: #666;
	border-left: 3px solid #6A8448;
	font-size: 11px;
	padding-left: 14px;
	width: 150px;
	background: none;
}
#menu-sidebar li.current_page_ancestor a {
	border-left: 6px solid #6A8448;
}
#menu-sidebar li.current_page_item ul li a:hover, #menu-sidebar li.current_page_ancestor ul li a:hover {
	color: #6A8448;
	border-left: 6px solid #6A8448;
	padding-left: 11px;
}
#menu-sidebar li ul li.current_page_item a {
	border-left: 6px solid #6A8448;
	background-color: #f3f3f3;
	padding-left: 11px;
}
#menu-sidebar li ul a {
	border-left: 6px solid #6A8448;
	padding-left: 5px;
}
/* CONTENT WIDE */

#content .wide {
	width: 941px;
	background: url(/img/content/wide_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
	float:left;
}
#content .leader {
	background: url(/img/content/wide_top_leader.jpg) no-repeat !important;
}
#content .long {
	background: url(/img/content/wide_top_long.jpg) no-repeat !important;
}
#content .wide .top-box {
	width: 941px;
	height: 13px;
	background: url(/img/content/wide_top.jpg) no-repeat;
}
#sub_page #content .wide .top-box {
	width: 941px;
	height: 13px;
	background: url(/img/content/wide_top_long.jpg) no-repeat;
}
#content .wide .bottom {
	width: 941px;
	height: 30px;
	background: url(/img/content/wide_bottom.jpg) no-repeat;
}
/* TABS */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #e9e9e9;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #00488b;
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* CONTENT - NORMAL */
#content {
	margin-top: 10px;
}
#content #normal-container {
	float: left;
}
#content .normal {
	width: 617px;
	background: url(/img/content/normal_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-tabs {
	background: url(/img/content/normal_bg.gif) top repeat-y;
}
#content .normal .txt {
	padding:2px 15px 10px 20px;
}
#content .normal .top-box {
	width: 617px;
	height: 13px;
	background: url(/img/content/normal_top.jpg) no-repeat;
}
#content .top-tabs {
	width: 617px;
	height: 32px;
	border-right: 1px solid #fff;
}
#content .normal .bottom {
	width: 617px;
	height: 20px;
	background: url(/img/content/normal_bottom.jpg) no-repeat;
}
#content .normal_bottom {
	width: 617px;
	height: 30px;
	background: url(/img/content/normal_normal_bottom.jpg) no-repeat;
}
#content .normal-page {
	width: 500px;
	background: url(/img/content/normal-page_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-page .txt {
	padding:2px 10px 10px;
}
#content .normal-page .top-box {
	width: 500px;
	height: 13px;
	background: url(/img/content/normal-page_top.jpg) no-repeat;
}
#content .normal-page .bottom {
	width: 500px;
	height: 20px;
	background: url(/img/content/normal-page_bottom.jpg) no-repeat;
}
#content .normal-page_bottom {
	width: 500px;
	height: 30px;
	background: url(/img/content/normal_normal-page_bottom.jpg) no-repeat;
}
#content .normal-nomenu {
	width: 670px;
	background: url(/img/content/normal-nomenu_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-nomenu .txt {
	padding:2px 10px 10px;
}
#content .normal-nomenu .top-box {
	width: 670px;
	height: 13px;
	background: url(/img/content/normal-nomenu_top.jpg) no-repeat;
}
#content .normal-nomenu .bottom {
	width: 670px;
	height: 20px;
	background: url(/img/content/normal-nomenu_bottom.jpg) no-repeat;
}
/* MEDIA CENTER */
.mediacenter {
	width: 490px;
	height: 40px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.mediacenter a img {
	float: left;
	margin: 0;
}
/* RIGHT - SIDEBAR */
#content .right {
	width: 305px;
	float: right;
}
/* RIGHT - SIDEBAR */
#content .page-sidebar-container {
	width: 255px;
	float: right;
}
/* PAGE SIDEBAR */
.contact-craciun {
	width: 245px;
}
#content .page-sidebar {
	width: 245px;
	background: url(/img/sidebar/page-sidebar_bg.jpg) repeat-y;
	margin-bottom: 20px;
}
#content .page-sidebar .txt {
	padding:2px 20px 0;
}
#content .page-sidebar_top {
	width: 245px;
	height: 14px;
	background: url(/img/sidebar/page-sidebar_top.jpg) no-repeat;
}
#content .page-sidebar_bottom {
	width: 245px;
	height: 20px;
	background: url(/img/sidebar/page-sidebar_bottom.jpg) no-repeat;
}
#content .page-sidebar_normal_bottom {
	width: 245px;
	height: 30px;
	background: url(/img/sidebar/page-sidebar_normal_bottom.jpg) no-repeat;
}
/* SIDEBAR */
#content .sidebar {
	width: 303px;
	background: url(/img/sidebar/sidebar_bg.jpg) repeat-y;
	margin-bottom: 20px;
}
#content .sidebar .txt {
	padding:2px 20px 0;
}
#content .sidebar_top {
	width: 303px;
	height: 14px;
	background: url(/img/sidebar/sidebar_top.jpg) no-repeat;
}
#content .sidebar_bottom {
	width: 303px;
	height: 20px;
	background: url(/img/sidebar/sidebar_bottom.jpg) no-repeat;
}
#content .sidebar_normal_bottom {
	width: 303px;
	height: 30px;
	background: url(/img/sidebar/sidebar_normal_bottom.jpg) no-repeat;
}
/* FOOTER */
#footer {
	background: #3e3e3e url(/img/footer-bg.gif) top repeat-x;
	margin-top: 10px;
	padding: 30px 0;
}
#footer .rollover {
	margin: 0 4px 4px 0;
}
.footer-box {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.small {
	width: 220px;
}
#footer-bottom {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #666;
	padding-top: 10px;
}
#footerMenu li {
	list-style: none;
	display: inline;
}
a#facebook-b, a#flickr-b, a#linkedin-b, a#rss-b, a#twitter-b, a#youtube-b {
	width: 64px; height: 64px;
	background-position: 0 64px;
	display:inline-block;
	margin: 0 12px 12px 0;
	float: left;
}
a#facebook-b:hover, a#flickr-b:hover, a#linkedin-b:hover, a#rss-b:hover, a#twitter-b:hover, a#youtube-b:hover {
	background-position: 0 0;
}
a#facebook-b {
	background-image: url(/img/footer/facebook.png);
}
a#flickr-b {
	background-image:url(/img/footer/flickr.png);
}
a#linkedin-b {
	background-image:url(/img/footer/linkedin.png);
}
a#rss-b {
	background-image:url(/img/footer/rss.png);
	clear: left;
}
a#twitter-b {
	background-image:url(/img/footer/twitter.png);
}
a#youtube-b {
	background-image:url(/img/footer/youtube.png);
}



*
THEME NAME: Craciun Research
VERSION: 2.0
AUTHOR: Gwyn Pritchett
AUTHOR URI: http://gwynpritchett.com
TAGS: blue, white, widget ready, fixed width, three columns, widget sidebar, seo
*/

/* RESET */
@import url(/css/reset.css);

/* RESET */
@import url(/css/typography.css);
body {
	background: #ffffff url(/img/content/gridbg.gif) repeat;
}
/* HEADER */
#header {
	background-color: #fff;
	height: 80px;
	width: 100%;
}
#header .logo {
	float: left;
	margin: 8px 0 0 0;
}
#sub-header {
	background: url(/img/sub-header.jpg) repeat-x;
	height: 31px;
	width: 100%;
}
/* SPLASH */

h1.splash1, h1.splash2, h1.splash3, h1.splash4 {
	margin-top: 10px;
}
h1.splash1 a, h1.splash2 a, h1.splash3 a, h1.splash4 a {
	position:relative;
	width:960px;
	height:256px;
	display:block;
}
h1.splash4 a span, h1.splash3 a span, h1.splash2 a span, h1.splash1 a span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}
h1.splash4 a span img, h1.splash3 a span img, h1.splash2 a span img, h1.splash1 a span img {
	display:none;
}
h1.splash1 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
h1.splash2 a span {
	background: url(/img/splash/seattle.png) no-repeat;
}
h1.splash3 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
h1.splash4 a span {
	background: url(/img/splash/anchorage.png) no-repeat;
}
/* NAVIGATION */
#mainNav {
	float: right;
	padding:0;
	height: 68px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainNav ul {
	float:right;
	padding:0;
}
#mainNav li {
	float:left;
	display:inline;
	height:64px;
}
#mainNav li.first a {
	border-left: 1px dotted #bbb;
}
#mainNav li a {
	display: block;
	padding: 20px 20px 0 20px;
	border-bottom: 5px solid #00488b;
	border-right: 1px dotted #bbb;
	height: 45px;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #6A8448;
	border-bottom: 10px solid #6A8448;
	height: 40px;
	background-color: #f7f7f7;
}
#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a {
	border-bottom: 10px solid #6A8448;
	height: 40px;
}
/* CONTAINER */
.container {
	width: 960px;
	margin: 0 auto;
}
/* MENU SIDEBAR */
#menu-sidebar {
	float: left;
	width: 175px;
	margin-right: 15px;
}
#menu-sidebar h2 a {
	color: #00488b;
	text-decoration: none;
}
#menu-sidebar h2 a.current_page_item {
	color: #6A8448;
}
#menu-sidebar h2 a:hover {
	color: #6A8448;
}
#menu-sidebar li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 3px 4px 8px;
	display: block;
	text-decoration: none;
	border-top: 1px dotted #ccc;
	color: #444;
	border-left: 3px solid #00488b;
	width: 155px;
}
#menu-sidebar li a:hover {
	border-left: 6px solid #6A8448;
	color: #6A8448;
	padding-left: 5px;
	background-color: #f1f1f1;
}
#menu-sidebar li.current_page_item a {
	background-color: #f3f3f3;
	;
}
#menu-sidebar li a.current_page_item {
	background-color: #f3f3f3;
	;
}
#menu-sidebar li.current_page_item a, #menu-sidebar li.current_page_ancestor a {
	border-left: 6px solid #6A8448;
	padding-left: 5px;
}
#menu-sidebar li.current_page_item ul li a, #menu-sidebar li.current_page_ancestor ul li a {
	color: #666;
	border-left: 3px solid #6A8448;
	font-size: 11px;
	padding-left: 14px;
	width: 150px;
	background: none;
}
#menu-sidebar li.current_page_ancestor a {
	border-left: 6px solid #6A8448;
}
#menu-sidebar li.current_page_item ul li a:hover, #menu-sidebar li.current_page_ancestor ul li a:hover {
	color: #6A8448;
	border-left: 6px solid #6A8448;
	padding-left: 11px;
}
#menu-sidebar li ul li.current_page_item a {
	border-left: 6px solid #6A8448;
	background-color: #f3f3f3;
	padding-left: 11px;
}
#menu-sidebar li ul a {
	border-left: 6px solid #6A8448;
	padding-left: 5px;
}
/* CONTENT WIDE */
#content .wide {
	width: 941px;
	background: url(/img/content/wide_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
	float:left;
}
#content .leader {
	background: url(/img/content/wide_top_leader.jpg) no-repeat !important;
}
#content .long {
	background: url(/img/content/wide_top_long.jpg) no-repeat !important;
}
#content .wide .top-box {
	width: 941px;
	height: 13px;
	background: url(/img/content/wide_top.jpg) no-repeat;
}
#sub_page #content .wide .top-box {
	width: 941px;
	height: 13px;
	background: url(/img/content/wide_top_long.jpg) no-repeat;
}
#content .wide .bottom {
	width: 941px;
	height: 30px;
	background: url(/img/content/wide_bottom.jpg) no-repeat;
}
/* TABS */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #e9e9e9;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #00488b;
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* CONTENT - NORMAL */
#content {
	margin-top: 10px;
}
#content #normal-container {
	float: left;
}
#content .normal {
	width: 617px;
	background: url(/img/content/normal_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-tabs {
	background: url(/img/content/normal_bg.gif) top repeat-y;
}
#content .normal .txt {
	padding:2px 15px 10px 20px;
}
#content .normal .top-box {
	width: 617px;
	height: 13px;
	background: url(/img/content/normal_top.jpg) no-repeat;
}
#content .top-tabs {
	width: 617px;
	height: 32px;
	border-right: 1px solid #fff;
}
#content .normal .bottom {
	width: 617px;
	height: 20px;
	background: url(/img/content/normal_bottom.jpg) no-repeat;
}
#content .normal_bottom {
	width: 617px;
	height: 30px;
	background: url(/img/content/normal_normal_bottom.jpg) no-repeat;
}
#content .normal-page {
	width: 500px;
	background: url(/img/content/normal-page_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-page .txt {
	padding:2px 10px 10px;
}
#content .normal-page .top-box {
	width: 500px;
	height: 13px;
	background: url(/img/content/normal-page_top.jpg) no-repeat;
}
#content .normal-page .bottom {
	width: 500px;
	height: 20px;
	background: url(/img/content/normal-page_bottom.jpg) no-repeat;
}
#content .normal-page_bottom {
	width: 500px;
	height: 30px;
	background: url(/img/content/normal_normal-page_bottom.jpg) no-repeat;
}
#content .normal-nomenu {
	width: 670px;
	background: url(/img/content/normal-nomenu_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-bottom: 20px;
}
#content .normal-nomenu .txt {
	padding:2px 10px 10px;
}
#content .normal-nomenu .top-box {
	width: 670px;
	height: 13px;
	background: url(/img/content/normal-nomenu_top.jpg) no-repeat;
}
#content .normal-nomenu .bottom {
	width: 670px;
	height: 20px;
	background: url(/img/content/normal-nomenu_bottom.jpg) no-repeat;
}
/* MEDIA CENTER */
.mediacenter {
	width: 490px;
	height: 40px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.mediacenter a img {
	float: left;
	margin: 0;
}
/* RIGHT - SIDEBAR */
#content .right {
	width: 305px;
	float: right;
}
/* RIGHT - SIDEBAR */
#content .page-sidebar-container {
	width: 255px;
	float: right;
}
/* PAGE SIDEBAR */
.contact-craciun {
	width: 245px;
}
#content .page-sidebar {
	width: 245px;
	background: url(/img/sidebar/page-sidebar_bg.jpg) repeat-y;
	margin-bottom: 20px;
}
#content .page-sidebar .txt {
	padding:2px 20px 0;
}
#content .page-sidebar_top {
	width: 245px;
	height: 14px;
	background: url(/img/sidebar/page-sidebar_top.jpg) no-repeat;
}
#content .page-sidebar_bottom {
	width: 245px;
	height: 20px;
	background: url(/img/sidebar/page-sidebar_bottom.jpg) no-repeat;
}
#content .page-sidebar_normal_bottom {
	width: 245px;
	height: 30px;
	background: url(/img/sidebar/page-sidebar_normal_bottom.jpg) no-repeat;
}
/* SIDEBAR */
#content .sidebar {
	width: 303px;
	background: url(/img/sidebar/sidebar_bg.jpg) repeat-y;
	margin-bottom: 20px;
}
#content .sidebar .txt {
	padding:2px 20px 0;
}
#content .sidebar_top {
	width: 303px;
	height: 14px;
	background: url(/img/sidebar/sidebar_top.jpg) no-repeat;
}
#content .sidebar_bottom {
	width: 303px;
	height: 20px;
	background: url(/img/sidebar/sidebar_bottom.jpg) no-repeat;
}
#content .sidebar_normal_bottom {
	width: 303px;
	height: 30px;
	background: url(/img/sidebar/sidebar_normal_bottom.jpg) no-repeat;
}
/* FOOTER */
#footer {
	background: #3e3e3e url(/img/footer-bg.gif) top repeat-x;
	margin-top: 10px;
	padding: 30px 0;
}
#footer .rollover {
	margin: 0 4px 4px 0;
}
.footer-box {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.small {
	width: 220px;
}
#footer-bottom {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #666;
	padding-top: 10px;
}
#footerMenu li {
	list-style: none;
	display: inline;
}
a#facebook-b, a#flickr-b, a#linkedin-b, a#rss-b, a#twitter-b, a#youtube-b {
	width: 64px; height: 64px;
	background-position: 0 64px;
	display:inline-block;
	margin: 0 12px 12px 0;
	float: left;
}
a#facebook-b:hover, a#flickr-b:hover, a#linkedin-b:hover, a#rss-b:hover, a#twitter-b:hover, a#youtube-b:hover {
	background-position: 0 0;
}
a#facebook-b {
	background-image: url(/img/footer/facebook.png);
}
a#flickr-b {
	background-image:url(/img/footer/flickr.png);
}
a#linkedin-b {
	background-image:url(/img/footer/linkedin.png);
}
a#rss-b {
	background-image:url(/img/footer/rss.png);
	clear: left;
}
a#twitter-b {
	background-image:url(/img/footer/twitter.png);
}
a#youtube-b {
	background-image:url(/img/footer/youtube.png);
}

ul#twitter_update_list { 
	width: 200px; 
	margin: 0; 
	overflow: hidden; 
}
