@charset "UTF-8";
.byebye {
	display: none;
}
body {
	background: #4C4A3C;
	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;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/index-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container  {
	width: 756px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-color: #FFFFFF;
}
#mainContent  {
	width: 500px;
	margin-left: 30px;
	background-color: #FFFFFF;
}

#columns {
	clear: both;
	width: 744px;
	background-color: #FFFFFF;
}

#column1 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-top:20px;
}
#column2 {
	float: right;
	width: 529px;
	background-color: #FFFFFF;
}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.subNavHeader {
	color: #BBBA84;
	list-style: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
	text-align: left;
	text-indent: -15px;
	line-height: 150%;
}
.subNavHeader a:link   {
	color: #BBBA84;
	list-style: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}
.subNavHeader a:visited   {
	color: #BBBA84;
	list-style: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}
.subNavHeader a:hover   {
	color: #BBBA84;
	list-style: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}
.subNavcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #666;
	text-align: left;
	text-indent: -15px;
	text-decoration: none;
	list-style: none;
}
.subNavcontent a:link  {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBA84;
}
.subNavcontent a:visited  {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBA84;
}
.subNavcontent a:active {
	color: #BB8484;
	text-decoration: none;
}
.subNavcontent  a:hover {
	color: #BBBA84;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-decoration: none;
}
.subNavcontentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #BBBA84;
	text-align: left;
	text-indent: -15px;
	text-decoration: none;
	list-style: none;
	font-weight: bold;
}
#subNav {
	height: 320px;
	width: 200px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
}
#subNav2 {
	height: 320px;
	width: 200px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	position: relative;
	text-align: center;
	left: 30px;
	vertical-align: middle;
}
form {
	margin-left: 10px;
}
input {
	border: 1px solid #999;
}
textarea {
	border: 1px solid #999;
}
.submitcolor {
	background-color: #DBDADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h1      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom: 6px;
	border-bottom: 1px dotted #BBBA84;
	color: #BBBA84;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: -10px;
	color: #666666;
	text-decoration: none;
	width: auto;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	color: #666;
	margin: 0;
	text-align: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.content a:link     {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBA84;
}
.content a:visited    {
	color: #84A0BB;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBA84;
}
.content a:active     {
	color: #BB8484;
	text-decoration: none;
}
.content a:hover    {
	color: #BBBA84;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-decoration: none;
}
#content {
	width: 500px;
	white-space: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 140%;
	color: #666;
	margin: 10px 10px 0 0;
	width: 500px;
	text-align: left;
	max-width: 500px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BBBA84;
}
.bolditalics {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #BBBA84;
}
.specialLink a:link {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.specialLink a:visited {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.specialLink a:hover {
	color: #BBBA84;
}
.specialLink a:active {
	color: #FFFFFF;
}
#footer {
	height: 80px;
	width: 756px;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBBA84;
	padding-top: 10px;
	background-color: #FFFFFF;
	z-index: 1;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 25px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBA84;
}
#formContainer {
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#topmenu
	{
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 45px;
	background-color: #FFF;
	}

a img {border: none; }
 
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	list-style-position: outside;
	list-style-type: disc;
}
.subNav-pix {
	float: left;
	position: relative;
	bottom: 15%;
	top: 25px;
}
.shareButton {
	background-position: center;
	text-align: center;
}
