@charset "UTF-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #a64d11;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColLiqLtHdr #container { 
	width: 95%;   /*this will create a container 80% of the browser width */
	border: 0px;
	padding: 0px;
	margin: 0;
	max-width: 948px;
	min-width: 740px;
	background: #a64d11;
	background-image:url(../images/pg_bg_02.gif);
	margin: 24px 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. */
}
.twoColLiqLtHdr #badge {
	position: absolute;  
	margin-left: 14px;
	margin-top: 24px;
	cursor: pointer;
} 
 
.twoColLiqLtHdr #bourne { 
	margin: auto;
	padding-top: 14px;
	width: 54%;
	overflow:after;
	height: 120px;
} 
.twoColLiqLtHdr #header { 
	background: #f29900;
	border: 0px;
	padding: 0px; 
	/*margin-top: 24px;*/
	background-image:url(../images/masthead_bg.jpg);
} 
.twoColLiqLtHdr #headertext {
	border: 0px; 
	width: 40%;
	/*height: 22px;*/
	/*padding-top: 8px;*/	
	/*padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	padding-top: 12px;*/
}
.twoColLiqLtHdr #headertext p {
	padding-top: 8px;	
}

.twoColLiqLtHdr #headertext h3 {
	padding-top: 8px;
	
}
.twoColLiqLtHdr #header 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 */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */
	/*background: #F19B00;  the background color will be displayed for the length of the content in the column, but no further */
	/*background: #9cae00; this is the original green bg*/
	background: #d76e28;
	color: #ffd256;
	padding: 40px 10px 0px 12px; /* top and bottom padding create visual space within this div  */
	margin-top: 26px;
	border: 0px; 
}
.twoColLiqLtHdr #sidebar1_panel { 
	background: #f29900;
	padding: 12px 10px 2px 12px; /* top and bottom padding create visual space within this div  */
	margin: 16px 16px 16px 16px;
	border: solid thin;
	border-color: #000000;
}
.twoColLiqLtHdr #sidebar1 h3 {
font-size: 1.0em;
	color: #ffd256;
	margin: 2px 6px 2px 6px;
}
.twoColLiqLtHdr #sidebar1 h4 {
	margin: 2px 6px 2px 6px;
}
.twoColLiqLtHdr #sidebar1 p {
	color: ffffff;
	margin: 4px 6px 10px 2px;
	
}
.twoColLiqLtHdr #sidebar1 h2 {
font-size: 1.2em;
	color: #ffd256; 
	margin: 4px 0px 6px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent { 
	margin: 12px 40px 0 265px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	border: 0px;
	padding: 0px; 
} 
.twoColLiqLtHdr #mainContent h4 { 
	margin: 10px 0px 4px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColLiqLtHdr #mainContent h3 {
	font-size: 1.0em;
	color: #e05917; 
	margin: 4px 0px 4px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColLiqLtHdr #mainContent h2 {
color: #e05917;  
	margin: 8px 0px 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
 
.twoColLiqLtHdr #mainContent h1 { 
	color: #e05917; 
	margin: 14px 0px 6px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColLiqLtHdr #mainContent p { 
	color: #000000;
	margin: 6px 0px 4px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColLiqLtHdr #footer { 
	height: 32px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	border: 0px; 
	/*background-color: #F29900;*/
	background-color: #F29900;
	width: 100%;
} 
.twoColLiqLtHdr #footertext {
/*position: relative;*/
	height: 22px;
	font-size: .8em;
	margin-left: 60px;
	margin-right: 60px;
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #F29900;
}
.twoColLiqLtHdr #footer 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 */
	padding-left: 40px;
}

/* Miscellaneous classes for reuse */
.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;
}


.twoColLiqLtHdr #gallery {
	padding:0px 16px 16px 4px;
	padding-bottom:15px;
	margin-left:0px;
}

.menucontent {
font-size: 1.0em;
}

/* ============================================== topnav Link Styling ============================================= */

	
.a_topnav:link {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.a_topnav:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.a_topnav:hover {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}
/*.a_topnav:hover {
	text-decoration: underline;
	color: #cc0000;
}*/

/* ============================================== sidebar1 Link Styling ============================================= */


	
.a_sidebar1:link {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	outline:none;
}
.a_sidebar1:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	outline:none;
}
/*.a_sidebar1:hover {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}*/
.a_sidebar1:hover {
	/*text-decoration: underline;*/
	color: #cc0000;
	cursor:pointer;
	outline:none;
	}
/* ============================================== classes Styling ============================================= */	
.gallery_landscape {
padding:3px 3px 3px 3px;
vertical-align:middle;
}
.gallery_portrait {
padding:3px 3px 3px 3px;
vertical-align:middle;
}


.a_dkbtn:link {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.a_dkbtn:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
/*.a_sidebar1:hover {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}*/
.a_dkbtn:hover {
	/*text-decoration: underline;*/
	color: #cc0000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	

	
.a_maincontent:link {

	color: #e05917;
	text-decoration: underline;
	outline:none;
	
}
.a_maincontent:visited {

	color: #e05917;
	text-decoration: underline;
	outline:none;
	
}
.a_maincontent:hover {
	
	color: #FFFFFF;
	text-decoration: underline;
	outline:none;

}

/* ============================================== classes Styling ============================================= */
.hr_maincontent {
	margin-top: 0px;
	margin-bottom:2px;
	align:center;	
}
.clear {
	clear: both;
	background-color: #8cf;
}
.hr_index {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: left;
	overflow:auto;
}
.index_text {
	margin-top: 0px;
	margin-bottom: 0px;
	font-color:  #d76e28;
}
.hr_menu {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	color: #333333;
	background-color:#303030;
	border:none;
	
}

.hr_sidebar1 {
color: #ffd256;
background-color: #fed25b;
height: 1px;
border:none;
}
.sidebar1_h3 {
color: #ffd256;
}
.sidebar1_caption {
color: #000000;
font-size: .8em;
font-weight: normal;
margin-top: 4px;
}
.twoColLiqLtHdr h4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	color: #000000;
}

/* ============================================== PictureDSivs ============================================= */

#picleft_maincontent {
margin-left:1%;
margin-top: 0px;
margin-bottom: 12px;
/*height:110px;*/
/*width:70%;*/
border:0px;
padding-right:20px;
padding-top: 6px;
float:left;
}

#picright_maincontent {
margin-right: 4%;
margin-top: 0px;
margin-bottom: 12px;
/*height:110px;*/
/*width:220px;*/
border:0px;
padding-right:0px;
padding-left: 20px;
padding-top: 6px;
float:right;
}

#piccenter_maincontent {
margin-right: 0%;
margin-left: -14px;
margin-top: 16px;
margin-bottom: 12px;
/*height:110px;*/
/*width:220px;*/
border:0px;
padding-right:0px;
padding-left: 0px;
padding-top: 0px;
}
input.btn { 
2	  color:#050; 
3	  font: bold 84%'trebuchet ms',helvetica,sans-serif; 
4	  background-color: #fed; 
5	} 