@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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: #6A6969;
	background-color: #FFF;
	background-image: url(images/bg-gray2.jpg);
	height: 100%;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1000px;
	text-align: left;
	padding-top: 0px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/bg-tear.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 38px;
	border-bottom-color: #C9C9C9;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-right-color: #C9C9C9;
	border-right-width: thin;
	border-right-style: solid;

} 

.twoColFixLtHdr #header {
	padding: 30px 10px 5px 30px;
	margin: 0 0 0 0;
	background-image: url(images/logo3-350.jpg);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	text-align: right;
	min-height: 100px;
	height:auto !important;
	height: 100px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #header 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 */
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	text-align: left;
	width: 145px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 4%;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	line-height: 16px;
}
.twoColFixLtHdr #sidebar1 p {
	text-align: left;
	color: #666;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 4px;
}
.twoColFixLtHdr #sidebar1 li {
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: square;
}
.twoColFixLtHdr #container #header p {
	line-height: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #333;
}
.twoColFixLtHdr #container #sidebar1 p img {
	color: #333;
	margin-top: 8px;
}




.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 155px; /* bottom padding for footer */
	text-align: left;
	font-size: 14px;
} 
.twoColFixLtHdr #mainContent a {

}
.twoColFixLtHdr #notepad {
	text-align: left;
	width: 145px;
	background-image: url(images/gold-box-145.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 30px 0 30px 0;
	line-height: 16px;
	height: 240px;
}



.twoColFixLtHdr #footer {
	padding: 10px 5px 10px 5px;
	text-align: center;
	font-size: 10px;
	margin: 0 0 0 0;
} 

.twoColFixLtHdr #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 */
	font-size: 12px;
}
.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;
}

/* paste main2.css  */

a:link
{
	text-decoration: none;
	color: #333;
}
a:visited
{
	text-decoration: none;
	color: #333;
} 
a:hover 
{
	border-bottom-color: #AAA1A2;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #333;
}	
a:active 
{
	text-decoration: none;
	color: #333;
}	
a.image:hover {
	border-bottom-style: none;
}
a.image:active {
	border-bottom-style: none;
}
a.image:link {
	border-bottom-style: none;
}
a.image:visited {
	border-bottom-style: none;
}
.centered {
	margin-right: auto;
	margin-left: auto;
	width: 610px;
}

#simpleBlock {
	margin-left: 60px;
}

.mwj_tagline {
	margin-top: 5px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-left: -5px;
}
.wideBlock {
	text-align: center;
	color: #666;
	margin-right: auto;
	margin-left: auto;
}
.photoForm {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	padding: 10px 8px 8px 8px;
	margin-top: 5px;
	background-color: #FFF;
}
.photoForm strong {
	color: #666;
}
.ssp_menu {
	margin-top: 165px;
	color: #B298E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	min-height: 0%;
	font-style: normal;
	font-weight: normal;
}

.formInput {
	text-align: left;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	outline-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-width: 0px;
	border-style: none;
	border: 1px solid #000000;
}
.stong-header {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #282828;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	min-height: 0%;
	font-style: normal;
	font-weight: bold;
	color: #636C5B;
}


/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	color: #333;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -40px;
	margin-right: 20px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #9999cc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	border: none;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	color: #666;
	border-bottom-color: #9999CB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: normal;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FFF;
	color: #666;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EEE;
}
.TabbedPanelsContent /* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
 {
	background-color: #FFF;
	border-top-color: #6A638D;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #9A9B88;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
.section-text
 {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	padding: 10px 8px 8px 8px;
	margin-top: 5px;
	background-color: #FFF;
}
.photoGallery {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	padding: 0 0 0 0;
	margin-top: 5px;
	background-color: #FFF;
	float: none;
}

