/* CSS Pre-processor */

	* {
		font-size: 100%;
		margin: 0px;
		padding: 0px;
	}

	hr {
		display: none;
	}
	
	/*============================
	/  Default Document Styles
	/===========================*/
	body {
		font: 12px Verdana, Helvetica, sans-serif;
		background-color: #eee;
		margin: 5px;
		text-align: center;
	}
	body.print, .print td, .print div, .print input {
		font: 12pt Times New Roman, Times, serif;
	}

	body.print div.body {
		width: 100%;
		margin: 10px;
		border: none;
	}


	#layout {
		width: 740px;
		position: relative;
		
		
		margin-left: auto;
		margin-right: auto;
		text-align: left;


		background-color: white;
		background-image: url(/images/bg_side.gif);
		background-repeat: repeat-y;
		background-position: right top;

		border: 1px solid gray;
	}
	
	
	/*============================
	/  Default Paragraph Style
	/===========================*/
	.include p {
		margin-top: 0px;
		margin-bottom: 10px;
	}


	/*============================
	/  List Styles
	/===========================*/
	.include li {
		margin-bottom: 5px;
	}


	/*============================
	/  Form Elements
	/===========================*/

/*
	input.submit, input.reset, input.button {
		border: 1px solid #900;
		background-image: url(images/bg_button.gif);
		padding-left: 5px;
		padding-right: 5px;
		font-size: 90%;
	}
	.print input.submit, .print input.reset, .print input.button {
		color: black;
		background-image: none;
		background-color: white;
		border-color: black;
		cursor: pointer;
	}
*/

	img.map {
		border: 1px solid gray;
	}
	
	
	form .smaller h4 {
		margin-top: 0px;
	}
	

	form td {
		padding-bottom: 5px;
	}
	
	
	.photo {
		background-color: #633;
		width: auto;
	}
	.photo img {
		border: 1px solid #933;
		position: relative;
		left: -2px;
		top: -2px;
	}
	
	
	.photo-feature {
		float: right;
		width: 182px;
		margin-left: 10px;
	}
	
	/*
	** Banner
	*/
	#banner {
		background-image: url(images/bg_top.gif);
		height: 80px;
		position: relative;
	}
	#banner .text {
		display: none;
	}
	#banner h1 {
		margin: 0px;
		background-image: url(images/title.gif);
		width: 325px;
		height: 80px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#banner h2 {
		margin: 0px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-image: url(images/bannerbamboo.gif);
		background-repeat: no-repeat;
		background-position: 100% 0%;
		width: 330px;
		height: 80px;
	}
	#banner h2 .image {
		display: block;

		background-image: url(/text.php?tagline=Business+with+a+Focus+on+Culture);
		background-repeat: no-repeat;
		
		width: 300px;
		height: 20px;
		
		position: absolute;
		left: 0px;
		bottom: 5px;

		
	}
	
	





	/*============================
	/  Default Paragraph Style
	/===========================*/
	p {
		text-align: left;
	}


	/*============================
	/  Default List Styles
	/===========================*/
	.include ul, 
	.include ol {
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.include ul {
		list-style-image: url(images/marker.gif);
	}
	.include ol {
		list-style-image: none;
	}


	/*============================
	/  Default Link Styles
	/===========================*/
	a {
		color: #c00;
		text-decoration: none;
		border-bottom: 1px dotted #cc9;
	}
	a:hover {
		color: #990;
		text-decoration: none;
		border-bottom: 1px solid #990;
	}
	.include a {
	}
	.include a:hover {
	}
	a.image,
	a.image:hover {
		border: none;
	}
	.print a, .print a:hover {
		color: black;
		text-decoration: none;
	}


	/*============================
	/  Link Image Style
	/===========================*/

	a img {
		border: none;
	}
	img.block {
		display: block;
	}
	

	/*============================
	/  Default Horizontal Rule
	/===========================*/

	hr {
		margin: 0px;
		margin-top: 3px;
		padding: 0px;
		border: none;
		border-top: 1px solid #ccc;
	}
	div.hr {
		text-align: center;
	}
	.print hr {
		color: black;
	}
	.print hr.line {
		color: gray;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.print td.top {
		border-bottom: 1px solid black;
	}

	
	/*============================
	/  Default Heading Styles
	/===========================*/

	h3 {
		text-align: center;
		font-size: 120%;
		
		margin-top: 15px;
		margin-bottom: 10px;
	}
	h3 img {
		vertical-align: middle;
	}
	h4 {
		color: #900;
		border-bottom: 1px solid #993;
		margin: 0px;
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 110%;
	}
	h6 {
		margin: 0px;
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 90%;
		font-weight: bold;
		color: #900;
	}


	/*============================
	/  Default Form Styles
	/===========================*/

	form {
		width: 350px;
	}

	form td {
		vertical-align: top;
		padding-right: 5px;
	}

	form .instructions {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	input.text, textarea {
		width: 200px;
	}

	input.submit {
		font-weight: bold;
	}


	/*============================
	/  Custom Styles
	/===========================*/

	.special {
		margin-bottom: 10px;
		color: #660;
		font-size: 120%;
		text-align: left;
	}

	.instructions {
		color: #663;
		font-size: 90%;
		text-align: left;
	}


	.note {
		font-size: 90%;
		color: #777;
	}
	.note a {
		color: #777;
		text-decoration: underline;
	}
	
	
	
	.quote {
		font-size: 90%;
		color: #900;
	}
	.quoter {
		font-size: 80%;
		color: #666;
		text-align: right;
		padding-top: 5px;
	}



	.articlelink {
		font-size: 90%;
	}

	.nowrap {
		white-space: nowrap;
	}




	/*============================
	/  Other Styles
	/===========================*/

	#bar {
		background-color: red;
		color: white;
		font-weight: bold;
		height: 14px;

		

		border-top: 1px solid #990;
		border-bottom: 1px solid #990;
	}
	
	#date {
		width: 150px;
		height: 100%;
		
		float: left;

		background-color: black;
		color: white;

		text-align: center;
		font-size: 90%;
		font-weight: normal;
	}
	

	#body {
		float: left;
		width: 100%;

		background-image: url(/images/bg_bamboo.jpg);
		background-repeat: no-repeat;
		
		
	}
	
	#left {
		
	}



	/*
	** Main Area
	*/
	#main {

		display: block !important;
		display: inline; /* for IE6 margin bug */

		margin-left: 170px;
		width: 410px;
				
		float: left;

		
		
		padding-top: 5px;
		padding-bottom: 60px;
		
		
		
	}
	#main .include {
		padding: 5px;
		padding-bottom: 10px;
	}
	#main .include p,
	#main .include li {
		line-height: 1.4;
	}
	
	#bottom-left {
		width: 200px;
		height: 200px;
		
		position: absolute;
		left: 0px;
		bottom: 0px;
		
		background-image: url(/images/circle.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}


	/*
	** Sidebar
	*/
	#side {
		width: 130px !important;
		width: 150px;
		
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		
		display: inline; /* IE6 */
		float: right;
		margin-right: 5px;
		
		background-image: url(/images/bg_sidecircle.gif);
		background-repeat: no-repeat;
		background-position: right top;

		min-height: 300px; /* height needed for bg image */

		padding-bottom: 50px; /* guarantee space for copy/chop */
		
		
	}
	#side .include {
		
		
		font-size: 90%;
		
		
	}
	
	
		
	#side .include ul {
		margin: 0px;
		margin-top: 5px;
		padding: 0px;
		margin-left: 20px;
	}
	#side .include li {
		margin-bottom: 5px;
	}
	#side .include p {
		margin: 0px;
		margin-top: 4px;
		margin-bottom: 8px;
	}
	#side .include blockquote {
		margin: 0px;
		margin: 5px;
		font-size: .8em;
	}
	#side .include .heading {
		font-weight: bold;
	}

	#side .include .quote {
	}
	#side .include .quoter {
	}
	



	/*
	** Footer
	*/
	#footer {
		clear: both;
		
		position: relative;
		
		
		
		width: 100%;
		
		
		

		font-size: 90%;
		text-align: center;

		
		
	}

	#copyright {
		width: 150px;
		font-size: 10px;
		position: absolute;
		right: 10px;
		bottom: 10px;
		background-image: url(/images/chop25.gif);
		background-repeat: no-repeat;
		background-position: right center;
		width: 120px;
		
		text-align: right;
		padding-right: 30px;

		
	}
	
	#contact-info {
		position: absolute;
		width: 100%;
		left: 0px;
		bottom: 10px;
	}

	#toplink {
		position: absolute;
		right: 150px;
		bottom: 40px;
		
		
		font-size: 90%;
		font-weight: bold;
	}
	
	#printer {
		display: none;
	}
	


	/*
	** FAQ
	*/

	div.faq {
		margin: 0px;
		padding: 0px;
	}
	div.faq div {
		padding-bottom: 5px;
	}

	div.smaller {
		font-size: 90%;
		margin: 10px;
	}
	div.smaller td {
	}



	.caption {
		font-size: 10px;
	}



	/*
	** Menu
	*/
	#menu {
		padding-left: 20px;
		float: left;
		cursor: default;
	}
	#menu a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		border: none;
		cursor: pointer;
	}
	#menu a:hover {
		color: white;
		border: none;
		text-decoration: underline;
	}
	#menu .image {
		display: none;
	}
	#menu span.context-content,
	#menu .level-1-list .context-content {
		color: white;
		position: relative;
		font-style: italic !important;
	}

	/*
	** Submenu
	*/
	#submenu {
		margin-left: 0px;
		color: #999;
		width: 130px;

		
	}
	#submenu ul {
		list-style: none; 
	}
	#submenu .item {
		display: block;		
	}
	#submenu .separator {
		display: none;
	}
	#submenu .item {
		display: block;
		
		
		
		
		font-weight: normal;

						
		
		margin-top: .5em;
		margin-bottom: .5em;
	}
	#submenu .image {
		display: none;
	}
	
	/*
	#submenu .parent a {
		font-weight:bold;
		font-style:italic;
		color:#700;
		margin-bottom:5px;
		
		border-bottom:1px solid;
	}
	#submenu .children {
		font-size: 90%;
	}
	#submenu div {
		
	}
	*/

	
	span.newsdate {
		font-size: 90%;
		font-weight: bold;
		color: #600;
	}


	
	
	/*
	** Vezea Credit
	*/

	#vezea {
		position: relative;
		visibility: hidden;
		top: 240px;
	}


	/*
	** Promo
	*/

	#promo {
		border: 1px solid #933;
		background-color: #eee;
		margin-bottom: 10px;
		/**/
		margin: 5px;
		
		font-size: 90%;
		padding:4px;
		text-align: left;
	}
	#promo a {
		display: block;
		margin: 2px;
		/**/
	}
	



	.first-letter {
		font-size: 300%;
		float: left;
		position: relative;
		top: -10px;
		margin-right: 2px;
	}
	
	.notice {
		font-size: 90%;
		border:1px solid #933;
		background-color:#f0f0e0;
		padding:4px;
		margin:5px;
	}

	#map {
		border: 1px solid gray;
		width: 400px;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/*
	** Width Sizer
	*/
	#sizer {
		cursor: pointer;
		float: right;
		margin: 2px;
		width: 20px;
		height: 10px;
		
		
		
	}
	#sizer.contract {
		background-image: url(/images/contract.gif);
	}
	#sizer.expand {
		background-image: url(/images/expand.gif);
	}	
	

/* Runtime: 0.00176787376404 */