@charset "UTF-8";

/* main */

body {
	padding: 0;
	text-align: center;
	color: #262262;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #262262;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.main #header {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/pagetopstrip.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.main #header h1 {
	font-size: 0.5em;
	text-indent: -2000px;
	margin: 0px;
	padding: 0px;
}
.main #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/pagebgflower2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 350px;
	padding-bottom: 0;
	padding-left: 30px;
}
.main #mainContentnosidepanel {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

/* menu */

.main #navbar {
	display: block;
	text-align: center;
	width: 870px;
	color: #262262;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.menustrip {
	height: 38px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
}
#navbar a:link, #navbar a:visited, #navbar .live {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 1.8em;
	padding-bottom: 0;
	padding-left: 1.8em;
	color: #262262;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#navbar a:hover {
	color: #827757;
	text-decoration: none;
}
.main  #navbar  .home {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* links */

.main #mainContent a  {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.main #mainContent a:hover  {
	color: #827757;
	text-decoration: none;
}
.main #mainContentnosidepanel a  {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.main #mainContentnosidepanel a:hover  {
	color: #827757;
	text-decoration: none;
}

/* sidepanel */

.main #sidepanelwrap {
	float: right;
	font-size: 0.9em;
	width: 330px;
	line-height: 1.3em;
}
.main .sidepanel {
	background-image: url(images/bodypanelbg2.gif);
	background-repeat: no-repeat;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbc792;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.main .sidepanel h3 {
	margin-top: 0px;
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: normal;
}
.main .sidepanel p {
	margin-top: 3px;
}
.main .sidepanel a  {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.main .sidepanel a:hover  {
	color: #827757;
	text-decoration: none;
}
.sidepanel  ul {
	margin-left: -6px;
	margin-bottom: -4px;
	margin-top: -4px;
}

/* footer */

.main #footer {
	padding: 0 10px;
	font-size: 0.75em;
	background-color: #dad7e0;
	background-image: url(images/pagebottstrip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main #footer p {
	margin: 0;
	padding: 10px 0;
}

/* general styling */

h1 {
	line-height: normal;
}
h2 {
	text-indent: 0px;
	font-size: 1.5em;
	line-height: normal;
}
h3 {
	padding-top: 10px;
	font-size: 1.2em;
	margin-left: 0px;
	line-height: normal;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: normal;
}
h5 {
	height: 300px;
}
.intro {
	font-size: 1.1em;
}
.subs {
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	padding: 2px;
	text-indent: -10px;
}
.fltleft {
	float: left;
	margin-right: 10px;
}
.fltright {
	float: right;
	margin-left: 10px;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbc792;
	margin-top: 24px;
}
.smallertext {
	font-size: 0.9em;
	line-height: 1.3em;
}
.main #mainContenttempholding {
	background-color: #FFFFFF;
	background-image: url(images/pagebgflower1.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 350px;
	padding-bottom: 0;
	padding-left: 30px;
}


.clearboth {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.formnput   {
	width: 200px;
}
.formtitles {
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.formhidden {
	display: none;
}
#form1 li {
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(images/formselectbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
}
#form1 {
	font-size: 0.95em;
}
#form1 ul {
	margin-top: 10px;
	margin-left: -40px;
}
.formselect {
	margin-top: 10px;
}
.formfieldstd {
	padding-top: 2px;
	padding-bottom: 2px;
}
.subsubstopmargin {
	margin-top: 20px;
}
.form {
	border: 1px solid #CCCCCC;
	background-color: #EDE6C3;
}
.formpanel {
	padding: 3px;
}
.newslettersubs {
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbc792;
	padding-top: 6px;
}
#footer a {
	text-decoration: none;
	color: #262262;
}
.homelogos {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homelogos a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsletterfield {
	color: #999;
}
.bodypaneltop {
	background-image: url(images/bodypaneltop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.bodypanelline {
	background-image: url(images/bodypanelline.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.times {
	font-family: Georgia, "Times New Roman", Times, serif;
}

