/* ========================================================= */
/* event_common.css                                            */
/* ========================================================= */

/* ================================= */
/* Page  layout                      */
/* ================================= */

#container {
	width: 987px;
	margin: 4px auto 0px;
}

#header {

}
#header_print {
	display: none;
}
#page {

}
#lcol {
	float: left;
	width: 192px;
}
#mcol {
	float: left;
	width: 595px;
	margin-bottom: 10px;
}
#rcol {
	width: 200px;
	float: left;
}
#rcol_ads {
	width: 120px;
	float: left;	
}
#mcol_wide {
	width: 795px;
	float: left;
}
#srch_sh {
	height: 8px;
	margin: 0px;
	padding: 0px;
	background: url(i/srch_sh.jpg);
}
#srch_alt {
	height: 14px;
	background: url(i/srch_alt.jpg);
}

/* ================================= */
/* HTML redefinition for defaults    */
/* ================================= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
p, p.normal, ul, ol {
	margin: 0.5em 0px 0.75em .2em;
}
ul, ol {
	padding: 0px 0px 0px 1.5em;
}

li {
	margin-bottom: .25em;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Do not display hr - for printing/no CSS only */
hr {
	display: none;
}
div {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #163F79;
}
a:visited {
	color: #163F79;
}
a:hover {
	color: #993366;
}
a:active {
	color: #993366;
}

h1 {
	color: #2B5286;
	font-size: 140%;	
	margin-top: .6em;
	margin-bottom: 0.6em;
}
h2 {
	color: #4f70a4;   
	font-size: 125%;
	margin-top: 0.8em;	
	margin-bottom: .3em;
}
h3 {
	color: #6D8AC0;
	font-size: 110%;
	margin: 1em 0px 0.2em;
}
h4 {
	color: #2B5286;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: .2em;
}
/* Use these classes to apply colors like header colors */
.colorH1 {
	color: #2B5286;
}
.colorH2 {
	color: #4f70a4;
}
.colorH3 {
	color: #728EC2;
}


/* ================================== */
/* LEFT COLUMN                        */
/* ================================== */
/* mbox = "menu box" - Apply to a div */
.mbox_box {
	background: url(i/lcol_bg.gif) repeat-y left;
	font-size: 90%;
}
.mbox_hdr {
	height: 9px;
	background: url(i/lcol_hdr_plain.jpg) no-repeat top;
}
.mbox_ftr {
	height: 16px;
	background: url(i/lcol_ftr.jpg) no-repeat left bottom;
}
.mbox_bdy {
	margin: 0px;
	padding: 0px 8px 0px 15px;
}
.mbox_bdy h3, .mbox_bdy p {
	margin: 0px 0px 0.6em;
}
.mbox_bdy p {

}
.mbox_bdy a {
	text-decoration: none;	
}
.mbox_bdy a:hover {
	text-decoration: underline;
}


/* Apply class to ul tag being used as a menu */
ul.ul_menu {
	margin: 0px;
	padding: 0em;
}
.ul_menu a {
	text-decoration: none;
}
.ul_menu a:hover {
	text-decoration: underline;
}
.ul_menu li {
	padding: 0em;
	list-style: none;
	margin-bottom: .6em;
}
.ul_menu li ul {
	margin: .6em 0px 0px 15px;
	padding: 0px;
}
.ul_menu li h3 {
	margin-top: .6em;
	padding: 0px;
}
#pre_content1, #pre_content2 {
	margin: 20px 8px 5px 12px;
	font-size: 95%;
}

/* RIGHT COLUMN ================================== */

.rbox {
	background: url(i/rcol_bg.jpg) repeat-y left;
}
.rbox_hdr {
	margin: 0px;
	height: 8px;
	background: url(i/rcol_hdr.jpg) no-repeat top;
}
.rbox_ftr {
	height: 10px;
	font-size: 3px;
	background: url(i/rcol_ftr.jpg);
}
.rbox h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0.6em;
}
.rbox_bdy {
	margin: 0px;
	padding: 0px 10px 0px 15px; 
}
.rbox_bdy ul, .rbox_bdy ol {
	margin: 0px 0px 0.75em 1.2em;
	padding: 0em 0em 0em 1.2em;
	font-size: 85%;
}

.rbox_bdy p {
	margin: 0px 0px 0.6em;
	padding: 0px;
	font-size: 85%;
}
/* ================================= */
/* Main content styles               */
/* ================================= */

#main_content {
	padding: 0px 16px 10px;
	font-size: 90%;	
}
/* Try using unclassed defaults for now */
table {
	margin: 1.5em 0em 0.75em;
}
td {
	padding: 3px 10px 3px 3px;
	vertical-align: top;
}
table ul {
	margin: 0em;
	padding: 0em 0em 0em 1.5em;
}
table ul li {
	padding: 0em;
}
table p {
	margin-bottom: 5px;
	margin-top: 0px;
}

/* Small grid for hotels, etc. ================================== */
/* Apply class to table tag */

.smallGrid {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
.smallGrid td {
	margin: 0px;
	padding: 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	vertical-align: top;
}
.smallGrid th {
	margin: 0px;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-size: 11px;
}
.smallGrid td.td_title {
	margin: 0px;
	padding: 3px;
	text-align: left;
}
.smallGrid tr.tr_alt {
	background: #D6EEFF;
}
/* Editing classes */
/* Figures and Images - controlled by P tags to help editors */
/* Figures have small bold captions. P should contain both image and caption. One BR puts caption under the image. */
p.p_fig_ctr {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	margin-top: 1em;
	margin-bottom: 1em;
}
p.p_fig_ctr img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the left; the next paragraph wraps around it on the right. */
p.p_fig_left {
	float: left;
	font-weight: bold;
	font-size: 95%;
	margin-right: 10px;
}
p.p_fig_left img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the right; the next paragraph wraps around it on the left. */
p.p_fig_right {
	float: right;
	font-weight: bold;
	font-size: 95%;
	margin-left: 10px;
}
p.p_fig_right img {
	margin-bottom: 5px;
}
p.p_line_height {
	line-height: 120%;	
}
.div_col_half_1 {
	float: left;
	width: 260px;	
	margin: 0px;
	padding: 1px 0px 0px;
}
.div_col_half_2 {
	padding: 1px 0px 0px;
	margin: 0px 0px 0px 290px;
}

/* ================================= */
/* FOOTER                            */
/* ================================= */

#footer {
	clear: both;
	text-align: center;
	padding: 8px 0px 0px;
	margin: 0px;
	background: #FFFFFF;
}
#footer p.copyright {
	margin: 0px;
	padding: 0px 0px 5px;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #163F79;
	text-decoration: none;
}
#footer a:hover {
	background: #D5E1F1;
}
#p_tagline {
	font-weight: bold;
	color: #8A161A;
	text-align: right;
	float: right;
	padding: 10px 12px 0px 0px;
	margin: 0px;
	font-size: 11px;
	width: 400px;
}
p#p_copyright {
	margin: 10px 0px 0px 12px;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
/* ================================= */
/* Header and Footer links           */
/* ================================= */
/* See footer above for link and text colors */
/* IDs to position */
#div_ftr_links {
	padding: 5px 0px;
	margin: 0px;
	font-size: 11px;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}

#login_links {
	padding: 10px 10px 0px 0px;
	margin: 0px;
	text-align: right;
	float: right;
}
/* Common classes - used in footers, top navigation, etc. - horizontal lists from ul */
.ul_horiz {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.ul_horiz a {
	text-decoration: none;
	padding: 0px 8px;
}
.ul_horiz li {
	margin-left: 0px;
	padding: 0px 8px;
	border-left: 1px solid #333333;
	list-style: none;
	display: inline;
	line-height: 10px;
}
.ul_horiz li.li_first {
	border-left: none;
}

/* ================================= */
/* GENERAL UTILITY                   */
/* ================================= */

.small_text {
	font-size: 90%;
}
.smaller_text {
	font-size: 85%;
}
.txt_align_center {
	text-align: center;
}
.txt_align_left {
	text-align: left;
}
.txt_align_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_left_img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.float_right {
	float: right;
}
.float_right_img {
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear_left {
	clear: left;
}
.clear_both {
	clear: both;
}

