@charset "utf-8";

/* All Body and Main Container styles */

body {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
} 

/* All Header styles */

#header {
	height: 120px;
	width: 990px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/header-back.gif);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#logo {
	width: 500px;
	height: 100px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#logo img {
	border:none;
}

#menuTop {
	float: right;
	height: 20px;
	width: 350px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/menuTop-back.gif);
	background-repeat: no-repeat;
	width: 370px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menuTop a {
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
}

#menuTop a:hover {
	padding: 5px;
	font-size: 1.1em;
	color: #09F;
	text-decoration: none;
}
#telTop {
	float: right;
	height: 20px;
	width: 350px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
}
#telTop p {
	width: 350px
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #486094;
	text-align: right;
}
.sidebarTop {
	height: 25px;
	width: 185px;
	background-color: #4CBDE3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* All Sidebar styles */

.sidebarTop p{
	margin: 0px;
	text-align: center;
	font-size: 1.05em;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebarTop p a{
	margin: 0px;
	text-align: center;
	font-size: 1.05em;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebarTop p a:hover {
	margin: 0px;
	text-align: center;
	font-size: 1.05em;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sidebarLeft {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 196px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	margin: 0px;
}
#sidebarRight {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 196px; /* top and bottom padding create visual space within this div */
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.sidebar {
	width: 185px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}
.sidebar li {
	display: block;
	background-color: #BBE7F4;
	width: 180px;
	height: auto;
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.sidebar li:hover {
	display: block;
	background-color: #62C8EA;
	width: 180px;
	height: auto;
	list-style-type: none;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 0px;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
}


.sidebar a{
	text-decoration: none;
	font-size: 1em;
	color: #333;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sidebar a:hover {
	text-decoration: none;
	font-size: 1em;
	color: #000;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
.sidebar .itForm00 {
	text-align: center;
	padding: 0px;
	width: 185px;
	margin: 0px;
}
.sidebar .itForm01 {
	text-align: center;
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* All Main Content styles */

#mainContent {
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	border: 1px solid #CCC;
	padding: 10px;
	height: auto;
	width: auto;
}

#mainContent h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #455B89;
}
#mainContent h3 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #455B89;
}

#mainContent a {
	color: #455BB2;
	text-decoration: underline;
	font-weight: normal;
}
#mainContent a:hover {
	color: #09F;
	text-decoration: none;
}
.goTop {
	float: right;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #999;
}
.goTop a {
	color: #999;
}
.goTop a:hover {
	color: #09F;
}

/* All Footer Styles */

#footer {
	height: 70px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a{
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #09F;
}
#copyright {
	width: 200px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	color: #455D92;
	height: 35px;
	float: right;
}
#valid {
	height: 35px;
	width: 100px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#valid img {
	border:none;
}
#mailForm {
	height: 200px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* Miscellaneous styles */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.mainPic {
	height: auto;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#priceCalc {
	height: 119px;
	width: 469px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#calcTop {
	height: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 469px;
	background-image: url(../images/calcTop.gif);
	background-repeat: no-repeat;
}
#calcBott {
	height: 15px;
	width: 469px;
	background-image: url(../images/calcBott.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.tabCalc {
	width: 460px;
	height: 73px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/calcMain.gif);
	background-repeat: repeat-x;

}
#calcMain {
	background-image: url(../images/calcMain.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 469px;
}


#priceCalc .pcA {
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#priceCalc .pcB {
	height: auto;
	width: 65px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.tabCalc td{
	margin: 0px;
	padding: 0px;

}
.tabCalc tr {
	margin: 0px;
	padding: 0px;
}
.floatRight {
	float: right;
	padding-left: 15px;
}
.floatLeft {
	float: left;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#browseReporter {
	padding-top: 25px;
}
#browseReporter p{
	font-size: 0.75em;
}
#pickupLines {
	height: 433px;
	width: 555px;
	
}

#pickupLines img {
	border:none;
}
#downloadList a{
	margin: 10px;
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 11px;
}
