/* styles.css - Stylesheet for default_template */

html {
	
}   

body {
	background: #fff;
	margin: 0;
	padding: 0;   

	font-size: 75%;
	line-height: 1.5em;
}  

#container {
	display: block;
	position: relative;
	width: 850px;
	background: #fff; 
	padding: 0;
	margin: 0;
}

#header {
	display: block;
	position: relative;
	background: url(../images/header.gif) top left no-repeat;
	height: 50px;
	width: 850px;
	text-indent: -3000px;  
} 

#floaterLogo {
	display: block;
	position: absolute;
	background: url(../images/gop_seal.png) top center no-repeat;                                                               
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.utgop.org/templates/county2/images/gop_seal.png');
	width: 59px;
	height: 63px;
	top: 16px;
	left: 80px; 
	z-index: 20;
}

#body {
	display: block;
	position: relative;
	background: url(../images/bodyBg.gif) top left no-repeat; 
	width: 850px;  
	height: 300px; 
}

#subhead {
	display: block;
	position: absolute;
	top: 40px;
	left: 250px;
}

#footer {
	display: block;
	position: relative;
	margin: auto;
	width: 720px;
	text-align: center; 
	padding-top: 20px; 
	font-size: 12px;
	color: #333;
}


#body table {   
	display: block;
	position: relative;
	margin-right: 50px;
}

td ul {          
	display: block;
	position: relative;
	width: 180px;      
	margin: 5px 0 0 0;
	padding: 0; 
}              

td ul li {
	display: block;
	position: relative;
	width: 180px; 
	list-style: none; 
}         

td ul li a {
	display: block;
	position: relative;
	width: 180px; 
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin: 3px 0 0 0;
	font-family: Georgia, times;
	font-size: 12px; 
	text-decoration: none;
	color: #000; 
	padding: 2px 0 2px 10px;
}                        
	
 
td ul li a:hover {
	background: #efefef;
}
                        
.rightBorder {                                                         
	display: table-row;
   /* background: url(../images/rightborder.gif) right 23px no-repeat;	*/
}

#contentTable {
	display: block;
	position: relative;
	width: auto;
	max-width: 800px; 
	min-width: 640px;
}                    

.round-corner {
	/*background: url(../images/round-corner.png) no-repeat;*/
	width: 27px;
	height: 23px;
	margin: 0;
}

#pictures {
	display: block;
	position: relative;
	width: 208px;
	height: 144px;
}   

#title {
	font-size: 25px;
	margin: 15px 0 15px 0;
}


.flagbg {
	display: block;
	position: relative;
	background: url(../images/flagpoles.gif) top left repeat-y;
}

td ul {          
	display: block;
	position: relative;
	width: 180px;      
	margin: 5px 0 0 0;
	padding: 0; 
}              

td ul li {
	display: block;
	position: relative;
	width: 180px; 
	list-style: none; 
}         

td ul li a {
	display: block;
	position: relative;
	width: 180px; 
	background: #e2e2e2;
	border-bottom: 1px solid #ccc;
	margin: 3px 0 0 0;
	font-family: Georgia, times;
	font-size: 12px; 
	text-decoration: none;
	color: #000; 
	padding: 2px 0 2px 10px;
}                        
	
 
td ul li a:hover {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 2px 15px;
	width: 175px;
}
