﻿/* Page-wide paragraph formatting and font styles */
				

/* Styles for Devices 301-500px wide */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:301px) and (max-width:500px)
{

/* Layout Tables */
	.tdhleft		{display:none; visibility:hidden;}
	.tdhcntr		{width:100%; text-align:center; border:1px solid red;}
		#divcont		{display:block; visibility:visible;}
	.tdhrght		{display:none; visibility:hidden;}

.tblbody		{width:100%; border-collapse:collapse;}
	.tdbleft		{display:none; visibility:hidden;}
	.tdbcntr		{width:100%; text-align:center; vertical-align:top;}
	.tdbrght		{display:none; visibility:hidden;}

.tblfoot		{width:100%; border-collapse:collapse; border-top:1px solid red;}
	.tdfleft		{width:33%;}
	.tdfcenter		{width:34%;}
	.tdfright		{width:33%;}

/* Text and Paragraph Styles */
H1, H2, H3, H4, H5, H6
				{font-family:Arial; color:; font-weight:normal; margin:0;}
H1					{font-size:20pt;}
H2					{font-size:16pt;}
H3					{font-size:14pt;}
H4					{font-size:12pt;}
H5					{font-size:10pt;}
H6					{font-size:8pt;}

/* Images */
#imgWaynesLogo		{width:90%; max-width:600px; border:1px solid red; border-radius:10px 10px;}

}


/* Styles for Devices 501-700px wide */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:501px) and (max-width:700px)
{

/* Layout Tables */
.tblhead		{width:100%; margin-top:5px; border-radius:6px 6px; border:1px solid red;}
	.tdhleft		{display:none; visibility:hidden;}
	.tdhcntr		{width:100%; text-align:center; border:1px solid red;}
		#divcont		{display:block; visibility:visible;}
	.tdhrght		{display:none; visibility:hidden;}

.tblbody		{width:100%; border-collapse:collapse;}
	.tdbleft		{display:none; visibility:hidden;}
	.tdbcntr		{width:100%; text-align:center; vertical-align:top;}
	.tdbrght		{display:none; visibility:hidden;}

.tblfoot		{width:100%; border-collapse:collapse; border-top:1px solid red;}
	.tdfleft		{width:33%;}
	.tdfcenter		{width:34%;}
	.tdfright		{width:33%;}

/* Text and Paragraph Styles */
H1, H2, H3, H4, H5, H6
				{font-family:Arial; color:; font-weight:normal; margin:0;}
H1					{font-size:24pt;}
H2					{font-size:20pt;}
H3					{font-size:16pt;}
H4					{font-size:14pt;}
H5					{font-size:10pt;}
H6					{font-size:8pt;}


/* Images */
#imgWaynesLogo		{width:90%; max-width:600px; border:1px solid red; border-radius:10px 10px;}

}


/* Styles for Devices 701-900px wide */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:701px) and (max-width:900px)
{

/* Layout Tables */
.tblhead		{width:100%; margin-top:5px; border-radius:6px 6px; border:1px solid red;}
	.tdhleft		{width:25%; text-align:center; border:1px solid red;}
	.tdhcntr		{width:50%; text-align:center; border:1px solid red;}
		#divcont		{display:none; visibility:hidden;}
	.tdhrght		{width:25%; text-align:center; border:1px solid red;}

.tblbody		{width:100%; border-collapse:collapse;}
	.tdbleft		{width:25%; text-align:center; vertical-align:top;}
	.tdbcntr		{width:50%; text-align:center; vertical-align:top;}
	.tdbrght		{width:25%; vertical-align:top; text-align:right;}

.tblfoot		{width:100%; border-collapse:collapse; border-top:1px solid red;}
	.tdfleft		{width:33%;}
	.tdfcenter		{width:34%;}
	.tdfright		{width:33%;}

/* Text and Paragraph Styles */
H1, H2, H3, H4, H5, H6
				{font-family:Arial; color:; font-weight:normal; margin:0;}
H1					{font-size:22pt;}
H2					{font-size:16pt;}
H3					{font-size:14pt;}
H4					{font-size:12pt;}
H5					{font-size:10pt;}
H6					{font-size:8pt;}

/* Images */
#imgWaynesLogo		{width:90%; max-width:600px; border:1px solid red; border-radius:10px 10px;}
#imgBanner			{width:95%; max-width:300px; border:4px double red; border-radius:10px 10px;}

}


/* Styles for Devices 901-1200px wide */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) and (max-width:1200px)
{

/* Layout Tables */
.tblhead		{width:100%; margin-top:5px; border-radius:6px 6px; border:1px solid red;}
	.tdhleft		{width:25%; text-align:center; border:1px solid red;}
	.tdhcntr		{width:50%; text-align:center; border:1px solid red;}
		#divcont		{display:none; visibility:hidden;}
	.tdhrght		{width:25%; text-align:center; border:1px solid red;}

.tblbody		{width:100%; border-collapse:collapse;}
	.tdbleft		{width:25%; text-align:center; vertical-align:top;}
	.tdbcntr		{width:50%; text-align:center; vertical-align:top;}
	.tdbrght		{width:25%; vertical-align:top; text-align:right;}

.tblfoot		{width:100%; border-collapse:collapse; border-top:1px solid red;}
	.tdfleft		{width:33%;}
	.tdfcenter		{width:34%;}
	.tdfright		{width:33%;}

/* Text and Paragraph Styles */
H1, H2, H3, H4, H5, H6
				{font-family:Arial; color:; font-weight:normal; margin:0;}
H1					{font-size:24pt;}
H2					{font-size:20pt;}
H3					{font-size:16pt;}
H4					{font-size:14pt;}
H5					{font-size:10pt;}
H6					{font-size:8pt;}

/* Images */
#imgWaynesLogo		{width:90%; max-width:600px; border:1px solid red; border-radius:10px 10px;}
#imgBanner			{width:95%; max-width:300px; border:4px double red; border-radius:10px 10px;}


}


/* Styles for Devices >1200px wide */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1201px)
{

/* Layout Tables */
.tblhead		{width:100%; margin-top:5px; border-radius:6px 6px; border:1px solid red;}
	.tdhleft		{width:25%; text-align:center; border:1px solid red;}
	.tdhcntr		{width:50%; text-align:center; border:1px solid red;}
		#divcont		{display:none; visibility:hidden;}
	.tdhrght		{width:25%; text-align:center; border:1px solid red;}

.tblbody		{width:100%; border-collapse:collapse;}
	.tdbleft		{width:25%; text-align:center; vertical-align:top;}
	.tdbcntr		{width:50%; text-align:center; vertical-align:top;}
	.tdbrght		{width:25%; vertical-align:top; text-align:right;}

.tblfoot		{width:100%; border-collapse:collapse; border-top:1px solid red;}
	.tdfleft		{width:33%;}
	.tdfcenter		{width:34%;}
	.tdfright		{width:33%;}

/* Text and Paragraph Styles */
H1, H2, H3, H4, H5, H6
				{font-family:Arial; color:; font-weight:normal; margin:0;}
H1					{font-size:28pt;}
H2					{font-size:24pt;}
H3					{font-size:20pt;}
H4					{font-size:16pt;}
H5					{font-size:12pt;}
H6					{font-size:8pt;}

/* Images */
#imgWaynesLogo		{width:90%; max-width:600px; border:1px solid red; border-radius:10px 10px;}
#imgBanner			{width:95%; max-width:300px; border:4px double red; border-radius:10px 10px;}

}
