/********* TEMPLATE CSS ********/

* {
	margin: 0;
	padding: 0;
}
body {
	/*background-color: #582D0A;*/
	background-color: #FFFFFF;
	color: #353739;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align:left;
}

body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/*
blockquote:first-letter {
	display:block;
	float:left;
	border:0px solid #353739;
	padding:5px;
	font-size:54px;
	background-image: url(../images/drop_cap_bkgrd.png);
	font-family: arial, helvetica, sans-serif;
	color: #353739;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
*/
blockquote, blockquote a{
	color: #4A6419;
	background-image: url(../../see/images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height:65px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
a:link, a:visited {
	color:#3C5B70;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color:#4A6419;
	text-decoration: none;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration:none;
	color:#3C5B70;
	font-family: arial, helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
h1 {
	font-size:35px;
	font-weight:normal;
	text-transform: lowercase;
}
h2 {
	font-size:21px;
	font-weight:normal;
	text-transform: lowercase;
}
h3 {
	font-size:16px;
	font-weight:bold;
	text-transform: lowercase;
}
h4 {
	font-size:14px;
	font-weight:bold;
	text-transform: lowercase;
}
h5 {
	color:#000;
	font-size:12px;
}
h6 {
	color:#000;
	font-size:11px;
}

/* TOC */
/* article index */

table.contenttoc {
	border:solid 1px #ccc;
	padding:10px;
	margin:10px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
/****** MODULE AND PLUGIN STYLES ******/
.multithumb{
	margin-right: 10px;
}
ul.briask-iss {
	position:relative;
	list-style:none;
	list-style-image:none;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	border:1px solid #000000;
	background-image: url(../images/right_floral.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
a.subscribe img{
	width:143px;
	height:58px;
	background-image: url(../images/subscribe.gif);
	background-repeat: no-repeat;
	border:0px solid #0066FF;	
}
a.subscribe img:hover{
	width:143px;
	height:58px;
	background-image: url(../images/subscribe_roll.gif);
	background-repeat: no-repeat;
}
a.tell_me_more img{
	width:153px;
	height:58px;
	background-image: url(../images/tell_me_more.gif);
	background-repeat: no-repeat;
	border:0px solid #0066FF;
}
a.tell_me_more img:hover{
	width:153px;
	height:58px;
	background-image: url(../images/tell_me_more_roll.gif);
	background-repeat: no-repeat;
}
/******* EDITOR STYLES COPY FROM EDOTOR.CSS ************/
.none{}
.fineprint {
	font-size: 9px;
	color: #666666;
}
.earth{color: #c55639;}
.rust{color: #6e2405;}
.mink{color: #71535c;}
.navy{color: #00274c;}
.sky{color: #3b6e8f;}
.moss{color: #5e7b39;}
