@charset "UTF-8";
/* CSS Document */

body{	
	font-size: 14px;	
	font-family: Arial, sans-serif;	
	background-position: center top;	
	background-repeat: repeat-y;	
	background-image: url(/img/tiledbackground.jpg);	
	background-color: #cc4d22;
}
#container-header{
	margin: 0 auto;
	width: 1048px;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url(/img/container-header.png);
}
#container{
	margin: 0 auto;
	width: 1048px;
	background-repeat: repeat-y;
	background-image: url(/img/container.png);
}
#container-footer{
	height: 40px;
	color: white;
	margin: 0 auto;
	width: 1048px;
	background-image: url(/img/container-footer.png);
	background-repeat: no-repeat;
}
a{
	color: black;
}
p{
	margin: 0px;
}
#header{
	position: relative;
	margin: 0 auto;
	width: 915px;
}
#wrapper{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 915px;
}
#footer{
	position: relative;
	margin: 0 auto;
	width: 915px;
}
#meta-nav{
	right: 0px;
	position: absolute;
}
.meta-global{
	float: left;
}
#userlinks{
	display: inline;
	float: left;
}
#userlinks li{
	margin-right: 5px;
	list-style-type: none;
	float: left;
}
#nav{
	z-index: 5;
	border-style: solid;
	border-width: 1px;
	border-color: #9bb9c4;
	width: 582px;
	background-color: #badbe8;
	left: 320px;
	top: 60px;
	position: absolute;
	padding: 0px 6px;
	margin: 0px;
	list-style-type: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#nav li{
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
#nav li a{
	color: black;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 7px;
	background-color: #badbe8;
	display: block;
	line-height: 38px;
	height: 36px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-width: 2px;
	border-color: #badbe8;
	outline:none;
}
#nav li a.active{
	background-position: center center;
	background-image: url(/img/tiledbackground.jpg);
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 7px;
	background-color: #cc4d22;
	display: block;
	line-height: 38px;
	height: 36px;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-color: #cc4d22;

}
#nav li a.active:hover{
	background-position: center center;
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 7px;
	background-color: #cc4d22;
	display: block;
	line-height: 38px;
	height: 36px;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-color: #cc4d22;

}
#nav li a:hover{
	border-right-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-width: 2px;
	border-color: #9bb9c4;
	color: maroon;
}
#nav #lastli{
	float: right;
}
#logo{
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#homelogo{
	top: 20px;
	position: relative;
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	width: 302px;
	background-position: left top;
	background-image: url(/img/bchm.png);
	margin-right: 15px;
	margin-bottom: 30px;
	outline: none;
}
#homelogo:hover{
	top: 20px;
	position: relative;
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	width: 302px;
	background-position: left -76px;
	background-image: url(/img/bchm.png);
	margin-right: 15px;
	margin-bottom: 30px;
	outline: none;
}
#login-container  {
	position: absolute;
	text-align: center;
	width: 360px;
	top: 50%;
	left: 50%;
	padding-bottom: 15px;
	margin-top: -100px;
	margin-left: -150px;
	background:#fefffe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#loginlogo{
	margin-top: 5px;
	margin-left: auto;
	text-align: center;
	top: 20px;
	position: relative;
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	width: 302px;
	background-position: left top;
	background-image: url(/img/bchm.png);
	margin-right: auto;
	margin-bottom: 30px;
	outline: none;
}
#login-container input{
	background-color: #f2f2f2;
	border:1px solid lightBlue;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
}
fieldset input{
	background-color: #f2f2f2;
	border:1px solid lightBlue;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
}
#login-container input:focus{
	background-color: #FFF7D9;
	border:1px solid #D6B83F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
}
#emptyli{
	width: 80px;
	color: #badbe8;
}
#home-hoodoo-top{
	z-index: 10;
	left: 705px;
	top: 42px;
	position: absolute;
}
#social-nav{
	top: 30px;
	left: 320px;
	position: absolute;
	height: 23px;
	width: 55px;
}
#date{
	background-image: url(/img/date.png);
	height: 49px;
	width: 196px;
	left: 374px;
	top: 18px;
	position: absolute;
}
#twitter{
	height: 23px;
	width: 23px;
	background-image: url(/img/twitter.png);
}
#facebook{
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	background-image: url(/img/facebook.png);
}
#social-nav a{
	margin-right: 3px;
	display: block;
	float: left;
}
#social-nav a:hover{
	background-position: 0 -23px;
}
#left-column{
	padding-top: 15px;
	width: 915px;
}
#left-column h1{
	border-bottom-color: #e9d895;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #009245;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
h1 a{
	border-bottom-color: #e9d895;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #009245;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
#home-content h1, #blog-content h1{
	width: 630px;
	border-bottom-color: #e9d895;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #009245;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
#column h1{
	border-bottom-color: #e9d895;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #009245;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
#left-column .form-section-over h1{
	border-bottom-color: #80b5e6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #306ff4;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
#left-column .half-width h1{
	border-bottom-color: #e9d895;
	color: #009245;
	border-bottom-style: solid;
	font-size: 24px;
	border-bottom-width: 2px;
	word-spacing: 0px;
	letter-spacing: -1px;
	width: 302px;
}
.half-width{
	padding-right: 20px;
	width: 302px;
	float: left;
}
#right-column{
	float: right;
	width: 270px;
}
#right-column div.module{
	margin-bottom: 20px;
	padding: 0 10px 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #d6b83f;
	background-color: #fff7d9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#right-column div h1{
	margin: 14px 0 10px 5px ;
	width: 236px;
	border-bottom-color: #e9d895;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: black;
	letter-spacing: -1px;
	word-spacing: 0px;
	font-size: 24px;
}
#ways-to-register strong, #ways-to-register p{
	margin-left:8px;
	margin-right:8px;
}
#right-column .module strong{
	font-size: 16px;
	padding: 0px;
}
#right-column .module p{
	font-size: 13px;
	padding-bottom: 6px;
}
#home-HalfMarathon, #home-Where, #home-When, #home-AdditionalInfo{
	position: absolute;
	width: 630px;
}
#home-Where, #home-When, #home-AdditionalInfo{
	display: none;
}
#home-HalfMarathon a{
	float: left;
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
	color: white;
	background-color: #004080;
	text-align: center;
	height: 43px;
	width: 268px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#home-HalfMarathon a:hover{
	float: left;
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
	color: white;
	background-color: #0068ff;
	text-align: center;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#countdown{
	color: white;
	background-image: url(/img/blacktransparent.png);
	padding: 20px;
	margin: 0px;
	left: 45px;
	top: 350px;
	position: absolute;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}
#countdown a{
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
	color: white;
	background-color: #e2431e;
	text-align: center;
	height: 43px;
	width: 147px;
	display: block;
	float: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#countdown a:hover{
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
	color: white;
	background-color: #ff4800;
	text-align: center;
	display: block;
	float: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#countdown h4{
	padding: 0px;
	margin: 0px 0 0 5px;
}
#countdown h5{
	font-style: normal;
	font-weight: normal;
	border-color: #cd4b2c;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 3px 0 0 0;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#home-tab-container{
	width: 630px;
	height: 280px;
	padding-bottom: 20px;
}
#home-tab-container p{
	width: 630px;
	padding: 0px;
	margin: 10px 0 5px 0;
}
#home-nav{
	top: -9px;
	position: relative;
	padding: 0px;
	margin: 0;
	display: block;
	list-style-type: none;
}
#home-nav li{
	color: black;
	font-weight: bold;
	margin: 0px;
	display: block;
	float: left;
	outline:none;
}
#home-nav li a{
	border-color: white;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 5px 8px;
	color: black;
	outline:none;
}
#home-nav li a.active:hover{
	border-color: #910000;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
}
#home-nav li a.active{
	border-color: #910000;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
}
#home-nav li a:hover{
	border-color: #d99f00;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 5px 8px;
}
.tabbed-nav{
	top: -9px;
	position: relative;
	padding: 0px;
	margin: 0;
	display: block;
	list-style-type: none;
}
.tabbed-nav li{
	color: black;
	font-weight: bold;
	margin: 0px;
	display: block;
	float: left;
	outline:none;
}
.tabbed-nav li a{
	text-align: center;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 12px 15px;
	color: black;
	outline:none;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
.tabbed-nav li a.active:hover{
	border-color: #910000;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
}
.tabbed-nav li a.active{
	background-color: white;
	border-color: #910000;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 12px 15px;
	text-decoration: none;
}
.tabbed-nav li a:hover{
	border-color: #d99f00;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 12px 15px;
}
.news-module{
}
.news-module ul{
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
}
.news-module li{
	padding-bottom: 3px;
	list-style-type: none;
	margin-bottom: 3px;
}
.news-module a{
	width: 205px;
	float: left;
	display: block;
	color: black;
	text-decoration: none;
}
.news-module a:hover{
	text-decoration: underline;
}
.news-module li div{
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-bottom: 12px;
	margin-top: 2px;
	left: -29px;
	margin-right: 8px;
	height: 19px;
	width: 24px;
	float: left;
}
.news-module div.month{
	text-align: center;
}
.news-module div.January{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-01.jpg);
}
.news-module div.February{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-02.jpg);
}
.news-module div.March{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-03.jpg);
}
.news-module div.April{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-04.jpg);
}
.news-module div.May{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-05.jpg);
}
.news-module div.June{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-06.jpg);
}
.news-module div.July{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-07.jpg);
}
.news-module div.August{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-08.jpg);
}
.news-module div.September{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-09.jpg);
}
.news-module div.October{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-10.jpg);
}
.news-module div.November{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-11.jpg);
}
.news-module div.December{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-12.jpg);
}
.blog{
}
.blog ul{
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
}
.blog li{
	padding-bottom: 3px;
	list-style-type: none;
	margin-bottom: 33px;
	width:595px;
}
.blog a{
	color: blue;
	text-decoration: none;
}
.blog a:hover{
	text-decoration: underline;
}
.blog div.month{
	position: absolute;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-bottom: 12px;
	margin-top: 2px;
	left: -29px;
	margin-right: 8px;
	height: 19px;
	width: 24px;
	float: left;
	text-align: center;
}
.blog div.January{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-01.jpg);
}
.blog div.February{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-02.jpg);
}
.blog div.March{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-03.jpg);
}
.blog div.April{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-04.jpg);
}
.blog div.May{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-05.jpg);
}
.blog div.June{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-06.jpg);
}
.blog div.July{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-07.jpg);
}
.blog div.August{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-08.jpg);
}
.blog div.September{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-09.jpg);
}
.blog div.October{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-10.jpg);
}
.blog div.November{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-11.jpg);
}
.blog div.December{
	background-repeat: no-repeat;
	background-image: url(/img/calendar-icon-12.jpg);
}

.links-module ul{
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 0 0 24px;
}
.links-module li{
	line-height: 26px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}
.links-module a{
	width: 180px;
	float: left;
	display: block;
	color: black;
	text-decoration: none;
}
.links-module a:hover{
	text-decoration: underline;
}
.links-module li div{
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 2px;
	left: -29px;
	margin-right: 8px;
	float: left;
}
.links-module div.places-to-sleep{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/icon-bed.png);
	height: 21px;
	width: 28px;
}
.links-module div.places-to-eat{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/icon-eat.png);
	height: 21px;
	width: 28px;
}
.links-module div.places-to-shop{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/icon-shop.png);
	height: 21px;
	width: 28px;
}
.links-module div.professional-services{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/icon-pros.png);
	height: 21px;
	width: 28px;
}
.links-module div.runner-discounts{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/img/icon-discounts.png);
	height: 21px;
	width: 28px;
}
input#BibFirstName, input#BibLastName{
	background-color: #f2f2f2;
	border:1px solid lightBlue;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
	margin-right:10px;
}
.text input{
	background-color: #f2f2f2;
	border:1px solid lightBlue;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
}
.text input:focus{
	background-color: #FFF7D9;
	border:1px solid #D6B83F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	font-size:14px;
}
.form-section{
	position: relative;
	padding-left: 20px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-top: 5px;
	width: 590px;
	background-color: white;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.form-section-over{
	position: relative;
	background-color: #e1edff;
}
.error-message{
	clear: left;
	float: right;
	width: 350px;
	color: #ef2f14;
}
.error{
	padding: 5px;
	margin: 5px 0px;
	background-color: #ffd5cf;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#RegistrationState, #RegistrationGender{
	font-size: 14px;
	margin-bottom: 8px;
}
div.input{
	margin-bottom: 4px;
}
#BillingFirstName, #BillingLastName{
	display: none;
}
#sort-options{
	font-weight: bold;
	margin: 5px;
}
#convert-button{
	left: 400px;
	top: 74px;
	position: absolute;
	display: block;
	color: white;
	background-color: #80B5E6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 3px solid #306FF4;
	text-align: center;
	text-decoration: none;
	width: 160px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}
#payment-received-button{
	padding-bottom: 10px;
	padding-top: 10px;
	left: 400px;
	top: 74px;
	position: absolute;
	display: block;
	color: black;
	background-color: #80ff00;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 3px solid lime;
	text-align: center;
	text-decoration: none;
	width: 160px;
	height: 60px;
	font-size: 18px;
	line-height: 30px;
}
#payment-not-received-button{
	padding-bottom: 10px;
	padding-top: 10px;
	left: 400px;
	top: 170px;
	position: absolute;
	display: block;
	color: black;
	background-color: red;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 3px solid #f14d1a;
	text-align: center;
	text-decoration: none;
	width: 160px;
	font-size: 18px;
	line-height: 30px;
}
#manage-sponsor-list{
	display: inline-block;
	text-align: center;
	clear: left;
	padding: 0px;
	margin: 0 1px;
	list-style-type: none;
}
#manage-sponsor-list li{
	font-size: 13px;
	min-height: 190px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #a47c52;
	display: inline-block;
	width: 136px;
	list-style-type: none;
}
#manage-sponsor-list li span{
	font-size: 10px;
	line-height: 200px;
	margin: 0 auto;
	display: inline-block;
	height: 130px;
	width: 130px;
	vertical-align: middle;
}
#gold-sponsor-list{
	display: inline-block;
	clear: left;
	padding: 0px;
	margin: 0 auto;
	list-style-type: none;
}
#gold-sponsor-list li{
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	display: inline-block;
	height: 298px;
	width: 224px;
	list-style-type: none;
}
#gold-sponsor-list li:hover{
	padding: 0px;
	float: left;
	margin: 0px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #0087ff;
	display: inline-block;
	height: 298px;
	width: 224px;
	list-style-type: none;
}
#gold-sponsor-list li span{
	line-height: 280px;
	margin: 0 auto;
	display: inline-block;
	height: 180px;
	width: 180px;
	vertical-align: middle;
}
#gold-sponsor-list li:hover span{
	top: 0px;
	position: relative;
	line-height: 280px;
	margin: 0 auto;
	display: inline-block;
	height: 180px;
	width: 180px;
	vertical-align: middle;
}
#gold-sponsor-list li:hover p, #gold-sponsor-list li:hover strong, #gold-sponsor-list li:hover a{
	top: 0px;
	position: relative;
}
#silver-sponsor-list{
	display: inline-block;
	text-align: center;
	clear: left;
	padding: 0px;
	margin: 0 1px;
	list-style-type: none;
}
#silver-sponsor-list li{
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	display: inline-block;
	height: 223px;
	width: 178px;
	list-style-type: none;
}
#silver-sponsor-list li:hover{
	padding: 0px;
	float: left;
	margin: 0px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #0087ff;
	display: inline-block;
	height: 223px;
	width: 178px;
	list-style-type: none;
}
#silver-sponsor-list li span{
	line-height: 230px;
	margin: 0 auto;
	display: inline-block;
	height: 130px;
	width: 130px;
	vertical-align: middle;
}
#bronze-sponsor-list{
	clear: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#bronze-sponsor-list li{
	width: 148px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	list-style-type: none;
	height:246px;
	border: 2px solid white;
}
#bronze-sponsor-list li:hover{
	border: 2px solid #0087ff;
}
