/*  TemplateName=CustomStyle.tpt */


/*  $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/CustomStyle.css,v 1.8 2003/07/24 23:47:39 paulj Exp $  */


/*


	These are the styles peculiar to this site. Any styles

	specified in this file will override the baseline

	styles for the Convio product. The styles	must be in

	this file so that they will be available in th

	Internet Exporer WYSIWYG HTML editor as well as in the

	Page Wrapper.


	Convio does not maintain this file once it has been

	delivered to the client.


*/

/* this starts the styles for the blueprint wrapper */

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
                     line-height: 16px;

}

a:link, a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #bc0000;
    text-decoration: underline;
}

a.bc {
    font-size: 15px;
    color: #3f3f3f;
    text-decoration: none;
}

a.bc2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bc0000;
    text-decoration: underline;
}

#leftnav a, #logout a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
}

#morenav a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}
#footer a, #footer td {
    font-size:10px;
}

#footer a {
    color: #cbbe9b;
    text-decoration: none;
}

#footer td {
    color: #9a9a9a;
}


/* Begin BAC Specific Content Styles */

#breadcrumb{
	margin: 1px 0 0 0;
	padding: 0 23px;
	height: 24px;
	background: #E0D8C1;
	}
#breadcrumb a{
	color: #BC0000;
	}
#breadcrumb a:hover{
	color: #252525;
	}

#content_bulk{
	margin: 0;
	padding: 0px 10px 10px 10px;
                     background-color: #F2E9D1;
	}
#content_bulk img.header{
	margin: 5px 0 10px 0;
	}
#content_bulk img.subheader{
	margin: 20px 0 10px 0;
	}
#content_bulk img.img_left{
	margin: 5px 8px 0 0;
	padding: 0;
	border: 5px solid #BC0000;
	float: left;
	}
#content_bulk #cbody p{
	margin: 0 0 15px 0;
	line-height: 16px;
	}
#content_bulk #cbody a{
	color: #BC0000;
	}
#content_bulk #cbody a:hover{
	color: #252525;
	}
#content_bulk .homecoming{
	 font-size:12px;
	}	
#content_bulk  H1 {
	font-weight:bold;
                     font-size:14px;
	color: #000000;
                     margin: 15px  0px 15px 0px;
                     padding: 0;
                     background-color: #F3E8D2; 
	
}
#content_bulk  H2, H3, H4, H5, H6 {
	font-weight:bold;
                     font-size:14px;
	color: #000000;
                     margin: 5px  0px -20px 0px;
                     padding: 0;
                     background-color: #F3E8D2; 
	
}
H2, H3, H4, H5, H6 {
	font-weight:bold;
                     font-size:14px;
	color: #000000;
                     margin: 5px  0px -20px 0px;
                     padding: 0;
                     background-color: #F3E8D2; 
	
}
.img_float_right{ 
float: right; 
margin: 5px;
padding: 12px;
}

.img_float_left{ 
float: left; 
margin: 5px;
padding: 12px;
}
.image_float_left{ 
float: left; 
margin: 5px;
padding: 12px;
}
.image_flt_left{ 
float: left; 
padding: 10px;
}

.image_float_right{ 
float: right; 
margin: 5px;
padding: 12px;
}

.photos { 
margin: 5px;
border: 3px solid #000000;
padding: 12px;
}



/* start the styles for the online BACRoads Newsletter - These are not the styles for the e-mail Newsletter, they are found under stationary. These are the styles for the PageBuilder Page  Just create a div in your body and apply these styles so that you do not mess up the default web site styles*/

.news {
padding: 0;
margin: 0;
font-size: 12px;

}
.news_events a:link, a:visited{
 color: #000000;
font-size: 12px;
padding: 0;
margin: 0;

}

.news_events a:hover{
 color: #ffffff;
}

.email_campaigns {
margin: 0px;
padding: 50px;
}



/* start the styles for the envoy magazine e-mail campaign*/

#twoColFixRtHdrcontainer { 
	width: 723px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #88C442;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#twoColFixRtHdrheader { 
	background: #663B95; 
	padding: 0,;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#twoColFixRtHdrheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#twoColFixRtHdrsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #88C442; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#twoColFixRtHdrmainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#88C442;
} 
#twoColFixRtHdrbottomContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
	text-align:center;
} 
#twoColFixRtHdrfooter { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#633A95;
	color: #ffffff; 
} 
#twoColFixRtHdrfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #FFFFFF;
	font: bold;
}

#home_news_text {
	display: none;
}

/* this ends the styles for the blueprint wrapper */



