@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:		5;
	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/
*/
/***********************************/
/* Mobile Layout: 480px and below. */
/***********************************/
/* body {background-color: red !important;}  */
 .gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #F6F6F6;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
}
#TopMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat;
}
#Content {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
/* 	background-image: url(/images/body-bg.png); */
/* 	background-repeat: repeat; */
/* 	border-top-width: medium; */
/* 	border-top-style: solid; */
/* 	border-top-color: #666; */
	text-align: center;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #F3F3F3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
#TopMenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat;
}
#leftSide0 {
	font-family: amaranth;
	clear: none;
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	display: block;
/*	
	border-width: 2px;
	border-style: dotted;
	border-color:#0F0; 
	background-color:#0F0
*/
}
#rightSide0 {
	clear: none;
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	display: block;
	text-align:center;
	
/*	
	border-width: 2px;
	border-style: dotted;
	border-color:#0F0; 
*/
}

#leftSide1 {
	font-family: amaranth;
	clear: none;
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
/*   	background-color: red; */
}

div.leftBtnCtrl {
	display: none;
}

#rightSide1 {
	clear: none;
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	display: block;
	text-align:center;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

/***********************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/***********************************************************************/
@media only screen and (min-width: 481px) {
/* body {background-color: blue !important;}  */
	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TopMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	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;
}
#TopMenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#leftSide1 {
/*     background-color: blue; */
}

div.leftBtnCtrl {
	display: none;
}
}
/*****************************************************************************************************/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*****************************************************************************************************/
@media only screen and (min-width: 769px) {
/* body {background-color: green !important;}  */
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TopMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TopMenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
}
#leftSide1 {
/*     background-color: yellow; */
}
div.leftBtnCtrl {
	display: block;
}

}

@media only screen and (min-width: 1100px) {
#leftSide0 {
	clear: none;
	float: left;
	width: 78%;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
}
#rightSide0 {
	clear: none;
	float: left;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	min-width:inherit;
	text-align:center;
}

#leftSide1 {
	clear: none;
	float: left;
	width: 14%;
	height: inherit;
	margin-left: 1%;
	margin-right: 1%;
	border-color:#000;
/*     background-color: green; */
}
div.leftBtnCtrl {
	display: block;
}

#rightSide1 {
	clear: none;
	float: left;
	width: 80%;
	margin-left: 1%;
	margin-right: 1%;
	min-width:inherit;
	text-align:center;
}
	
}