*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body  {
	background-image: url("http://www.busu.net/templates/busu_homepage/images/bg.jpg");
	background-repeat : no-repeat;
	background-position : top;
	background-color: black;
	margin : 0;
	padding : 0;
	font-family : tahoma, arial;
	font-size : 10pt;
}
ul, ol {
	line-height: 1.4;
}
#container {
	position : relative;
	width : 968px;
	min-height : 100%;
	margin : 0 auto;
	margin-bottom : -100px;
}
#ribbon {
height: 105px;
margin: 0;
width: 968px;
}
#main {
	position : relative;
	float : left;
	margin-top : 0;
}

#main_top_rounded {
	position : relative;
	float : left;
	background-image : url("http://www.busu.net/templates/busu_homepage/images/site_top.png");
	background-repeat: no-repeat;
	width : 968px;
}

#main_top_rounded_gallery {
	position : relative;
	float : left;
	background-image : url("http://www.busu.net/templates/busu_homepage/images/site_top.png");
	background-repeat: no-repeat;
	width : 968px;
height: 8px;
}

#main_content {
	background-color: #C11400;
	border-bottom: 1px solid #b61300;
	float : left;
	margin-top : 0px;
	min-height : 500px;
	position : relative;
	width : 968px;
	z-index: 1;
}

#header_content {
	position : relative;
	height : 117px;
	width : 968px;
}

#logo {
	float: left;
	height: 100px;
	margin-top : 1px;
	width: 520px;
}
#story {
	background-image: url("http://www.busu.net/templates/busu_homepage/images/bg.gif");
	background-repeat: repeat;
	margin-top: 0px;
	width: 948px;
}

#side {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 292px;
}

#news {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	background-color: white;
	float: left;
	width: 948px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#news_content {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 10px;
	z-index: 1;
}
/* FOOTER */
#footer {
	background-color: #222222;
	border-top: 1px solid #0e0e0e;
	color: white;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-left:15px;
	padding-top: 12px;
	position: relative;	
	width: 953px;
}
#footer div.col3 {
	float: left;
	margin-right: 15px;
	width: 302px;
}
#footer div.busu-address {
	text-align: center;
}
#footer h3 {
	font-size: 17pt;
	padding-bottom: 7px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 3px;
	margin-left: 8px;
	padding-left: 28px;
	padding-top: 3px;
}
#footer ul li a, #footer ul li a:visited {
	color: white;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.twitter-icon {
	background-image: url("http://www.busu.net/content/pics/Twitter_24x24.png");
}
#footer ul li.facebook-icon {
	background-image: url("http://www.busu.net/content/pics/Facebook_24x24.png");
}
/* end FOOTER */
#side_ad img{
	border: 1px solid grey;
	margin-left: 8px;

}
#main_page {
	float: left;
	margin-left: 7px;
	max-width: 700px;
}
#full_page {
	float: left;
	margin-left: 7px;
	width: 912px;
}
#sub_menu{	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	background-color: #aa0000;
	float: left;
	width: 200px;
}
#sub_menu_heading {
	-moz-border-radius: 12px 12px 0px 0; 
	-webkit-border-radius: 12px 12px 0px 0; 
	border-radius: 12px 12px 0px 0; 
	border-bottom: 1px solid #7d0000;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	background-image: url("http://www.busu.net/content/pics/sub_menu_heading.png");
	text-align: center;
	height: 36px;
}
#sub_menu_heading h2 {
	font-size: 13pt;
	padding-top: 12px;
}
#sub_menu ul {
	border-top: 1px solid #cf0000;
	border-bottom: 1px solid #7d0000;
	clear: both;
	font-size: 12pt;
	list-style: none;
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 180px;
}
#sub_menu ul a {
	text-decoration: none;
}
#sub_menu ul a:hover {
	color: blue;
}
#sub_menu ul.last {
	border-bottom: 0px;
}
#sub_menu ul li{
	clear: both;
}
#sub_menu ul li img.icon {
float: left;
}
#sub_menu ul li img.menu_pic {
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px; 
	border-radius: 9px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: 1px solid #580000;
	float: left;
	height: 70px;
}
#sub_menu ul li p {
	float: left;
	font-size: 11pt;
	margin-left: 5px;
	text-align: left;
	width: 117px;
}
#sub_menu ul li.sub {
	font-size: 9pt;
}
.clear {
clear: both;
}
.clearfooter{
	height: 100px;
	clear: both;
}

p.announcements{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

p {
	line-height:1.4em;
}

#ad {
	margin-top: 5px;
	border: 1px solid #383838;
}

#bottom_rounded {
	position : relative;
	float : left;
	background-image : url("http://www.busu.net/templates/images/site_bottom.png");
	background-repeat: no-repeat;
	height: 15px;
	width : 968px;
}

a img {
	border: none;
}

/* nav */
#top_nav {
    height: 33px;
    padding-left: 11px;
    padding-top: 16px;
    z-index: 99;
}
#top_nav ul.sf-menu {
margin-bottom: 0;

}
#top_nav ul li {
	background-color: #be1005;
	width: 118px;
	margin-right: 9px;
	text-align: center;
	z-index: 99;
}
#top_nav ul li a {
	border: 0px;
	color: white;
	z-index: 99;
}
#top_nav ul li.active {
	background-color: #be1005;
}
#top_nav ul li a:hover {
	background-color: transparent;
}
#top_nav ul li.active .current {
	background-color: #990000;
}
#top_nav ul li ul li a:hover {
	background-color: #990000;
}
#top_nav ul li ul li {
	border-bottom: 1px solid #990000;
	background-color: #ad0f05;
}
#top_nav ul li ul li:first-child {
	border-top: 1px solid #990000;
}
#top_nav ul li ul li:last-child, #top_nav ul li ul li:last-child a {
	border-bottom: 0px;
	-moz-border-radius: 0 0 12px 12px; 
	-webkit-border-radius: 0 0 12px 12px; 
	border-radius: 0 0 12px 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
/* end nav */
#askBusu {
    float: left;
    margin-top: 0;
    padding-left: 200px;
    width: 185px;
}
/* ######## Breadcrumbs ######## */

#breadcrumbs {
	background-image: url("../images/bar.png");
	height: 33px;
	width: 956px;
	margin-left: 6px;
	margin-top: 8px;
	color: black;
}

#breadcrumbs img {
	margin-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbs_content {
	margin-left: 10px;
	margin-top: 8px;
	float: left;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: black;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}
/* ######## Search ######## */

#search_box_bg {
	float: right;
	margin-top: 1px;
	background: url("../images/search_bg.png") no-repeat;
	height: 26px;
	width: 276px;
	margin-top: 5px;
}

.textInput {
	height: 16px;
	width: 165px;
	text-size: 5px;
	margin-left: 20px;
	margin-top: 1px;
	border: 0px white solid;
}

.buttonInput {
	margin-left: 15px;
}

#search_left {
	float: left;
}

#search_right {
	float: left;
}

/* ######## Sidebar ########## */

#main_bottom {
	float: left;
	width: 615px;
	margin-top: 10px;
	margin-left: 10px;
}

#floatLEFT img {
float: left;
margin-top: 6px;
}

#sidebar ul {
margin-left: 10px;
}

#sidebar ul ul {
margin-left: 30px;

}

.readable {
	line-height:1.4em;
}


.warning {
	font-size: 8pt;
} 

.yukYuks {
	border: 0px;
}

td.tableLeft {
	padding-right: 10px;
}

.indent {
	margin-left: 20px;
	padding-left: 5px;
}

.showtimes {
	position: absolute;
	margin-left: 620px;
	margin-top: 100px;
}

.yuksText {
width: 610px;
}

ol li {
margin-left: 18px;
}

.directors_table {
	border: 1px solid black;
}

.directors_table td {
	padding: 5px;
	border: 1px solid black;
}

.table_heading {
	background-color: #990000;
	color: white;
	font-weight: bold;
}
/* FORTY NEIGHBOURS*/
#nav40 {
	float: left;
	margin-left:23px;
	margin-top:13px;
	position: relative;
}
#menu40 {
	margin: 0px;
	padding: 0px;
}
#menu40 li {
	display: inline;
	list-style-type: none;
}
#menu40 li a {
	background-color: #a60000;
	border: 1px solid #d42322;
	padding: 3px 6px 3px 6px;
	width: 100px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#menu40 li a:hover {
	background-color: #d42322;
}
#content40 {
	float: left;
	margin-top:25px;
	position: relative;
	width: 922px;
}
/* end FORTY NEIGHBOURS */

/* GENERIC CLASSES */

.contactPic {
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px; 
	border: 1px solid #585858;
	margin-right: 8px;
	margin-top: 8px;
}

/* CONTACT

#contactList {
	list-style: none;
}

#contactList li {
	float: left;
	min-width: 200px;
}

.contact {
	background-image: url("http://www.busu.net/templates/busu_homepage/images/contact.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cfcfcf;
	border: 1px solid #676767;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;  
	border-radius: 6px; 
	padding: 10px 10px 10px 10px;
	width: 325px;
}

.contact img {
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px; 
	border: 1px solid #585858;
}

.contact td {
	padding-right: 10px;
	vertical-align: top;
}
.contact ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.contact li {
	list-style: none;
}

.contactDetails {
	background-color: #FAFAFA;
	border: 1px solid #BDBDBD;
	margin-top: 5px;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px; 
	padding: 8px 11px 8px 11px;
}

end CONTACT */

/* end GENERIC CLASSES*/

/* organic tabs */

#example-two .list-wrap { background: #fff;}

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #aaa; padding: 4px; padding-bottom: 2px; text-decoration: none; }
#example-two ul li a:hover { background: #fff; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; padding-left: 0px; }
#example-two .nav li { float: left; margin: 0 10px 0 0; padding: 5px; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px; padding-bottom: 2px; background: #ffffff; color: white; text-align: center; border: 0; text-decoration: none;}

#example-two li a.current,#example-two li a.current:hover {
	background-color: #dedede !important;
	color: black;
	text-decoration: none;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;  
	border-radius: 8px; 
}
#example-two .nav li a:hover, #example-two .nav li a:focus { 
	background: #dedede;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;  
	border-radius: 8px; 
}

#example-two p {
	padding: 10px;
	padding-left: 0px;
}

#example-two p.padding {
	padding: 10px;
}

table.makeItBetter {
padding: 10px;
border-spacing:0px;
}

.makeItBetter tr.odd {
background-color: #d5d5d5;
}


.makeItBetter td {
padding: 5px;
}

/**/

/* section listings */

#section_wrapper {
	margin-left: 0px;
}

.section_left {
	float: left;
	margin-bottom: 19px;
	margin-right: 10px;
	padding-right: 10px;
	width: 380px;
	/*width: 443px;*/
}

.section_left img {
	float: left;
	padding-right: 10px;
}

.section_left h3 {
	padding-top: 5px;
}

h3 {
	font-size: 14pt;
}

.padded {
padding: 10px;
}

/* end section listings */

/* NEWS ARCHIVE */

#newsContent td {
	padding: 11px 15px 11px 15px;
}
#newsContent table {
	border-collapse:collapse;
}
#newsContent table,th, td {
	border: 0px;
}

.odd {
	background-color: #EFEFEF;
}
#newsContent a, #storyContent a {
	color: #0000FF;
	text-decoration: underline;
}
.newsPic {
	padding-left: 5px;
	padding-right: 12px;
}
.newsHeadline {
	padding-bottom: 15px;
}
#newsContent #month_container {
	border: 1px solid lightGrey;
}
/* SECTION INDEX PAGES */

.section_table td {
padding: 10px;
vertical-align: top;
}

.section_table td.description {
width: 378px;
}

/* END SECTION PAGES */

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

/* Specific to example two */
#exec_header h1 {
margin-bottom: 10px;
}
.execPhoto {
background-color: #cdcdcd;
float: left;
margin-right: 17px;
width: 280px;
}
.execPhoto ul {
margin-left: 25px;
padding-bottom: 10px;
width: 230px;
}
.execPhoto ul li {
border-bottom: 1px solid #a4a4a4;
list-style: none;
padding: 4px 0 4px 6px;
}
img.twitter {
list-style: none;
margin-left: 3px;
}	
.execPhoto ul li.last {
border-bottom: none;
padding: 4px 0 4px 6px;
}
.execPhoto ul ul {
width: 180px;
}
.execPhoto ul ul li {
border: none;
list-style: circle;
}
.execPhoto li img {
margin-right: 6px;
vertical-align: middle;
}
#exec_para{ 
float: left;
padding-bottom: 25px;
width: 609px;
}
#exec_contact {
float: left;
width: 280px;
}
#exec_reports {
-moz-border-radius: 12px 12px 0 0; 
-webkit-border-radius: 12px 12px 0 0; 
border-radius: 12px 12px 0 0; 
background: url("http://www.busu.net/content/pics/exec/report_background.png");
float: left;
margin-left: 10px;
padding-top: 0px;
width: 280px;
}
#exec_reports ul {
margin: 0px;
padding-top: 10px;
padding-left: 28px;
padding-bottom: 15px;
}
#exec_reports li {
list-style: circle;
padding-top: 6px;
}
#exec_reports a {
color: black;
text-decoration: none;
}
#exec_reports a:hover {
text-decoration: underline;
}
#exec_reports h2 {
-moz-border-radius: 12px 12px 0 0; 
-webkit-border-radius: 12px 12px 0 0; 
border-radius: 12px 12px 0 0; 
background: url("http://www.busu.net/content/pics/exec/report_top.png");
color: white;
font-size: 13pt;
height: 39px;
padding-left: 10px;
padding-top: 15px;
text-align: center;
}
#exec_cal{
float: left;
width: 600px;
}

/* new contact */
div.contactDiv {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background-color: #dbdbdb;
	border: 1px solid #aaaaaa;
	float: left;
	overflow: auto;
	margin-bottom: 15px;
	padding: 10px;
	width: 315px;
}
.contactMargin {
	margin-right: 15px;
}
.contactDiv img {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: 1px solid #aaaaaa;
	float: left;
	margin-right: 12px;
}
.contact_details {
	float: left;
	width: 200px;
}
/* end contact*/

/*  JOBS  */
#jobs td {
	padding: 11px 15px 11px 15px;
}
#jobs table {
	border-collapse:collapse;
	width: 900px;
}
#jobs table,th, td {
	border: 0px;
}

#jobs table tr.odd {
	background-color: #EFEFEF;
}

/* CONTACT MAIN */
#contact_main {
margin: 0;
padding: 0;
}
#contact_main img {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
#contact_main td.exec_td {
	width: 228px;
}
#contact_main .contact_button {
	border: 0px;
}
table.employees, table.employees1 {
	border-collapse:collapse;
}
table.employees td, table.employees1 td {
	padding: 5px 8px 5px 8px;
}
#contact_main td{
vertical-align: text-top;
}
.contact_title {
	width: 175px;
}
/* extra classes */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clear { clear: both; }
.floatLeft { float: left;}

#main_page ul {
	line-height: 1.4em;
	margin-left: 14px;
}
/* end EXTRA CLASSES */
/* SWAT FORM */
#contact_form form fieldset {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	margin:0px 0px 20px 0px;
	padding: 0px 0px 8px;
	position:relative;
	width:578px; 
}
#contact_form form fieldset legend	{
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
#contact_form label {
	font-size: 10pt;
}
#contact_form label.error {
	background: url(../images/cancel.png) no-repeat left;
	color:red;
	font-weight:normal;
	float: left;
	margin-left:325px;
	padding-left: 25px;
	text-align:left;
	width:140px; 
}
#contact_form input.text-input	{
	color:#333;
	margin:0px;
	padding:0px 0;
}

#contact_form label#name_label { position:absolute; top:0; left:0; }
#contact_form input#name { position:absolute; top:0; left:180px; }
#contact_form label#name_error  { margin-top:0px; margin-left: 365px;}

#contact_form label#studentNum_label  { position:absolute; top:25px; left:0px; }
#contact_form input#studentNum { position:absolute; top:25px; left:180px; }
#contact_form label#studentNum_error      {margin-top:25px; margin-left: 365px;}

#contact_form label#year_label  { position:absolute; top:50px; left:0px; }
#contact_form input#year { position:absolute; top:50px; left:180px; }
#contact_form label#year_error      {margin-top:50px; margin-left: 365px;}

#contact_form label#email_label  { position:absolute; top:75px; left:0px; }
#contact_form input#email { position:absolute; top:75px; left:180px; }
#contact_form label#email_error      {margin-top:75px; margin-left: 365px;}

#contact_form label#dietary_label  { position:absolute; top:100px; left:0px; }
#contact_form input#dietary { position:absolute; top:100px; left:180px; }
#contact_form label#dietary_error      {margin-top:100px; margin-left: 365px;}

form table td{
padding-right: 10px;
}	
form span{
padding-left: 5px;
}								
		
#contact_form #message, #ask_busu_contact_form #message {
background-color: #eaeaea; 
border: 1px solid #d2d2d2;
padding: 10px;
}
/* end SWAT FORM */

/* CLUBS */
ul#clubList li:first-child div.club {
	border-top: 1px solid #d1d1d1;
}
div.club {
	border: 1px solid #d1d1d1;
	border-top: 0px;
	background-color: #eeeeee;
	padding: 19px;
}
div.club h2 {
	margin-bottom: 2px;
	margin-top: 0px;
}
div.club p {
	margin-bottom: 8px;
}
ul#clubList {
clear: both;
}
ul#clubAnchors, ul#filter, ul#clubList {
list-style: none;
padding: 0;
margin: 0;
}
ul#clubList {
padding-top: 20px;
}
ul#clubAnchors li, ul#filter li, ul#clubList li {
margin: 0px;
}
ul#clubAnchors li {
float: left;
margin: 0px;
width: 282px;
}
ul#filter li {
float: left;
margin-left: 7px;
}
ul#filter li:first-child {
margin-left: 0px;
}
div.clubsTop {
background-color: #d1d1d1;
float: right;
margin-top: -19px;
margin-right: -19px;
padding: 5px 8px;
positon: relative;
}
div.clubsTop a {
text-decoration: none;
color: black;
}
/* end CLUBS */
/* GET INVOLVED*/
div#studentOfTheMonth {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	border: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	padding: 10px;
}
div#studentOfTheMonth img {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	border: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	float: left;
	margin-right: 10px;
}
div#studentOfTheMonth h2 {
	background-image: url("http://www.busu.net/content/pics/chalk_board.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 38px;
	padding-top: 8px;
	padding-right: 10px;
}
#yourIdeas {	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: 1px solid #d0d0d0;
}
#yourIdeasHeader {
	-moz-border-radius: 12px 12px 0px 0px; 
	-webkit-border-radius: 12px 12px 0px 0px; 
	border-radius: 12px 12px 0px 0px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border-bottom: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	height: 32px;
}
#yourIdeasHeader h2 {
	background-image: url("http://www.busu.net/content/pics/light_bulb.png");
	background-repeat: no-repeat;
	padding-left: 38px;
	padding-top: 8px;
}
#yourIdeas ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0px;
}
li.idea {
	border-right: 1px solid #d0d0d0;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 211px;
}
li.idea:last-child {
	border: 0px;
}
li.idea p {
	min-height: 60px;
}
#yourIdeas .ideaRating {
	float: left;
	margin-right: 8px;
	text-align: center;
	width: 32px;
}
#yourIdeasFooter {
	-moz-border-radius: 0px 0px 12px 12px; 
	-webkit-border-radius: 0px 0px 12px 12px; 
	border-radius: 0px 0px 12px 12px; 
	border-top: 1px solid #d0d0d0;
	background-color: #e0e0e0;
	height: 32px;
}
#yourIdeasFooter h2 {
	background-image: url("http://www.busu.net/content/pics/submit_arrow.png");
	background-repeat: no-repeat;
	float: right;
	padding-left: 38px;
	padding-top: 8px;
	padding-right: 10px;
}
/* end GET INVOLVED */

/* RATIFICATION FORM */
#online_ratification label {
	float: left;
	padding-bottom: 8px;
	width: 202px;
}
#online_ratification label.error {
	float: none;
	color: red;
	margin-left: 0px;
	padding-left: .5em;
	vertical-align: top;
	width: 30px;
}
#online_ratification p {
	clear: both;
}
#online_ratification em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
#online_ratification fieldset {
	border: 0;
	margin-bottom: 21px;
	padding: 6px;
}
#online_ratification fieldset#club_info label {
	width: 138px;
} 
#online_ratification fieldset#club_email label {
	width: 80px;
}
#online_ratification legend {
	border-bottom: 1px solid #999999;
	color: #636363;
	font-size: 13pt;
	font-weight: bold;
	width: 680px;
	text-transform: uppercase;
}
#online_ratification .ratifcation_contact {
	float: left;
	margin-right: 12px;
	width: 325px;
}
#online_ratification .ratifcation_contact label {
	width: 125px;
}
/*
#online_ratification input.error {
	border: 1px solid red;
}
#online_ratification textarea.error {
	border: 1px solid red;
}*/
#online_ratification div.acknowledge_label input {
	float: left;
}
#online_ratification div.acknowledge_label div {
	float: left;
	margin-left: 7px;
	padding-bottom: 10px;
	width: 645px;
}
#online_ratification table.acknowledgements td {
	padding-bottom: 6px;
}
/* end RATIFICATION FORM */

/* EVENTS PAGE */
.topPadding {
	padding-top: 15px;
}
#main_page .eventDate ul {
	margin-left: 0;
}
#main_page .eventDate ul li {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	border-top: 0px;
}
#main_page .eventDate ul li.zebra_odd {
	background-color: #e1e1e1;
}
/*#main_page .eventDate ul li:last-child {
	border: 0;
}*/
.eventInfo_main, .eventDate {
	clear: both;
	overflow: auto;
}
.eventInfo_main {
	min-height: 70px;
	/*padding: 6px 6px 0 6px;*/
	padding: 6px;
	width: 896px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.event_img {
	float: left;
	width: 100px;
}
.eventDate h2 {
	background-image: url("http://www.busu.net/content/pics/events_top_bar.png");
	/*background-repeat: no-repeat;*/
	clear: both;
	height: 33px;
	margin: 0px;
	padding-left:10px;
	padding-top: 7px;
}
.eventDate span {
	cursor:pointer;
	margin-left: 34px;
}
.eventName, .eventTime, .eventDate span {
	float: left;
	padding-top: 27px;
}

.eventTime {
	margin-left: 34px;
	width: 60px;
	margin-right: 25px;
}
.eventName {
	width: 442px;
	margin-left: 12px;
}
.eventImage {
	float: left;
	width: 70px;
}
.detailsButton {
	font-weight: bold;
}
.details {
	background-color: white;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
        border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 9px;
	width: 700px;
}
/*end EVENTS */
/* NEWS PAGE */
.newsName {
	float: left;
	padding-bottom: 18px;
	padding-top: 18px;
	width: 489px;
}
.newsDate span {
	float: left;
}
.newsTime {
	float: left;
	width: 300px;
}
.newsImage {
	float: left;
	padding-right: 12px; 
	width: 70px;
}
.readMoreLink {
	float: left;
	padding-top: 18px;
	width: 104px;
}
/*end NEWS */

/* Access Gold Discount Table */
table.discounts td {
	border-bottom: 1px dotted #999999;
	border-right: 1px dotted #999999;
	padding: 13px;
	text-align: center;
}
table.discounts td.noBorderRight {
	border-right: 0px;
}
table.discounts td.noBorderBottom {
	border-bottom: none;
}
/* end AG Tables */
ul#ombuds-menu {
	list-style: none;
	margin-left: 0px;
}
ul#ombuds-menu li {
	float: left;
	margin-right: 9px;
}
#car-contest ol > ol{
	padding-left: 25px;
}
#car-contest li {
	line-height: 165%;
}
#main-deal-container {
	border-bottom: 1px solid #efefef;
	overflow: auto;
	width: 904px;
}
ul#main-deal {
	list-style: none;
	margin: 0;
	padding: 0 0 6px 0;
}
ul#main-deal li {
	float: left;
	height: 250px;
	margin-right: 23px;
	width: 278px;
}
ul#main-deal li:last-child {
	margin: 0;
}
#other-deals {
	clear: both;
	float: left;
	width: 597px;
	margin-top: 9px;
}
#deals-twitter {
	float: left;
	margin-left: 19px;
	margin-top: 9px;
	width: 289px;
}
ul.sub-deal {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 597px
}
ul.sub-deal li {
	float: left;
	margin-right: 4px;
	width: 195px;
}
ul.sub-deal li:last-child {
	margin-right: 0px;
}
ul.sub-deal li img {
	padding: 10px 4px;
}
/* caption contest */
#caption-form {
	float: left;
	width: 500px;
}
#caption-rules{
	float: left;
	margin-left: 14px;
	width: 400px;
}
#caption-rules ul{
	margin-left: 14px;
}
/* remove caption contest*/
/* DRIVE HOME FORM */
#driveHomeForm {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	height: 256px;
	margin-bottom: 10px;
	padding: 20px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#driveHomeForm form fieldset {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	margin:0px 0px 20px 0px;
	padding: 0px 10px 8px;
	position:relative;
	width:578px; 
}
#driveHomeForm form fieldset legend	{
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
#driveHomeForm label {
	font-size: 10pt;
}
#driveHomeForm label.error {
	color:red;
	font-weight:normal;
	float: left;
	margin-left:385px;
	padding-left: 25px;
	text-align:left;
	width:140px; 
}
#driveHomeForm input.text-input	{
	color:#333;
	margin:0px;
	padding:0px 0;
}
#driveHomeForm select { position:absolute; top:0px; left:140px; }

#driveHomeForm label#name_label { position:absolute; top:30px; left:0; }
#driveHomeForm input#name { position:absolute; top:30px; left:140px; }
#driveHomeForm label#name_error  { margin-top:14px;}

#driveHomeForm label#studentNum_label  { position:absolute; top:60px; left:0px; }
#driveHomeForm input#studentNum { position:absolute; top:60px; left:140px; }
#driveHomeForm label#studentNum_error      {margin-top:44px;}

#driveHomeForm label#email_label  { position:absolute; top:90px; left:0px; }
#driveHomeForm input#email { position:absolute; top:90px; left:140px; }
#driveHomeForm label#email_error      {margin-top:74px;}

#driveHomeForm label#dropOff_label  { position:absolute; top:120px; left:0px; }
#driveHomeForm input#dropOff { position:absolute; top:120px; left:140px; }
#driveHomeForm label#dropOff_error      {margin-top:104px;}

#driveHomeForm input.button-drive-home	 {
	left:361px;
	margin:20px 0px 0px 0px;
	position:absolute;
	top:128px;
}
/* end DRIVE HOME FORM */
table.ride-home-table td {
	padding: 10px;
}
/* GOOD NEIGHBOUR AWARD */
#goodNeighbourForm {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	height: 352px;
	margin-bottom: 10px;
	padding: 20px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#goodNeighbourForm form fieldset {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	margin:0px 0px 20px 0px;
	padding: 0px 10px 8px;
	position:relative;
	width:578px; 
}
#goodNeighbourForm form fieldset legend	{
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
#goodNeighbourForm label {
	font-size: 10pt;
}
#goodNeighbourForm .error {
	border: 1px solid red;
}
#goodNeighbourForm input.text-input	{
	color:#333;
	margin:0px;
	padding:0px 0;
}

#goodNeighbourForm label#name_label { position:absolute; top:35px; left:0; }
#goodNeighbourForm input#name { position:absolute; top:35px; left:105px; }

#goodNeighbourForm label#email_label  { position:absolute; top:62px; left:0px; }
#goodNeighbourForm input#email { position:absolute; top:62px; left:105px; }

#goodNeighbourForm label#phone_label  { position:absolute; top:89px; left:0px; }
#goodNeighbourForm input#phone { position:absolute; top:89px; left:105px; }

#goodNeighbourForm label#address_label  { position:absolute; top:35px; left:344px; }
#goodNeighbourForm input#address { position:absolute; top:35px; left:435px; }

#goodNeighbourForm label#city_label  { position:absolute; top:62px; left:344px; }
#goodNeighbourForm input#city { position:absolute; top:62px; left:435px; }

#goodNeighbourForm label#postal_code_label  { position:absolute; top:89px; left:344px; }
#goodNeighbourForm input#postal_code { position:absolute; top:89px; left:435px; }

#goodNeighbourForm label#description_label  { position:absolute; top:116px; left:0px; }
#goodNeighbourForm #description { position:absolute; top:116px; left:105px; }

#goodNeighbourForm label#photo_label  { position:absolute; top:240px; left:105px; width: 309px;}
#goodNeighbourForm #photo { position:absolute; top:240px; left:432px; }

#goodNeighbourForm input.button-good-neighbour {
	left:593px;
	margin:20px 0px 0px 0px;
	position:absolute;
	top:250px;
}
.neighbour td {
	padding: 8px;
}
.neighbour td table td a {
	background-color: #d24836;
	color: white;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 0 5px 5px 5px;
	text-align: center;
	text-decoration: none;
}
.neighbour td table td a:hover {
	background-color: #d24836;
	color: white;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 0 5px 5px 5px;
	text-align: center;
	text-decoration: underline;
}
/* end GOOD NEIGHBOUR FORM*/

.rounded-corners {

  -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}
/************************* ELECTIONS 2012 ***********************************/
.elections h2, h4 {
	border-bottom: 1px solid #B22217;
clear: both;
	color: #B22217;
	margin-bottom: 8px;
}
.elections img.candidate {
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
border: 1px solid black;
}
#main_page.elections ul {
	list-style: none;
	margin-left: 0px;
	overflow: auto;
	padding: 0;
}
.elections ul li {
	float: left;
	margin-right: 16px;
	text-align: center;
	width: 100px;
}
.candidate-video {
	clear: both;
	margin-top: 10px;
	width: 560px;
}
.candidate-info {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.candidate-blurb {
	float: left;
	width: 350px;
}
/************************* END ELECTIONS 2012 ***********************************/

#free-school {
	width: 700px;
}
#free-school p {
	clear: both;
	display: block;
}
#free-school .course {
	border: 1px solid #d8d8d8;
	float: left;
	margin-bottom: 13px;
	width: 335px;
}
#free-school .margin-left {
	margin-left: 13px;
}
#free-school .course em {
	display: block;
}
#free-school .course ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
#free-school .course strong {
	display: block;
	font-size: 11pt;
	text-transform: uppercase;
}
#free-school .course .fft-title, #free-school .course .fft-footer {
	padding: 10px;
}
#free-school .course .fft-title {
	border-bottom: 1px solid #d8d8d8;
	background-color: #f2f2f2;
	color: #484848;
}
#free-school .course .fft-footer {
	border-top: 1px solid #d8d8d8;
	background-color: #f2f2f2;
}

#free-school .course img {
	margin-bottom: 10px;
}

#free-school .course p {
	padding: 10px;
}
/* FREESCHOOL APPLY FORM */
#freeschoolForm {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	height: 145px;
	margin-bottom: 10px;
	padding: 8px 0px 0px 8px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#freeschoolForm form fieldset {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block; 
	margin:0px 0px 20px 0px;
	padding: 0px 10px 8px;
	position:relative;
	width:578px; 
}
#freeschoolForm form fieldset legend	{
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
#freeschoolForm label {
	font-size: 10pt;
}
#freeschoolForm .error {
	border: 1px solid red;
}
#freeschoolForm input.text-input {
	color:#333;
	margin:0px;
	padding:0px 0;
}

#freeschoolForm label#name_label { position:absolute; top:0px; left:0; }
#freeschoolForm input#name { position:absolute; top:0px; left:125px; }

#freeschoolForm label#email_label  { position:absolute; top:25px; left:0px; }
#freeschoolForm input#email { position:absolute; top:25px; left:125px; }

#freeschoolForm label#studentNum_label  { position:absolute; top:50px; left:0px; }
#freeschoolForm input#studentNum { position:absolute; top:50px; left:125px; }

#freeschoolForm input.button_freeschool {
	left:301px;
	margin:20px 0px 0px 0px;
	position:absolute;
	top:58px;
}
/* end FREESCHOOL APPLY FORM */

/* TRANSIT PAGE */
ul#transit-cities {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#transit-cities li {
	background-color: #f3f3f3;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 345px;
}
ul#transit-cities li.noMargin {
	margin-right: 0px;
}
ul#transit-cities li ul {
	margin-left: 30px;
	padding: 10px;
	width: 314px;
}
ul#transit-cities li ul li {
	background-color: none;
	float: left;
	width: 140px;
}

/* TRANSIT COMMENT FORM */
#contact_form_transit {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	height: 241px;
	margin-bottom: 10px;
	padding: 8px 0px 0px 8px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#contact_form_transit #transit-comment-desc {
	float: left;
width: 320px;
}
#contact_form_transit form fieldset {
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin:0px 0px 20px 0px;
	padding: 0px 10px 8px;
	position:relative;
	width:335px; 
}
#contact_form_transit form fieldset legend {
	background:white;
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
}
#contact_form_transit h2 {
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 2px;
}
#contact_form_transit p {
	margin-bottom: 16px;
	margin-left: 10px;
	margin-top: 2px;
	width: 679px;
}
#contact_form_transit label {
	font-size: 10pt;
}
#contact_form_transit .error {
	border: 1px solid red;
}
#contact_form_transit input.text-input {
	color:#333;
	margin:0px;
	padding:0px 0;
}

#contact_form_transit label#name_label { position:absolute; top:0px; left:11px; }
#contact_form_transit input#name { position:absolute; top:0px; left:135px; }

#contact_form_transit label#email_label  { position:absolute; top:28px; left:11px; }
#contact_form_transit input#email { position:absolute; top:28px; left:135px; }

#contact_form_transit label#transit_system_label { position:absolute; top:56px; left:11px; }
#contact_form_transit #transit_system { position:absolute; top:56px; left:135px; width: 203px; }

#contact_form_transit label#route_bus_label { position:absolute; top:85px; left:11px; }
#contact_form_transit input#route_bus { position:absolute; top:85px; left:135px; }

#contact_form_transit label#comment_label { position:absolute; top:0px; left:360px; width: 200px;}
#contact_form_transit #comment{ position:absolute; top:20px; left:360px;}

#contact_form_transit input.button-transit {
	left:626px;
	margin:20px 0px 0px 0px;
	position:absolute;
	top:89px;
}
/* end FREESCHOOL APPLY FORM */

/* end TRANSIT PAGE */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clear { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

#retail-main {
	float: left;
	width: 440px;
}
#retail-column {
	float: left;
	width: 250px;
}
