@charset "utf-8";
/* CSS Document */


html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body  {
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	 
			background: #000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	
			background-image:url(../images/BG_ideas2.jpg);
			background-repeat:repeat-x;
}

h1

{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.75em;
	color: #d4d1b9;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight:normal;
}

h1.mainArticles
{
	line-height:1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.75em;
	color: #d4d1b9;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight:normal;
}

h2

{
	text-align:center;
	color:#B7BBD5;
		margin: 0px;
	padding: 0px;
	font-size: 1em;
}



p

{
	font-family:Tahoma, Geneva, sans-serif;
	 
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}







.twoColElsRtHdr #container { 
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
margin-left: auto;
margin-right: auto;
	background-repeat:repeat-x; 
		
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColElsRtHdr #mainContent { 
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
 
	 
		 
		
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.t


.twoColElsRtHdr #header { 
	 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:172px;
} 

.twoColElsRtHdr #header img{ 
	 
	margin-top: 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
/*	background-color: black;*/
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}



.twoColElsRtHdr #mainContent {
    /* the left margin will look best if you match the padding amount to the header and footer. */

} 
.twoColElsRtHdr #footer { 
margin-top: 4em;
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: white;
	width: 720px;
} 
.twoColElsRtHdr #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 */
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bodyColor
{
	/*background: #6e76a8;*/
	
}



#social
{
	float:left;	
	padding-left: 20px;
}


#banner
{
	margin-top: 10px;
	margin-left: 38px;

}

#scroller
{
	float:left;
	height: 220px;
/*	padding-top: 20px; 	*/
}


#content
{
	
 		padding-right: 15em;
		padding-left: 2em;
		margin-top: 210px;
 
	
}


.GTHeader

{
	margin-top: 0px;
}


.GTHeader a

{
color: white;
font-weight:bold;
}

.hours
{
	font-size: .85em;
	text-align:center;
}


.miniHead
{
	color: #d4d1b9;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.newsSubHead p
{
padding: 0;
margin: 0;


padding-bottom: 20px;
	color: #AAD5FF;
	font-size: 0.8em;
}

.miniBottom

{
	/*padding-left: 25px;
background-image:url(../images/star-white%5B1%5D.png);
	background-repeat:no-repeat;
	
*/	
padding: 0;
margin: 0;


padding-bottom: 20px;
	color: #AAD5FF;
	font-size: 0.8em;
}
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */



.catHeader
	{
		padding: 0px;
		margin: 0px;
	}



#bottom
{
	margin-top: 45px;
	background-color:#000;
	font-size: .8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding: 0px;
	text-align:center;
}

#bottom h5
{
	padding: 0px;
	margin: 0px;

}




#navlistBottom  
{
	text-align:center;
	border-top: thin gray dashed;
	border-bottom: thin gray dashed;	
}



#navlistBottom li
{
display: inline;
list-style-type: none;
text-align:center;
padding-right: 0px;
}



#navlistBottom li a, a:link, a:visited
{
text-decoration:none;
color:#369;
padding-right: 10px;
}

#navlistBottom li a:hover
{
 
color:#fff;

}




#GTmenuColumn
{
	float: left;
	width: 140px;
	color: red;
	
}

.home_bullet
{
	text-align:left;
	padding-left: 30px;
	font-size: .8em;
	color: #D4BEC3  ;
}

#mainArtticlesPad
{
	padding: 0 60px;
}

#flashScroller
{
margin-left: auto;
margin-right: auto;
text-align:center;
}


#menuLegend

{
	text-align:center;
	color:#F93;
}

#menuPad
{
	padding: 0 40px;
	text-align:left;
}


p.menuPDF
{
	text-align: left;
	}
	
p.menuPDF a:link, a:visited
{
	text-decoration: none;
}	
	
p.menuPDF a:hover
{
	text-decoration: underline;
}	
		
	


.linkMe a:link, a:visited
{
	/*text-align:center;*/
	
}

.linkMe a:hover
{
	text-align:center;
	color:#d4d1b9;
	
}


.goRight
{
	text-align:right;
}


.goleft
{
	text-align:left;
}

.emailHeaders
{
	font-weight:bold;
	text-align:left;
	width: 18em;
	
}



p.menuDescription p 

{
	color:#CCC;
	font-style:italic;
}





#apparrel
{
	padding-top: 2em;
}







/*
top Nav*/

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px;
font-family:Tahoma, Geneva, sans-serif;
font-size: 1.2em;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}







.partyLink a:link, a:visited

{
	color:#FFF;
}

.partyLink a:hover

{
	color:#369;
}




#sectionCenter
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
}

.pollText
{
	color:#B7BBD5;
	font-weight: bold;
}
