@charset "utf-8";
/* CSS Document */

html, body {
	height: 101%;
	margin-bottom: 1px;
}

body {
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.9em;
	line-height: 1.4;
}
li {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: .9em;
	line-height: 2;
	color: #144E8C;
	margin: 0px;
}
ul {
	margin: 0px;
}
.boldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	line-height: 1.2;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #144E8C;
	line-height: 1.2;
	padding-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #DE6327;
	line-height: 1.2;
	padding-bottom: 10px;
}

a {
	color: #144E8C;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	height: 205px;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 960px;
} 
#logo {
	width: 420px;
	float: left;
}
#contactInfo {
	text-align: center;
	float: right;
	width: 215px;
	margin-top: 21px;
	margin-right: 41px;
}
#contactInfo p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	padding-bottom: .3em;
}
#fontChange {
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	position: absolute;
	right: 2em;
	top: 12em;
}
#fontChange a {
	text-decoration: none;
	color: #FFFFFF;
}
#fontChange .smallFont {
	font-size: .8em;
	padding-right: .4em;
}
#test {
	margin-top: 30px;
}
#nav {
	bottom: 0em;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	height: 29px;
	position: absolute;
	left: 2px;
	top: 222px;
}
.credit {
	font-size: .8em;
	font-style: italic;
	color: #666666;
}


#nav ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	line-height: 1.5em
}
#nav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: .9em;
	display: inline;
	margin-right: 12px;
}
a#home, a#staff, a#services, a#faq, a#promotions, a#videos, a#news, a#contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FBAE17;
	padding-right: 12px;
}

a#home {
	margin-left: 93px;
}
#nav  li a#staff {
	padding-left: 0px;
}

#nav a {
	width: 60em;
	color: #FFFFFF;
	text-decoration: none;
}
#nav  a:hover   {
	color: #FBAE17;
}
#homePage li#home a {
	color: #FBAE17;
}

#staffPage li#staff a {
	color: #FBAE17;
}

#productsPage li#products a {
	color: #FBAE17;
}

#faqPage li#faq a {
	color: #FBAE17;
}

#promotionsPage li#promotions a {
	color: #FBAE17;
}

#videosPage li#videos a {
	color: #FBAE17;
}

#newsPage li#news a {
	color: #FBAE17;
}

#contactPage li#contact a {
	color: #FBAE17;
}

#nav li.subnav ul {
	display: none;
}

#nav li.subnav:hover ul {
	display: block;
	border: none;
	margin: 2px 10px 0 0;
	padding: 0;
}

#nav li.subnav ul li{
	height: 1.5em;
	background-color: #144E8C;
	padding: 3px 3px 3px 3px;
	width: 150px;
	height: 30px;
	clear: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #76ADDE;
}

#nav li.subnav:hover ul li a{
	color: #fff;
	height: .75em;
	padding: 0px;
}

#nav li.subnav ul li a:link, #nav li.subnav ul li a:visited{
	color: #fff;
}

#nav li.subnav ul li a:hover, #nav li.subnav ul li a:active{
	color: #FCAF17;
}
#mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 83px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#trLocation, #maLocation   {
	width: 200px;
	float: left;
	margin-right: 50px;
	text-align: left;
}
#facebook {
	width: 200px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

#facebook img {
	margin-top: 10px;
}
#footNav {
	float: right;
	width: 240px;
	text-align: right;
}

#footNav p {
	color: #80adbd;
	margin: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footNav a {
	color: #80ADBD;
}
#footNav a:hover {
	color: #FFFFFF;
}


#mainTabs {
	margin-top: 47px;
}
#mainTabs .standout {
	padding-top: 10px;
}


#lyricTab {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D71B8;
}
#productTab, #videoTab  {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D71B8;
}
#formsTab {
	padding-left: 10px;
}

.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footerContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.standout {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #DE6327;
	font-weight: bold;
}
.fltRgt {
	float: right;
	padding-left: 20px;
}
.tdStaffLeft {
	padding-right: 20px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D71B8;*/
	padding-bottom: 40px;
}
.tdStaffRight {
	padding-left: 20px;
	padding-bottom: 40px;
}

.fltLft {
	float: left;
	margin-right: 20px;
}

 /*FORM STYLES */

fieldset {
	width: 260px;
	border: 1px solid #3D71B8;
	padding: 10px;
}
	
legend {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	color: #000000;
	line-height: 1.2 multiple;
	padding: 0.2em .5em;
	margin-left: 0.5em;
}

input.text {
	width: 250px;
}

input.text:focus, textarea:focus {
	background: #F4E2C1;
}

textarea {
	width: 300px;
	margin-top: .5em;
}

label.top {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contactFormBtn {
	padding-right: 20px;
}
.youTube {
	width: 250px;
	margin-right: 15px;
	float: left;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#videoThumbs .standout {
	padding-bottom: 10px;
}
#videoThumbs  .rightPadding {
	padding-right: 65px;
	padding-bottom: 20px;
}

#mainContent .leftSide {
	float: left;
	width: 650px;
	margin-right: 20px;
}
#mainContent .leftSidetech {
	float: left;
	width: 920px;
	margin-right: 20px;
}
#mainContent .rightSideBar {
	float: right;
	width: 175px;
	border: 1px solid #FBAE17;
	padding: 10px;
}
#container #mainContent .promo {
	float: left;
	width: 880px;
}

