@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:	10;
	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: 89.6%;
	padding-left: 1.2%;
	padding-right: 1.2%;
	font-family:Arial, Helvetica, sans-serif;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo p {
	text-align:center;
}

#navleft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20.8571%;
	display: block;
	text-align:center;
	margin-right: 2.6785%;
	
}

#navleft p a	{
	font-size:12px;
}


#content {
	clear: none;
	float: left;
	width: 58.9285%;
	display: block;
	text-align:center;
	font-size:14px;
}

#content p	{
	font-size:10px;
}

#contentp2	{
			display:none;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}


#contentp3	{
			display:inline;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}

#shows {font-size:10px;
	
}


#images	{
		width:17%;
		height:auto;
		padding-left:2px;
		padding-right:2px;
}


#imagesp3	{
		width:30%;
		height:auto;
		padding-left:2px;
		padding-right:2px;
}


#navright {
	clear: none;
	float: left;
	margin-left: 2.6785%;
	width: 14.8571%;
	display: block;
	text-align:center;
}

#navright p a {
	font-size:12px;

}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	font-size:9px;
}

}


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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	font-size:18px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navleft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7569%;
	display: block;
	margin-right:1.6574%;
	text-align:center;
}

#navleft p a	{
	font-size:14px;
}


#content {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 49.1712%;
	display: block;
	padding-left:0px;
	padding-bottom:0px;
	font-size:16px;
	
}

#content p	{
	font-size: 12px;
	padding-bottom: 0px;
}

#contentp2	{
			display:inline;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}

#contentp3	{
			display:none;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}
	

#images	{
		width:17%;
		height:auto;
		padding-left:3px;
		padding-right:3px;
}



#navright {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 23.7569%;
	display: block;
}

#navright p a	{
	font-size:14px;
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size:10px;
}

}

/* 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: 90.8%;
	max-width: 1232px;
	padding-left: 0.6%;
	padding-right: 0.6%;
	margin: auto;
	
}


#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 89.8678%;
	display: block;
}


#navleft {
	clear: both;
	float: left;
	margin-left: 10.1321%;
	width: 8.8105%;
	display: block;
	text-align:center;
}


#navleft p a	{
	font-size:16px;
}


#content {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 49.3392%;
	display: block;
	font-size:18px;
}


#content p	{
	font-size:14px;

}


#contentp2	{
			display:inline;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}


#contentp3	{
			display:none;
			position:relative;
			float:left;
			width:100%;
			white-space:nowrap;
}


#images	{
		width:17%;
		height:auto;
		padding-left:5px;
		padding-right:5px;
}



#navright {
	float: left;
	margin-left: 1.0%;
	width: 8.8105%;
	display: block;
	text-align:center;
	vertical-align:top;
}



#navright p a	{
	font-size:16px;
}



#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 89.8678%;
	display: block;
	font-size:11px;
}



#contentimg	{
	border-radius: 25px;
	border:3px solid 7578E;
}

}
#shows {
	font-size: 10px;
}
