@charset "UTF-8";
/* CSS Document */


/************************************************
*************************************************
HTML TAGS
*************************************************
************************************************/

body {
	margin: 0px;
	padding: 10px 10px 30px 10px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #554920;
}
p { 
	display: block;
	margin: 0px 0px 15px 0px;
	position: relative;
}
a, a:link, a:visited  {
	color: #118e0e;
	text-decoration: none;
}
a:hover, a:active {
	color: #44643f;
}
h1 {
	color: #44643f;
}
h1 span, h2 span, h3 span {
	display: none;
}
h2 {
	color: #4c6c47;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #e2efe0;

}
textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #e2efe0;

}
select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 200px;
	background-color: #e2efe0;
}
.formButton, .TwoColumnInsetGreen .formButton {
	font-weight: bold;
	background-color: #118e0e;
	color: #FFFFFF;
	border: thin;
	border-color: #FFFFFF;
	padding: 2px 5px 2px 5px;;
}
img {
	border: none;
}
.TwoColumnInsetGreen input, .TwoColumnInsetGreen textarea, .TwoColumnInsetGreen select,  {
	background-color: #FFFFFF;
}

/************************************************
*************************************************
CONTAINERS
*************************************************
************************************************/

#wrapper {
	width: 900px;
	z-index: 1;
	margin: 0 auto;
	height: auto;
	text-align: left;
}
#header {
	position: relative;
	z-index: 2;
	background: transparent url(../images/header.gif) no-repeat left top;
	width: 900px;
	height: 106px;
	clear: both;
	float: left;
}
#content {
	position: relative;
	z-index: 1;
	clear:both;
	float:left;
	width: 900px;
	height: auto;
	padding: 0px;
}

/************************************************
*************************************************
COLUMNS
*************************************************
************************************************/

.sidesOnlyLines {
	background: url(/images/lines_sides.gif) repeat-y center top;
}
.navLines {
	background: url(/images/lines_nav.gif) repeat-y center top;
}
.ThreeColumnLarge {
	float:left;
	width: 300px;
	margin: 0px;
	padding: 40px 20px 20px 20px;
}
.ThreeColumnSmall {
	float:left;
	/*width: 180px;*/
	width: 175px;
	height: inherit;
	margin: 0px;
	padding: 40px 20px 20px 20px;
}
.threeColumnLines {
	background: url(/images/lines_3column.gif) repeat-y center top;
}
.TwoColumn {
	float:left;
	width: 410px;
	margin: 0px;
	padding: 40px 20px 20px 20px;
}
.twoColumnLines {
	background: url(/images/lines_2column.gif) repeat-y center top;
}
.TwoColumnInsetGreen {
	background: #dbe2da url(/images/inset_bottom_green.gif) no-repeat left bottom;
	width:410px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.TwoColumnInsetGreenTop {
	background: transparent url(/images/inset_top_green.gif) no-repeat left top;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	width: 380px;
	height: auto;
}
.TwoColumnInsetBeige {
	background: #f2efdb url(/images/inset_bottom_beige.gif) no-repeat left bottom;
	width:410px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.OneColumnSidebar{
	width: 600px;
	height: auto;
	float: left;
	padding: 40px 20px 20px 20px;
}
.OneColumnNavSidebar{
	width: 425px;
	height: auto;
	float: left;
	padding: 40px 20px 20px 20px;
}
.navSidebarLines {
	background: url(/images/lines_nav_sidebar.gif) repeat-y center top;
}
.sidebarLines {
	background: url(/images/lines_sidebar.gif) repeat-y center top;
}
.sidebar {
	font-size: 10px;
	width: 215px;
	height: auto;
	float: left;
	padding: 40px 20px 20px 20px;
}
.sidebarInset {
	background: #f3eecb url(/images/sidebar_bottom_beige.gif) no-repeat left bottom;
	float: left;
	width: 220px;
}
.sidebarInsetTop {
	background: transparent url(/images/sidebar_top_beige.gif) no-repeat left top;
	float: left;
	width: 190px;
}
.sidebarInsetBeige {
	background: #f3eecb url(/images/sidebar_bottom_beige.gif) no-repeat left bottom;
}
.sidebarInsetBeigeTop {
	background: transparent url(/images/sidebar_top_beige.gif) no-repeat left top;
	padding: 15px;
}
.sidebarInsetGreen {
	background: #dbe2da url(/images/sidebar_bottom_green.gif) no-repeat left bottom;
}
.sidebarInsetGreenTop {
	background: transparent url(/images/sidebar_top_green.gif) no-repeat left top;
	padding: 15px;
}

/************************************************
*************************************************
HEADER & NAVIGATION
*************************************************
************************************************/

#header h1 {
	background: transparent url(/images/tn_logo.gif) no-repeat top left;
	width: 157px;
	height: 106px;
	margin: 0px;
	float: left;
}
#navWrapper {
	float: left;
	width: 743px;
	height: 106px;
}
#header h1 a {
	display: block;
	width: 157px;
	height: 106px;
}
#globalNav {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 733px;
	height: 27px;
}
#globalNav ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 733px;
	height: 27px;
}
#globalNav ul li {
	/* suckerfish */
	float: left;
	position: relative;
	width: auto;
	/* my stuff */
	background: transparent url(/images/nav_divider.gif) repeat-y left top;
	height: 22px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}
#globalNav ul li a {
	padding: 0px 10px 0px 10px;
}

/* ---------------------------------------- */

#globalNav li ul {
	/* suckerfish */
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	/* my stuff */
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	width: 175px;
	height: auto;
	background-color: #f0e9c8;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #cec69f;
}
#globalNav li li {
	font-size: 10px;
	display: block;
	float: none;
	background: #faf5e0;
	padding: 3px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color: #f0e9c8;
	height: auto;
}
#globalNav li:hover ul, #globalNav li.over ul {
	display: block;
}
#globalNav li li a {
	display: block;
	font-weight: normal;
	color: #060;
}
#globalNav li li:hover {
	background-color: #e1d9b3;
}

/* ---------------------------------------- */

#turnedon {
	color: red;
}

#globalNav span {
	color: #118e0e;
}
#globalNav a, #globalNav a:link, #globalNav a:visited {
	color: #554920;
	text-decoration: none;
}
#globalNav a:hover, #globalNav a:active {
	color: #118e0e;
	text-decoration: none;
}
#utilityNav{
	font-size: 10px;
	color: #f4eed0;
	float: left;
	width: 733px;
	height: 79px;
}
#utilityNav span {
	display: none;
}
#utilityLinks {
	margin: 25px 20px 25px 0px;
	text-align: right;
	float: left;
	height: 29px;
	width: 470px;
}
#utilityCart {
	background: transparent url(/images/utility_divider.gif) repeat-y left top;
	padding: 20px 10px 15px 20px;
	float: left;
	height: 44px;
	width: 210px;
}

#utilityCart a {
	display: block;
	padding: 0px;
	margin: 0px;
	background: transparent url(/images/shopping_cart.gif) no-repeat top left;
	width: 120px;
	height: 25px;
	font-weight: bold;
	font-size: 13px;
}

#utilityLinks a, #utilityLinks a:link, #utilityLinks a:visited {
	background: transparent url(/images/double_arrow_white.gif) no-repeat top left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 10px;
	color: #f4eed0;
	text-decoration: none;
}
#utilityLinks a:hover, #utilityLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/************************************************
*************************************************
SIDE NAV
*************************************************
************************************************/

#sideNav {
	font-size: 10px;
	line-height: 12px;
	float:left;
	width: 165px;
	height: auto;
	padding: 8px 5px 5px 5px;
}
#sideNav h2 {
	display: block;
	margin: 0px;
	padding: 0px;
}
.sideContainer1 {
	background: #f3eecb url(/images/sideNavContainer_1.gif) no-repeat left bottom;
}
.sideContainer1Top {
	background: transparent url(/images/sideNavContainer_1_top.gif) no-repeat left top;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
	width: 135px;
	height: auto;
}
.sideContainerCollegeTop {
	color: #FFFFFF;
	font-size:9px;
	background: #4c6c47 url(/images/sideNavContainer_collegeTop.gif) no-repeat left top;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
	width: 135px;
	height: auto;
}
.collegeName {
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
}
.sideContainer2 {
	background: #dbe2da url(/images/sideNavContainer_2.gif) no-repeat left bottom;
}
.sideContainer2Top {
	background: transparent url(/images/sideNavContainer_2_top.gif) no-repeat left top;
	padding: 15px 15px 2px 15px;
	margin: 0px 0px 10px 0px;
	width: 135px;
	height: auto;
}
.sideContainer3 {
	padding: 0px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
	width: 135px;
	height: auto;
}

#sideNav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	list-style: none;
	width: 100%;
	height: auto;
}
#sideNav ul h2 {
	padding: 0px 0px 4px 0px;
}
#sideNav ul li {
	padding: 4px 0px 6px 0px;
	background: transparent url(/images/sidebar_divider.gif) repeat-x left bottom;
}
#sideNav ul ul {
	padding: 0px 0px 0px 0px;
	width: 125px;
}
#sideNav ul ul li {
	background: none;
	padding: 2px 0px 2px 0px;
}
.inactiveCategory {
	font-weight: bold;
}
.activeCategory {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.sublinks {
 	display: block;
}


/************************************************
*************************************************
POP UP
*************************************************
************************************************/

#popUp {
	clear:both;
	float:left;
	width: 98%;
	height: auto;
	padding: 0px;
}
#popUpHeader{
	float: left;
	width: 100%;
	padding: 5px 0px 0px 10px;
	background-color: #f3eecb;
	text-align: left;
}
#popMainContent{
	clear: both;
	float: left;
	width: 655px;
	padding:20px;
	text-align: left;
}
.popUpSide {
	background: #f3eecb url(/images/sideNavContainer_1.gif) no-repeat left bottom;
	text-align: center;
	min-height: 325px;
	height: auto;
	width: 165px;
	float: left;
}
.popUpSideTop {
	background: transparent url(/images/sideNavContainer_1_top.gif) no-repeat left top;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
	width: 135px;
	height: auto;
}
#popUpPhoto {
	float: left;
	width: 350px; 
	padding: 0px 0px 0px 15px;
}
#popUpCopy {
	float: left;
	width: 150px;
	height: 295px; 
	padding: 30px 0px 0px 15px;
	text-align: left;
}

/************************************************
*************************************************
FOOTER
*************************************************
************************************************/
#footer {
	position: relative;
	z-index: 1;
	background: transparent url(/images/bottom_shadow.gif) repeat-x left top;
	font-size: 10px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
	float: left;
	width: 900px;
	height: 65px;
	border-top: solid 5px #695a29;
}

#footerLeft {
	display: block;
	position: relative;
	float: left;
	width: 550px;
	height: auto;
}
#footerRight {
	display: block;
	position: relative;
	text-align: right;
	float: left;
	width: 350px;
	height: auto;
}
#footerSocial {
	display: block;
	position: relative;
	text-align: right;
	float: left;
	width: 150px;
	height: auto;
}
#footerBadge {
	display: block;
	position: relative;
	text-align: left;
	float: left;
	width: 105px;
	height: auto;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#footerInfo {
	display: block;
	position: relative;
	text-align: left;
	float: left;
	width: 635px;
	height: auto;
}

/************************************************
*************************************************
MISC.
*************************************************
************************************************/

.quote {
	font-size: 10px;
	font-style: italic;
	color: #44643f;
	width: auto;
}
.quoteLarge {
	font-size: 11px;
	font-style: italic;
	color: #44643f;
}
.borderLeft {
	border-color: #554920;
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
}
.borderRight {
	border-color: #554920;
	border-style: dotted;
	border-width: 0px 1px 0px 0px;
}
.featuredLink{
	font-size: 11px;
	background: transparent url(/images/double_arrow_green.gif) no-repeat top left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.specialLink {
	background: transparent url(../images/single_arrow_green.gif) no-repeat left center;
	padding: 0px 0px 0px 9px;
	height: auto;
}
.moreLink {
	background: transparent url(../images/more.gif) no-repeat left top;
	padding: 0px 0px 0px 16px;
	height: 15px;
}
.contentBlock {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
.padded {
	padding: 20px 0px 20px 0px;
}
.smallType {
	font-size: 10px;
}
.floatFix{
	display:block;
	position:relative;
}
.floatRight {
	float: right;
	padding: 10px;
}
.floatLeft {
	float: left;
	padding: 0px;
}
.close {
	padding: 2px 2px 2px 2px;
 	font-size: 9px;
	font-weight: bold;
}