﻿/* Horizontal CSS for folio theme: tailored - wedgewood blue */

/* TITLE */

/* full width container */
#TS_titleContainer	{
	background-color:#5685bf;
	text-align:center;
	padding:0;
	margin:0;
	border:none !important;
	background-image:url(TitleBkgrnd.jpg);
}
/* style of actual title area */
.TS_titleArea	{
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	padding:50px 0px 10px 0px;
	text-align:left;
}
/* style for the title text itself */
.TS_titleText	{
	color:#FFFFFF;
	font-size:3.2em;
	line-height:1em;
	font-family: "ff-basic-gothic-web-pro", sans-serif;
	font-weight:normal;
	-moz-text-shadow: 1px 1px 3px #746d51;
	text-shadow: 1px 1px 3px #746d51;
}


/* NAVIGATION AREA */

/* full width container */
#TS_navContainer	{
	background-color:#5685bf;
	background-image:url(TitleBkgrnd.jpg);
	text-align:center;
	padding:0;
	margin:0;
	border:none !important;
}

/* style of actual navigation area */
.TS_navArea	{
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	padding:0px 0px 50px 0px;
	text-align:left;
}
/* style that applies to all menu items */
.TS_navText	{
	color:#000000;
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: "Arial", sans-serif;
	font-weight:bold;
	font-size:.9em;
	letter-spacing:1px;
}
/* remove default list styling */
.TS_navText LI	{
	vertical-align:top;
	line-height:1em;
	padding:0px;
	margin:0px;
}

/* style for selected nav item */
.TS_navSelected	{
	color:#FFFFFF;
}
/* style for the selected link Text */
.TS_navSelectedLink	{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 4px 8px;
	margin-bottom:6px;
	display:inline-block;
	background-color:#577eb1;
	border:1px #97b1d4 solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.TS_navSelectedLink:hover	{
	color:#FFFFFF;
	text-decoration:none;
}

/* style for the non selected nav item */
.TS_navNonSelected	{
	color:#000000;
}
.TS_navNonSelectedLink	{
	color:#000000;
	text-decoration:none;
	padding:5px 10px 4px 8px;
	margin-bottom:6px;
	display:inline-block;
	font-weight:bold;
	-moz-text-shadow: 1px 1px 1px #b1c9e8;
	text-shadow: 1px 1px 1px #b1c9e8;
}
/* style for the non selected link Text */
.TS_navNonSelectedLink:hover	{
	text-decoration:none;
	color:#1d385d;
	-moz-text-shadow: 1px 1px 1px #b1c9e8;
	text-shadow: 1px 1px 1px #b1c9e8;

}


/* BODY CONTENT AND OPTIONAL LEFT SUBNAV */

/* full width container */
#TS_bodyContainer	{
	background-color:#5b8fcf;
	background-image:url(BodyBkgrnd.jpg);
	text-align:center;
	padding-bottom:20px;
	margin:0px;
	border:none;
	box-shadow: 0px 0px 10px #406a9d;
	border-top:1px #b1c9e8 solid;
}
/* style of actual body area */
.TS_bodyAreaContainer {
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	margin-top:20px;
	padding:0px;

}
.TS_bodyArea	{
	margin:0px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0px 0px 10px #406a9d;
	box-shadow: 0px 0px 10px #406a9d;
	max-width:880px;
}

.TS_leftbar {
    display:none;
}
/* sub nav that appears when there are more than 2 levels */
.TS_bodySubNavContainer	{
	margin:0px;
	padding:30px 10px 30px 30px;
	border:none !important;
	width:180px;
}
.TS_bodySubNavEmpty	{ /* fake center content */
	width:120px;
}
.TS_bodySubNav	{
	background-color:transparent;
	border-bottom:none;
	margin:0px;
	padding:0px;
}
.TS_bodySubNavText	{
	margin:0px;
	padding:0px;
	font-family:Arial, Sans-Serif;
}
.TS_bodySubNavText LI	{
	list-style-type:none;
	margin:0px;
}
/* style for the selected and non selected subnav link Text */
.TS_navSelectedSubLink, .TS_navNonSelectedSubLink	{
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	display:block;
	padding:10px 0px 8px 0px;
	border-top:1px #cccccc solid;
	letter-spacing:1px;
}
.TS_navSelectedSubLink	{
	color:#7da2d5; /* change this to the primary color */
}
.TS_navSelectedSubLink:hover, .TS_navNonSelectedSubLink:hover	{
	color:#7da2d5; /* change this to the primary color */
}

/* 3rd-5th levels */
.TS_bodySubNavText LI .TS_bodySubNavText	{
	padding-top:4px;
	padding-bottom:2px;

}
.TS_bodySubNavText LI .TS_bodySubNavText LI	{
	border-top:none;
	padding:3px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	list-style-image:none;
	font-size:1em !important;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navNonSelectedSubLink, .TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink {
	padding:0px 0px 6px 10px;
	margin:0px;
	font-weight:normal;
	border:none;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink {
	color:#7da2d5; /* change this to the primary color */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink:hover {
	color:#7da2d5; /* change this to the primary color */
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navNonSelectedSubLink:hover {
	color:#7da2d5; /* change this to the primary color */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

/* content area */

.TS_bodyContent {
	padding:30px;
	width:600px;
	background-color:transparent;
}

/* 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:30px;
	padding-bottom:10px;

}
/* style for the breadcrumb text itself */
.TS_breadcrumbText	{
	color:#9b9b9b;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText A	{
	color:#9b9b9b;
	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:20px;
	text-align:left;
}
/* style for the header text itself */
.TS_headerText	{
	margin:0;
	padding:0;
	color:#7da2d5; /* change this to the primary color */
	font-size:2.6em;
	line-height:1em;
	font-family: "ff-basic-gothic-web-pro", sans-serif;
	font-weight:normal;
}
/* page description*/
.TS_subheaderText {
	font-family: Arial,sans-serif;
	font-size:.9em;
	color:#333333;
	font-weight:normal;
}

/* content section header */
.TS_contentSectionHeaderContainer	{
	border:none;
}
.TS_contentSectionHeader	{
	margin:0px 0px 4px 0px;
	padding:0;
	font-family: "ff-basic-gothic-web-pro", sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#7da2d5; /* change this to the primary color */
}

/* CONTENT TYPES */
.TS_directions	{
}
.TS_directionsItem	{
	margin-bottom:6px;
}
.TS_standards	{
	border-top: 1px #636052 solid;
	border-bottom: 1px #636052 solid;
	padding:6px 0px 6px 0px;
}
.TS_attachments	{
	border:none;
	background-color:transparent;
}

/* author information */
#TS_createdBy	{
	margin-top:30px;
	margin-bottom:10px;
	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;
}


