/* @override http://projects.26tigers.com/chancellor/css/screen.css */

/* 
Title:		Chancellor Group for Bitwise Logic
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	May 27, 2008
Updated:	July 9, 2008
*/



/*--[Global]----------*/
html, body, form, fieldset, legend, input, textarea, select, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, address, img {
	margin:0;
	padding:0;
}
h1
{
	font: normal 160% Georgia, "Times New Roman", Times, serif;
}

ul, li {
	list-style-type: none;
}
img 
{
	border: none;
}
body {
	background-color: #362C22;
	color: #333;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto margining. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
	font: small/1.1em Verdana, Arial, Helvetica, sans-serif;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
a:link, a:visited, a:hover {
	text-decoration: none;
	cursor: pointer;
}
a:active {
  outline: none;
}
.right {
	float: right;
}
.left {
	float: left;
}

/*--[Body Tags]---------*/
#front  {
	background: #362C22 url(images/bg_body_front.jpg) repeat-x 0 0;
}
#inside {
	background: #362C22 url(images/bg_body_inside.jpg) repeat-x 0 0;	
}

/*--[Float Clearing]--------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}

/*Sonspring's Clearall */
.clear {
	 border: 0;
	 clear: both;
	 display: block;
	 float: none;
	 margin: 0;
	 overflow: hidden;
	 visibility: hidden;
	 width: 0;
	 height: 0;
}

/*--[Generic Link Rules]---------*/
a:link, a:visited {
	color:#1694C9;
	color: #863c07; /*Brown */
	text-decoration: none;	
}
a:hover {
	color: #ea942f; /* Orange */
	color: #863c07; /*Brown */
}

/*--[Images]-------*/
img.l_inset {
	float: left;
	border: 2px solid #CCC;
	margin: 0 10px 5px 0;
}
img.r_inset {
	float: right;
	border: 2px solid #CCC;
	margin: 0 0 5px 10px;
}

/*--[Global Lists]-------*/
ul.std {
	padding: 5px 0;
}
	ul.std li {
		background: url(images/bullet_ltbrown.gif) no-repeat 0 50%;
		padding: 2px 0 2px 18px;
		font-size: 85%;
	}

#page ul {
	padding: 5px 0;
	list-style-image: url(images/bullet_ltbrown.gif);
	margin-left: 18px;
}
	#page ul li 
	{
		padding-top: 0px;
		padding-bottom: 2px;
		font-size: 85%;
	}

#page ol {
	padding: 5px 0;
	list-style-type: decimal;
	margin-left: 18px;
}
	#page ol li 
	{
		padding-top: 0px;
		padding-bottom: 2px;
		font-size: 85%;
	}


/*--[Wrappers and Columns]---------*/
.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#front .left_col { 
	float: left;
	width: 295px;
	position: relative;
	margin-left: 20px;
	display: inline;
}
#front .right_col {
	float: right;
	width: 650px;
	position: relative;
	margin-right: 15px;
	display: inline;	
}
#inside .left_col { 
	float: left;
	width: 650px;
	position: relative;
	margin-left: 20px;
	display: inline;
}
#inside .right_col {
	float: right;
	width: 295px;
	position: relative;
	margin-right: 15px;
	display: inline;	
}

	
/*--[Headlines]--------*/
h2.pagetopper {
	position: absolute;
	bottom: 30px;
	right:  25px;
	width: 750px;
	text-align: right;
	font: normal 220%/1.2em "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ;
	color: #8D1331;
}
.sectiontitle {
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	border-bottom: 1px solid #E2E2E2;
	padding: 25px 0 3px 0;
	margin-bottom: 10px;
}
.sectiontitle_medium {
	font: normal 210% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	padding-bottom: 3px;
	border-bottom: 1px solid #d8dec3;
	padding-top: 25px;	
}
.sectiontitle_small {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	color: #045273;
	border-bottom: 1px solid #E2E2E2;
	padding: 7px 0 3px 0;
	margin-bottom: 5px;
}
.sectionbreak {
	clear: both;
	font: normal 170% Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: #91907c; /* Dark Sage */
	border-top: 1px solid #E2E2E2;
	padding: 5px 0 0 0;
	margin-top: 15px;
}


/*--[Header Elements]--------*/
#header {
	position: relative;
	z-index: 500; /* Needed to make logo float on top in IE */
	background: url('images/bg_header.jpg') repeat-x 0 0;
}
#inside #header {
	border-bottom: 1px solid #EEEDF3;
}		
	#front #header .wrapper {
		background: url(images/bg_headerwrapper.jpg) no-repeat 0 100%;
		height: 478px;
	}
	#inside #header .wrapper {
		background: url(images/bg_headerwrapper.jpg) no-repeat 0 0;
		height: 225px;
			}
	#header h1 {
		background: url(images/logo_chancellor_corner.jpg) no-repeat;
		text-indent: -9926px;
		width: 205px;
		height: 205px;
		position: absolute;	
		top: 0px;
		left: 16px;
		z-index: 1000;
	}
		#header h1 a {
			display: block;	
			background: url(images/logo_chancellor_corner.jpg) no-repeat;
			height: 205px;
			z-index: 5000;
		}


/*--[Navigation]--------*/
/*Top Navigation*/
ul#nav_top {
	position: absolute;
	top: 15px;
	right: 30px;
}	
	ul#nav_top li {
		float: left;
		border-left: 1px solid #CCC;
		padding: 0 10px;
	}
			ul#nav_top li.first {
				border: none;
			}
		ul#nav_top li a:link, ul#nav_top li a:visited {
			font: 85%/18px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			float: left;
			color: #CCC;	
		}
		ul#nav_top li a:hover {
			color: #FFF;
		}
		
/*Main Navigation*/
ul.nav_main {
	position: absolute;
	top: 75px;
	right: 15px;
	float: left;
}
	ul.nav_main li {
		float: left;
		display: block;
		padding: 0 5px;
	}
		ul.nav_main li a:link, ul.nav_main li a:visited {	 
			float: left;
			display: block;
			height: 37px;
			font: normal 128% Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
			color: #FFF;
			background: #31281f url(images/nav_bg_main.gif) repeat-x 0 bottom;
			padding: 29px 0 0 0; 
			width: 163px;
			text-align: center;			
		}
		ul.nav_main li a:hover {
			background-color: #ea942f;
			color: #fccc6a;
		}

ul.nav_main li a:hover {
			background-color: #ea942f;
			color: #fccc6a;
		}
		
/*Side Bar Navigation*/
.sidenav {
	background-color: #e4e9d2; /* Light Green */
	margin-top: 25px;
	padding: 0;
	border: 1px solid #c0c5ac; /* Sage */	
}
.sidenav h4 {
	font: normal 155% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4d3f31;
	padding: 8px;
}
.sidenav ul {
	width: 100%;
	line-height: 1.0em;
}
	.sidenav ul li {
		margin: 0 10px;	
		padding: 6px 0;	
		border-top: 1px solid #d5dbc2;
	}
		.sidenav ul li.first {
			border-top: none;
		}
		.sidenav ul li a:link, .sidenav ul li a:visited {
			display: block;
			background: url(images/bullet_sage.gif) no-repeat 0 50%;
			padding: 0 0 0 18px;
			color: #666;
			font-size: 80%;
		}	
		
		.sidenav ul li a:hover {
			color: #863c07; /*Brown */
		}		

/*--[Front Focus Content]----------*/
/*Speak Boxes*/
ul.nav_main_speakbox {
	position: absolute;
	top:  75px;
	right: 15px;
	float: left;
}
	ul.nav_main_speakbox li {
		float: left;
		display: block;
		padding: 0 5px;
		height: 389px;		
	}
		ul.nav_main_speakbox li a:link, ul.nav_main_speakbox li a:visited {
			float: left;
			display: block;
			font: normal 128% Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
			color: #FFF;
			padding: 29px 0 0 0;
			width: 163px;
			height: 360px;
			text-align: center;
		}	
					
			ul.nav_main_speakbox li a.door1 {
				background: #31281f url(images/bg_speakbox1.jpg) no-repeat 0 12px;
			}
			ul.nav_main_speakbox li a.door2 {
				background: #31281f url(images/bg_speakbox2.jpg) no-repeat 0 12px;
			}				
			ul.nav_main_speakbox li a.door3 {
				background: #31281f url(images/bg_speakbox3.jpg) no-repeat 0 12px;
			}
			ul.nav_main_speakbox li a:hover {
				background-color: #ea942f;
				color: #fccc6a;
			}			
			
.headerblurb {
	width: 400px;
	position: absolute;
	top: 240px;
	left: 20px;	
}
	.headerblurb h2 {
		font: normal 200%/1.2em "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ;
		color: #8D1331;	
	}			
	.headerblurb h3 {
		font: normal 150%/1.2em "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif ;
		color: #4d3f31;
	}
					
			

/*--[Buttons]----------*/
a.btn_ongreen:link, a.btn_ongreen:visited {
	background: url(images/btn_oval_right_ongreen.jpg) no-repeat center right;
	color: #FFF;
	font: normal 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	height: 30px;	
	padding: 0 33px 0 0;
	margin: 3px;
	float: right;
}
	a.btn_ongreen:hover {
		color: #fd7b6f;
	}
	a.btn_ongreen span {
		background: url(images/btn_oval_left_ongreen.jpg) no-repeat center left;	
		padding: 6px 5px 0 8px;
		height: 24px;
		display: block;    
	}
			
a.btn_oval:link, a.btn_oval:visited {
	background: url(images/btn_oval_right.gif) no-repeat right center;
	color: #FFF;
	font: normal 100%/37px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	height: 37px;	
	padding: 0 33px 0 0;
	margin: 3px;
	float: right;
	display: inline;
}
	a.btn_oval:hover {
		color: #ea942f; /* Orange */
	}
	a.btn_oval span {
		background: url(images/btn_oval_left.gif) no-repeat left center;	
		padding: 0 5px 0 10px;
		height: 37px;
		display: block;
		float: left; 
		cursor: default;   
	}	
			
a.btn_simpleoval:link, a.btn_simpleoval:visited {
	background: url(images/btn_simpleoval_right.gif) no-repeat right center;
	color: #362c22;
	font: normal 100%/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	height: 22px;	
	padding: 0 27px 0 0;
	margin: 3px;
	float: right;
	display: inline;
}
	a.btn_simpleoval:hover {
		color: #fff; 	}
	a.btn_simpleoval span {
		background: url(images/btn_simpleoval_left.gif) no-repeat left center;	
		padding: 0 5px 0 10px;
		height: 22px;
		display: block;
		float: left; 
		cursor: default;   
	}			
	


/*--[Content Area]-------*/
#content {
	background: #d7d7d7 url(images/bg_content.jpg) repeat-x 0 0;
}
	#content .wrapper {
		background: #eeeded url(images/bg_contentarea.jpg) repeat-x 0 0;
		padding: 0 0 25px 0;
		border-right: 1px solid #c8c6c5;	
		border-left: 1px solid #c8c6c5;		
	}
	#content p {
		font-size: 85%;
		padding: 4px;	
	}
	#content span.spaced p {
		line-height: 1.9em;	
	}

/* Newsletter Box */
.newsletter_box {
	margin-top: 10px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #c0c5ac;
	background: #e4e9d2 url(images/bg_icon_mailout.gif) no-repeat 10px 10px;
}

/*--[Zebra List]-------*/
ul.zebra {
	width: 100%;
	padding: 0 0 10px 0;
}
	ul.zebra li {
		background: url(images/icon_newspaper.gif) no-repeat 3px 50%;
		padding: 6px 0;
		margin: 0;
		width: 100%;
		border-top: 1px solid #d8dec3;
		border-bottom: 1px solid #d8dec3;
	}		
		#content ul.zebra li p a:link, #content ul.zebra li p a:visited {
			font: 130% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			float: left;
			width: 500px;				
			color: #2c1602;			
			padding: 0 20px;
		}
			#content ul.zebra li a:hover p {
				color: #7e400b;
			}
		#content ul.zebra li p a:link span.date, #content ul.zebra li p a:visited span.date {
			display: block;
			color: #054ea9;
			font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			padding: 0 0 0 5px;
			margin: 0;
		}
		ul.zebra li a:link span.tabarrow, ul.zebra li a:visited span.tabarrow{
			background: url(images/btn_tabarrow.gif);
			display: block;
			height: 14px;
			width: 45px;
			text-indent: -9926px;
			float: right;
		}	
		ul.zebra li a:hover span.tabarrow {
			background: url(images/btn_tabarrow.gif) right top;
			height: 14px;
			width: 45px;
		}
	ul.zebra li.odd {
		background-color: #e4e9d2;	
	}	
	ul.zebra li.even {
		background-color: #F2F2F2;
	}

/*--[Footer]-------*/
#footer {
	clear: both;
	background: url(images/bg_footer.jpg) repeat-x 0 0;
	min-height: 237px;
	height: auto !important;
	height: 237px;
}
#footer .wrapper {
	position: relative;
}
	#footer ul {
		padding: 5px 8px 0 8px;
		float: left;
	}
		#footer ul li {
			display: inline;
			padding: 0 8px;
			border-left: 1px solid #a3a3a3;
			font: 80% Arial, Helvetica, sans-serif;
		}
		#footer	ul li.first {
			border-left: none;
		}		
			#footer ul li a:link, #footer ul li a:visited {	
				color: #a3a3a3;
			}
			#footer ul li a:hover {
				color: #FD7558;
			}
	#footer p {
		float: right;
		padding: 8px 10px 15px 0;
		font: 80% Arial, Helvetica, savns-serif;
		color: #a3a3a3;
	}	
	#footer	address {
		position: absolute;
		left: 16px;
		top: 40px;
		color: #a3a3a3;
		font: normal 110% Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	}

/*--[Overwrites]--------*/
 .noborder {
	border: none;
}

.loginbox
{
	border: solid 1px #333;
	padding: 8px;
	background: #D5DAC4;
}


/*-- BLOG STYLES --*/
#page
{
	padding-top: 12px;
	min-height: 400px;
}	

#page h1
{
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	padding: 0px 0 3px 0;
	margin-bottom: 10px;
}

#admin
{
	margin-top: 12px;
}

.post
{
	margin-top: 20px;
}

.post ul li {
	display: block;
	background: url(images/bullet_sage.gif) no-repeat 0 50%;
	padding: 0 0 0 18px;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	font-size: 80%;
}	

.post ol 
{
	padding: 5px 0;
	margin-left: 18px;
}
	.post ol li 
	{
		list-style-type: decimal;
		margin-left: 12px;
		padding-top: 0px;
		padding-bottom: 2px;
		font-size: 85%;
	}

.post a, .right_col a
{
	color: #863c07; /*Brown */
}

.post h1 a
{
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	padding: 25px 0 3px 0;
	margin-bottom: 10px;
}

.post .author
{
	font: normal 75% Georgia, "Times New Roman", Times, serif;
}

.post .pubDate
{
	font: normal 75% Georgia, "Times New Roman", Times, serif;
}

.post .text
{
	margin-top: 8px;
}

.post .footer
{
	margin-top: 12px;
	margin-bottom: 12px;
}

#postnavigation
{
	margin-top: 12px;
}

#postnavigation a
{
	color: #863c07; /*Brown */
}

.recentComments
{
	font-size: 75%;
}

.recentComments a
{
	font-weight: bold;
}

#widgetzone .edit
{
	float: right;
}

#widgetzone .delete
{
	margin-left: 6px;
	float: right;
}

#widgetzone {
	xbackground-color: #e4e9d2; /* Light Green */
	margin-top: 25px;
	padding: 0;
	xborder: 1px solid #c0c5ac; /* Sage */	
}
#widgetzone h4 {
	font: normal 155% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 120%;
	color: #4d3f31;
	color: #863c07; /*Brown */
	padding: 8px;
}
.widget ul {
	width: 100%;
	line-height: 1.0em;
}
	.widget ul li {
		margin: 0 10px;	
		padding: 6px 0;	
		border-top: 1px solid #d5dbc2;
	}
		.widget ul li.first {
			border-top: none;
		}
		.widget ul li a:link, .sidenav ul li a:visited {
			display: block;
			background: url(images/bullet_sage.gif) no-repeat 0 50%;
			padding: 0 0 0 18px;
			color: #666;
			font-size: 80%;
		}	
		
		.widget ul li a:hover {
			color: #863c07; /*Brown */
		}		

.right_col .content
{
	margin-bottom: 14px;
}

.goldbox, .widget
{
	border: solid 1px #C0C5AC;
	background: #E4E9D2;
	padding: 8px;
	line-height: 120%;
}

.widget
{
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 100%;
	line-height: 120%;
}

.widget img
{
	border: none;
	margin-right: 4px;
}

.post h2 {
	font: normal 210% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	color: #261F17;
	padding-bottom: 3px;
	border-bottom: 1px solid #d8dec3;
	padding-top: 10px;	
	font-size: 150%;
}
.sectiontitle_small {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	color: #045273;
	border-bottom: 1px solid #E2E2E2;
	padding: 7px 0 3px 0;
	margin-bottom: 5px;
}

































.comment .gravatar {
	float: right;
	/*clear: both;*/
	width: 80px;
	margin: 5px 5px 5px 5px;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content 
{
	float:left;
	min-height: 85px;
	width: 440px;
	margin: 5px 0 0 0px;
}

/* form elements */
#addcomment
{
  margin-bottom: 8px;
}

.commentForm, #contact
{
  width: 654px;
  padding:10px;
	border: solid 1px #C0C5AC;
	background: #E4E9D2;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact h1
{
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	color: #863c07; /*Brown */
	border-bottom: 1px solid #E2E2E2;
	padding: 25px 0 3px 0;
	margin-bottom: 10px;
}

.commentForm
{
	width: 628px;
}

.commentForm label {
  clear: both;
	display:block;
	font-weight:bold;
	float: left;
	width: 100px;
	margin:2px 0;
	margin-bottom: 4px;
}
.commentForm input {
	padding: 2px;
	border:1px solid silver;
  font: normal 100% Arial;
	color:#333;
	width: 210px;
	margin-bottom: 4px;
}

#contact
{
  border: none;
  background-color: transparent;
}

#contact label {
	display:block;
	font-weight:bold;
	width: 100px;
	margin:2px 0;
}

#contact input {
	padding: 2px;
	border:1px solid silver;
  font: normal 100% Arial;
	color:#333;
	width: 260px;
}

#contact textarea 
{
  width: 500px;
  height: 150px;
}

#ctl00_cphBody_btnSend
{
  width: 100px;
}

#commentCompose textarea
{
  clear: both;
  width: 640px;
}

#relatedPosts a
{
  font-size: 80%;
  font-weight: bold;
  display: block;
}

#relatedPosts span
{
  font-size: 80%;
  margin-bottom: 6px;
  display: block;
}

#relatedPosts
{
  margin-bottom: 16px;
}

#searchpage
{
}

#q
{
  width: 300px;
}

.searchresult
{
  display: block;
  clear: both;
  margin: 12px 6px 0px 6px;
  font-size: 70%;
  line-height: 120%;
  padding-top: 10px;
  border-top: solid 1px #efefef;
}

.searchresult a
{
  font-size: 120%;
  font-weight: bold;
  display: block;
}

.searchresult .text
{
}

.searchresult .type
{
  float: left;
}

.searchresult .url
{
  float: right;
  color: #777;
}

#btnSaveAjax
{
	cursor: pointer;
}

.commentForm
{
	margin-bottom: 16px;
}

#commentCompose textarea {
	width:610px;
	padding:6px;
  font: normal 100% Arial;
	border:1px solid silver;
	height:100px;
	display:block;
	color:#222;
}
.commentForm #btnSave 
{
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
color:#4284B0;
font-family:Arial,Sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0px 0px 15px;
padding:2px 3px;
}

.commentForm .bbcode {
    font-size:0.9em;
    float:right;
    position:relative;
    top:22px;
    padding: 3px;
    margin-right: 44px;
}

.bbcode a {
    margin: 1px;
    padding: 3px 5px 3px 5px;
    background: #fff;
    border: 1px solid #ccc;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
	border: solid 1px silver;
	border-top: none;
}

/*--[Timeline]-------*/
.timeline {
	background: #bebebe url(images/bg_timeline_arrrow.jpg) no-repeat 100% 0;
	padding-top: 42px;
}
.timeline ul {
	background: url(images/bg_timeline_bulb.gif) no-repeat 100% 99%;
	padding-bottom: 35px;
}
	.timeline ul li {
		border-bottom: 1px solid #ddd;
		padding: 5px 0 55px 0;
		margin: 0;
		position: relative;
		background: url(images/bg_timeline_line.gif) repeat-y 100% 0;
	}
	.timeline ul li.last {
		border-bottom: none;
	}
		.timeline ul li span {
			position: absolute;
			bottom: 2px;
			right: 10px;
			font: 440% "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			color: #8a8f9e;
			letter-spacing: 40px;
}
		#content .timeline ul li p {
			color: #fff;
			margin: 7px 90px 15px 20px;
			font: 130%/1.3em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
			background: #8a8f9e url(images/bullet_timeline_indent.gif) no-repeat 0 50%;
			padding: 5px 5px 5px 15px;
}
