body {
	font-family: "Open Sans", Arial, Candara, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	font-weight: 300;
	background-image: url(../images/page_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #b1d494;
	color: #000;
	padding: 0;
	margin: 0;
}
/*
#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	z-index: 1;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
*/
/*-----MAIN SECTIONS------------------------------------------*/

.header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-align: right;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
}
.headersubscribe {
	font-size: .8em;
	float: right;
	padding-top: 12px;
}
.social {
	height: 32px;
	padding-top: 6px;
	text-align: right;
	float: right;
}
#bigwrapper {
	width: 980px;
	margin: 80px auto 120px auto;
	position: relative;
	display: block;
}
.masthead {
	background-image: url(../images/logo_bg.jpg);
	height: 190px;
	padding: 0px;
	text-align: left;
	position: relative;
}
.menutop-wrapper {
	padding: 0 30px 10px 30px;
	background-color: #FFF;
}
.sidebar {
	width: 254px;
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 0;
}
.content-wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index:1;
	width: 740px;
	background-color: #FFF; 
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	border: 8px solid #FEFEFE;
	behavior: url(/ss/PIE.htc);
}
.footer {
	background-color: #293127;
	border-top: 1px solid #222;
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	z-index: 99;
	font-size: .65em;
}

/*-----CONTENT STYLING-----------------------------------*/

.header .content {
	padding: 6px 40px;
}
.columns-wrapper .content {
	padding: 40px;
	font-size: .85em;
	line-height: 1.5em;
}
.sidebar .box {
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	behavior: url(/ss/PIE.htc);
	border: 8px solid #EFEFEF;
	background-color: #FFF;	
	padding: 12px;
	margin-bottom: 20px;
	font-size: .8em;
}
.footer p {
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px;
	margin: 0;
	color: #FFF;
}

/*-----TYPOGRAPHY---------------------------------------*/

h1, h2, h3, h4 { 
	margin: 30px 0 0 0;
	line-height: normal; 
	font-weight: 700;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: .9em;
	text-transform: uppercase;
	margin-bottom: -12px;;
}
.page-topper {
	margin: 0px;
}
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content em.big {
	font-size: 125%;
}
.sidebar h3 {
	text-align: center;
	margin-top: 0;
}
.bluetext {
	color: #0099FF;
	font-weight: 700;
}
.greentext {
	color: #7EAB63;
	font-weight: 700;
}

/*-----LINK STYLING----------------------------------*/

.content a {
	color: #F60;
	text-decoration: none;
	font-weight: 700;
}
.content a:hover, .content a:focus {
	color: #adc54c;
	border-bottom: dotted 1px #222;
}
.footer a {
	color: #689BF0;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
a.ko, a:hover.ko {
	background-image: url(../images/ko.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 20px;
	padding-left: 24px;
	text-decoration: none;
}
a:hover.ko {
	border-bottom: none;
}
a.email, a:hover.email {
	background-image: url(../images/ko.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 20px;
	padding-left: 24px;
	text-decoration: none;
}
a:hover.email {
	border-bottom: none;
}
a.pdf, a:hover.pdf {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 17px;
	padding-left: 20px;
	text-decoration: none;
}
a:hover.pdf {
	color: #000;
	border-bottom: none;
}
.social ul {
	margin-top: 0px;
}
.social li {
	list-style-type: none;
	float: right;
}
.social a {
	display: block;
	text-decoration: none;
}
.social a.facebook, .social a:hover.facebook,
.social a.twitter, .social a:hover.twitter,
.social a.flickr, .social a:hover.flickr,
.social a.tumblr, .social a:hover.tumblr,
.social a.rss, .social a:hover.rss,
.social a.delicious, .social a:hover.delicious,
.social a.linkedin, .social a:hover.linkedin,
.social a.myspace, .social a:hover.myspace {
	margin-left: 4px;
	width: 32px;
	height: 32px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
}
.social a.facebook {
	background-position: 0px -32px;
}
.social a.twitter {
	background-position: -32px -32px;
}
.social a.flickr {
	background-position: -64px -32px;
}
.social a.rss  {
	background-position: -96px -32px;
}
.social a.delicious  {
	background-position: -128px -32px;
}
.social a.linkedin  {
	background-position: -160px -32px;
}
.social a.myspace  {
	background-position: -192px -32px;
}
.social a.tumblr  {
	background-position: -224px -32px;
}
.social a:hover.facebook {
	background-position: 0px 0px;
}
.social a:hover.twitter {
	background-position: -32px 0px;
}
.social a:hover.flickr {
	background-position: -64px 0px;
}
.social a:hover.rss {
	background-position: -96px 0px;
}
.social a:hover.delicious {
	background-position: -128px 0px;
}
.social a:hover.linkedin {
	background-position: -160px 0px;
}
.social a:hover.myspace {
	background-position: -192px 0px;
}
.social a:hover.tumblr {
	background-position: -224px 0px;
}

/*-----LIST STYLING----------------------------------------*/

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*-----SPECIAL CLASSES----------------------------------*/

.memberlevel.green, .memberlevel.blue, .memberlevel.platinum {
	font-size: .9em;
	text-align: center;
	border: 8px #0099FF solid;
	position: relative;
	display: block;
	float: left;
	width: 170px;
	height: 18em;
	background-color: #FFF;
	padding: 9px 12px 12px 12px;
	margin: 0 12px 30px 0;
	color: #222;
	-moz-box-shadow: inset 0 0 5px #BDBCBC;
	-webkit-box-shadow: inset 0 0 5px #BDBCBC;
	box-shadow: inner 0 0 5px #BDBCBC;
	behavior: url(/ss/PIE.htc);
}
.memberlevel.green {
	border: 8px #7EAB63 solid;
}
.memberlevel.platinum {
	border: 8px #F0F0F0 solid;
	margin-right: 0;
}
.memberlevel span.name {
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
}
.memberlevel:hover {
	-moz-box-shadow: inset 0 0 12px #BDBCBC;
	-webkit-box-shadow: inset 0 0 12px #BDBCBC;
	box-shadow: inner 0 0 12px #BDBCBC;	
	behavior: url(/ss/PIE.htc);
}
.memberlevel ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.memberlevel li {
	margin-top: 9px;
	line-height: 1.3em;
}
.memberlevel h4 {
	margin: 9px 0 6px 0;
}
.joinbutton {
	width: 100%;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -97px;
}
div.newsitem {
	font-size: .85em;
	background-color: #D4E4CE;
	border: 1px solid #A6BC8E;
	padding: 12px 18px;
	margin: 6px 0 0 0;
	-moz-box-shadow: inset 0 0 9px #FFF;
	-webkit-box-shadow: inset 0 0 9px #FFF;
	box-shadow: inner 0 0 9px #FFF;
	behavior: url(/ss/PIE.htc);
}
div.newsitem:hover {
	-moz-box-shadow: inset 0 0 12px #7eab63;
	-webkit-box-shadow: inset 0 0 12px #7eab63;
	box-shadow: inner 0 0 12px #000;
	cursor: pointer;
	behavior: url(/ss/PIE.htc);
}
.newsitem p {
	margin-top: 3px;
	color: #666;
	line-height: normal;
}
.newsitem h4 {
	margin: 0 0 -6px 0;
	font-size: 1em;
	color: #7EAB63;
}
.newsitem2 {
	background-color: #EFEFEF;
	padding: 18px 18px 12px 18px;
	color: #999;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inner 0 0 5px #000;
	margin-bottom: 12px;
	font-size: .85em;
	behavior: url(/ss/PIE.htc);
}
div.newsitem2:hover {
	background-color: #DFDFDF;
	-moz-box-shadow: inset 0 0 12px #000;
	-webkit-box-shadow: inset 0 0 12px #000;
	box-shadow: inner 0 0 12px #000;
	cursor: pointer;
	behavior: url(/ss/PIE.htc);
}
.newsitem2 h4 {
	text-decoration: none;
	color: #666;
	margin-top: 0;
}
.newsitem2 p {
	margin-top: 2px;
}
.newsitem3 {
	background-color: #EFEFEF;
	padding: 6px 12px;
	color: #0099FF;
	-moz-box-shadow: inset 0 0 5px #0099FF;
	-webkit-box-shadow: inset 0 0 5px #0099FF;
	box-shadow: inner 0 0 5px #0099FF;
	margin-bottom: 12px;
	behavior: url(/ss/PIE.htc);
}
div.newsitem3:hover {
	background-color: #EFEFEF;
	-moz-box-shadow: inset 0 0 12px #0099FF;
	-webkit-box-shadow: inset 0 0 12px #0099FF;
	box-shadow: inner 0 0 12px #0099FF;
	cursor: pointer;
	color: #0099FF;
	behavior: url(/ss/PIE.htc);
}
.caldate {
	border: 3px #D4E4CE solid;
	background-image: url(../images/caldate.png);
	height: 50px;
	width: 50px;
	padding: 6px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	display: block;
	float: left;
	margin: 0 12px 12px 0;	
}
.calitem {
	border-bottom: 1px solid #D4E4CE;
	margin-bottom: 9px;
}

/*-----IMAGE STYLES----------------------------------------*/

img.wrapleft {
	float: right;
	margin: 6px 0 9px 12px;
}
img.wrapright {
	float: left;
	margin: 6px 12px 9px 0;
}
img.wrapleftbord {
	float: right;
	margin: 6px 0 9px 12px;
	padding: 12px;
	border: 1px solid #000;
}
img.wraprightbord {
	float: left;
	margin: 6px 12px 9px 0;
	padding: 12px;
	border: 1px solid #000;
}
.imagebox {
	float: right;
	margin: 12px 0 12px 12px;
	width: 360px;
	padding: 9px 9px 0 9px;
	border: 1px solid #000;
}
.imagebox p {
	font-size: .9em;
	font-style: italic;
}
.highlight-box {
	margin: 20px auto;
	padding: 20px 28px;
	color: #CCC;
	line-height: 1.6;
	background-color: #000;
	border: 1px solid #000;
	width: 480px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/ss/PIE.htc);
}

.highlight-box.smallright {
	margin: 20px 0 20px 20px;
	width: 240px;
	float: right;
}
.highlight-box.smallleft {
	margin: 20px 20px 20px 0;
	width: 240px;
	float: left;
}
.highlight-box em {
	text-transform: uppercase;
	color: #32A7B0;
}
.highlight-box strong {
	color: #FFF;
}
.highlight-box a, .highlight-box a:visited,
#footer a, #footer a:visited {
	color: #53BAC1;
}
.highlight-box a:hover, .highlight-box a:focus {
	color: #FFF;
}
.reverse-text {
	background-color: #000;
	color: #EFEFEF;
}


/*-----BUTTONS----------------------------------------------------*/

.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
	behavior: url(/ss/PIE.htc);
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
}
.btn.danger,
.btn.danger:hover,
.btn.info,
.btn.info:hover {
  color: #FFF;
}
.btn.danger {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.primary {
  color: #fff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	behavior: url(/ss/PIE.htc);
}
.btn.primary:hover {
  color: #fff;
}
.btn.large {
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	behavior: url(/ss/PIE.htc);
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.btn.fixed {
	width: 60px;
  	padding: 5px 0 6px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	behavior: url(/ss/PIE.htc);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	behavior: url(/ss/PIE.htc);
}
.btn:disabled.primary {
  color: #fff;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/*-----ALERT MESSAGE------------------------------------------*/

.alert-message.danger,
.alert-message.danger:hover,
.alert-message.error,
.alert-message.error:hover,
.alert-message.success,
.alert-message.success:hover,
.alert-message.info,
.alert-message.info:hover {
  color: #ffffff;
}
.alert-message.danger,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	behavior: url(/ss/PIE.htc);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	behavior: url(/ss/PIE.htc);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	behavior: url(/ss/PIE.htc);
}
.alert-message {
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	behavior: url(/ss/PIE.htc);
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	behavior: url(/ss/PIE.htc);
}
.alert-message .close {
  float: right;
  margin-top: -2px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
	behavior: url(/ss/PIE.htc);
}
.alert-message .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	behavior: url(/ss/PIE.htc);
}
.alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}


/*-----FORMS-------------------------------------------------------- */

form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding: 9px 24px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  color: #404040;
}
.clearfix {
  margin-bottom: 18px;
}
.form-stacked input,
.form-stacked select,
.form-stacked textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
div.input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked textarea,
.form-stacked select,
.form-stacked .uneditable-input {
  display: inline-block;
  width: 210px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	behavior: url(/ss/PIE.htc);
}
.form-stacked select, .form-stacked input[type=file] {
  height: 27px;
  line-height: 27px;
}
.form-stacked textarea {
  height: auto;
}
.form-stacked .uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	behavior: url(/ss/PIE.htc);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked select,
.form-stacked textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	behavior: url(/ss/PIE.htc);
}
.form-stacked input[type=text]:focus, .form-stacked input[type=password]:focus, .form-stacked textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	behavior: url(/ss/PIE.htc);
}

form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	behavior: url(/ss/PIE.htc);
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
  color: #9d261d;
}
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	behavior: url(/ss/PIE.htc);
}
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	behavior: url(/ss/PIE.htc);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.form-stacked input.xtiny,textarea.xtiny, select.xtiny {
  width: 40px;
}
.form-stacked input.tiny,textarea.tiny, select.tiny {
  width: 60px;
}
.form-stacked input.small, textarea.small, select.small {
  width: 90px;
}
.form-stacked textarea.medium, select.medium {
  width: 150px;
}
.form-stacked input.large, textarea.large, select.large {
  width: 210px;
}
.form-stacked input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px;
}
.form-stacked input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px;
}
.form-stacked input.full, textarea.full, select.full {
  width: 100%;
}
.form-stacked textarea.full {
  overflow-y: scroll;
}
.form-stacked input[readonly]:focus, .form-stacked textarea[readonly]:focus, .form-stacked input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	behavior: url(/ss/PIE.htc);
}

/*-----ACTIONS--------------------------------------*/

.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
	behavior: url(/ss/PIE.htc);
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}

/*-----HELP--------------------------------------*/

.help-inline, .help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
 }
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span, .inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input[type=text],
.input-append input[type=text],
.input-prepend input[type=password],
.input-append input[type=password] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
	behavior: url(/ss/PIE.htc);
}
.input-prepend .add-on, .input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
	behavior: url(/ss/PIE.htc);
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-append input[type=text], .input-append input[type=password] {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
	behavior: url(/ss/PIE.htc);
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
	behavior: url(/ss/PIE.htc);
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

.form-stacked fieldset {
  padding: 9px 24px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}


/*----CONTACT FORM------------------------------------*/

#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
	behavior: url(/ss/PIE.htc);
}
#contactForm {
  width: 500px;
  height: 430px;
  padding: 20px;
  margin: 0 auto;
}
#contactForm.positioned {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.statusMessage {
  display: none;
  margin: auto;
  width: 400px;
  height: 40px;
  padding: 18px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/*-----MOBILE STYLES---------------------------------------*/

body.p7mobile { 
	-webkit-text-size-adjust:100%; 
	min-width: 0;
	margin: 1em;
}
.p7mobile .content-wrapper {
	width: auto;
}
.p7mobile .content {
	padding: 1.5em;
	font-size: large;
	line-height: 1.35em;
}
.p7mobile .menutop li {
	margin-bottom: 5px;
}
.p7mobile .menutop a, .p7mobile .footer  { 
	font-size: large; 
}

