/* CSS Document */

* {padding: 0; margin: 0;}

body {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #ffffff;
  margin: 0 auto;
  text-align: center; 
  background: #000000 url(images/gannaway_04.jpg) repeat-x;
  
  }
#container  {              
	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: center; 
	width: 766px;
	height: 650px; 
	padding: 0;
	}
	
#header {
	position: relative;
	background: url(images/gannaway_01.jpg) no-repeat left;
	top: 0px;
	width: 766px;
	height: 152px;
	text-align: left;
}

.logo {margin-left: 39px;}

#scroller {
	position: absolute;
	top: 50px;
	left: 440px;
	width: 350px;
	height: 35px;
	background-color: #5249aa;
	z-index: 106;}

#navbar {
    position: relative;
	background: #EFEBC6;
	float: left;
	clear: both;
	top: 0px;
	width: 363px;
	height: 110px;
	}
	#navcont1 {position: relative; top: 8px; left: 20px; float: left; }
	#navcont2 {position: relative; top: 8px; right: 20px; float: right; }
	#navlist {padding-left: 0; margin-left: 0; border-bottom: 1px solid #cccccc; width: 150px; }
    #navlist li {
	  background: url(images/arrow.gif) no-repeat;
	  background-position: 0 .4em;
      text-align: left; 
	  list-style: none; 
	  margin: 0; 
	  padding: 0.25em; 
	  border-top: 1px solid #cccccc;}
    #navlist li a { text-decoration: none; }
	#navlist li a:hover {}
.t3 {text-indent: 12px;}

#content {
    position: relative;
	background: #ffffff;
	color: #000000;
	float: right;
	top: 0px;
	left: 0;
	width: 403px;
	height: 420px;
	text-align: left;
	}
#content h2 {padding: 10px; font: bold 1.1em;}	
#content p {padding: 10px;}	
#content li {margin-left: 30px;}
#news {
    position: relative;
	background: #1d2268;
	float: left;
	clear: left;
	top: 0px;
	width: 363px;
	height: 310px;
	}
#news p {padding-left: 10px; padding-right: 10px; font-size: .85em; color: #CCCCCC; margin-top: 10px;}
.flash {margin-top: 10px;}	
	
#redbanner {
	position: relative;
	top: 0;
	left: -30px;
	background: #D54D01;
	width: 300px;
		} 
#footer {
	position: relative;
	width: 766px;
	height: 40px;
	bottom: 10px;
	clear: left;
	padding-top: 5px;
	background: url(images/footer_02.gif) no-repeat left;
	word-spacing: .85em;
	z-index: 105;
	}
.t2 {padding-left: 170px; }

#footer a {text-decoration: none; color: white;}
#footer a:hover {text-decoration: underline; color: #CCCCCC;}
.copywrite {position: relative; font-size: .9em; word-spacing: .15em; padding-top: 5px;}

.family {padding-right: 25px;}
.family2 {padding: 7px;}

/*-----headings------*/

h1, h2, h3 {padding: 0;}

h1 {font-size: 1.4em; color: #990000; padding: 10px;}
#news.h1 {color: #ffffff;}

.style1 {
	color: #990033;
	font-weight: bold;
}

/*Example CSS for the two demo tickers*/

#domticker {
width: 300px;
height: 35px;
text-align: center;
padding-top: 5px;
background-color: #5249aa;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #5249aa;
}
#domticker a{font-weight: bold;}
.someclass{ //class to apply to your scroller(s) if desired}

/*-------iframe mimic-------*/ 
 
#block1 {
 font: 10px/1.1em Verdana, Arial, Helvetica, sans-serif; 
color: #000000; 
margin-top: -10px;
 text-align: justify;
 width: 380px;
 height: 370px;
 background: transparent;
 margin-bottom: 5px;
 scrollbar-face-color: 63CF31;
 scrollbar-highlight-color: ffffff;
 scrollbar-3dlight-color: cccc99;
 scrollbar-darkshadow-color: eeefdd;
 scrollbar-shadow-color: eeefdd;
 scrollbar-arrow-color: ffffff;
 scrollbar-track-color: 63CF31;

}
.pad10 {
padding: 5px;
}
.overflow {
overflow: auto;
width: 380px;
height: 370px;
}
.padside {
padding-right: 10px;
margin-top: 0px;
}

/*----------------------*/
