@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	clear: none;
	float: none;
	background-color: #B9B1AF;
}
.header_cell {
	display: block;
	background-image: url(../images/TopBannerGradient.jpg);
	background-repeat: repeat-x;
	height: auto;
}
.header_desktop {
}
.navigation {
}
.section {
	background-color: #B2A5A6;


}
.footer {
	background-color: #B7B7B7;
	background-image: -webkit-linear-gradient(270deg,rgba(157,141,142,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(157,141,142,1.00) 0%,rgba(231,231,231,1.00) 100%);

}
.article {
	margin-top: 18px;
}
.times_new_roman_text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: lighter;
}
.table_PIC {
	width: 100%;
	max-width: 100%;
}
.table_PIC_not_less_than_250 {
	width: 100%;
	min-width: 250px;
}
.table_text_L_P {
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table_text_L_P_Gold {
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #7A5B1A;
}
.social_icon {
	height: 24px;
	width: 24px;
}
.pushH1TextDOWN      {
	padding-top: 1%;
	padding-bottom: 0%px;
}
.pinktext {
	color: #924850;
	padding: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-style: italic;
	font-size: 14px;
}
.largetextExpanded {
	font-size: 14px;
	color: #FEE8BA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.4em;
}
.menucell {
	background-color: #161616;
	letter-spacing: 0.25em;
	background-position: center;
	text-align: center;
}
.subtitles {
	font-size: 10px;
	letter-spacing: 0.25em;
	font-weight: 100;
	text-align: inherit;
}
.smallnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #828080;
}
.topofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #FFFFFF;
}
.warning {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
}
.LargerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FEE8BA;
}
.goldtext {
	font-size: 12px;
	color: #7B5911;
}
.goldtext strikethru{
	font-size: 12px;
	color: #FEE8BA;
	text-decoration: line-through;
}
.strikethru {
	font-size: 12px;
	color: #fee8ba;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: line-through;
}

.LargeCapitalLetter {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 10px;
	width: 10px;
	color: #FEE8BA;
}
.larger_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.Special {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCCFF;
}
.MerryChristmas {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	color: #FCC;
}
.goldtextBOLD {
	font-weight: normal;
	text-shadow: 0px 1px 0px #FB88FF;
	color: #F3E3BB;
	font-size: 11pt;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.image_for_table {
	vertical-align: middle;
	text-align: center;
}
.100-Percent-Column-Width {
	width: 100%;
}

.fluid_section_33Percent {
	width: 33%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
._picture_left {
	width: 33%;
	float: left;
}
._picture_center {
	width: 33%;
	float: left;
}
._picture_right {
	width: 33%;
	float: left;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.table_text_L_P {
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.table_text_L_P_TOP {
	text-align: left;
	vertical-align: top;
	padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.2-Percent-Column-Width {
	width: 2%;
}
.96-Percent-Column-Width {
	width: 96%;
}
.48-Percent-Column-Width {
	width: 48%;
}
.32-Percent-Column-Width {
	width: 32%;
}



.gridContainer.clearfix .fluid.section table tr td {
	text-shadow: 0px 0px;
}















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	clear: none;
	float: none;
}
.header_cell {
display: block;
}
.header_desktop {
	display: block;
}
.navigation {
}
.section {
}
.footer {
	
}
.article {
}
.image_for_table {
}
.fluid_section_33Percent {
}
._photo {
}
._article_float_left {
}
._article_center {
}
._article_float_right {
}
._picture_left {
}
._picture_center {
}
._picture_right {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	max-width: 1000px;
	clear: none;
	float: none;
	background-color: #E5E5E5;
}
.header_cell {
display: block;
}
.header_desktop {
display: block;
}
.navigation {
}
.section_01 {
}
.section {


}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article {
}
.image_for_table {
}
.fluid_section_33Percent {
}
._photo {
}
._article_float_left {
}
._article_center {
}
._article_float_right {
}
._picture_left {
}
._picture_center {
}
._picture_right {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.img_wrap2 {
display:inline-block;
}
}
.ext_box_welcome {
float:right;
}
.img_table {
	width: 100%;
}
.small_note {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}
.vcenter-table {
	vertical-align: middle;
}
