@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%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	background-color: #000000;
	max-width: 1000px;
}
.header_cell {
	display: block;
	background-image: url(../images/TopBannerGradient.jpg);
	background-repeat: repeat-x;
	height: auto;
}
.header_desktop {
}
.navigation {
	width: 100%;
	max-height: 34px;
}
.section {


}
.footer {
	background-image: url(../images/FooterGradient.jpg);
	height: 75px;
	vertical-align: 50%;
}
.article {
	margin-top: 18px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.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%;
}
.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;
}
.social_icon {
	height: 24px;
	width: 24px;
}
.small_note {

}








/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header_cell {
display: block;
}
.header_desktop {
	display: block;
}
.navigation {
}
.section {
}
.footer {
	background-image: url(../images/FooterGradient.jpg);
	
}
.article {
}
.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 {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header_cell {
display: block;
}
.header_desktop {
display: block;
}
.navigation {
}
.section_01 {
}
.section {

}
.footer {
}
.article {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.img_wrap2 {
display:inline-block;
}
}
.ext_box_welcome {
float:right;
}
.goldtext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #F8DA83;
}
.goldtext_black_background {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #F8DA83;
	background-color: #000000;
}
.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;
}
