/* CSS Document */

/* sitestyle.css stylesheet, version 1, 09-16-2005, Tictaco Designs */

/* initial conditions ============================================== */
*
	{
	xmargin: 0px 0px 0px 0px;
	xpadding: 0px 0px 0px 0px;
	xborder-style: none;
	xborder-width: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html
	{
	height: 100%;
	}
body
	{
	font: normal 12px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	background-color: #323637;
	/*text-align: center;*/
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 600px;
	}

p
	{
	margin-top: 5px;
	margin-bottom: 10px; 
	}
	
div
	{
	font: normal 11px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	line-height: 1.7em;
	}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a, a:visited 
	{
	font-weight: bold;
	color: #993300;
	}
	
a:hover
	{
	color: #660000;
	text-decoration: underline;
	}

h1
	{
	font: bold 18px "Garamond", "Georgia", "Verdana", serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 10px 0px;
	}
h1.mixedcase {text-transform: none;}
h2
	{
	font: bold 18px "Garamond", "Georgia", "Verdana", serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0px 0px 20px;
	}
h3
	{
	font: bold 14px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #1c4478;
	margin: 10px 0px 10px 0px;
	}
h4
	{
	font: normal 13px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	margin: 10px 0px 10px 0px;
	color: #336699;
	letter-spacing: .03em;
	}
	
.pullquote {
	font: italic bold 11px georgia, verdana, helvetica, arial, sans-serif;
	color: #2f4869;
	display: block;
	padding: 30px;
	margin: 0px 0px 10px 0px;
	}
	
.cite {
	font: georgia, verdana, helvetica, arial, sans-serif;
	display: block;
	font-weight: normal;
	margin: 10px;
	}

table {border-collapse: collapse;}
td
	{
	margin: 0px;
	padding: 0px;
	}

img {border: 0px;}

#main {
	width: 300px;
	}

#main ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 14px;
	}
#main ul li {
	padding: 5px 2px 2px 15px;
	line-height: 1.4em;
	background: url(images/or-bullet.gif) no-repeat 0 7px;	
	}
	
/* /LINES ============================================== */

.greyline {
	height: 1px;
	background-color: #5e6364;
	}
	
.whiteline {
	height: 1px;
	background-color: #fff;
	}

.blueline {
	height: 1px;
	background-color: #e5f0f8;
	}

.orangesection {
	width: 8px;
	background-color: #cb8d37;
	}
	
.bluesection {
	width: 8px;
	background-color: #336699;
	}
	
.aboutsection {
	width: 8px;
	background-color: #2f4869;
	}		
	
/* HOMEPAGE NAVIGATION
----------------------------------------------------------------------------- */
#navhome {
	margin: 0;
	padding: 0;
	float: left;
	font:  bold 13px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	text-align: center;
	width: 660px;
	height: 36px;
	letter-spacing: 1px;
	background-color: #435f83;
	}

#navhome li {
	display: inline;
	list-style: none;
	text-align: center;	
}

#navhome a, #navhome span {
	margin: 0;
	padding: 0;
	float: left;
	height: 20px;	
	text-decoration: none; /*Mozilla Underline Fix*/	
}


/* ~~~~~~~~~ HOMEPAGE NAVIGATION BUTTON STYLES ~~~~~~~~~ */

#off a, #off span {
	width: 131px;
	padding-top:10px;
	margin-top: 0px;
	padding-bottom: 6px;
	color: #c8e3ff;		
}
#off a.selected, #off span.selected, #off a:hover {
	width: 131px;
	background-color: #2f4869;
	color: #a3c0df;
}

#on a, #on span, #on a:visited {
	width: 131px;
	background-color: #283441;
	color: #fff;
	padding-top:10px;
	padding-bottom: 6px;		
}

#dashedline a, #dashedline span, #dashedline a:visited {
	width: 1px;
	height: 20px;
	background: url(images/dashed_line.gif) repeat-y;			
}


/* SUBPAGE NAVIGATION
----------------------------------------------------------------------------- */
#navsub {
	margin: 0;
	padding: 0;
	float: left;
	font:  bold 13px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	text-align: center;
	width: 399px;
	height: 82px;
	letter-spacing: 1px;
	background-color: #435f83;
	}	

#navsub ul {
	display: none;	
}

#navsub li {
	display: inline;
	list-style: none;
	text-align: center;	
}

#navsub a, #navsub span {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;	
}

.homebar {
	font: bold 13px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	width: 399px;
	height: 26px;
	letter-spacing: 1px;
	background-color: #283441;
	color: #99ccff;
	}

.homebar a, .homebar span, .homebar:visited {
	color: #99ccff;
	text-decoration: none;			
}
	
/* ~~~~~~~~~ SUBPAGE NAVIGATION BUTTON STYLES ~~~~~~~~~ */

#suboff a, #suboff span, #suboff a:visited {
	width: 98px;
	height: 66px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	padding-bottom: 6px;
	color: #c8e3ff;		
}

#suboff a.selected, #suboff span.selected, #suboff a:hover {
	background-color: #2f4869;
	color: #a3c0df;
}

#subon a, #subon span, #subon a:visited {
	width: 99px;
	height: 20px;
	padding-top: 62px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #2f4869;
	color: #fff;
	margin: 0;
}

#subdashedline a, #subdashedline span, #subdashedline a:visited {
	width: 1px;
	height: 82px;
	background: url(images/dashed_line.gif) repeat-y;			
}



/* ~~~~~~~~~ HOME PAGE BOXES ~~~~~~~~~ */

.areasofexpertise {
	background: #f5b665 url(images/areas_graphic.gif) no-repeat right bottom;	}
	
.workshops {
	display: block; 
	width: 322px;
	background-color: #8aa5c6;
	background: #8aa5c6 url(images/workshops_bkgrnd.gif) no-repeat right bottom;
	}
	
.workshops h2 {
	padding: 10px 0px 0px 20px;
	letter-spacing: 1px;
	margin: 0;
	font: bold 13px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #283441;
	text-transform: uppercase;
}

.workshops h3 {
	padding: 2px 0px 0px 20px;
	letter-spacing: 1px;
	margin: 0;
	font: normal 11px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #283441;
	text-transform: uppercase;
}

.workshops ul {
	font: normal 11px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	width: 230px;
	padding: 2px 5px 10px 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	list-style: none;	
}

.workshops li {
	display: block;
	padding-top: 10px;
	list-style: none;
	text-align: left;	
}

.about {
	display: block; 
	width: 331px;
	height: 225px;
	background: #f2f2d1 url(images/home_about_bkgrnd.gif) no-repeat right bottom;
	}
	
.extracell {
	background-color: #f2f2d1;
	}
	
.request {
	width: 331px;
	background-color: #d6da8f;
	}
	
.request ul {
	font: normal 11px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;	
	padding: 10px 0px 0px 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	list-style: none;	
}
	
.request li {
	padding-top: 8px;
	color: #283441;
	list-style: none;
	text-align: left;	
}

.request a, .request span, .request a:visited {
	color: #283441;
}

.about li {
	font: normal 11px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	background: url(images/thumbnail_success.gif) 0 0 no-repeat;	
	width: 196px;
	height: 50px;
	padding-left: 61px;
	margin: 0 0 0 0;
	display: block;
	padding-top: 10px;
	list-style: none;
	text-align: left;	
}

/* ~~~~~~~~~ SUBPAGE BARS ~~~~~~~~~ */

.bar {
	background: url(images/subbar_bkgrnd.gif) 0 0 no-repeat;	
	width: 263px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;		
}

.aboutbar {
	background: url(images/about_bar.gif) no-repeat;
	width: 399px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.consultingbar {
	background: url(images/consulting_bar.gif) no-repeat;
	width: 399px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.workshopsbar {
	background: url(images/workshops_bar.gif) no-repeat;
	width: 399px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.contactbar {
	background: url(images/contact_bar.gif) no-repeat;
	width: 399px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* ~~~~~~~~~ CONTENT ~~~~~~~~~ */

.content {
	background-color: #fff;
	width: 371px !important; /* for most browsers */
	padding: 10px;
  	}
	
.testimonial {
	padding: 5px 5px 5px 5px;
	color: #996633;
	font-family: "Georgia", "Garamond", "Verdana", serif;	
}

	
/* ~~~~~~~~~ WORKSHOPS ~~~~~~~~~ */

.date {
	width: 360px;
	color: #996633;
	font-weight: bold;
	background-color: #fdf8e8;
	padding: 5px;
  	}
	
.details {
	width: 360px;
	background-color: #fff3ce;
	padding: 5px;
	border-bottom: 1px dotted #bbb;
	border-top: 2px solid #fff;
  	}
	
/* ~~~~~~~~~ LEFTNAV ~~~~~~~~~ */

.leftside {
	background: #fff url(images/leftside_bkgrnd.gif) 0 0 no-repeat;	
	width: 263px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
#leftnav {
	margin: 0;
	padding: 1px;
	float: left;
	text-align: left;
	width: 230px;
	height: 24px;
	}

#leftnav li {
	display: inline;
	list-style: none;
	padding-top: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #9d9e7e;
	border-top: 1px dotted #9d9e7e;
	background-color: #ededdd;
	height: 24px;
	padding-left: 30px;	
}

#leftnav a, #leftnav span {
	margin: 0;
	padding: 0;
	float: left;
	height: 24px;	
	text-decoration: none; /*Mozilla Underline Fix*/	
}

#leftnav.active a {
	text-decoration: underline; 	
}

/* ~~~~~~~~~ FORMS ~~~~~~~~~ */
#content-contact form {
  margin: 10px 0;
  padding: 10px;
  background: #E8EEF3;
  float: left;
}

form table td {
  padding: 10px;
}

form p.error, form table p.error, form table label.error {
  color: #CC0000;
}

form p.error {
  margin: 0;
}
	
/* ~~~~~~~~~ FOOTER ~~~~~~~~~ */

.footer
	{
	background-color: #cdcebd;
	font:  bold 10px "Arial", "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	color: #414a53;
	padding: 5px 5px 5px 5px;		
	}

