/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ type selectors ------------------------ */
body {
	background:#B5A48A url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#000;
}
p, ul, ol, dl, pre, blockquote, div.spacer {
	margin-bottom:10px;
}
h1, h2, h3 {
	margin-bottom:8px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.0em;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited, .index-event-titles {
	color:#911517;
	text-decoration:underline;
}
a:hover, a:active {
	color:#911517;
	text-decoration:none;
}
.special {
	display:none;
}
/* ----- classes ----- */
.clear {
	clear:both;
}
div.clear {
	height:.01em;
	overflow:hidden;
}
p.top {
	text-align:right;
	display:block;
	clear: both;
}
.sponsor-logo {
	float:left;
	margin-bottom:15px;
	margin-left: 30px;
	clear:left;
}
img.img-left {
	float:left;
	margin:10px 15px 5px 0;
}
img.img-right {
	float: right;
	margin: 0 0 5px 8px;
}
span.sold {
	color:#990000;
	font-weight:bold;
}
/* ----- global form elements ----- */ 
form {
	width:200px;
	padding:10px 0 15px 0;
}
body#contact form {
	width:501px;
	padding:10px 0 15px 0;
}
form label {
	font-size:.95em;
}
.radio {
	width: 15px;
}
form br {
	line-height:0; /* defaults vertical spacing between fields */
}
input, textarea, select {
	background-color:#fff !important;
	border:1px solid #B8AD98;
	color:#000;
	width:200px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
input.fs-radio {
	background:none;
	border:none;
	width:20px;
	background-color:none !important;
}
select {
	width:150px; /* same width as form !important */
	padding:0;
}
textarea {
	height:90px;
	overflow:auto;
}
input.submit, input.submit-contact-main {
	width:60px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:85px 0 0 253px;
}
input.submit-image {
	background: url(../images/btn-submit.jpg);
	width:65px;
	height:23px;
	border:none;
	cursor:pointer;
}
#contact_business {
	display: none;
} /* do not remove */
/* ----- main contact form ----- */ 
 
#contact-main {
	padding:20px 0 10px 0;
}
#contact-main label {
	width:230px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1.0em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:230px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:235px;
}
#contact-main label textarea {
	height:100px;
}
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
}
.single-column #wrap {
	background:url("../images/bg-wrap-single.jpg") repeat-y;
	margin: 0 auto;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:77px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:24px;
	width:467px;
	top:11px;
	height:66px;
}
#masthead a span {
	display:none;
}
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	height:32px;
	margin:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:32px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 94px;
}
#nav-02 {
	width: 62px;
}
#nav-03 {
	width: 86px;
}
#nav-04 {
	width: 118px;
}
#nav-05 {
	width: 100px;
}
#nav-06 {
	width: 81px;
}
#nav-07 {
	width: 65px;
}
#nav-08 {
	width: 143px;
}
#nav-01 a:hover {
	background:url("../images/nav.jpg") -0px -32px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -94px -32px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -156px -32px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -243px -32px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -359px -32px no-repeat;
}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -461px -32px no-repeat;
}
#nav-07 a:hover {
	background:url("../images/nav.jpg") -541px -32px no-repeat;
}
#nav-08 a:hover {
	background:url("../images/nav.jpg") -607px -32px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#E1D4B7;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	color:#7B463F;
	font-weight:bold;
	margin:0;
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #B5A686;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	margin-top:0;
}
#nav li ul li span {
	display:block;
	padding-left:8px;
}
#nav li ul li.indent span {
	padding-left:15px;
	font-weight:normal;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#7B463F;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav li ul a:hover {
	background-image:none;
	background-color:#EAE1CB;
	color:#7B463F;
	text-decoration:none;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#7B463F;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav li ul a:hover {
	background-image:none;
	background-color:#EAE1CB;
	color:#7B463F;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li {
	width:156px;
}
#nav-03 ul, #nav-03 li {
	width:250px;
}
#nav-04 ul, #nav-04 li {
	width:124px;
}
#nav #nav-02 ul {
	margin-top:30px;
}
#nav-08 ul, #nav-08 li {
	width:137px;
}
#header-flash {
	background:url("../images/bg-flash.jpg") no-repeat;
	color:#FFFFFF;
	height:412px;
}
#noflash {
	margin-left:15px;
}
#noflash p {
	padding-top:30px;
}
#header-flash noscript {
	margin-left:45px;
}
#header-flash a:link, #header-flash a:visited, #header-flash a:hover, #header-flash a:active {
	color:#FFF;
}
#sched-sem {
	height:48px;
}
.sched-sem2010 {
	background:url("../images/sched-sem2010.jpg") 15px 0 no-repeat;
}


.sched-sem2010-facebook {
	padding-top:1px;
	padding-right:50px;
}

.sched-sem2010-facebook-youtube {
	padding-top:3px;
	padding-right:20px;
}


#sched-sem span {
	display:none;
}

#flyer {
	position:relative;
	height:365px;
	background:transparent url("../images/daVinci-flyer.jpg") 10px 0 no-repeat;
	display:block;
}

#flyer span {
display:none;
}



#titles {
	background:url("../images/titles2.jpg") 15px 0 no-repeat;
	height:67px;
}
#titles span {
	display:none;
}
#pls-select {
	font-size:1.2em;
	line-height:1.2em;
	text-align:center;
	margin-top:10px;
}
#title-individual-courses {
	background:url("../images/title-individual-courses.jpg") 15px 0 no-repeat;
	height:48px;
}

#title-davinci {
	background:url("../images/title-davinci.jpg") 15px 0 no-repeat;
	height:48px;
}


#title-individual-courses span {
	display:none;
}
#title-register-today {
	position:relative;
	height:67px;
	background:transparent url("../images/title-register-today.jpg") 15px 0 no-repeat;
}




#title-register-today span {
	display:none;
}
#title-register-today a {
	position:absolute;
	width:128px;
	height:17px;
	left:404px;
	top:49px;
}
.single-column #wrap ul.courses {
	margin:0 15px;
	padding:0;
	clear:both;
}
.single-column #wrap ul.courses li {
	width:230px;
	float:left;
	margin:0 5px;
	padding-bottom:15px;
	text-align:center;
}
/*ul.courses li.center {
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
}*/
ul.courses li.first {
	border-right:2px solid #FFF;
}
ul.courses li.last {
	border-left:2px solid #FFF;
	height: 100%;
}
.emphasis {
	font-size:1.2em;
}
.clear-left {
	clear:left;
}
#header-graphic {
	background-image:url("../images/header-seminars.jpg");
	background-repeat:no-repeat;
	height:218px;
}
#header-graphic span {
	display: none;
}
body#blog #header-graphic {
	background-image:url("../images/header-blog.jpg");
}
body#products #header-graphic {
	background-image:url("../images/header-products.jpg");
}
body#road #header-graphic {
	background-image:url("../images/header-road.jpg");
}
body#doctor #header-graphic {
	background-image:url("../images/header-doctor.jpg");
}
body#procedures #header-graphic {
	background-image:url("../images/header-patients.jpg");
}
body#gallery #header-graphic {
	background-image:url("../images/header-patients.jpg");
}
body#about #header-graphic {
	background-image:url("../images/header-about.jpg");
}
body#contact #header-graphic, body#thankyou #header-graphic {
	background-image:url("../images/header-thankyou.jpg");
}
body#seminars #header-graphic {
	background-image:url("../images/header-seminars.jpg");
}
body#sponsors #header-graphic {
	background-image:url("../images/header-sponsors.jpg");
}
.faculty #header-graphic {
	background-image:url("../images/header-faculty.jpg");
}
.practice #header-graphic {
	background-image:url("../images/header-patients.jpg");
}
.no-columns {
	background:url("../images/bg-wrap-single.jpg") repeat-y;
}
#image9day {
	margin-right:35px;
}
.single-column p, .single-column h1, .single-column h2, .single-column h3, .single-column .vevent, .single-column ul, .no-columns p, .no-columns h1, .no-columns h2 {
	margin-left:30px;
	margin-right:35px;
}
#seminars-key {
	margin-bottom:15px;
}
#seminars-key li {
	display: inline;
	padding:5px;
	border:1px solid #E2D5B6;
}
#seminars-key li:hover {
	background-color:#E2D3B6;
	cursor:pointer;
}
#seminars-key #showall {
	display:none;
}
#seminars-key #showall.show {
	display:inline;
}
/* ------------------------------- vevent styles ------------------------------- */
.single-column .ross {
	background-image:url("../images/road-nash.jpg");
}
.single-column .conference {
	background-image:url("../images/road-conf.jpg");
}
.single-column .both {
	background-image:url("../images/road-both.jpg");
}
.single-column .debra {
	background-image:url("../images/road-deb.jpg");
}
.single-column .vevent {
	background-repeat:repeat-y;
	background-position:2px 0;
	padding:5px;
	background-color:#E2D3B6;
	border-bottom:5px solid #EAE1CB;
	clear:both;
	float:left;
	width:695px;
	display:inline;
}
.single-column .vevent:hover, .single-column .dateHover {
	background-color:#E7DCC8;
}
.vevent .date {
	float:left;
	width:23%;
	text-align:right;
}
.vevent abbr {
	border-bottom:0;
}
.vevent .dtend {
}
.vevent .summary {
	font-size:1.2em;
	font-weight:bold;
	float:left;
	width:49%;
	padding-left:6px;
}
.vevent .location {
	float:left;
	width:27%;
}
.vevent .description {
	display:inline;
	float:left;
	/*width:23%;		Uncomment this line when descriptions are entered in the xml file.	*/
	width: 0px;
}
.single-column .hide {
	display:none;
}
/* --------------------------- column-left --------------------------- */
#column-left {
	width:501px;
	float:left;
	padding-bottom:15px;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl, #column-left ol, #column-left cite, #column-left table {
	margin-left:30px;
	margin-right:21px;
}
body#sponsors #column-left p.sponsor-text {
	margin:0px 21px 0px 0px;
	_margin: 0px 10px 0px 0px;
	width: 290px;
	float: right;
}
body#sponsors #column-left div.clear {
	margin-bottom: 15px;
}
#column-left h1 {
	color:#891D1B;
}
#column-left h2 {
	color:#69583C;
}
#column-left h2 u {
	font-size:0.9em;
}
#column-left h3 {
	color:#000;
}
body#sitemap #column-left h2 {
	margin-bottom:3px;
}
body#sitemap #column-left p {
	margin-bottom:20px;
}
body#sitemap #column-left h3 {
	padding-left:20px;
	margin-bottom:5px;
}
.margin-top {
	margin-top:15px;
}
#column-left blockquote p {
	margin-bottom:0;
}
#column-left cite {
	font-weight:bold;
}
#column-left p img.img-left {
	margin:0 10px 0 0;
}
#column-left img.img-left {
	margin:0 15px 0 30px;
}
.border {
	border:2px solid #FFF;
}
#column-left img.profile-pic {
	margin:0 15px 0 30px;
	border:2px solid #FFF;
}
#column-left table {
	width:450px;
	table-layout:fixed;
	margin-bottom:15px;
}
body#contact #column-left table {
	table-layout:auto;
	margin-bottom:15px;
	width: 400px;
}
body#contact table#captcha {
	width: 220px;
}
#column-left table tr td {
	padding:2px 6px;
}
#column-left table tr.alt {
	background-color:#E2D3B6;
}
#column-left ol li {
	list-style-type:decimal;
	margin-left:30px;
	color:#891D1B;
}
#column-left ol li span {
	color:#000;
}
#column-left ul {
	padding-left:15px;
}
#column-left ul li {
	background:transparent url("../images/bullet.gif") 2px 6px no-repeat;
	padding-left:15px;
}
body#sitemap #column-left ul {
	padding-left:5px;
}
body#sitemap #column-left ul li {
	background:none;
	padding-left:0;
}
body#sitemap #column-left ul li ul {
	margin-left:10px;
	margin-right:0;
}
#column-left dl dt {
	font-weight:bold;
}
#column-left dl dd {
	margin-bottom:10px;
}
#column-left #bna-left {
	width:234px;
	float:left;
	margin:0 0 0 25px;
	padding:0;
	display:inline;
}
#column-left #bna-right {
	width:234px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}
#column-left #bna-left li, #column-left #bna-right li {
	float:left;
	margin:0 0px 4px 0;
	padding:0;
	background:none;
	display:inline;
}
#column-left .faculty-float-nav {
	border:1px solid #6E5B3A;
	float:right;
	margin:0 21px 10px 10px;
	padding:10px 0;
	width:195px;
}
#column-left .faculty-float-nav li {
	margin:0 0 0 8px;
}
#column-left ul li.current {
	background:none;
}
li.current a:link, li.current a:visited {
	color:#000;
	text-decoration:none;
}
li.current a:hover, li.current a:active {
	color:#000;
	text-decoration:underline;
}
#subhead {
	height:68px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	background-repeat:no-repeat;
}
body#about #subhead {
	background-image:url("../images/subhead-about.jpg");
}
body#alumni #subhead {
	background-image:url("../images/subhead-alumni.jpg");
}
body#bdorfman #subhead {
	background-image:url("../images/subhead-bdorfman.jpg");
}
body#cmisch #subhead {
	background-image:url("../images/subhead-cmisch.jpg");
}
body#contact #subhead {
	background-image:url("../images/subhead-contact.jpg");
}
body#thankyou #subhead {
	background-image:url("../images/subhead-thankyou.jpg");
}
body#dengelhardt-nash #subhead {
	background-image:url("../images/subhead-dengelhardt-nash.jpg");
}
body#esuh #subhead {
	background-image:url("../images/subhead-esuh.jpg");
}
body#faculty #subhead {
	background-image:url("../images/subhead-faculty.jpg");
}
body#kmiller #subhead {
	background-image:url("../images/subhead-kmiller.jpg");
}
body#lasered #subhead {
	background-image:url("../images/subhead-lasered.jpg");
}
body#guest #subhead {
	background-image:url("../images/subhead-guest.jpg");
}
body#jbutler #subhead {
	background-image:url("../images/subhead-jbutler.jpg");
}
body#hbryant #subhead {
	background-image:url("../images/subhead-hbryant.jpg");
}
body#rnash #subhead, body#doctor #subhead {
	background-image:url("../images/subhead-rnash.jpg");
}
body#seminars #subhead {
	background-image:url("../images/subhead-seminars.jpg");
}
body#graduates #subhead {
	background-image:url("../images/subhead-graduates.jpg");
}
body#sponsors #subhead {
	background-image:url("../images/subhead-sponsors.jpg");
}
body#nine-day #subhead {
	background-image:url("../images/subhead-9day.jpg");
}
body#procedures #subhead {
	background-image:url("../images/subhead-procedures.jpg");
}
body#private #subhead {
	background-image:url("../images/subhead-practice.jpg");
}
body#practice #subhead {
	background-image:url("../images/subhead-exceptional.jpg");
}
body#gallery #subhead {
	background-image:url("../images/subhead-gallery.jpg");
}
body#road #subhead {
	background-image:url("../images/subhead-road.jpg");
}
body#products #subhead {
	background-image:url("../images/subhead-products.jpg");
}
body#sitemap #subhead {
	background-image:url("../images/subhead-sitemap.jpg");
}
body#blog #subhead {
	background-image:url("../images/subhead-blog.jpg");
}
#testimonials {
	height:53px;
	background:transparent url("../images/title-testimonials.jpg") 15px 0 no-repeat;
}
#title-welcome {
	height:53px;
	background:transparent url("../images/title-welcome.jpg") 15px 0 no-repeat;
}
/* --------------------------- column-right --------------------------- */	
#column-right {
	width:259px;
	float:left;
}
#column-right .vcard, #column-right p, #column-right ul {
	margin:0 35px 15px 18px;
}
#column-right .fn, #column-right .vcard .type {
	font-weight:bold;
}
#column-right .vcard {
	margin-bottom:10px;
}
#column-right .adr {
	margin-bottom:3px;
}
#column-right form {
	margin: 0 0 10px 18px;
}
#column-right ul li {
	margin-bottom:4px;
}
#title-column-right {
	height:68px;
	background:transparent url("../images/title-column-right.jpg") no-repeat;
}
#blog-button {
	background:transparent url("../images/blog-button.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:58px;
	width:204px;
	display: block;
}

#contact-button {
	background:transparent url("../images/contactbutton.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:58px;
	width:204px;
	display: block;
}
body#contact #title-column-right {
	background-image:url("../images/title-column-right-blank.jpg");
	
	
}
/* --------------------------- curriculum-info --------------------------- */	
#curriculum-info {
	background-color:#6A5737;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0 15px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
#curriculum-info p {
	margin:10px 3px;
}
#bottom-wrap {
	background: url("../images/bottom-wrap.jpg") no-repeat bottom;
	height:112px;
	position: relative;
}
#bottom-wrap span {
	display: none;
}
#bottom-wrap a {
	position:absolute;
	height:81px;
	top:14px;
}
#bottom-wrap #lnks-nash {
	width: 181px;
	left:15px;
}
#bottom-wrap #lnks-aacd {
	width: 155px;
	left:195px;
}
#bottom-wrap #lnks-agd {
	width: 205px;
	left:350px;
}
#bottom-wrap #lnks-pace {
	width: 192px;
	left:555px;
}
#footer {
	width:770px;
	margin:0 auto;
}
#footer p {
	margin:0 20px 10px 20px;
}
#footer .vcard {
	margin-bottom:10px;
	width:770;
}
#footer .vcard .fn {
	font-weight:bold;
}
#footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
}
#footer li.first {
	border: none;
}
.cols-sm-seminar {
	margin-left: 5px;
	margin-top: 5px;
	width: 190px;
}
.cols-border-sm {
	width: 121px;
	border-bottom: 1px solid #FFFFFF;
}
.nine-day-table {
	margin: 0;
	padding: 0;
	margin-left:15px;
	border-color: #FFFFFF;
	border-style:solid;
	border-spacing: 0px;
	border-width: 1px;
	background-color:#E0D0B6;
	font-weight:bold;
	line-height:12px;
}
#nine-day .nine-day-table {
	margin-bottom: 15px;
}
.nine-day-table p {
	margin:5px 0 5px 5px;
}
.nine-day-table .date {
	color:#911517;
	text-align:center;
	padding:0 3px 0 3px;
	font-weight:normal;
	font-size:0.95em;
}
.nine-day-table th {
	background-color:#8D1919;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
	padding-top:3px;
}
.nine-day-table th.subhead {
	background:#603022 url(../images/table-bg.jpg) repeat-y;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	line-height:1.4em;
	padding-top:3px;
}
.nine-day-table tr, .nine-day-table td {
	border-color: #FFFFFF;
	border-style:solid;
	border-spacing: 0px;
	border-width: 1px;
	font-size:0.95em;
}
.nine-day-table th {
	border-color: #FFFFFF;
	border-style:solid;
	border-spacing: 0px;
	border-width: 1px;
}
.nine-day-table th small {
	font-size:0.75em;
}
.nine-day-table td {
	vetical-align:middle;
}

/*********** colors for nash on the road**************/
.red {
	color:#901414;
}
.green{
	color:#1d8f16;
}
.blue{
	color:#143390;
}

/*********** blog **************/
/**** leftcol ****/
h3.storytitle {
	margin-bottom:0px;
}
div.meta, div.feedback {
	margin-left:30px;
	margin-right:21px;
	font-size:11px;
}
div.meta {
	margin-bottom:8px;
}
div.storycontent p {
	width:440px;
}
form#commentform {
	margin-left:30px;
}
input.commentform-submit {
	width:120px;
}
ol#commentlist li {
	list-style-type:none;
}
ol#commentlist li, ol#commentlist li p {
	margin-left:5px;
}
ol#commentlist li cite {
	margin-left:0px;
}
/**** rightcol ****/
li#meta ul, li#archives ul, li#categories ul, form#searchform {
	margin-left:0px;
}
input#btn_searchform {
	width:50px;
}
.courses h3 {
	color: #911517;
	margin-bottom: 0px;
}
#team-extra {
	font-size: 11px;
}
.left {
	float:left;
}
#column-right dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#column-right dl {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 18px;
}
#column-right dt {
}
#column-right dd {
	margin-left: 23px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
#captcha {
	padding:5;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 18px;
}
