@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:	15;
	
	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: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	margin-bottom: 0px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../images/Heavy-Blur1.jpg);
	display: block;
	border-radius: 0 0 0px 0px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: static;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}

#header {
	width: 100%;
	padding: 0px;
	
	display: block;
	border-radius: 0 0 0px 0px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: static;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#leftside {
	clear: none;
	float: left;
	margin-left: auto;
	width: 28%;
	display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 55px;
	text-align: center;
	margin-right: auto;
	background-repeat: repeat;
	background-image: url(../images/Heavy-Blur.jpg);
}
#content {
	clear: none;
	float: left;
	width: 95%;
	display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/nabg.jpg);
	background-repeat: repeat-y;
	box-shadow: 5px 5px 5px #000000;
	border-radius: 15px;
	clip: rect(20px, auto, auto, auto);
	top: 0px;
	left: 1px;
	padding-right: 10px;
	margin-left: auto;
	padding-left: 10px;
}

#rightside {
	clear: none;
	float: left;
	margin-left: auto;
	width: 28%;
	display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/Heavy-Blur.jpg);
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	color: #FFFFFF;
	background-color: #7F1F00;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	background-image: url(../images/Heavy-Blur.jpg);
	background-repeat: repeat;
	font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
#leftside {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 17%;
	display: block;
	background-image: url(../images/Heavy-Blur.jpg);
}
#content {
	clear: none;
	float: left;
	margin-left: 1.7%;
	width: 58%;
	display: block;
}
#rightside {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 17%;
	display: block;
}
#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: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	background-image: url(../images/Heavy-Blur1.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
#leftside {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 14%;
	display: block;
}
#content {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 66%;
	display: block;
	text-align: center;
}
#rightside {
	clear: none;
	margin-left: 1.0989%;
	width: 14%;
	background-image: url(../images/Heavy-Blur.jpg);
	display: block;
	float: left;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
