/* -----------------------------------
WoodenBoat Publications
Greg Summers
General Master for WoodenBoat School
----------------------------------- */
/* -----------------------------------
	simple reset
	----------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -----------------------------------
	elements
----------------------------------- */
body {
	/*	text-align:center;*/
	margin: 0px;
	padding: 0px;
	background: #C7B897 url(zone-user-bg.jpg) repeat-x scroll 0 0;
	color: #333;
	font: 95% Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;
	position: relative;
}
a:link {
	color: #11418a;
}
a:visited {
	color: #11418a;
}
a:focus {
	color: #000;
	outline: thin dotted;
}
a:hover {
	color: #7b1c09;
	text-decoration: none;
}
a:active {
	color: #7b1c09;
	text-decoration: none;
}
em {
	font-style: italic;	
}
/* -----------------------------------
All header text
----------------------------------- */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1;
}
h1 {
	font-size: 1.4em;
	margin-top: 28px;
	margin-bottom: 10px;
	color: #900
}
h2 {
	font-size: 1.2em;
	margin-bottom: 14px;
	color: #7C6C48;
	margin-top: 0px;
	line-height: 1.2;
}
h3 {
	font-size: 1.25em;
	color: #933;
	margin-top: 4px;/*margin-bottom: 10px;*/
}
#sidebar h3 {
	font-size: 1.2em;
	color: #933;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}
#sidebar .box h3 {
	font-size: 1.4em;
	text-align: left;
}
h4 {
	margin: 16px 0px 0px;
	font: bold 1.2em/1 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	background: #DBE6F0;
	padding: 4px;
	color: #7D7D7D;
}
#content .box h4 {
	background-color: #E3E0D0;	
}
#sidebar h4 {
	font-size: 1.16em;
	margin-left: 18px;
	background-color: #dde1e3;
	margin-top: 0px;
	color: #666;
}
#sidebar .box h4 {
	font-size: 1.3em;
	color: #933;
	padding: 0px;
	background: transparent;
	margin: 0px 0px 4px;
}
#sidebar h5 {
	font: bold 1em/1 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	margin-left: 18px;
	background-color: #dde1e3;
	margin-top: 24px;
	color: #666;
	margin-right: 12px;
}
#sidebar h5 a {
	color: #666;
}
#sidebar #box h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
/*----------------
new wrapper rounded corners
----------------*/
#wrapper {
	width: 980px;
	margin: 0px auto 50px auto;
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px 5px 10px #949494;
	-moz-box-shadow: 0px 5px 10px #949494;
	box-shadow:0px 5px 5px #949494;
	behavior: url(PIE.htc);
	position: relative;
}
/* -----------------------------------
	header
	----------------------------------- */
#header {
	/*float: left;*/
	width: 978px;
	height: 114px;
	position: relative;
	color: #fff;
	background: #fff url(wbs-header2012.jpg) no-repeat center bottom;
	border: 1px solid #7C7C7C;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px -2px 5px #949494;
	-moz-box-shadow: 0px -2px 5px #949494;
	box-shadow: 0px -2px 5px #949494;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden
}
/* -----------------------------------
Begin clobal header navigation top tabs
---------------------------------------*/
#top-nav {
	font: 100% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	border: 0 none;
	margin: 8px auto 8px;
	/*	outline: 0 none;*/
	padding: 0;
	/*	vertical-align: baseline;*/
	width: 980px;
}
#top-nav ul.menu {
	margin: 0;
	padding: 0;
}
#top-nav ul.menu li {
	background-color: #F2EDE1;
	border: 1px solid #d4cdb4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(PIE.htc);
	display: inline;
	margin: 0 0 0 3px;
	padding: 0 15px 2px;
}
#top-nav ul.menu li a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.clearfix {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
/*----END global navigation top tabs----*/

/* -----------------------------------
	primary-nav
	The rest of the main navigation is in
 p7tbm_tomato_02.css
----------------------------------- */
#nav {
	padding-bottom: 2.6em;
	background-color: #E3E0D0;
	/*height: auto;*/
	/*margin-bottom: 12px;*/
	border-bottom: 6px double #B4B1A4;
}
/* -----------------------------------
container is around content and sidebar only
----------------------------------- */
#container {
	height: 1%;
	clear: both;
	padding: 0px;
	background-color: #fff;
}
/* -----------------------------------
Begin Content
----------------------------------- */
#content {
/*	font: Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;*/
	float: left;
	width: 642px;  /*680 minus 38 for padding*/
	padding-right: 16px;
	padding-left: 22px;
	background: #fff;
	position: relative;
}
#content p {
	margin: 0 0 1.5em;
	line-height: 1.5;
	font-size: 1.04em;
}

/*--- faculty ---*/
#content ul.facultylinks {
	margin-left: 48px;
	padding-top: 0px;
	padding-bottom: 24px;
}
#content ul.facultylinks li {
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: url(bullet_green.gif);
	line-height: 1.4;
}
#content ul.costs {
	margin-left: 38px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 18px;
}
#content ul.costs li {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	font-weight: bold;
	color: #666;
}
.facultycolumn {
	margin-top: 26px;
}
.facultycolumn ul {
	overflow: hidden;
	width: 99%;/*background: #FCF;*/
}
.facultycolumn ul li {
	float: left;
	width: 140px;
	list-style-image: url(bullet_gray.gif);
	margin-left: 0px;
	padding-left: 1em;
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	font-size: .9em;
	list-style-position: inside;
	padding-top: 3px;
	padding-bottom: 3px;
}
body#faculty {
	background: #C7B897 url(zone-user-bg.jpg) repeat-x scroll 0 -100px;
}
body#faculty .imgbdr {
	border: 1px solid #333;
	margin-left: 24px;
}
body#faculty p {
	font-size: 0.94em;
	line-height: 1.4;
	color: #333;
	background-color: transparent;
	text-align: left;
	padding: 0px;
	margin: 16px 24px 26px;
}
body#faculty p.numone {
	padding-top: 0px;
	margin: 16px 24px 6px;
}
body#faculty p.numtwo {
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 56px;
}
#content ol {
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}
#content .box ul {
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
	margin-top: 0px;
}
#content .box ul li {
	padding: 0 0 0 20px;
	margin: 0 0 .3em;
	background: url(bullet-box.png) no-repeat 0 0em;
}
#content ul.specialoffer {
	margin-top: 0px;
	margin-left: 24px;
	padding-top: 0px;
	padding-bottom: 24px;
}
#content ul.specialoffer li {
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: url(bullet_green.gif);
	line-height: 1.4;
}
#content .notice-col {
	float: left;
	width: 260px;
	padding: 8px 12px 4px;
	border: 2px solid #DBCCA6;
	background: #F2EDDF;
	margin-left: 10px;
	margin-right: 20px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px 5px 10px #949494;
	-moz-box-shadow: 0px 5px 10px #949494;
	box-shadow:0px 5px 5px #949494;
	behavior: url(PIE.htc);
	position: relative;
}
#content .notice-col h2 {
	margin-bottom: 8px;
	line-height: 1.1;
}
#content .notice-col p {
	margin: 6px 0em 0em;
	line-height: 1.3;
	font-size: 1.0em;
}
#content .notice-col ul.home-notice {
	margin-top: 0px;
	margin-left: 24px;
	padding-top: 0px;
	padding-bottom: 24px;
}	
#content .notice-col ul.home-notice li {
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: url(bullet-redstar.png);
	line-height: 1.1;
}
/* -----------------------------------
	boxes for round corners
	----------------------------------- */
.box {
	/*float: left;*/
	width: 600px;
	margin: 18px 0px 25px;
	padding: 9px 8px 6px 23px;
	border: 2px solid #9F9D95;
	background-color: #E3E0D0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#content .box p {
	font-size: 1em;
}
.box2 {
	width: 600px;
	margin: 18px 0px 25px;
	padding: 9px 8px 6px 23px;
	border: 2px solid #9F9D95;
	background-color: #E3E0D0;
}
/*--------Fleet of small craft ------*/
table.fleet ul {
	padding-left: 12px;
	padding-right: 8px;
	margin-left: 16px;
	padding-top: 0px;
	margin-top: 0px;
}
table.fleet ul li {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-image: url(bullet_green.gif);
	padding: 4px 6px 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font: 0.9em Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
table.fleet caption {
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 6px;
	padding: 6px 12px 6px 14px;
	/*margin-top: 12px;*/
	background-color: #CEDCEA;
}
table.fleet ul li hover {
	background-color: #FFC;
}
/*Mt. Ash bread crumbs*/
#content .crumbs {
	text-align: right;
}
#content .tuition {
	color: #666;
	margin-bottom: 0px;
	/*padding-bottom: 0px;*/
	font: bold 1em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#content .tuitionspace {
	color: #666;
	margin-bottom: 12px;
	font: bold 1em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#content .materials {
	color: #666;
	margin-bottom: 12px;
	/*padding-bottom: 0px;*/
	font: bold 1em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#content .materials-nospace {
	color: #666;
	margin-bottom: 0px;
	/*padding-bottom: 0px;*/
	font: bold 1em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#content .note {
	color: #333;
	font: italic 1em/1.2 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#content p.offsite {
	font-family: "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	font-size: 0.96em;
	line-height: normal;
	font-style: italic;
	margin-top: 20px;
	background: #DBE6F0;
	display: block;
	padding: 4px 0px 4px 6px;
	margin-bottom: 0px;
}
/* ----- END content------- */

/* -----------------------------------
sidebar
----------------------------------- */
#sidebar {
	float: left;
	width: 300px;
	/*border-left: thin solid #CCC;*/
	background: #dde1e3 url(sidebar-back.png) no-repeat;
	padding-top: 30px;
}
#sidebar p {
	font: .94em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	padding: 0px 18px 0px 32px;
	margin-bottom: 12px;
}
/* -----------------------------------
Sidebar navigation for courses
----------------------------------- */
ul.courses {
	margin-top: 6px;
	margin-bottom: 12px;
	color: #FFF;
	padding: 0 6px 0 48px;/*	list-style-position: inside;*/
}
ul.courses li {
	list-style-image: url(bullet-red-on-grey.png);
	color: #333;
	font: 0.9em/1 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	margin: 6px 4px;
}
ul.courses li a:link {
	color: #084a90;
	background-color: transparent;
	text-decoration: none;
}
ul.courses li a:visited {
	color: #084a90;
	background-color: transparent;
	text-decoration: none;
}
ul.courses li a:hover {
	color: #740502;
	background-color: transparent;
	text-decoration: none;
}
ul.courses li a:active {
	color: #740502;
	background-color: transparent;
	text-decoration: none;
}
ul.courses li.star2 {
	font-size: 1em;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-image: url(bullet-star-wht.gif);
	color: #333;
}
/* -----------------------------------
END Sidebar navigation for courses
----------------------------------- */
#sidebar .box {
	float: none;
	width: 222px;
	background: #CEDCEA;
	font: .84em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	margin: 22px auto;
	padding: 6px 5px 6px 12px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #CBBDA0;
	behavior: url(PIE.htc);
	position: relative;
}
#sidebar .box p {
	font: 1.1em/1.3 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	padding: 0px;
	margin: 6px 0px;
}
/*#sidebar .inner {
	float: none;
	width: 170px;
}*/
#sidebar p.howto {
	color: #333;
	font-size: 1em;
	line-height: normal;
	padding: 0px;
	margin-left: 22px;
	margin-right: 12px;
	margin-bottom: 18px;
}
#sidebar .box2 {
	float: none;
	width: 222px;
	background: #CEDCEA;
	font: .84em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	margin: 7px auto;
	padding: 6px 5px 6px 8px;
	border: 2px solid #CBBDA0;
}
#sidebar .box2 p {
	font: 1.1em/1.3 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	padding: 0px;
	margin: 6px 0px;
}
#sidebar .nobox {
	width: 222px;
	margin: 36px auto;
}
#sidebar .box .bld-warning {
	font-weight: bold;
	color: #900;
	line-height: 1.2;
	margin: 18px 18px 18px 12px;
	text-align: center;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	position: relative;
	clear:both;
	width:100%;
	padding:12px 0px;
	background-color: #72200A;
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#footer p {
	font-size: 0.82em;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	margin:0px;
	padding: 0px;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #CF0;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
	text-decoration: none;
}
/*-----------------------------------
Quotes
-----------------------------------*/
#sidebar .quote {
	font: italic 0.9em/1.7 Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;
	margin: 38px 0px 0px 6px;
	padding: 0px 12px 0px 32px;
	background: #dde1e3 url(quote_mark-left.png) no-repeat;
}
#sidebar .quotefirst {
	font: italic 0.9em/1.7 Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;
	margin: 44px 0px 0px 6px;
	padding: 0px 12px 0px 32px;
	background: #dde1e3 url(quote_mark-left.png) no-repeat;
}
#sidebar .author {
	background-color: #dde1e3;
	color: #818181;
	font-size: 0.8em;
	text-align: right;
	margin: 4px 10px 0px 12px;
	padding: 0px;
}
#content .quote {
	line-height: 1.5;
	color: #9F9377;
	font-size: 1.04em;
	text-indent: 36px;
	margin: 24px 26px 0px;
	background: #fff url(quote_left.gif) no-repeat;
	padding: 4px 0px 0px;
}
#content .author {
	background-color: #fff;
	text-align: right;
	font-size: 0.87em;
	font-style: italic;
	line-height: 1;
	color: #818181;
	border-bottom: 2px dotted #C1BAA8;
	margin: 8px 36px 34px 38px;
	padding: 0px 0px 4px;
}
/* -----------------------------------
Image captions
-----------------------------------*/
#imgcapt {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 620px;
}
#imgcapt p {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: 0.8em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
#imgcapt2 {
	margin: 16px 0px 8px 16px;
	padding: 0px;
	width: 402px;
	float: right;
}
#imgcapt2 p {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: 0.7em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
.lftimgquote {
	float: left;
	width: 260px;
	margin-right: 16px;
	margin-bottom: 8px;
	border: 1px solid #666;
	background: #efecca;
	padding: 8px;
}
#content .lftimgquote p {
	font-size: .9em;
	line-height: 1.4;
	margin: 8px;
}
.lftimgquote2 {
	float: left;
	width: 342px;
	margin-right: 16px;
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #666;
	background: #efecca;
}
#content .lftimgquote2 p {
	font-size: .9em;
	line-height: 1.4;
	margin: 8px;
}
.lftimgquote3 {
	float: left;
	width: 400px;
	margin-right: 16px;
	margin-bottom: 8px;
	border: 1px solid #666;
	background: #efecca;
}
lftimgquote3 p {
	font-size: .9em;
	line-height: 1.4;
}
.rightimgquote {
	float: right;
	width: 260px;
	margin-left: 16px;
	margin-bottom: 8px;
	border: 1px solid #666;
	background: #efecca;
	padding: 8px;
}
#content .rightimgquote p {
	font-size: .9em;
	line-height: 1.4;
	margin: 8px;
}
.rightimgquote2 {
	float: right;
	width: 342px;
	margin-left: 16px;
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #666;
	background: #efecca;
}
#content .rightimgquote2 p {
	font-size: .9em;
	line-height: 1.4;
	margin: 8px;
}
.rightimgquote3 {
	float: right;
	width: 400px;
	margin-left: 16px;
	margin-bottom: 8px;
	border: 1px solid #666;
	background: #efecca;
}
rightimgquote3 p {
	font-size: .9em;
	line-height: 1.4;
}

/*======Image classes======*/
.sideimg {
	margin: 18px auto 12px;
}
.sideimg2 {
	display: block;
	margin: 12px auto 4px;
}
.align-left {
	float: left;
	margin: 0 15px 0 0;
}
.align-right {
	float: right;
	margin: 0 0 0 15px;
}
.align-left img, .align-right img {
	display: block;
}
.bdr {
	border: 1px solid #000;
}
.center-img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*----------------
This .info is for wufoo forms
-------------------*/
div.info h2 {
	font: normal 180%/1 Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;
	margin: 0 0 .4em;
	color: #23485f;
}
.mustfill {
	font-weight: bold;
	color: #900;
}
/*----End wufoo stuff-----*/

/*-----------------------
odds and ends classes
-------------------------*/	

.structural {
	position: absolute;
	left: -500em;
}
.topspace {
	margin-top: 18px;	
}
.gutter {
	margin-left: 20px;
}
.gutter-bottom {
	margin-bottom: 20px;
}
/*home page intro*/
.intro {
	line-height: 1.4;
	font-size: 1.3em;
	padding-left: 28px;
}
.facebk {
	margin: 12px auto 18px;
	width: 95px;
	text-align: center;
}
.signature {
	background: #fff url(../img_main/RichSig.jpg) no-repeat;
}
.signature p {
	background-color: transparent;
}
.signature p.rich_sig {
	background-color: transparent;
	padding-top: 24px;
}
.clearall {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
.clearspace {
	clear: both;
	height: 24px;
	font-size: 24px;
}
.color1-bld {
	font-weight: bold;
	color: #900;
}
ul.coursedetail {
	margin-left: 32px;
	margin-top: 4px;
	margin-bottom: 18px;
}
ul.coursedetail li {
	list-style-image: url(bullet_gray.gif);
	padding-bottom: 6px;
	text-transform: uppercase;
	color: #666;
	font: bold 1em/normal Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
}
.name {
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	color: #23485F;/*#7D7957;*/
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.1em;
}
.namegrey {
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	color: #666;/*#7D7957;*/
	text-transform: uppercase;
	font-weight: bold;
}
.uplowcase {
	text-transform: none;
	font-weight: normal;
	color: #333;	/*font-size: 1.2em;*/
}
.upcase {
	text-transform: uppercase;	
}
.sidecenter {
	text-align: center;
}
#sidebar .box .phone {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;	
}
.lowercase {
	text-transform: lowercase;	
}
.bottomspace {
	margin-bottom: 18px;	
}


