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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFF;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopWrapper {
	background-color: #333;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slide {
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
a:link {
	color: #ED0189;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED0189;
}
a:hover {
	text-decoration: none;
	color: #00AA4F;
}
a:active {
	text-decoration: none;
	color: #F60;
}
#logo {
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	padding-top: 15px;
	padding-bottom: 5px;
	width: 637px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#contentsTable {
	padding-top: 15px;
	padding-bottom: 0px;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
}
#form {
	float: left;
	width: 210px;
	background-color: #FF9900;
	padding: 0px;
	margin: 0px;
	height: 400px;
}
#right-fb1 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 280px;
}
#middle {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEC63D;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#socialTop {
	padding: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 0px;
	float: right;
	width: 55%;
}
.pic img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.pic img:hover {
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.inline {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px;
}


.inline1 {
	border: 1px solid #dedede;
	padding: 1px;
	margin: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#contents h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #C3272F;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contents h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
	color: #63328B;
	font-weight: normal;
	line-height: 24px;
}
#contents p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}
#contentsTable h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #C3272F;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentsTable h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
	color: #231F20;
	font-weight: bold;
}
#contentsTable p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 100%;
	height: 50px;
	margin-top: 50px;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666;
	text-align: center;
	line-height: 16px;
}
.addthis_button_facebook_like {
	width: 85px !important;
}
.addthis_button_tweet {
	width: 95px !important;
}
.addthis_button_google_plusone {
	width: 65px !important;
}
.addthis_button_pinterest_pinit {
	width: 65px !important;
}
#mc-embedded-subscribe-form p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F06;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
#contents ul {
	font-size: 13px;
	list-style-type: square;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#contents img {
	margin-left: 10px;
}
.TabbedPanelsContent.TabbedPanelsContentVisible #contents img {
	float: right;
}
#contents ul li span {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#social-tiwtter {
	margin: 0px;
	padding: 0px;
}
#flier {
	width: 100%;
	margin-bottom: 30px;
}
#contents p strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}
