/* DSW background #1C1813 */
/* DSW title #827457  */
/* DSW content #CCCC99 */
/* DSW footer bar #14110D */
/* DSW brown #251F19 */

/* This stylesheet contains only typography styles.  The styles within this stylesheet are ones the client will be able to select when updating the site with Contribute.*/

/* ----------------------------------------GLOBAL HEADER STYLES----------------------------------------*/

/* header styles for h tags*/
h1 {
	margin:0 0 18px 0;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #827457;
	border-bottom: 1px solid #827457;
}
h2 {
	font-size: 16px;
	margin:0px 0 14px 0;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color:  #CCCC99;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCCC99;
	margin: 0px 0 8px 0;
	font-weight:normal;
	line-height:130%;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #827457;
	margin: 0px 0 8px 0;
	font-weight:normal;
	line-height:130%;
}

h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	margin: 0px 0 4px 0;
	font-weight:bold;
}
h6 {
	font-size: 12px;
	color: #827457;
	margin: 6px 0 4px 0;
	font-weight:bold;
}

/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	font-size: 12px;
	margin:0;
	line-height:140%;
	margin-bottom: 12px;
}
ul, ol {margin-bottom:12px;}
li {margin-bottom:8px;}

/*font-weight bold style*/
.bodytext {font-size:12px;font-weight:normal; }
.bold {font-weight: bold;}
.right {text-align:right;}
/* caption font-size style (for the image captions)*/
.caption {font-size: 12px;font-style:italic;text-align:center;margin-bottom:16px;}
/* list styles--main pages*/
/*ul.bullet {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom:14px;
}
ul.bullet li {
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-bottom: 2px;
	list-style-position: outside;
	background-image: url(../images/structure/bullet.png);
}*/
.no_space li {margin-bottom: 0!important;}
/* table base font-size style*/
table p {font-size: 12px;margin:0 0 4px 0;}
table {font-size: 12px;}
p.sm_space {margin-bottom: 6px!important;}
.indent {margin-left: 20px;}
/* style for the line before a bulleted list sothere is no line space
.pre_bullet {margin-bottom:0!important;}
.spaced_bullets li {margin-bottom:12px; }*/
.border {border:1px solid #CCCC99;margin-bottom:4px;}
.border-left-align {border:1px solid #CCCC99;margin-bottom:4px;float:left;margin-right:20px; }
.border-right-align {border:1px solid #CCCC99;margin-bottom:4px;float:right;margin-left:20px; }
.leftimage {
	margin: 0 20px 5px 0;
	float: left;
	width:300px;
}
.rightimage {
	float: right;
	margin: 0 0 5px 20px;
	width:300px;
}

.feature {font-weight:bold;color:#C0A156;}
.showtitle {font-size:14px; color:#CCCC99;font-weight:normal;}