@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:		20;
	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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#logo {
}
#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#navbar {
margin-left: 0;
}
#list {
width: 100%;
margin-left: 0;
}
.butt {
	width: 100%;
	clear: both;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	background-color: #5480A2;
	border: thin solid #000000;
	margin-right: 10px;
}
.content {
width: 100%;
margin-left: 0;
}
.footer {
	width: 100%;
	text-align: center;
	font-size: xx-small;
	color: #2D2C2C;
	background-color: #DBD6D6;
	margin-left: 0;
}
.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: 92.0699%;
	padding-left: 0.465%;
	padding-right: 0.465%;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
}
#navbar {
	margin-left: 20%;
}
#list {
width: 84.8484%;
margin-left: 5.0505%;
}
.butt {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;
	text-align: center;
	background-color: #5480A2;
	border-radius: 5px;
	width: 16.6666%;
	margin-left: 1.1904%;
	clear: none;
	border: thin solid #000000;
}
.content {
	width: 69.6969%;
	margin-left: 20%;
	padding-bottom: 0px;
	display: block;
	margin-right: 30%;
}
.footer {
	display: block;
	margin-left: 20%;
	margin-right: 30%;
	text-align: center;
	background-color: #EBEBEB;
	width: 69.6969%;
	padding-top: 5px;
}
.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: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
}
#navbar {
	display: block;
	margin-left: 15%;
	margin-right: 36%;
}
#list {
width: 74.5762%;
margin-left: 16.9491%;
}
.butt {
	width: 10%;
	clear: none;
	margin-left: 2.2727%;
}
.content {
	margin-left: 25%;
	margin-right: 30%;
	display: block;
	width: 50%;
	padding-bottom: 2%;
	padding-top: 2%;
	font-weight: normal;
	font-style: normal;
}
content {
	margin-left: 20%;
	margin-right: 0%;
}
.footer {
	width: 49.1525%;
	display: block;
	margin-left: 25.4237%;
	margin-right: 15%;
	color: #4D4C4C;
	font-weight: lighter;
	font-size: xx-small;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 1%;
}
.zeroMargin_desktop {
	margin-left: 0;
	color: #FFFFFF;
}
.hide_desktop {
display: none;
}
content {
}


}
