@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #522e62;
  padding: 1em;
  margin-bottom: 1.618em;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: georgia, sserif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Floating & Alignment  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}


 
body { background:#f2fafa;
 margin: 0; color:#191919; font-family: georgia, serif; font-size:15px;}
p {margin:5px 0;}
#container {margin:0 auto 30px; max-width:860px;}
#glow 	{margin:0 auto; width:100%; height: 550px; background-image:url(../images/004138_002_03.png); background-repeat:no-repeat; background-position:center; position:relative; }
#logo { width:402px; height:262px; background: url(../images/logo_05.png) no-repeat; position: absolute; top: 85px; left: 50%; margin-left: -201px; z-index:2;}
#intro {max-width:860px; position: absolute; top: 40px; width:100%; font-size:12px; }
#details { text-align:center; position:relative; top:-120px;}
#details a {color:#00a9a6; text-decoration: underline;}
#details a:hover {text-decoration: none;}

.caps {text-transform:uppercase;}
.intro {font-size:18px}

.divider {margin:30px auto; width: 40px; height: 40px; background:url(../images/butterfly1.png) no-repeat;}
.divider2 {margin:30px auto; width: 40px; height: 40px; background:url(../images/butterfly2.png) no-repeat;}

.emailentry {	border: 1px solid #cccccc;
	margin: 10px 0 0 14px;
	height:18px;
	font-size: 13px; color: #B9C4B8; ;
	padding:5px;
	width: 300px;
	font-family: georgia, serif;
	font-size:15px;
	background: url(../images/004138_002_06.gif) 240px 0 no-repeat #FFF;
	 }
	 
	 .newsletter_go{
	margin: 1px 0px 0px -73px;
	padding: 2px 9px 0px 8px;
	border:none;
	background: none;
	font-size: 12px;
	color: #332F21;
	text-transform: uppercase;
	text-decoration: none;
font-size: 15px !important;
height:19px;
font-family: georgia, serif;
cursor:pointer;
vertical-align:central;
line-height:20px;
}