@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;
	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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {


}
.header {
}
#divFooter {
}
.righttext {
}
.right {
}
.section1 {
}
#text {
}
#header {
}
#fluid {
}
#new {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 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;
}
#div1 {
}
.header {
}
#divFooter {
}
.righttext {
}
.right {
}
.section1 {
}
#text {
}
#header {
}
#fluid {
}
#new {
}
.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: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	clear: none;
	float: none;
	margin-left: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#div1 {
	background-color: #D0D0D0;
	width: 112%;
}
.header {
	background-color: #FFFFFF;
}
#divFooter {
	background-color: #000000;
	width: 100%;
}
.righttext {
}
.right {
	padding-left: 0px;


}
.section1 {
}
#text {
}
#header {
	font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#fluid {
	background-color: #000000;
	min-width: 100%;
}
#new {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.bigtext {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.totheright {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: medium;
	padding-left: 660px;
	margin-left: -655px;

}
.smallpic {
	width: 49%;
}
.headerblue {
	color: #00BBFF;
	font-size: large;
	margin-right: 717px;
}
.bluetext {
	color: #00ABFF;
	margin-right: 444px;
	font-size: medium;
}
.bluesubhead {
	color: #00ABFF;
	font-size: medium;
	margin-right: 837px;
}
.Flink {
	color: #D0D0D0;
}
.smalpicture {
	width: 34%;
}
.smaller {
	width: 62%;
}
.fittoright {
	padding-left: 0px;
	margin-left: 534px;
	margin-right: -489px;
}
.newright {
	font-weight: bold;
	font-size: large;
	margin-left: 263px;
	text-align: left;


}
.small {
	width: 50%;
}
.rightside {
	font-size: 100%;
	margin-top: 65px;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #1513FF;
}
