@charset "utf-8";
/*	
 *	Zip Mail Servicies, Inc.
 *	Main Website Styles
*/

/************************************************
* Global Styles
************************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
	background-color:  #051c3b;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 0;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 4px 4px 20px #000;
	-moz-box-shadow: 4px 4px 20px #000;
}

p, li {
	color: #595858;
	font-size: 1em;
}

h1 { 
	color: #0053a0;
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	color: #0053a0;
	font-size: 1em;
	font-weight: bold;
}

.floatRight {
	float: right;
}

.grayBorder {
	border: 2px solid #97989a;
	margin-top: -10px;
	margin-bottom: 10px;
}



/************************************************
* Header Styles
************************************************/

#header {
	height: 167px;
	width: 960px;
	position: relative;
}

#logo {
	background-image: url(../images/zipLogo.gif);
	position: absolute;
	top: 18px;
	height: 101px;
	width: 960px;
}

#clickableLogo{
	height:101px;
	width: 200px;
	left: 30px;
	position: absolute;
}

.login {
	top: 139px;
	left: 685px;
	position: absolute;
}

.login input {
	width: 100px;
	border: 1px solid #c0c2c4;
	color: #0053a0;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

input.submit {
	background-color: #568dc0;
	color: #fff;
	font-size: .8em;
	width: 40px;
	border: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	padding: 1px;
}

input.submit:hover {
	cursor: pointer;
	background-color: #97989a;
}

/************************************************
* Main Navigation Styles
************************************************/

ul.topnav {  
  background-color: #0053a0;
  position: absolute;
  top: 134px;
  list-style: none;  
  padding: 0 20px;  
  margin: 0;  
  float: left;  
  width: 920px;  
  background-color: #0053a0;  
  font-size: .9em;
  font-weight: bold;
}  
  
ul.topnav li {  
  float: left;  
  margin: 0;  
  padding: 0;  
  position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}
  
  
ul.topnav li a{  
  padding: 8px 5px 8px 14px;  
  color: #fff;  
  display: block;  
  text-decoration: none;  
  float: left;  
}  

ul.topnav li.home {
	width: 72px;
	background: url(../images/home.gif) no-repeat;
	
}

ul.topnav li.home:hover{
  width: 72px;
  background: url(../images/homeOver.gif) no-repeat; 
}

ul.topnav li.home a {
	width: 49px;
	padding-left: 16px;
}

ul.topnav li.home.currentPage{
  width: 72px;
  background: url(../images/homeOver.gif) no-repeat;
  cursor: default;
}

ul.topnav li.about, ul.topnav li.services {
	width: 92px;
	background: url(../images/about.gif) no-repeat;
}

ul.topnav li.about:hover, ul.topnav li.services:hover{
  width: 92px;
  background: url(../images/aboutOver.gif) no-repeat;
  cursor: default;
}

ul.topnav li.about.currentPage, ul.topnav li.services.currentPage{
  width: 92px;
  background: url(../images/aboutOver.gif) no-repeat;
  cursor: default;
}

ul.topnav li.resources a {
	padding-left: 12px;
	width: 84px;
}

ul.topnav li.contact, ul.topnav li.resources {
	width: 101px;
	background: url(../images/contact.gif) no-repeat;
}

ul.topnav li.contact:hover, ul.topnav li.resources:hover{
  width: 101px;
  background: url(../images/contactOver.gif) no-repeat; 
}

ul.topnav li.contact:hover {
	cursor: default;
}

ul.topnav li.contact.currentPage, ul.topnav li.resources.currentPage {
	width: 101px;
	background-image: url(../images/contactOver.gif);
	cursor: default;
}

ul.topnav li ul.subnav {  
       list-style: none;  
       position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
       left: 0; top: 32px;  
       background: #0053a0;  
       margin: 0; padding: 0;  
       display: none;  
       float: left;  
       width: 170px;   
	   padding: 5px;
}  

ul.topnav li ul.subnav li{  
       margin: 0; padding: 0;  
       border-top: 1px solid #9a9999; /*--Create bevel effect--*/  
       border-bottom: 1px solid #9a9999; /*--Create bevel effect--*/  
       clear: both;  
       width: 170px;  
}

ul.topnav li ul.subnav li.noBorderTop {
	border-top: none;
}

ul.topnav li ul.subnav li.noBorder {
	border-bottom: none;
}

html ul.topnav li ul.subnav li a {  
       float: left;  
       width: 155px;  
       background: #0053a0;  
       padding-left: 10px;  
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
       background: #348ae7;  
}  


/************************************************
* Sidebar Navigation Styles
************************************************/

#sidebarNav {
	float: left;
	width: 160px;
	list-style: none;
	margin-left: 11px;
	padding-left: 0px;
	margin-top: 25px;
}

#sidebarNav li {
	margin-bottom: 5px;
	background-image: url(../images/sidebarNavBG.gif);
	text-align: center;
	color: #fff;
}

#sidebarNav li:hover {
	background-image: none;
	background-color: #97989a;
	cursor: pointer;
}

#sidebarNav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	display: block;
	height: 25px;
	padding-top: 8px;
}

#sidebarNav li.currentSubNav {
	background-image: none;
	background-color: #97989a;
	cursor: default;
}

	

/************************************************
* Main Content Styles
************************************************/

#main {
	min-height: 500px;
	margin-top: 25px;
	margin-left: 191px;
	margin-right: 300px;
	width: 461px;
}

#main.homepage {
	margin-left: 10px;
	width: 670px;
}

#main.homepage a {
	color: #0053a0;
	text-decoration: none;
}

#main.homepage a:hover {
	text-decoration: underline;
}

#main h1 {
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 20px;
}

.testimonialName {
	color: #0053a0;
	font-style: italic;
	font-size: .9em;
	margin-top: -18px;
	margin-left: 35px;
}

.testimonialName a {
	color: #0053a0;
	font-style: italic;
}

#main ul {
	margin-top: 0px;
}

#main ul.ulMargins{
	margin-top: -20px;
}

#main .bigMargin {
	margin-bottom: 40px;
}

#main ul.resourcesUl {
	padding-left: 0px;
	margin-top: -66px;
}

#main ul.resourcesUl li{
	list-style: none;
	margin-bottom: 15px;
}

#main ul.resourcesUl a {
	color: #0053a0;
	text-decoration: none;
}

#main ul.resourcesUl a:hover {
	text-decoration: underline;
}

#resourcePics {
	margin-left: -190px;
}

#resourcePics a img {
	border: none;
	display: block;
	margin-bottom: 10px;
}

.jobApplication {
	padding-left: 20px;
}

.jobApplication a {
	color: #0053a0;
	text-decoration: none;
}

.jobApplication a:hover {
	text-decoration: underline;
}

/************************************************
* Request Information Form Styles
************************************************/

#requestForm p {
	color: #0053a0;
	font-weight: bold;
}

#requestForm p.checkbox {
	color: #595858;
	font-weight: normal;
	margin-bottom: 10px;
}

#requestForm label { 
	width: 10em;
	float: left; 
}

#requestForm label.error { 
  display: block;
  padding-left: 15.5em;
	color: #0053a0;
	vertical-align: top;
	font-size: .7em;
	font-weight: normal;
}

#requestForm .submitRequest { 
	margin-left: 20px;
	background-color: #0053a0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 30px;
	width: 90px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	border: 0px;
	margin-top: 10px;
}

#requestForm .submitRequest:hover {
	background-color: #97989a;
	cursor: pointer;
}



/************************************************
* Contact Sidebar Styles
************************************************/

#contactSidebar {
	width: 230px;
	float: right;
	background-color: #e7e7e8;
	border-top: 13px solid #0053a0;
	margin-top: 25px;
  margin-bottom: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	font-size: .9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

div.mask {
  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px;
  width: 203px;
  -moz-box-shadow: 0px 1px 11px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 1px 11px rgba(000,000,000,0.3);
	box-shadow: 0px 1px 11px rgba(000,000,000,0.3);
}

a.button {
  width: 203px;
  text-decoration: none;
  display: block;
	font-size: 14px;
  font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #97989a;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
  background-color: mix(#4a9aea, #207ce5, 60%);
  background-image: -moz-linear-gradient(top, #4a9aea, #207ce5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a9aea), to(#207ce5));
  background-image: -webkit-linear-gradient(top, #4a9aea, #207ce5);
  background-image: -o-linear-gradient(top, #4a9aea, #207ce5);
  background-image: linear-gradient(to bottom, #4a9aea, #207ce5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a9aea, endColorstr=#207ce5, GradientType=0);
}

a.button:hover {  
  background-color: mix(#207ce5, #4a9aea, 60%);
  background-image: -moz-linear-gradient(top, #207ce5, #4a9aea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#207ce5), to(#4a9aea));
  background-image: -webkit-linear-gradient(top, #207ce5, #4a9aea);
  background-image: -o-linear-gradient(top, #207ce5, #4a9aea);
  background-image: linear-gradient(to bottom, #207ce5, #4a9aea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#207ce5, endColorstr=#4a9aea, GradientType=0);  
}

a span.email-button {
  background: url("../images/email-icon.png") no-repeat 20px 16px;
  display: block;
  padding: 15px 20px 15px 72px;
  line-height: 16px;
}

#contactSidebar h2 {
	font-weight: normal;
	color: #0053a0;
}

#contactSidebar strong {
	font-style: normal;
}

#contactSidebar p {
	color: #000;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#contactSidebar p a {
	color: #000;
}

#contactSidebar p a:hover {
	color: #0053a0;
}

#contactSidebar p.corporateContact {
	padding-bottom: 15px;
	border-bottom: 1px solid #cbc9c9;
	margin-bottom: 15px;
}

/************************************************
* CrawlText Styles
************************************************/

.crawltext-stop {
  clear: both;
}

.crawltext-stop marquee {
	margin-top: 10px;
	clear: both;
}


/************************************************
* Footer Styles
************************************************/

#footer {
	background: url(../images/footerBackground.gif) no-repeat;
	height: 75px;
	width: 960px;
	position: relative;
	color: #fff;
	font-size: .7em;
	clear: both;
	margin-top: 20px;
}

ul.footerNav{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 25px;
}

ul.footerNav li{
	display: inline;
	color: #fff;
}

ul.footerNav li a {
	color: #fff;
	text-decoration: none;
}

ul.footerNav li a:hover {
	text-decoration: underline;
}

p.copyright {
	position: absolute;
	top: 45px;
	left: 25px;
	color: #fff;
}