@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%;
	bottom: 0px;
	text-align: center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */

#gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
	margin-top: 10px;
	height:60px;
}
#menu li {
	float: left;
	width: auto;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-right: 5px;
	padding-left: 2px;
}
#menu li a {color:#919191; 
	text-decoration:none; 
	font-weight:normal; 
	font-size:12px; 
	display:block; 
	padding:8px 0 5px 0;}
#menu li span{ display:block; 
	padding:2px 0 2px 0;}
#menu li a:hover {color:#000000; 
	text-decoration:underline;}
#menu li span {
	color:#000000;
	/* [disabled]text-decoration:underline; */
}
#menu ul, #menu ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.menu {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.menu li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.menu a, ul.menu a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #6F7D94;
	color: #FFF;
}
#commission {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
#commission .cp {
	background-image: url(images/site_images/commission_bw.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	padding-right: 5px;
}
#commission .bottom {
	padding-top: 140px;	
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0;
	background-color:#FFF;
}
#content .title {
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #FFF;
	font-weight: 400;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 2%;
	border-bottom-width: 2%;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #663399;
	border-bottom-color: #663399;
}
#content .leftbox {
	float: left;
	width: 50%;
	background-color: #E6BF9D;
	height: 370px;
	text-align: center;
	background-image: url(images/site_images/fws_dissolve.jpg);
}
#content .leftboxshort {
	float: left;
	width: 50%;
	background-color: #E6BF9D;
	height: 150px;
	text-align: center;
}
#content .leftboxtall{
	float: left;
	width: 50%;
	background-color: #E6BF9D;
	height: 500px;
	text-align: center;
}
#content .leftboxflex{
	float: left;
	width: 50%;
	background-color: #E6BF9D;
	height: auto;
	text-align: center;
}
#content .leftbox .img{
	border: none;
	padding: 5px;
	text-align: center;
}
#content .leftbox .img .p{
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	text-align: right;
}
#content .rightbox {
	float: right;
	width: 50%;
	background-color: #E6BF9D;
	height: 370px;
	text-align: center;
	background-image: url(images/site_images/fws_dissolve.jpg);
	background-repeat: repeat;
}
#content .rightboxtall {
	float: right;
	width: 50%;
	background-color: #E6BF9D;
	height: 500px;
	text-align: center;
}
#content .rightboxshort{
	float: right;
	width: 50%;
	background-color: #E6BF9D;
	height: 150px;
	text-align: center;
}
#content .rightboxflex {
	float: right;
	width: 50%;
	background-color: #E6BF9D;
	height: auto;
	text-align: center;
}
#content .centered{
	float: left;
	width: 100%;
	background-color: #F3E1D1;
	border-top: 4px groove #51C703;
	text-align: center;
}
#content .centered .left{
	text-align: left;	
}
#content .centered .light{
	background-color: #F3E1D1;
}
#content .centeredshort{
	float: left;
	width: 100%;
	background-color: #F3E1D1;
	border-top: 2px groove #51C703;
	height: 80px;
	text-align: center;
}
#content ul, #content ol { 
	padding: 0 15px 15px 40px;
}
#buy {
	float: left;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 4px groove #51C703;
	text-align: center;
	margin-left: 0;
	display: block;
}
#advertising {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #000;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999;
	background-color: #FFF;
	text-align: center;
}

/* 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%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu li {
	padding-right: 20px;
	padding-left: 10px;
}
#commission {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/site_images/commission_bw.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#buy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#advertising {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* 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.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu li {
	padding-right: 20px;
	padding-left: 20px;
}
#commission {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#buy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#advertising {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
