.frontpage_img {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}
html {
	height:100%;
	background-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 10px;
	background-image: url(flowers.jpg);
	background-repeat: no-repeat;
	background-position: 30px 170px;
	background-attachment: fixed;
}
a {
	color:#574e67;
	text-decoration: underline;
}
a:hover {
	color:#C0C0C0;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	letter-spacing:-0.5px; /* it isn't web 2.0 otherwise, right? ;) */
	font-family: arial, helvetica, sans-serif;
}
h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}
h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	clear: both;
	font-size: 1em;
}
h4 {
	font-size: 0.95em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h5 {
	font-size: 0.9em;
}
ul {
	margin:0.5em 0px 0px 1.5em;
	padding:0px;
}
ul li {
	list-style-type: disc;
}
p {
	margin:0.5em 0px 1.25em 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#demo {
	position:relative;
	margin:0px auto;
	_width:100%;
	max-width:1600px;
}
.dialog .content {
	padding:0.5em 1em 0.5em 0px;
}
.dialog .wrapper {
	min-height:155px;
}
.dialog h1 {
	font-size:2em;
	margin:0px;
	padding:0px;
	padding-top:0.25em;
	font-family: Arial, Helvetica, sans-serif;
}
html>body .dialog pre {
	font-size:1.1em;
 *font-size:0.9em;
}
a:focus {
	-moz-outline-style: none;
}
.nav1 a:active {
	outline: none;
}
.nav1 a:focus {
	-moz-outline-style: none;
}
.nav1, .nav1 a, .nav1 a:visited, .nav1 ul, .nav1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.nav1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: underline;
}
.nav1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: underline;
}
.align-right {
	float:right;
	margin-top: 10px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 10px;
}
.align-left {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}
.align-center {
	text-align: center;
}
.style1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.style2 {
	color: #FF0000;
}blockquote {
	font-style: italic;
	font-size: smaller;
}
dt {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.skinny-quote {
	width:70%;
	text-align:center;
}
#surveyiframe {
	background-color:transparent;	
}
/* BEGIN Footer */

#footer {
	text-align: center;
	clear: both;
	padding-bottom: 0px;
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ccc;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color:#C0C0C0;
	text-decoration: underline;
}
#footer-inner {
	text-align: left;	
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 9px;
}
#footer ul.first {
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
	padding: 0 15px 0 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .8em;
	border-left: 1px solid #ccc;
	background: none;
}
#footer ul li.first {
	border-left: none;
}
#footer a.rssButton, #footer a.rssButton:visited {
	padding: 1px 0 5px 19px;
	background: transparent url(/images/global/icons/feed_icon_16x16.gif) no-repeat top left;
}
/* END Footer */
