
/* Elements
****************************************************************/

body	{
	margin:			0;
	padding:		0;
	font-family:	tahoma,verdana,arial,helvetica,sans-serif;
	font-size:		12px;
	color:			#CCCCCC;
	background-color:	#ccc; 
	background-image: url(../gtt_bkg.jpg);
	background-position: top; 
	background-repeat: repeat-x;
	}

a	{
	color:			#FF9933;
	font-weight:		bold;
	text-decoration:	none;
	}

	a:hover {
	text-decoration:	underline;
	}

p	{
	margin:			.5em 0;
	}

h1	{
	margin:			0;
	font-family:		tahoma,verdana,arial,helvetica,sans-serif;
	font-weight:		bold;
	font-size:		32px;
	}

h4	{
	margin:			0;
	font-family:		tahoma,verdana,arial,helvetica,sans-serif;
	font-weight:		bold;
	font-size:		18px;
	}

	.callout {
	border-left: 4px solid #ff9900;
	padding: 4px 12px;
	background-color: #efefef;
	}
/* Structure
****************************************************************/

#siteWrap {
	margin:			20px auto;
	border:			#333 1px solid;
	padding:		5px;
	width:			760px;
	background-color: #999;
	}

#header {
	margin-bottom:		5px;
	height:			150px;
	}

	#header #logo {
	float:			left;
	}

#navcontainer {
	margin-bottom:		5px;
	padding:		5px 5px;
	background-color:	#444444;
	}

#navlist
{
border-bottom: 1px solid #FFCC66;
border-top: 1px solid #FFCC66;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #FF9900;
font-family: tahoma,verdana,arial,helvetica,sans-serif;
padding-bottom: 6px;
padding-top: 6px; 
color: #000;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FF9900;
padding: 2px 4px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #000000;
padding: 2px 4px;
text-decoration: none;
}

#navlist li
{
display: inline;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }

#contentWrapper {
background-color: #FFFFFF;
color: #333333;
margin: 5px 0px;
}
#leftCol {
float: left;
width: 180px;
padding: 8px;
background-color: #efefef;
}
#rightCol {
float: right;
width: 540px;
padding: 8px;
background-color: #fff;
margin-bottom: 5px;
}
#content {
	margin:			5px 0;
	padding:		10px;
	background-color:	#FFFFFF;
	color:			#333333;
	}

#footer {
	padding:		6px;
	background-color:	#444444; 
	text-align: center; 
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}

#copy {
	font-size: 12px; 
	color: #666; 
	text-align: center;	
	}

.heading {display: block; border-bottom: 1px solid #999;}
input.submit {background-color: #ff9900; color: #fff; font-weight: bold; cursor: hand;}
.indent {margin-left: 12px;}

#divNewsCont {position:relative; width:180px; height:160px; clip:rect(0px 180px 120px 0px); visibility:hidden; overflow:hidden; padding: 12px 0px;}
#divNews     {position:relative;}

/* ROUNDED BOX STYLES */
#xsnazzy {background: transparent; margin-bottom: 5px; width: 555px; float:right;}
#ysnazzy {background: transparent; margin-bottom: 5px; width: 200px; float: left;}

.xtop, .xbottom {display: block; background: transparent; font-size: 1px;}
.xb1, .xb2, .xb3, .xb4 {display: block; overflow: hidden;}
.xb1, .xb2, .xb3 {height: 1px;}
.xb2, .xb3, .xb4 {background: #fff; border-left: 1px solid #efefef; border-right: 1px solid #efefef;}
.xb1 {margin:0px 5px; background:#efefef;}
.xb2 {margin:0px 3px; border-width:0px 2px;}
.xb3 {margin:0px 2px;}
.xb4 {height:2px; margin:0px 1px;}

.xboxcontent {display:block; background:#fff url(../gtt_pagebkg.png) center top no-repeat; border-width:0px 1px; padding: 4px 12px; line-height: 1.5em;}
.xboxwrapper {display:block; background:#fff url(../gtt_pagebase.gif) center bottom no-repeat; padding: 12px 0px;}
.yboxcontent {display:block; background:#fff url(../gtt_sidebase.gif) center bottom no-repeat; border:0px solid #efefef; border-width:0px 1px; padding: 4px 12px; line-height: 1.5em;}

.textInputOn{background-color: #ffffff;}
.textInputOff{background-color: #efefef;}

/* 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;
}

/* 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;
}

/* 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;
	letter-spacing: -5px;
	font-size: 32px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
