html,body {margin:0;padding:0}
body{
	margin: 0;
	padding: 0;
	font: 12px palatino, georgia, times, serif;
	color: #000;
	text-align: center;
}

#container {
	width: 720px;
	margin: 0px auto;
	text-align: left;
	color: #292929;
	line-height: 145%;
	background: #fff url(../images/nav_bg.gif) repeat-y left top;
}
* html #container {width:722px;w\idth:720px}

#header {
	display: none;

}

#banner {
	display: none;
}

/* navigation */
#nav {
	display: none;
}


/* main content area */
#main {
	padding-bottom: 70px;
	width: 537px;
}
#container > #main {
	width:540px;
}

/* main content */
#content {
   padding: 30px 45px 15px 45px;
   margin: 0;
}
#content h1 { 
	margin: 0 0 5px 0; 
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
#content h2{ 
	margin: 15px 0 20px 0; 
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}
#content h3{ 
	margin: 15px 0 10px 0; 
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
#content h4{ 
	margin: 15px 0 10px 0; 
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
#content p {
	margin: 0 0 1em 0; 
	padding: 0;
}
#content .red {
	color: #921D2F;
}
#content .img_l, #content .img_r, #content .img_crop_r {
	display: none;
}


/* search */
div#search_box input{
	display: block;
	margin-bottom: 15px;
}
div#new_search_box {
	margin: 15px 0 10px 0;
}
div.results_nav{
	text-align: right;
	margin: 10px 0;
}
div.search_result{
	margin: 0 10px 0 10px;
}


/* featured */
div.feature{
	padding: 20px 0;
}
div.feature img{
	float: left;
}
div.feature p{
	margin-left: 160px; 
}

/* profile images */
div.profile_img{
	float: right;
	width: 232px;
	margin: 0 0 10px 15px;
	font-size: 10px;
	line-height: normal;

}
div.profile_img img{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}



/* pdf link */
div.pdf_link{
	display: none;
}





/* tables */
table#events td, table#events th{
	margin: 0;
	vertical-align: top;
	text-align: left;
	padding: 8px 0 8px 0;
	border-top: 1px dashed #921D2F;
}
table#events th{
	padding-right: 15px;
	white-space: nowrap;
	font-weight: normal;
}	
table#cart{
	margin: 10px 0 25px 0;
	background-color: #EFEFEF;
}
table#cart th{
	background-color: #DDDDDD;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
table#cart td, table#cart td.item{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
table#cart td.item{
	border-right: 1px solid #fff;
}

table#query_form {
	margin-top: 15px;
}	
table#query_form td{
	vertical-align: top;
	padding: 0 20px 15px 0; 
}	



/* back links */
div.back_link a{
	display: none;
}


/* links */
a:link, a:active, a:visited{
	text-decoration: underline;
	color: #921D2F;
}
a:hover {
	text-decoration: none;
	color: #921D2F;
}
 

#footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 15px;
}

.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}


.bullets {
	list-style-position: inside;
	list-style-type: square;
}
