/* styles.css - Stylesheet for default_template */

html {
	
}   

body {
	background: #dee1e4 url(../images/background.gif) top center repeat-x;
	margin: 0;
	padding: 0;
}   

#topContainer {
	background: url(../images/topBG.jpg) top center no-repeat; 
	display: block;
	position: relative;
	width: 100%;
	height: 198px; 
}

#container {
	display: block;
	position: relative;
	margin: auto;
	padding: 0;
	
}  

#leftShadow {
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	background: url(../images/leftShadow.jpg) top left no-repeat;  
	width: 40px;
	height: 456px;
}  

#rightShadow {
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	background: url(../images/rightShadow.jpg) top right no-repeat;  
	width: 40px;
	height: 456px;
}     

#header {
	display: block;
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1000px;
	min-width: 720px;
	_width: 800px; 
}                  

#siteName {
	display: block; 
	position: absolute;
	font-size: 30px;
	font-family: Georgia, Times;
	color: #fff;
	font-weight: bold;
	top: 40px;
	left: 110px;
	line-height: 55px;
}
     
#gop_logo a {
	display: block; 
	position: absolute; 
	width: 77px;
	height: 76px;
	background: url(../images/gop_logo.png); 
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/UtahGOP/templates/default_template/images/gop_logo.png');
	top: 27px;
	left: 20px; 
	cursor: pointer;
}

#headerOverlay {
	display: block;
	position: absolute;
	width: 100%; 
	top: 141px;
	height: 57px; 
	background: url(../images/header_overlay.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/UtahGOP/templates/default_template/images/header_overlay.png');
	
}

#utahGOPshadow {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/utahgopShadow.gif) top left no-repeat;
	width: 240px;
	height: 34px;
} 

#date {
	display: block;
	position: absolute;
	right: 10px;
	top: 25px;
	font-size: 25px;
	color: #fff;
	font-family: Georgia, Times, times;
	line-height: 25px;
} 

#body {
	display: block;
	position: relative;
	margin: auto;  
	background: #fff url(../images/leftColumn.gif) top left no-repeat;
	width: 90%;
	max-width: 1000px;
	min-width: 720px; 
	min-height: 500px;
	_height: 500px;
	_width: 800px;
}

#pageTitle {
	display: block;
	position: relative;
	font-size: 30px;
	top: 15px;
	left: 75px;
}
 
#leftMenu ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 40px 0 0 20px;
}

#leftMenu ul li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Times, times;    
	font-size: 16px;
	line-height: 30px;
}

#leftMenu ul li a {     
	color: #0e1e41;
	text-decoration: none;
}
                          
#leftMenu ul li a:hover {     
	color: #cc0000;
}    

#content {
	display: block;
	position: relative;
	width: 90%;
	padding: 20px 50px 20px 30px;  
	_padding: 20px 20px 20px 30px;     
	margin: 0;
	font-family: Georgia, Times, times;
}
                                        
#content h1 {
	font-size: 30px;
}
                     
#content p {
	font-size: 14px;
	line-height: 20px;
}   

.eventObj {
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	margin: 20px;
}

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

#footer a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

