@charset "utf-8";
.pageNameCamelCase {color: #FF6600}

.artistName {
    color: #0000CC;
	font-weight: bold;
}
.artist_name_lg {
	color: #0000CC;
	font-size: large;
	font-weight: bold;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
a img {
	border: none;
	vertical-align: middle;
	padding-right: 2px;
	}
li {
	list-style-type:
	none;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal 

scroll bar */
	background: #FFFFFF;
	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. */
}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF6600;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;  /* 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. */
	height: 125px;
    background-image: url(../images/pan_780x125-member4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #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;
	background-color: #FFFFFF;
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space 

outside the div box */
	height: 385px;
/*	background-image: url(../images/background.jpg); */
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #mainContent_sub {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the 

div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 

*/
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}
#sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}
#webcontent_main {
	float: right; /* since this element is floated, a width must be given */
	width: 100%; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0 0 1em 0;
	background-color: #FFFFFF;
}
#resource_loop {
	width: 100%; /* the background color will be displayed for the length of the content in the column, but no 

further */
	background-color: #FFFFFF;
	border: thin solid #00CCFF;
	padding: -1em;
	margin: 5px;
}
#sidebar_right_website {
	float: right; /* since this element is floated, a width must be given */
	width: 75%; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}
#sidebar_right_sm {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
}
#sidebar_right_sm_transp {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 375px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: px;
}
#sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0px 5px 0px px;
	background-color: #FFFFFF;
}
#sidebar_left_website {
	float: left; /* since this element is floated, a width must be given */
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	margin: 0px -25em 0px 5px;
}
#sidebar_inherit {
	float: inherit; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no 

further */
	padding: 0px 5px 0px px;
	background-color: #FFFFFF;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.smalltext_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.coordName {
	color: #0000CC;
	font-weight: bold;
	font-size: small;
}
.eventName {
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.smalltext_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.smalltext_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
}
.smalltext_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00FF00;
}
.booktitle {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
.contact_name {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
.book_subtitle {
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.itemsName {
	color: #666666;
	font-weight: bold;
	font-size: x-small;
}
.itemsNameItal {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: x-small;
}
.medBoldtext_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.topic_med {
	color: #000000;
	font-weight: bold;
	font-size: medium;
}
.topic_highlighted {
	color: #000000;
	font-weight: bold;
	font-size: medium;
	background-color: #FFFF33;
}
.font_highlighted {
	color: #000000;
	background-color: #FFFF33;
}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that 

background graphics in the columns take that into account. Built correctly, this is more accessible for those that need 

larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, 

simply change the width to a pixel size and be sure to change the margins on the #webmainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease 

the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths 

will downsize proportionately. You may want to increase their widths, and the size of the #webmainContent div's side 

margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #websidebar1 is 

given a 70% font size and #webmainContent is given an 85% font size), this will proportionately change each of the divs 

overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns 

or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the 

available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit 

of margin on each side - this will already be available for adjustment.
*/
/* Tips for websidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for 

standards compliant browsers creating an unknown actual width. 
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 ".thrColHybHdr #sidebar1 p" rule.
*/
#webphoto_sm {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but 

no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
#websidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but 

no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
#websidebar1_final {
	float: left; 
	width: 36em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but 

no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
#websidebar2 {
	float: right; 
	width: 10em; /* 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: 15px 0; /* top and bottom padding create visual space within this div */
}
#websidebar1_final h3, #websidebar1_final h5, #websidebar1_final p, #websidebar1_final ul, 
#websidebar1 h3, #websidebar1 h5, #websidebar1 p, #websidebar1 ul, #websidebar2 p, #websidebar2 h3, #websidebar2 h5, 

#websidebar2 ul {
	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;
}
/* Tips for webmainContent:
1. If you give this #webmainContent div a font-size value different than the #websidebar1 div, the margins of the 

#webmainContent div will be based on its font-size and the width of the #websidebar1 div will be based on its font-

size. You may wish to adjust the values of these divs.
2. The space between the webmainContent and websidebar1 is created with the left margin on the webmainContent div.  No 

matter how much content the websidebar1 div contains, the column space will remain. You can remove this left margin if 

you want the #webmainContent div's text to fill the #websidebar1 space when the content in #websidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout 

is based on the user's font sizing combined with the values you set. However, if the user has their browser font size 

set lower than normal, less space will be available in the #webmainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the webmainContent 

"hasLayout." This avoids several IE-specific bugs that may occur.
*/
/* 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;
}