/* CSS Pre-processor */

@font-face {
    font-family: 'AcensRegular';
    src: url('fonts/acens-webfont.eot');
    src: url('fonts/acens-webfont.eot?#iefix') format('eot'),
		url('fonts/acens-webfont.woff') format('woff'),
		url('fonts/acens-webfont.ttf') format('truetype'),
		url('fonts/acens-webfont.svg#webfontio9kurF5') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	font-size: 1em;
	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: white url(/images/bg_side.gif) repeat-y right top;
	background: white;
	
	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: .9em;
	}
	.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 img,
img.photo {
	border:1px solid;
	-webkit-box-shadow: rgba(240,240,240,0.8) 1px 1px 2px;
}
img.photo {
	width:45%;
	float:right;
	margin: 0 0 1ex 1ex;
}


.photo-feature {
	float: right;
	width: 182px;
	margin-left: 10px;
}

/*
** Banner
*/
#banner {
	background: url(images/header-bg.png) repeat-x left 15px;
	height: 80px;
	position: relative;
}
#banner h1 .text {
	
}
#banner h1 {
	font-family: AcensRegular;
	font-size: 36pt;
	line-height: 90px;
	
	color: transparent;

	margin: 0;
	background: url(images/title.png) no-repeat;
	width: 300px;
	height: 31px;
	overflow: hidden;

	position: absolute;
	left: 30px;
	bottom: 20px;
}
#banner h2 {
	margin: 0;
	position: absolute;
	bottom: 20px;
	right: 0;

	color: #404040;
	width: 330px;
	
}






/*============================
/  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/chop5.png);
}
.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;
}


.leadin {
	font-family: 'Albertus Medium', sans-serif;
	font-size: 16pt;
	color: #a00;
	padding: 0;
	padding-right: 2px;
	height: .9em;
}
.leadin * {
	float: left;
}

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

h3 {
	font-family: AcensRegular, sans-serif;
	font-family: Verdana, Helvetica, "Trebuchet MS", sans-serif;
	
	text-align: center;
	font-size: 1.2em;

	margin-top: 15px;
	margin-bottom: 10px;

	font-size: 14pt;
	color: #a00;
	
	
	
	text-align: left;
	position: relative;
	left: -20px;
	
}
h3 img {
	vertical-align: middle;
}
h4 {
	color: #900;
	border-bottom: 1px solid #993;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
h6 {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: .9em;
	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: 1.2em;
	text-align: left;
}

.instructions {
	color: #663;
	font-size: .9em;
	text-align: left;
}


.note {
	font-size: .9em;
	color: #777;
}
.note a {
	color: #777;
	text-decoration: underline;
}



.quote {
	font-size: .9em;
	color: #900;
	color: rgb(60,80,100);
	font-style: italic;
	padding-left: 1ex;
	text-indent: -1ex;
}
.quoter {
	font-size: .8em;
	color: #777;
	text-align: right;
	padding-top: 5px;
}



.articlelink {
	font-size: .9em;
}

.nowrap {
	white-space: nowrap;
}




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

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

	
	
	position: relative;

	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: .9em;
	font-weight: normal;
	
	position: absolute;
	right: 25px;
	bottom: 0;
	color: black;
	color: white;
	background: transparent;
	width: auto;
	font-weight: bold;
	
	padding: 0 1ex;
}


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

	/*
		background: url(/images/bg_bamboo.jpg) no-repeat;
		*/
	background: url(/images/frond.png) no-repeat 30px bottom;

	
}

#left {
	
}



/*
	** Main Area
	*/
#main {

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

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

	margin-left: 70px;
	width: 510px;
	
	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 {
	display: none;
	
	width: 70px;
	height: 200px;

	position: absolute;
	left: 0;
	bottom: 0;
	
	background: red;

	/*
		background: url(/images/circle.gif) no-repeat 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: url(/images/bg_sidecircle.gif) no-repeat right top;
		*/

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

	padding-bottom: 50px; /* guarantee space for copy/chop */

	
}
#side .include {
	
	
	font-size: .9em;

	
}



#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: .9em;
	text-align: center;

	
	
}

#copyright {
	color: gray;

	width: 150px;
	min-height: 25px;
	font-size: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(/images/chop25.png) no-repeat 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: .9em;
	font-weight: bold;
}

#printer {
	display: none;
}



/*
	** FAQ
	*/

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

div.smaller {
	font-size: .9em;
	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: .9em;
	}
	#submenu div {
		
	}
	*/


span.newsdate {
	font-size: .9em;
	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: .9em;
	padding:4px;
	text-align: left;
}
#promo a {
	display: block;
	margin: 2px;
	/**/
}




.first-letter {
	font-size: 3em;
	float: left;
	position: relative;
	top: -10px;
	margin-right: 2px;
}

.notice {
	font-size: .9em;
	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);
}	

.quote q {
	font-style: italic;
}
.quote cite {
	color: gray;
	display: block;
	text-align: right;
	font-style: normal;
}
.quote cite:before {
	content: "— ";
}



/* Runtime: 0.0294649600983 */
