/* CSS Document */

* { margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #6d6d6e;
	line-height: 19px;
	font-weight: normal;
 }
html { 
}
body { 
	border-width: 0;
	background: url(../Images/Global/Background.gif) repeat-x;
}
td { }

#wrapper {
	width: 681px;
	margin: 0 auto;
	background: url(../Images/Global/Backing-Content.gif) repeat-y 0 50px;
}
#topImage {
	background: url(../Images/Global/Background-Top.gif) no-repeat 0 0;
}
.hide {
	display: none;
}
img {
	border: 0;
}
a, a:link {
	color: #ff7159;
	text-decoration: none;
}
a:hover, a:visited, a:active {
	color: #98b300;
	text-decoration: underline;
}

/*----------------- Header Styles -----------------*/
.logoTVL {
	margin: 59px 0 10px 25px;
}
.sideRaysWrapper {
	position: relative;
	float: right;
}
/*.sideRays {
	position: absolute;
	right: -211px;
	width: 211px;
	height: 350px;
	background: url(../Images/Global/Background-SideRays.jpg) no-repeat 0 0;
}*/
.sideRays {
	position: relative;
	float: right;
	width: 211px;
	height: 350px;
	right: -211px;
	background: url(../Images/Global/Background-SideRays.jpg) no-repeat 0 0;
}
#mainNav ul {
	/*- Workaround: Attempted to center nav bar by using (float: left). Terrible!
	Switched to making the (li) and (li a) into (display: inline). Works great!
	Also, the (ul) needs to have the (text-align:) set to (text-align: center)*/
	list-style-type: none;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica;
	margin-top: 19px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 24px;
}
#mainNav li {
	display: inline;
	color: #ff7159;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 0;
}
#mainNav li a {
	font-size: 13px;
	color: #ff7159;
	font-weight: bold;
	text-decoration: none;
}
#mainNav li a.uberlink {
	color: #98b300;
}
#mainNav li a:hover {
	color: #98b300;
}
#content {
	padding: 0 30px 0 30px;
}
.header {
	margin-bottom: 40px;
}
h1, h2, h3, p {
	font-family: Arial, Helvetica;
}
h1 {
	font-size: 26px;
	color: #98b300;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #98b300;
	margin-bottom: 8px;
	margin-top: 18px;
	font-weight: bold;
	width: 365px;
}
h3 {
	font-size: 12px;
	color: #98b300;
	margin-bottom: 8px;
	margin-top: 18px;
	font-weight: bold;
	width: 365px;
}
p {
	width: 365px;
	padding-bottom: 18px;
	position: relative;
}
img.photo {
	background: url(../Images/Global/Photo-Backing.gif) no-repeat top left;
	padding: 14px;
	position: absolute;
	top: -18px;
	left: 384px;
	float: right;
}
.registerButton {
	margin-top: 52px;
}
a.backToTop {
	display: block;
	margin-left: 290px;
	margin-top: 10px;
	clear: both;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff7159;
	font-style: italic;
}
a.inline {
	font: Georgia, "Times New Roman", Times, serif;
	color: #ff7159;
	text-decoration: none;
}
/*----------------- These are standard sIFR styles... do not modify -----------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*----------------- sIFR styles:  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/*----------------- sIFR styles: These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-weight: normal;
	width: 300px;
	font-size: 28px;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	width: 365px;
	font-size: 16px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	margin-top: -5px;
	margin-bottom: 15px;
	width: 365px;
	height: 14px;
	font-size: 12px;
}
/* sIFR styles not active

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/*----------------- sIFR styles:  This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
 */
