@charset "utf-8";
.twoColHybLtHdr #container #sidebar1 #bullet {
	list-style-type: square;
	margin-left: 20px;
	list-style-position: outside;
	color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-bottom-style: dotted;
}
.twoColHybLtHdr #container #sidebar1 #byline {
	color: #FFFFCC;
	margin-top: 0px;
	margin-left: 30px;
	font-style: italic;
}
.twoColHybLtHdr #container #sidebar1 #extra {
	color: #FFFFCC;
	margin-top: -20px;
	font-style: italic;
}
.twoColHybLtHdr #container #sidebar1 #byline h4 {
	display: inline;
	font-size: 120%;
	padding-left: 20px;
}
.twoColHybLtHdr #container #sidebar1 #byline h2 {
	color: #FFCC66;
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
}




/* CSS Document */
body  {
	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: #FFFFCC;
	background-color: #161616;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColHybLtHdr #container {
	width: 870px;  /* this will create a container 80% of the browser width */
	background: #2c2c2c;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header  {
	background-color: #202020;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dc931a;
	height: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
} 
.twoColHybLtHdr #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#head    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: right;
	float: right;
	color: #CCCCCC;
	font-size: 90%;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 45px;
	padding-right: 25px;
	letter-spacing: 0.2em;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab  {
	color: #ff9900;
	padding-left: 20px;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #161616;
	padding-left: 20px;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tr td {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent img {
	float: right;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent noscript object {
	float: right;
	clear: both;
}
.tableIndex {
	font-size: 80%;
	color: #F90;
}
#fullWidth h3 {
	margin-left: 40px;
}



#fullWidth {
	float: left;
	width: 855px; /* top and bottom padding create visual space within this div  */
	font-size: 75%;
	height: 450px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2C2C2C;
	line-height: 200%;
	overflow: auto;
	padding-right: 15px;
	scrollbar-base-color: #2C2C2C;
}

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 410px; /* top and bottom padding create visual space within this div  */
	font-size: 75%;
	height: 450px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2C2C2C;
	line-height: 200%;
	overflow: auto;
	padding-right: 15px;
	scrollbar-base-color: #2C2C2C;
}
.twoColHybLtHdr #sidebar1 a {
	color: #dc931a;
	text-decoration: none;
}
.twoColHybLtHdr #sidebar1 a:hover {
	color: #dc931a;
	text-decoration: underline;
}



.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdr #sidebar1 h4, .twoColHybLtHdr #sidebar1 p {
	margin-right: 10px;
}
.twoColHybLtHdr #container #sidebar1 #printprice h2 {
	display: inline;
	padding-left: -10px;
	margin-left: 0px;
}



/* 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 {
	height: 480px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: #2c2c2c;
	padding-left: 0px;
	width: 445px;
	float: right;
	overflow: auto;
	scrollbar-base-color: #2c2c2c;
} 
.twoColHybLtHdr #container #mainContent p {
	font-size: 70%;
	text-align: center;
	color: #FF9900;
}

.twoColHybLtHdr #container #mainContent #flashcontent {
	padding-top: 15px;
}


/* 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;
}
.twoColHybLtHdr #footer {
	background-color: #202020;
	font-size: 50%;
	background-position: right;
	color: #dc931a;
	width: 870px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dc931a;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
} 
 
.twoColHybLtHdr #footer a {
	background-color: #202020;
	background-position: center;
	color: #dc931a;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-right: 20px;
}
.twoColHybLtHdr #container #sidebar1 h2 {
	color: #dc931a;
	margin-left: 20px;
}

.twoColHybLtHdr  #footer  a:hover  {
	background-color: #202020;
	background-position: center;
	color: #dc931a;
	width: 850px;
	text-decoration: underline;
}
#container   #header    #nav  {
	font-size: 50%;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	clear: right;
	width: 800px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 0.2em;
}
#container   #header    #nav   ul  {
	list-style-type: none;
}
#container   #header    #nav   li  {
	display: inline;
}
#container  #header  #nav  a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dc931a;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	margin-right: 5px;
	margin-left: 5px;
}
#container  #header  #nav  a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dc931a;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-right: 5px;
	margin-left: 5px;
}
.twoColHybLtHdr #container #sidebar1 #contactForm label {
	text-align: right;
	font-size: 80%;
	float: right;
	margin-right: 10px;
}
.formbox {
	float: right;
	margin-right: 75px;
	background-color: #FFFF99;
	font-size: 80%;
	width: 175px;
	margin-bottom: 10px;
}
.twoColHybLtHdr #container #sidebar1 #contactForm #webMessage {
	background-position: center;
	background-color: #2C2C2C;
	border: thin solid #dc931a;
	color: #dc931a;
	margin-right: 75px;
	float: right;
	font-size: 80%;
	padding-right: 0px;
	padding-left: 0px;
}
#phone      {
	float: left;
	color: #dc931a;
	margin-left: 20px;
	font-size: 110%;
	background-position: bottom;
}
#phone  a    {
	color: #dc931a;
	text-decoration: none;
}
#phone  a:hover    {
	color: #dc931a;
	text-decoration: underline;
}
.twoColHybLtHdr #container #sidebar1 #contactForm #phone {
	float: right;
	margin-right: 75px;
	background-color: #FFFF99;
	font-size: 80%;
	width: 175px;
	margin-bottom: 10px;
	color: #000000;
	margin-left: 0px;
}
.twoColHybLtHdr #container #sidebar1 #small {
	font-size: 75%;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	line-height: 120%;
	color: #dc931a;
	padding-top: 10px;
}
.twoColHybLtHdr #container #sidebar1 #inWin {
	height: 400px;
	width: 350px;
	font-size: 80%;
	padding-left: 30px;
	padding-right: 10px;
	scrollbar-base-color: #161616;
}
.twoColHybLtHdr #container #sidebar1 #inWin h2 {
	font-size: 200%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColHybLtHdr #container #sidebar1 #inWin h3 {
	margin-left: 0px;
	color: #DC931A;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 110%;
}
#payBt {
	color: #999999;
	margin-left: 40px;
}
.twoColHybLtHdr #container #mainContent #flashgal {
	float: right;
	overflow: hidden;
	width: 600px;
	height: 100%;
	background-position: center;
	position: relative;
	left: -75px;
	clip: rect(auto,auto,auto,125px);
}
#printprice {
	font-size: 90%;
	text-align: left;
	color: #FF9900;
	line-height: 130%;
	margin-left: 30px;
}
#flashcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#albumR {
	float: right;
}


#flashcontent2 {
	padding-top: 0px;
	margin-top: -25px;
}
.twoColHybLtHdr #container #sidebar1 #option {
	padding-left: 30px;
}
.twoColHybLtHdr #container #sidebar1 #option #option h3 {
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	display: inline;
	margin-left: -30px;
}
#piimg {
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2C2C2C;
	border-right-color: #2C2C2C;
	border-bottom-color: #2C2C2C;
	border-left-color: #2C2C2C;
}
#sidebar1 #bullet ul li h3 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
	color: #FF9900;
	font-style: italic;
}

#mainImg {
	margin-right: auto;
	margin-left: auto;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent #FlashID {
	float: right;
}
