@charset "UTF-8";
/* CSS Document */
   <!--
     * {
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
    }
   html, body {
	height: 100%;
	background-image: url(/images/side-nav/blue/bottom.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #28207F;
	font-size: 13px;
   }
   #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -46px;
	margin-left: auto;
   }
   
   #wrapper #homeheader {
	background-image: url(../images/headers/sameday.jpg);
	background-repeat: repeat-x;
	background-position: 195px;
	background-color: #FFFFFF;
}
 
#wrapper #homeheader #logo {
 width: 195px;
 background-image: url(/images/panex_logo.gif);
}
   
   #wrapper #footer {
 
 background-color: #E60021;
 height: 46px;
}
   #footer, #push {
 
 clear: both;
   }
 

 #footer #footerLeft {
 width: 167px;
 display: block;
 
 float: left;
}
 #footer #footerRight {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	background-color: #E40022;
	margin-left: 167px;
	padding-left: 20px;
}
 #footerClearFloats {
 clear: both;
 
}
 
#wrapper #homeNav {
	color: #2B207B;
	width: 167px;
	background-color: #261E7E;
	display: block;
	float: left;
	margin-right: 25px;
}
#wrapper #homeNav #address {
 color: #FFFFFF;
 font-size: 10px;
 font-family:   Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 line-height: 10px;
 margin-top: 20px;
 margin-right: 10px;
 margin-bottom: 0px;
 margin-left: 10px;
}
#wrapper #content {
	width: auto;
	display: block;
}
 
#wrapper #content ul {
 list-style-image: url(/images/bullet.gif);
 display: block;
 width: auto;
 padding-left: 15px;
 list-style-position: outside;
 margin-left: 0px;
}
 
#wrapper #homeNav #address a{
 color: #FFFFFF;
 text-decoration:none;
 
}
 
#wrapper #homeNav #address a:hover{
 color: #FFFFFF;
 text-decoration:underline;
 
 
}
 
#wrapper #content li {
 margin-bottom: 13px;
}

 
#wrapper #content #textColumns {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	line-height: 14px;
	margin-bottom: 0px;
	float: left;
	width: inherit;
	min-width: 80%;
	margin-left: 0px;
}
#wrapper #content #textColumns img {
}
 
#wrapper #content #credircards {
}
 
.titleBottomMargin {
 margin-bottom:10px;
 margin-top: 35px;
}

#wrapper #content #contentFloatRight #formItem #formText {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A217B;
	width: 200px;
}
#wrapper #content #contentFloatRight #formItem #formInput {
}
#wrapper #content #contentFloatRight #formItem {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.style1 {color: #E40022}
 
-->