﻿/* Horizontal CSS for folio theme: simplecaramel */
/* Simple - Caramel */

/* full width container */
#TS_titleContainer	{
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
	border:none !important;
}
/* style of actual title area */
.TS_titleArea	{
	width:830px;
	margin-left:auto;
	margin-right:auto;	
	padding:0px 10px 0px 10px;
	text-align:left;
}
/* style for the title text itself */
.TS_titleText	{
	color:#A0663A;
	font-size:3.0em;
	font-family: "calluna-sans",sans-serif;
	font-weight:normal;
	padding-bottom:50px;
	padding-top:32px;
	line-height:1em;
}
/* placeholder for photo */
.TS_titlePhoto	{
}


/* NAVIGATION AREA */

/* full width container */
#TS_navContainer	{
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
	border:none !important;
	padding-bottom:20px;
	background-image:url(navUnderline.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
}

/* style of actual navigation area */
.TS_navArea	{
	width:846px;
	margin-left:auto;
	margin-right:auto;	
	padding:0px;
	text-align:left;
}
/* style that applies to all menu items */
.TS_navText	{
	color:#A0663A;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:1em;
	font-family: "myriad-pro",sans-serif;
}
/* remove default list styling */
.TS_navText LI	{
	margin:0px 15px 0px 15px;
	padding:7px 0px 7px 0px;
	vertical-align:top;
	line-height:1em;
	max-width:160px;
}


/* style for selected nav item */
.TS_navSelected	{
}
/* style for the selected link Text */
.TS_navSelectedLink	{
	color:#ADADAD;
	text-decoration:none;
	font-weight:normal;
}
/* style for the selected link Text */
.TS_navSelectedLink:hover	{
	text-decoration:none;
	color:#ADADAD;
}

/* style for non-selected nav item */
.TS_navNonSelected	{
}
/* style for the non selected link Text */
.TS_navNonSelectedLink	{
	text-decoration:none;
	color:#A0663A;
	font-weight:normal;
}
/* style for the non selected link Text */
.TS_navNonSelectedLink:hover	{
	color:#ADADAD;
	text-decoration:none;
}

/* BODY CONTENT AND OPTIONAL LEFT SUBNAV */

/* full width container */
#TS_bodyContainer	{
	text-align:center;
	color:#333333;
	padding-bottom:20px;
	padding-top:56px;
	margin:0px;
	border:none !important;
}
/* style of actual body area */
.TS_bodyAreaContainer {
	width:830px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	padding:0px 10px 0px 10px;
}

.TS_leftbar {
    display:none;
}
/* sub nav that appears when there are more than 2 levels */
.TS_bodySubNavContainer	{
	margin:0px;
	padding:0px 30px 0px 0px;
	border:none !important;
	font-family:Arial, Sans-Serif;
}
.TS_bodySubNav	{
	background-color:transparent;
	border-bottom:none;
	margin:0px;
	padding:0px;
}
.TS_bodySubNavText	{
	margin:0px;
	padding:0px;
}
.TS_bodySubNavText LI	{
	list-style-type:none;
	padding:4px 0px 20px 0px;
	margin:0px;
	font-size:1.2em;
	color:Fuchsia;
	font-weight:bold;
}
/* style for the non selected link Text */
.TS_navSelectedSubLink	{
	color:#ADADAD;
	text-decoration:normal;
}
/* style for non-selected nav item */
.TS_navNonSelectedSubLink	{
	color:#A0663A;
	text-decoration:none;
    font-weight:inherit;
    display:block;
}
.TS_navNonSelectedSubLink:hover, .TS_navSelectedSubLink:hover	{
	text-decoration:none;
	color:#ADADAD;
}
.TS_bodySubNavText LI .TS_bodySubNavText	{
	padding-top:4px;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	{
	border-top:none;
	padding:6px 0px 0px 2px;
	margin:0px 0px 0px 20px;
	list-style-image:url(bullet.gif);
	font-size:1em !important;
	font-weight:normal;
}

/* content area */
.TS_bodyContent {
	padding:0px 0px 20px 0px;
	width:620px;
}

/* BREADCRUMB AREA */

/* full width container */
#TS_breadcrumbContainer	{
	text-align:center;
}
/* style of actual breadcrumb area */
.TS_breadcrumbArea	{
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText	{
	color:#ADADAD;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText A	{
	color:#ADADAD;
	text-decoration:none;
}
.TS_breadcrumbText A:hover	{
	text-decoration:underline;
}


/* PAGE TITLE AREA */

/* full width container */
#TS_headerContainer	{
	text-align:center;
}
/* style of actual header area */
.TS_headerArea	{
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:30px;
	text-align:left;
}
/* style for the header text itself */
.TS_headerText	{
	margin:0;
	padding:0;
	color:#ADADAD;
	font-family: "myriad-pro",sans-serif;
	font-weight:normal;
	line-height:1em;
}
/* page description*/
.TS_subheaderText {
	font-family: Arial,sans-serif;
	font-size:1em;
	color:#ADADAD;
	font-weight:normal;
	font-style:italic;
}

/* content section header */
.TS_contentSectionHeaderContainer	{
    border-bottom:none;
}
.TS_contentSectionHeader	{
	margin:0;
	padding:0;
	font-family: "myriad-pro",sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#A0663A;
	line-height:1em;
}

/* CONTENT TYPES */
.TS_directions	{
}
.TS_directionsItem	{
	margin-bottom:6px;
}
.TS_standards	{
	border-top: 1px #9b9b9b solid;
	border-bottom: 1px #9b9b9b solid;
	padding:6px 0px 6px 0px;
}
.TS_attachments	{
}

/* author information */
#TS_createdBy	{
	margin-top:40px;
	font-size:.65em;
	padding-top:6px;
	border:none;
}


/* FOOTER */

/* full width container */
#TS_footerContainer	{
	text-align:center;
	height:46px;
}
/* style of actual footer area */
.TS_footerArea	{
	width:830px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	padding:0px 10px 0px 10px;
}


