* {
	margin: 0px;
	padding: 0px;
}

/* ================================= */
/* HTML redefinition for defaults    */
/* ================================= */

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.home {
	background-image: url(../images/homeBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.inside {
	background-image: url(../images/insideBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #3366cc;
	text-decoration: none;
}
a:visited {
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
}
p,td,th, ul, ol{ /* BF: make hyperlinks to the current page blend in, rather than appear as normal links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

p   {
	margin-bottom: 0.75em;
	margin-top: .5em;
	line-height: 1.5em;	
}
#content ul {
	list-style-position: outside;
	padding-left: 1.4em;
	margin-bottom: 0.5em;
}
#content li {
	list-style-type: disc;
	line-height: 1.4em;
	margin-bottom: .5em;
}

#content ol
 {
	list-style-position: outside;
	padding-left: 1.4em;
	margin-bottom: 0.5em;
	line-height: 14pt;
}
# content li {
	margin-bottom: .5em;
	list-style-type: square;
}

#content ul ul {
	margin-top: .5em;
	margin-bottom: 0;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #951924;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h2  {
	color: #38467e;
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #578314;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	font-size: 0.9em;
	color: #951924;
	margin-bottom: 6px;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 66px;
}
#main_nav {
	float: left;
	height: 66px;
	width: 800px;
}
#society_logos {
	float: right;
	width: 150px;
}
#billboard_home {
	height: 400px;
	background-image: url(../images/homeBillboard.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 950px;
}
#billboard_inside {
	height: 225px;
	background-image: url(../images/insideBillboard.jpg);
	background-repeat: no-repeat;
}

#buttons_home  {
	padding-top: 315px;
	padding-left: 275px;
}
#buttons_home img {
	margin-right: 20px;
}
#buttons_inside {
	float: left;
	padding-top: 130px;
	padding-left: 260px;
}
#buttons_inside  img {
	margin-right: 20px;
}

#main_content {
	padding: 0px;
	width: 700px;
	float: left;
	margin: 0px;
}




#lcol {
	float: left;
}

#posters {
	clear: both;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#poster1 {
	float: left;
	width: 200px;
}
#poster2 {
	float: left;
	width: 200px;
	margin-left: 50px;
}
#poster3 {
	width: 200px;
	margin-left: 50px;
	float: left;
}

#rcol {
	float: left;
	width: 250px;
}
#rcol_content {
	clear: both;
	float: right;
	width: 200px;
	margin-top: 30px;
}


#quickLinks {
	float: right;
	width: 200px;
	border: 1px solid #951924;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#quickLinks a, #quickLinks SPAN.unlinked {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
#quickLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	text-align: left;
}
#quickLinks li {
	margin-bottom: .5em;
	list-style-type: none;
	line-height: 1.4em;
}
#quickLinks li a {
	display: block;
}

#quickLinks  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #951924;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}


.hidden, .hidden_from_noscript { /* BF: these elements are always hidden */
  display: none;
}
#quickLinks LI.you_are_here { /* BF: link to current page, in the Quick Links box */
  background: #eee;
  font-weight: bolder;
/*
  list-style-image:url('/events/img/ql_greencheck_14x.gif');
  display: none;
*/
}
#quickLinks LI.you_are_here:before {
/*
  content: "\21E6";
*/
}
#quickLinks A.you_are_here:after {
  color: #555;
  content: " \21E6";
/*
  content: " (you are here)";
  font-style: italic;
  font-weight: normal;
  color: #777;
*/
}


#link_container {
	padding: 9px;
}




/* ================================= */
/* FOOTER                            */
/* ================================= */

#footer {
	text-align: center;
	clear: both;
	margin: 0px;
	padding-top: 10px;
}

#footer p.copyright {
	margin: 0px;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

/* Try using unclassed defaults for now */
table {
	margin: 1.5em 0em 0.75em;
	border-collapse: collapse;
}

td {
	padding: 3px 10px 3px 3px;
	vertical-align: top;
	border-collapse: collapse;
}
th {
	padding: 5px;
	border-collapse: collapse;
	background-color: #f3efdf;
	color: #ffffff;
	text-align: left;
}
td p, td ul {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: .5em;
}
td ul ul, td li li {
	margin-top: .5em;
	margin-bottom: 0;
}

td h1, td h2, td h3, td h4,
th h1, th h2, th h3, th h4 {
	margin: 0;
	padding: 0;
}
.float_left_img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.float_right_img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
@media handheld {
  }
.color_h1 {
	color: #951924;
}


.color_h2 {
	color: #38467e;
}
.color_h3 {
	color: #578314;
}
.headline_h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #333333;
	line-height: 1.15em;
	margin: 0px;
	padding: 0px;
}
.read_more {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

.div_col_half_1 {
	float: left;
	width: 345px;
}
.div_col_half_2 {
	float: left;
	width: 345px;
}

.item   {
	float: left;
	height: 100px;
	width: 133px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.title {
	font-size: .7em;
	color: #666666;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#partners/* Sponsor page to show all sponsors that are in the scroller =========================== */
 {
	float: left;
	width: 445px;
	margin-top: 15px;
	padding-right: 30px;
}
#partners   img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin: 0px;
	float: left;
}
#partners    h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b00c1e;
	font-size: 1.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b00c1e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#corporate {
	width: 445px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
}
#corporate     h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b00c1e;
	font-size: 1.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b00c1e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#corporate img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

