/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

li {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 650px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 25px;
	margin-top: 25px;
}

a:link {
	color: #3366FF;
}

a:visited {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #3366FF;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 28px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F2632E;
}

#branding h1 {
  margin: 0;
}

#wrapperBkg {
	width: 1060px;
	margin: 0 auto;
	text-align: left;
	background-position: right;
	height: 260px;
	display: none;
}

/* #wrapperContent {
	width: 957px;
	margin: 0 auto;
	text-align: left;
	background-position: right;
} */

#wrapper {
	background-color: #FFFFFF;
	width: 1060px;
	text-align: left;
	background-position: bottom;
	background-repeat: no-repeat;
}

#logo {
	height: 130px;
	width: 340px;
	position: relative;
	top: 17px;
	left: 58px;
	text-indent: -9000px;
	overflow: hidden;
}

#logo h1 a {
	display: block;
	height: 130px;
}

#branding {
	height: 167px;
	background-image: url(images/cms/headerMarigoldCreek.jpg);
	background-repeat: no-repeat;
}

#mainNav {
  list-style: none;
  background-color:#eee;
}

#header {
	padding: 1px 20px;
	height: 110px;
    clear: both; 	
}

#wrapperHeaderBkg {
}

#wrapperHeader {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	height: 188px;
}

#headerLinks {
	text-align: left;
}

#headerLinks h1 a {
	display: block;
}


#headerContactUs {
	text-align: left;
}

#headerContactUs h1 a {
	display: block;
}

#headerLogo {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#headerLogo h1 a {
	display: block;
}


#wrapperContentBkg {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
}

#wrapperContent {
	text-align: left;
}

#contentLinks {
	padding: 20px 0px 0px 10px;
	text-align: left;
	height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
}

#contentLinks a:link {
	color: #FFFFFF;
}

#contentLinks a:visited {
	color: #FFFFFF;
}

#contentLinks a:hover {
	text-decoration: none;
}

#contentLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#contentLogo {
	width: 120px;
	text-align: right;
	height: 60px;
	padding: 12px 5px 0px 0px;
}


#wrapperFooterBkg {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
}

#wrapperFooter {
	margin: 0 auto;
	width: 1060px;
	text-align: left;
}

#footerLinks {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 982px;
	float: left;
	padding-top: 20px;
}

#footerLinks a:link {
	color: #6A7870;
	text-decoration: none;
}

#footerLinks a:visited {
	color: #6A7870;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#footerLinks a:active {
	color: #000000;
	text-decoration: underline;
}


#footerLogo {
	width: 120px;
	text-align: right;
	height: 60px;
	padding: 12px 5px 0px 0px;
}


/* The Core Technique
================================= */

#contentMainpage {
	width: 220px;
	float: left;
	padding-left: 170px;
	height: 280px;
	padding-top: 50px;
	padding-right: 50px;
}

#contentMainpage p {
	color: #000000;
	font-size: 19px;
	line-height: 24px;
}

#contentSubpage {
	width: 720px;
	float: left;
	padding-left: 170px;
	padding-bottom: 35px;
	padding-top: 35px;
}

#contentFlash {
	float: left;
	height: 260px;
}

/* Add some padding 
================================== 

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 180px; 
  float: left;   
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
} */

.warning{
	padding:1em;
	font-weight:bold;
	color:#fff;
}
.hide{
	position:absolute;
	top:-20000px;
	overflow:hidden;
	zoom:1;
}
.parent{
	border-color:#fff #999 #ccc #999;
	border-left:none;
	border-right:none;
	background:url(gfx.jpg) top left repeat-x #fff;
	background-position:0 -350px;
}
.open{
	border-color:#fff #999 #ccc #999;
	border-left:none;
	border-right:none;
	background:url(gfx.jpg) top left repeat-x #fff;
	background-position:0 -150px;
}
.parent a, .open a{
	display:block;
	padding:0 .2em;
	color:#000000;
	letter-spacing:-1px;
	text-decoration:none;
}
.contentBox{
	width: 266px;
	padding: 10px 10px 10px 10px;
	background-color: #E6EDEE;
	float: left;
}
.spacer{
	width: 20px;
	background-color: #FFFFFF;
	float: left;
	display: none;
}
.spacer2{
	width: 80px;
	background-color: #FFFFFF;
	float: left;
	display: none;
}
.somePadding{
	padding: 10px;
}

@charset "UTF-8";

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

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

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelMC {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelSub {
	margin: 0px;
	padding: 0px;
}


/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	padding: 4px 15px 4px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	line-height: 40px;
	color: #666666;
}

.CollapsiblePanelTabSub {
	margin: 0px;
	padding: 4px 15px 4px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	line-height: 40px;
	color: #000000;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 10px 25px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
}

.CollapsiblePanelContent p {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;	
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #FFFFFF;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #000000;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #E6EDEE;
	color: #F2632E;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #E6EDEE;
}
