@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #663300;
	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;
}


img {
	border: 0px none;
}
input, select {
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0 0px 6px 3em;
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: center;
}

h2 {
	padding: .5em 10px .125em 6px;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: left;
	border-bottom: .125em inset #663300;
}

h3 {
	padding: 0;
	margin-top:.5em;
	font: bold .825em Arial, Helvetica, sans-serif; 
	color: #663300;
}

p, h4 {
	padding: 0px 4px 0px 2px;
	font: .75em Arial, Helvetica, sans-serif;
	color:#000;
}
h4 {
	font: bold .825em Arial, Helvetica, sans-serif; 
	color: #663300;
}

.indent5 {
	margin-left: 5%;
	margin-right: 5%;
}
.redtext {
	color: #F00;
}
.highlight {
	background-color: #FF0;
}
td {
	font: .7em Arial, Helvetica, sans-serif;
	padding-left:4px;
	color: #000;
}
th {
	font: .75em Arial, Helvetica, sans-serif;
	color: #663300;
	padding-left:2px;
	font-weight:bold;
}
caption {
	font: Arial, Helvetica, sans-serif;
}

ul, ol {
	padding: 0px 0px 0px 16px;
	font: .875em Arial, Helvetica, sans-serif;
}
li {
	font: Arial, Helvetica, sans-serif;
	color:#000;
}

.image{
	border-style:outset;
	border-color: black;
	border-width:10px;
      }

.twoColHybLtHdr #container { 
	width: 99%;  /* this will create a container xx% of the browser width */
	background: #f0e8c6;
	margin: 0 auto; /*margin: 0  auto; the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1024px;
	color: #663300;
	min-width: 800px;
} 
.twoColHybLtHdr #header { 
	/*background-color: #D8B87C; */
	background: url(/meetings/AM13/images/headerbk_mtg.jpg) no-repeat;
	height:143px;
	margin-top:0;
	padding-top:0;
} 
.twoColHybLtHdr #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: 0 0 6px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #663300; 
	text-align: center;
	}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. 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 ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div  */
	text-align:center;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p, .twoColHybLtHdr #sidebar2 p, .twoColHybLtHdr #sidebar2Home p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybLtHdr #sidebar1 #memberlogin{
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	text-align: left;
}
.twoColHybLtHdr #sidebar1 #search {
	text-align: center;
	margin-top: 320px;
}


/* 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. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybLtHdr #mainContent {
/* margin: 0 200px 0 205px;*/
	margin: 0 20px .5em 205px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 1em 0 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:500px;
} 

.twoColHybLtHdr #mainContent li {
	font: .825em Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0px 2px 3px 2px;
}

.twoColHybLtHdr #mainContent #mainphoto {
	width: 380px;
	height: 262px;
	z-index: 10;
}

.twoColHybLtHdr #mainContentwide {
	margin: 0 124px 0 205px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 1em 0 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
} 

.twoColHybLtHdr #searchContent {
	
	margin: 0 10px 0 15px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 1em 0 1em;
} 

.twoColHybLtHdr #footer {
	padding: 0 0px;
	/*background:#FFFFEE;*/
	background-color: #FFFFEE;
	background-image: url(/Images/Template/wood.jpg);
	text-align:center;
} 
.twoColHybLtHdr #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: 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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;
}
fieldset {
	padding-top:.3em;
	padding-bottom:.3em;
	margin-right:2%;
	margin-top:.25em;
	margin-bottom:1em;
	moz-border-radius: .8em; 
	border-radius: .8em; 
	-webkit-border-radius: .8em; 
	border:medium solid; 
	border-color: #f0e8c6; 	
}
legend {
	color:#663300;
	background-color:white;
}
.glossymenu{
margin: 144px 0 0 10px;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(/meetings/AM13/js/glossyback.gif) repeat-x bottom left;
/*font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
font:  12px Arial, Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/meetings/AM13/js/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #FFFFEE;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: thin solid #663300;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #663300;
color: white;
}

 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.twoColHybLtHdr #sidebar1 #search{ margin-top: 370px; }*/
.twoColHybLtHdr #sidebar1, .twoColHybLtHdr #sidebar2 { padding-top: 15px; }
.twoColHybLtHdr #mainContent {
	zoom: 1;
	padding-top: 8px;
	margin-top:4px;
	background: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

</style>
<![endif]

