/* GENERAL GLOBAL CSS DECLARATIONS */
/*
the following is stuff that's gonna be pretty much a constant everywhere..  changes pesky browser
behaviors.. sets default behavior..  etc. 
*/

*{
	font-family:Arial,sans-serif;
}

body{
	margin: 0;
	padding: 0;
	background-color: #6D6E70;
	font-family:Arial,sans-serif;
}

form{
	display: inline;
}
img{
	border: 0;
}
td{
	vertical-align: top;
}
td, div, p{
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #CA0437;
}
a:hover{
	text-decoration: underline;
}
/* END GENERAL GLOBAL CSS DECLARATIONS */


/* GLOBAL CLASS DECLARATIONS */
/*
classes that are reused all over the place.. regardless of location
*/
.clearFloat{ clear: both; }

option.indent{
	padding-left: 10px;
}

.center{
}
.left{
}
.right{	text-align: right; }

.leftWrap{
	float: left;
	margin: 5px 10px 5px 5px;
}
.rightWrap{
	float: right;
	margin: 5px 5px 5px 10px;
}
/* END GLOBAL CLASS DECLARATIONS*/



/* ID BASED CLASS DECLARATIONS*/
#topContainer{
	width: 750px;
	height: 100%;
	border: 1px solid black;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#header{
	height: 109px;
	width: 750px;
	border-bottom: 1px solid #BBBDC0;
}

#header #logoimg{
	margin-top: 39px;
	margin-left: 80px;
}

#header #loginSearchPod{
	text-align: left;
	width: 200px;
	margin-right: 20px;
	margin-top: 13px;
	float: right;
	color: #CA0437;
	line-height: 150%;
}
#header #loginSearchPod input#searchquery{
	font-size: 10px;
	border: 1px solid #BBBDC0;
	width: 122px;
}
#header #loginSearchPod img{
	vertical-align: middle;
}

#primaryContent{
	margin-top: 5px;
	float: right;
	border-left: 1px solid #BBBDC0;
	background: url('/images/front_page_boxes_bg.gif') repeat-y top left;
}

#flashHole{
	padding: 0 0 5px 5px;
	margin: 0;
	border-bottom: 1px solid #BBBDC0;
	background-color: white;
}

#content h1{

}
#content h2{
	color: #ca0437;
	font-size: 12px;
}
#content h3{
	color: #000000;
	font-size: 12px;
}

.frontPageContent{
	padding: 5px;
	font-size: 12px;
}

.frontPageContent h1{
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	
	background-color: #ca0437;
	background-image: url('/images/tieman_4dot_red.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 2px 20px;
	margin: 0 0 10px 0;
}
.frontPageContent p{
	margin: 0 0 10px 0;
}

#bestValueImg{
	margin-top: 30px;
	text-align:center;
}

#bottomLeft{
	clear: right;
	float: left;
	width: 185px;
}

#bottomMid{
	float: left;
	width: 175px;
}

#bottomRight{
	float: left;
	width: 225px;
}

#footer{
	background-color: #6D6E70;
	color: white;
	font-size: 10px;
	padding: 5px;
	height: 15px;
}
#footer a{
	color: white;
}

/* Navigation Configuration */

#leftNav{
	width: 120px;
	float: left;
	padding: 5px;
	list-style: none;
	line-height: 1.2em;

}

#leftNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;

}

#leftNav li {
	position: relative;
	
}

#leftNav li a, #leftNav h1{	/*overall style of all text, (overwritten in some places by exceptions)*/
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #BCBDC1;
	

	display: block;
	margin: 0;
	padding: 6px 3px 6px 13px;	
}

#leftNav ul li a{			/* All Menus (gets overwritten on subs)*/
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #58595B #58595B #ffffff;
}

#leftNav ul li a:hover{ /* all menus, overwritten on subs*/
	background-color: #E6E7E9;
	color: #CA0439;
	background-image: none;

}

#leftNav ul li ul li a{	/* child menus */
	font-size: 10px;
	border: none;
	left:auto;
	
}



/*
#leftNav ul ul li.over a,		
#leftNav ul ul li:hover a,	*/
#leftNav ul li ul li a:hover{	/* child menus */
	background-image: url('/images/nav-hoverbg.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #E6E7E9;
	left:auto;
	
	
}

/*these two declarations hafta be kept seperate, cuz ie can't interpret the child ">" and it breaks down */
#leftNav .hovertrail{	/* made a js hook that sets class 'hovertrail' */
	background-color: #E6E7E9;
	color: #CA0439;
	position:absolute

}
#leftNav li:hover > a{		/* this child selector doesn't work in IE cuz it's stupid. */
	background-color: #E6E7E9;
	color: #CA0439;
	
}

#leftNav li li .hovertrail{		/* made a js hook that sets class 'hovertrail' */
	background-image: url('/images/nav-hoverbg.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #CA0439;
	
}

#leftNav li ul li:hover > a{	/*this child selector doesn't work in IE cuz it's stupid. */
	background-image: url('/images/nav-hoverbg.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #CA0439;
	
	
}

#leftNav ul ul{				/* 2 deep, and 3 deep*/
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #58595B #58595B #ffffff;
	position:absolute;
	top: 0;
	left: 120px;
	width: 135px;

}




#leftNav ul ul ul{			/* 3 deep only */
	left: 136px;
	width: 135px;
	position:absolute;

	
}


div#leftNav ul ul,				/* turns off 2nd level and greater UL's */
div#leftNav ul li:hover ul ul,	/* turns off 3rd level when 2nd is lit */
div#leftNav ul li.over ul ul{	/* ditto for ie hack */
	display:none;
}

div#leftNav ul li:hover ul,		/* turns on 2nd level when 1st level is lit */
div#leftNav ul li.over ul,		/* ditto for ie hack */
div#leftNav ul ul li:hover ul,	/* turns on 3rd level when 2nd level is lit */
div#leftNav ul ul li.over ul {	/* ditto for ie hack */
	display:block;}

/* Hides from IE5-mac \*/
* html div#leftNav {height: 1%;}
* html div#leftNav ul li {float: left; width: 100%;}
* html div#leftNav a {height: 12px;}

/* End hide from IE5-mac */


/* Patch for IE 7 weirdness.  Should be ignored by all others.*/
ul#navigation ul li { 
	display: inline-block;
} 
#navigation ul {
	background-color: #BCBDC1;


}




.EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0437;
}
