/* BROWSER RESET 
------------------------------------------------------*/

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;}body {
	line-height: 1;
}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}

/* IE png fix */
img { behavior: url(/css/iepngfix.htc) }


/* Basic copy structure
------------------------------------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
	background-color: #c6c6be;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


.news_article p, .news_article .post_text blockquote p, .news_article .post_text{
	font-size:14px;
	line-height:20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.news_article   h1    {
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.event_title h1 {
	color:#000000;
	font-size:38px;
	font-weight:bold;
	line-height:45px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


/* GLOBAL LINK STYLES
------------------------------------------------------*/

a {
	color: #0080bb;
	text-decoration:none;
}

a:hover {
	color: #004165;
	text-decoration:underline;
}

a.gray_button {
	padding-left:14px;
	color:#333;
	font-weight:bold;
	display:block;
	height:33px;
	background-color: transparent;
	background-image: url(assets/btn_gray_lt.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.gray_button span {
	padding-right:30px;
	height:23px;
	display:block;
	padding-top:6px;
	background-color: transparent;
	background-image: url(assets/btn_gray_rt.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

a.gray_button:hover {
	background-position:0 -33px;
	text-decoration:none;
}

a.gray_button:hover span {
	background-position: right -33px;
	cursor:pointer;
}

a.gray_button_noarrow span{
	background-image:url(/img/btn_gray_rt_noarrow.png);
	padding-right:14px;
	cursor:pointer;
}

a.blk_rt_arrow{
	font-weight:bold;
	padding-right:14px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(assets/arrow_rt_blk.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}



/* MISC HANDY ELEMENTS
------------------------------------------------------*/

.dotted_rule {
	background-color: transparent;
	background-image: url(assets/bkgd_dotted_gray_horiz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}

.dotted_rule_standalone {
	background: transparent url(assets/bkgd_dotted_gray_horiz.gif) repeat-x left top;
	height:1px;
	overflow:hidden;
}


/* PAGE STRUCTURE
------------------------------------------------------*/





/* HEADER 
------------------------------------------------------*/

.page_header {
	width:1008px;
	height:100px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:2000;
}

.page_header .logo {
	text-indent: -9999px;
	float:left;
	display:inline-block;
	width:374px;
	height:49px;
	top:26px;
	left:41px;
	background-color: transparent;
	background-image: url(assets/annarborcom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 41px;
}

.page_header .header_rr {
	float:right;
	display:inline;
	width: 320px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

.search_wrapper {
	clear:both;
	padding-top:9px;
	*padding-top:4px;
}

.search_wrapper input.text {
	width:225px;
	*width:220px;
	height:22px;
	padding: 5px 0 0 5px;
	*padding-top: 7px;
	color: #999999;
	font-size:14px;
	float:left;
	display:inline;
}

.search_wrapper a.search {
	display:block;
	background: transparent url(assets/btn_search.gif) no-repeat 0 0;
	width:84px;
	height:33px;
	float:right;
	text-indent:-9999px;	
	display:inline;
}

.search_wrapper a.search:hover {
	background-position: 0 -33px;
}

.search_wrapper .search_button{
	background: transparent url(assets/btn_search.gif) no-repeat 0 0;
	width:84px;
	height:33px;
	float:right;
	text-indent:-9999px;	
	display:block;
	border:0;
	cursor:pointer;
}

.search_wrapper .search_button:hover {
	background-position: 0 -33px;
}
.home_link {
	width: 335px;
	padding-top: 20px;
	float: right;
}
.event_container {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content_container_top {
	width:1002px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/topcurve.gif);
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
}

.content_container {
	width:967px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.event_title {
	margin-top: 26px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.event_logo {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 625px;
	text-align: center;
	padding-right: 20px;
}
.left_column {
	width: 175px;
	float: left;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.left_column    .left_nav    ul    li {
	margin-bottom: 8px;
	font-weight: bold;
}
.newsletter_signup {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sponsor_head {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sponsor_logos {
	padding-top: 10px;
	text-align: center;
}
.sponsor_logos img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.right_column {
	margin-left: 220px;
	width: 735px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.blue_box {
	background-color: #FFFFFF;
	background-image: url(assets/bluebox.gif);
	float: left;
	height: 260px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 60px;
	padding-top: 100px;
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin: 0px;
}
.blue_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
.blue_box a:hover {
	color: #0080bb;
	text-decoration: underline;
}
.gray_box {
	background-color: #FFFFFF;
	background-image: url(assets/graybox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 263px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 47px;
	color: #FFFFFF;
}
.gray_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
.gray_box a:hover {
	color: #0080bb;
	text-decoration: underline;
}
.green_box {
	background-color: #FFFFFF;
	background-image: url(assets/greenbox.gif);
	height: 270px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.green_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
.green_box a:hover {
	color: #0080bb;
	text-decoration: underline;
}
.plum_box {
	background-color: #FFFFFF;
	background-image: url(assets/plumbox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 270px;
	width: 265px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	color: #FFFFFF;
	padding-top: 90px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.plum_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
.plum_box a:hover {
	color: #0080bb;
	text-decoration: underline;
}
.feature_box {
	background-color: #FFFFFF;
	background-image: url(assets/feature.gif);
	float: left;
	height: 220px;
	width: 265px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 60px;
	padding-top: 120px;
	color: #FFFFFF;
	font-size: 48px;
	padding-right: 50px;
	margin-right: 10px;
	padding-bottom: 20px;
	line-height: 54px;
	font-weight: bold;
}
.event_body {
	margin: 0px;
	padding-top: 20px;
	padding-left: 26px;
	padding-right: 20px;
}
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content_container_bottom {
	width:1002px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/bottomcurve.gif);
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}


.footer_container {
	width:100%;
	background-color: #c6c6be;
}



/* FOOTER STYLES
------------------------------------------------------*/
/* SUBFOOTER */
.subfooter {
	color: #978e85;
	font-size:11px;
	text-align:center;
	padding:28px 0;

}

.subfooter .copyright {
	margin-top:8px;
	line-height:16px;
}

.subfooter a {
	margin:0 3px;
}

