/*
 This StyleSheet is for the 'Quitman  Wireless' web site.
 This StyleSheet may not be reproduced without express written consent
 From its author.
 
 Last Modified: 8 December 2004
 Modified By  : Jack Frost IV

 Created By   : Jack Frost IV
 Date Created : 19 November 2004
*/

/* ------- Styles to fix five year old bugs in Microsoft's Internet Explorer ------- */

/* Fix for IE float drop bug */
.visualIEFloatDropFix
{
	height: 176px;
	width: 216px;
	display: block;
}


/* ------- Traditional XHTML Markup Styles ------- */
body
{
	background-color: black;
	color: white;
}

a, a.hover, a.link, a.visited
{
	color: yellow;
}

p
{
	text-indent: 0px;
}

img
{
	border: 0px;
}

/* ------- Framework ------- */
#Main
{
	position: relative;
	width: 750px;
	height: auto;
	margin: 35px auto 0 auto;
}

#Masthead
{
	position: relative;
	width: 750px;
	height: 124px;
}

#Navigation
{
	position: relative;
	width: 750px;
	height: 22px;
	background-color: black;
	background-image: url(../Images/navbar.bg.gif);
	background-repeat: repeat-x;
}

#LeftNav
{
	position: absolute;
	top: 0px;
	left: 25px;
}

#RightNav
{
	position: absolute;
	right: 25px;
	top: 0px;
}

#Logo
{
	position: relative;
	width: 750px;
	height: 82px;
	background-color: #007233;
	background-image: url(../Images/masthead.bg.png);
}

#LogoLeft
{
	position: absolute;
	height: 82px;
	width: 572px;
	left: 0px;
	top: 0px;
	background-image: url(../Images/masthead.leftbg.png);
	background-repeat: no-repeat;
}

#LogoRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 82px;
	width: 160px;
	background-image: url(../Images/masthead.rightbg.png);
	background-repeat: no-repeat;
}

#SecNavigation
{
	position: relative;
	height: 20px;
	width: 750px;
	background-color: #880517;
	background-image: url(../Images/secnav.bg.gif);
	background-repeat: repeat-x;
}

#SecNavigationButtons
{
	top: 0px;
	right: 0px;
	width: 750px;
	height: 20px;
	text-align: right;
}

#Content
{
	width: 750px;
	background-color: #C8E0EA;
	background-image: url(../Images/content.bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#ContentLeft
{
	float: left;
	width: 460px;
	margin: 25px 0 35px 25px;
	display: inline;
}

#ContentRight
{
	margin-left: 519px;
	margin-top: 0px;
	height: 176px;
	width: auto;
	background-image: url(../Images/content.circle.laptop_field.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#SectionTitle
{
	margin-bottom: 10px;
}

#Meat
{
	width: 455px;
	height: auto;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10pt;
	line-height: 16pt;
	background-color: #0179A6;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
}

#Footer
{
	height: 20px;
	width: 750px;
	background-color: #0179A6;
	clear: both;
}

#FooterLeft
{
	float: left;
	height: 20px;
	width: 422px;
	margin-left: 25px;
	display: inline;
	background-image: url(../Images/footer.tech_provider.gif);
	background-repeat: no-repeat;
}

#FooterRight
{
	height: 20px;
	width: 104px;
	margin-left: 642px;
	background-image: url(../Images/footer.copyright.gif);
}

/* -------- Text/Paragraph Styles -------- */

h3 { font-size: 12pt; }

.Footnote
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
}

/* -------- Table Styles for Tabular Data-------- */

th
{
	font-size: 8pt;
	font-weight: bold;
	background-color: #C8E0EA;
	color: black;
	line-height: 9pt;
}

td.TableTitle
{
	font-size: 12pt;
	font-weight: bold;
}

td.TableFoot
{
	font-size: 8pt;
	background-color: #C8E0EA;
	color: black;
}

td.CellItems
{
	font-size: 8pt;
	background-color: #C8E0EA;
	text-align: center;
	color: black;
}

.Promotion
{
	font-size: 8pt;
	background-color: yellow;
	text-align: center;
	color: black;
}