@charset "UTF-8";
@import url("../Webfonts/QuicksandBook/stylesheet.css");
@import url("../Webfonts/QuicksandBold/stylesheet.css");
@import url("../Webfonts/QuicksandBookOblique/stylesheet.css");
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;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
	border: 0;
}
body {
	background-color: #000;
	color: #FFF;
	-webkit-text-size-adjust: none;
	line-height: 1.2;
	font-family: QuicksandBook, sans-serif;
}
strong   {
	font-family: QuicksandBold, sans-serif;
}
#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#frame {
	border: 1px dotted silver;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#header {
	margin-top: -18px;
	margin-right: 245px;
	margin-left: 245px;
}
#copyright {
	font-size: 14px;
	text-align: center;
	color: #CCC;
	clear: both;
	font-family: QuicksandBookOblique, sans-serif;
	padding-top: 20px;
}
#topnav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top: 5px;
}
/* The following :before and :after rules, which fix float
   containment for the top navigation bar, are ignored by
   IE 7. This is not a problem, since the specified width in
   the container ensures float containment in IE (all
   versions).
*/
#topnav:before, #topnav:after {
	display: table;
	content: '';
}
#topnav:after {
	clear: both;
}
#topnav > li{
	float: left;
	color: #CCC;
	cursor: default;
	position: relative;
	z-index: 100;
	margin-right: 18px;
	margin-left: 18px;
	font-size: 18px;
	font-family: QuicksandBold, sans-serif;
}
#topnav >li:first-child{
	font-style: italic;
	margin-right: 70px;
	position: static;
	font-family: "Comic Sans MS", cursive;
}
#topnav >li:hover {
	color: #FFF;
}
#topnav > li > a {
	text-decoration: none;
	color: #CCC;
	z-index: 100;
}
#topnav > li >a:hover {
	color: #FFF;
}
#topnav > li > ul {
	list-style-type: none;
	position: absolute;
	top: 100%;
	width: 250px;
	left: 0px;
	background-color: #333;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 100;
	zoom: 1;
}
#topnav > li  > ul > li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	line-height: 1.4;
}
#topnav > li > ul > li > a {
	color: #CCC;
	text-decoration: none;
}
#topnav > li > ul > li > a:hover{
	color: #FFF;
}

#content {
	margin-top: 10px;
	width: 840px;
	margin-right: auto;
	margin-left: auto; /* 0.83em */
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
}
#content h2 {
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: QuicksandBold, sans-serif;
	text-align: center;
}
#content h3 {
	font-size: 18px;
	padding-bottom: 8px;
	font-family: QuicksandBold, sans-serif;
	text-transform: capitalize;
	text-align: left;
}
#content p {
	font-size: 14px;
	padding-bottom: 14px;
	line-height: 18px;
}
.bulletList {
	padding-bottom: 14px;
	padding-left: 28px;
}
#bottomnav {
	list-style-type: none;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
#bottomnav li {
	float: left;
}
.benefitList {
	list-style-type: none;
	padding-left: 14px;
	padding-bottom: 14px;
}
#bottomnav li a  {
	color: #CCC;
	margin-right: 28px;
	text-decoration: none;
	font-size: 16px;
	font-family: QuicksandBold, sans-serif;
}
#bottomnav li a:hover {
	color: #FFF;
}
#socialnav {
	float: right;
	list-style-type: none;
	margin-right: 20px;
	margin-top: 10px;
}
#socialnav >  li{
	float: left;
}
#socialnav > li >a{
	margin-left: 28px;
}
#socialnav > li > ul {
	list-style-type: none;
}
#socialnav > li > ul > li {
	font-size: 16px;
	color: #CCC;
}
#socialnav > li > ul > li a {
	color: #CCC;
}
.calIcon
{
	font-size: 1em; /* change icon size */
	display: block;
	position: relative;
	width: 7em;
	height: 7em;
	background-color: #fff;
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}
.calIcon span
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.calIcon .month
{
	position: absolute;
	top: 0;
	padding: 0.4em 0;
	color: #fff;
	background-color: #FF975B;
	border-bottom: 1px dashed #f37302;
	box-shadow: 0 2px 0 #FF975B;
	-webkit-box-shadow: 0 2px 0 #FF975B;
}
.calIcon .day
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}
.calIcon .date
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}