/* @override 
	http://thunderalleyomaha.com/css/talley.css
	http://thunderbowl.com/css/talley.css
*/

body{
	text-align: center;
	font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	background: url('/images/bg.png') #000 fixed;
}

img{
	border:none;
}


img, div{ 
	behavior: url('/css/iepngfix.htc'); 
}

.header{
	margin: auto;
 	height: 293px;
	width: 866px;
}
.main{
	margin: auto;
	width: 866px;	
}
#flashcontent{
	z-index:100;
}
.content{
	background: url(/images/bg_pins.jpg) no-repeat bottom right ;
	margin-top: 0px;
	text-align: left;
	float:left;
	padding:30px;
	width: 805px;
	height: 500px;
	min-height: 500px;
	height:auto !important;	height:500px;
	background-color: #fff;
}
.title, .jobTitle, .dots{
	font-size: 18pt;
	font-weight: bold;
	text-indent: 25px;
	border-bottom: 2px dashed #ad0011;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.smallText{
	font-size: 10px;
	float: right;
	margin-top: -15px;
}
.content a{
	color: #ba0012;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited{
	color: #ba0012;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.content img{

}
.footer{
	width: 866px;
	height: 55px;
	background-image:url('/images/footer.png');
	background-repeat:no-repeat;
}
.footer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.leftFoot{
	padding-top: 26px;
	padding-left: 10px;
	float: left;
	color: #fff;
	font-size: 10px;
}
.leftFoot input{
	border: none;
}
.rightFoot{
	padding-top: 15px;
	padding-right: 60px;
	float: right;
	color: #fff;
	font-size: 10px;
}
.rightFoot img{
	padding-top:0px;
}
/* - - - - - - - -  ADMIN CSS - - - - - - - - - - - */
#login{
	width:450px; 
	height:400px; 
	background-color:#fff; 
	margin:auto; 
	margin-top:150px;
	border: 3px solid #464646;
}
.loginLogo{
	float: right;
	height: 225px;
}
.loginError{
	/*margin-top: 100px;*/
	width: 200px;
	color: #be0412;
}
.loginForm{
	margin-top: 40px;
}
.loginRow{
	width: 400px;
}
.loginLabel{
	float: left;
	width: 150px;
	text-align: right;
}
.loginIn{
	float: left;
	width: 250px;
	text-align: left;
}
.userRow{
	margin: 5px;
	width: 700px;
	float: left;
}
.userName{
	float: left;
	width: 150px;
}
.userControl{
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.label{
	width: 80px;
	height: 25px;
	float: left;
}
.eventRow{
	width: 450px;
	min-height: 25px;
}
.new{
	text-decoration: underline;
	float: left;
	font-weight: bold;
	font-style: italic;
}
.eventText{
	float: left;
	width: 550px;
}
