@charset "UTF-8";
/* CSS Document */
/*------Website Selector------*/

.website-selector {
	width:500px;
	height:225px;
	margin:100px auto;
	padding:25px 25px 25px 15px;
	background: #efe8e1;
	background: -webkit-gradient(linear, left top, left bottom, from(#efe8e1), to(#d1c4b5));
	background: -moz-linear-gradient(top,  #efe8e1,  #d1c4b5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe8e1', endColorstr='#d1c4b5');
	/*background-color:rgb(209, 196, 181);*/
	border:5px solid rgba(0, 0, 0,.25);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.website-selector-logo {
	width:227px;
	float:left;
}

.website-selector-dropdown {
	width:273px;
	float:left;
}

.website-selector-dropdown h1,h2,p {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.website-selector-dropdown h1,h2 {
	color:#40705e;
}

.website-selector-dropdown h2{
	margin:0 0 20px 0;
}

.website-selector-dropdown p {
	color:#453f3c;
	padding:0 0 20px 0;
	line-height:24px;
}

#jumpMenu {
	width:150px;
}
	


/*------Home Page and Global Styles-------*/

p, h1, h2, h3, h4, ul, li {
	padding:0px;
	margin:0px;
	font-weight:normal;
	}
	

body {
	background-image:url(../images/bg-treescape.jpg);
	background-position:top center;
	background-attachment:fixed;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.container {
	margin:0 auto;
	}

.header-container {
	height:275px;
	margin:0 auto;
	}

.logo {
	width:976px;
	height:231px;
	margin:0 auto;
	}
	
.logo-left {
	width:400px;
	float:left;
	}
	
.logo-left img {
	border:none;
	}

.logo-right {
	width:576px;
	float:left;
	}

.nav-container {
	background-image:url(../images/nav-bg.jpg);
	height:44px;
	}

.main-nav {
	width:976px;
	height:44px;
	text-align:left;
	margin:0 auto;
	}
	
.main-nav ul li.selected-tab {
	background-color:#efe8e1;
	height:24px;
	}
	
.main-nav ul li.selected-tab a {
	color:#551413;
	}

.main-nav ul li {
	display:inline-block;
	padding:10px 15px 10px 15px;
	}

.main-nav ul li a {
	color:#fff;
	font-size:20px;
	text-decoration:none;
	letter-spacing:.5px;
	font-weight:100;
	}
	
.main-nav ul li:hover {
	background-color:#990000;
	color:#fff;
	}
	
.content-container {
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-x;
	padding:15px;
	background-color:#efe8e1;
	}
	
.content-container p {
	padding-bottom:12px;

	}
	
.content-image {
	margin:0px 15px 15px 0px;
	background-color:#FFF;
	padding:10px;
	-moz-box-shadow: 0px 2px 6px #888;
	-webkit-box-shadow: 0px 2px 6px #888;
	box-shadow: 0px 2px 6px #888
}
	
.feature-container {
	width:976px;
	height:200px;
	background-image:url(../images/feature-bg.jpg);
	margin:0 auto;
	color:#fff;
	font-size:14px;
	}
	
.feature-title {
	width:575px;
	float:left;
	text-align:left;
	padding:25px 0 0 25px;
	}

.learn-more {
	font-size:18px;
	text-align:right;
	padding:10px 0 5px 0;
	text-transform:uppercase;
	}
	
.learn-more a {
	color:#A72223;
	}

.feature-content {
	width:324px;
	float:right;
	background-color:#000;
	margin:10px;
	padding:12px;
	line-height:24px;
	}
	
.feature-content p {
	text-align:left;
	font-size:16px;
	}

.featurette-container {
	margin:0 auto;
	width:976px;
	height:350px;
	padding:20px 0 20px 0;
	}

.featurette {
	width:312px;
	min-height:425px;
	background-color:#f3f0ec;
	float:left;
	text-align:left;
	}
	
.featurette h1 {
	font-size:22px;
	color:#40705e;
	padding:15px;
	}
	
.featurette p {
	font-size:15px;
	color:#453f3c;
	line-height:24px;
	padding:15px;
	}
	
.module-link {
	text-align:right;
	}
	
.module-link a {
	color:#741b19;
	text-decoration:underline;
	}
	
.module-link a:hover {
	color:#453f3c;
	text-decoration:none;
	}

.contact-container {
	height:500px;
	background-color:#193329;
	margin:0 auto;
	} 
	
.contact-container h2 {
	font-size:22px;
	color:#fff;
	margin:0 0 15px 0;
	}
	
.contact-content-container {
	margin:0 auto;
	width:976px;
	height:430px;
	padding:20px 0 0 0;
	color:#fff;
	}
	
.contact-form {
	width:558px;
	float:left;
	text-align:left;
	padding:15px;
	}
	
.form-element {
	border:5px #13261f solid;
	width:400px;
	margin-left:-5px;
	}
	
input {
	height:30px;
	}
	
.contact-form ul {
	list-style:none;
	}
	
.contact-form ul li {
	margin:15px 0 15px 0;
	}

.company-info {
	width:358px;
	float:left;
	text-align:left;
	padding:15px;
	
	}
	
.company-info a {
	color:#930;
	}

.contact-content-container p {
	font-size:18px;
	line-height:28px;
	}


.footer-container {
	height:100px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	}
	
.footer-content-container {
	height:100px;
	width:976px;
	margin:0 auto;
}
	
	
.footer-content-container p {
	font-size:13px;
	color:#fff;
	}
	
.footer-content-left {
	padding:25px 15px 0 15px;
	width:366px;
	float:left;
	text-align:left;
	}

.footer-content-right {
	padding:25px 15px 0 15px;
	width:550px;
	float:left;
	text-align:right;
	}
	
.footer-content-right a {
	color:#fff;
	}
	
.footer-content-right a:hover {
	color:#FFC;
	background-color:none;
	}

/*------About Us Page------*/

#page-container {
	margin:0 auto;
	width:976px;
	padding:20px 0 20px 0;
	}
	
#page-container p {
	line-height:24px;
}

#page-container h1 {
	font-size:26px;
	color:#40705e;
	padding:10px 0 15px 0;
}

#page-container ul {
	padding:10px 0 10px 30px;
	line-height:24px;
}

/*-------Tab Nav-------*/

#tabs {
	width:960px;
	min-height:400px;
	float:left;
}

.tab-nav{
	width:270px;
	float:left;
	padding-right:25px;
}

.tab-nav li a.selected {
	background-color:#990000;
	color:#fff;
	display:block;
}

.tab-nav ul {
	list-style:none;
}

.tab-nav ul li:first-child {
	border-top:none;
}

.tab-nav ul li:last-child {
	border-bottom:none;
}


.tab-nav li {
	height:25px;
	border-bottom:1px solid rgba(0, 0, 0, .15);
	border-top:1px solid rgba(255, 255, 255, .60);
	padding-bottom:10px;
}

.tab-nav li a {
	padding:5px;
	display:block;
	color:#453f3c;
	text-decoration:none;
}

.tab-nav li a:hover {
	background-color:#fff;
	color:#453f3c;
}

.tab-content {
	width:660px;
	float:right;
}


.cup-profile {
	margin:10px 0 15px 0;
}

.cup-profile td {
	width:80px;
	padding:10px 20px 10px 20px;
	border:1px dashed #996;
	text-align:center;
	font-size:12px;
}

.overall {
	font-weight:bold;
	font-size:14px;
}

tr.cup-profile-header {
	background-color:#fff;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }