@import url("reset.css");

body {height:100%; overflow: hidden;}

form#mainform {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100.01%;
	height: 100%;
	color : #333333;
	background: #C1E7FA url(/paperless/images/background_noflash.jpg) center center no-repeat;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color : #045D31;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color : #045D31; text-decoration: none; }
h1 a:hover { text-decoration: underline; }

h1 a img {vertical-align: top; margin: 3px 0 0 12px;}

h1 span {display: none;}

h2 {
	font-size: 17px;
	font-weight: bold;
	color : #329A65;
	margin: 0 0 0.1em 0;
	padding: 0;
	letter-spacing: -1px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color : #329A65; text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h3 {
	font-size: 13px;
	color : #517B0B;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active { color : #517B0B; text-decoration: none; }
h3 a:hover { text-decoration: underline; }

h4 {
	font-size : 12px;	
	color : #000;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active { color : #000000; text-decoration: none; }
h4 a:hover { text-decoration: underline; }

h5 {
	font-size : 11px;	
	color : #A0A5AB;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h5 a:link, h5 a:visited, h5 a:hover, h5 a:active { color : #A0A5AB; text-decoration: none; }
h5 a:hover { text-decoration: underline; }

p {margin : 0 0 1em 0; line-height: 1.2em;}

ul { margin: 0;	padding: 0;}
ul li {	margin: 0;	padding: 0;}

a {text-decoration : underline;}
a:link{color : #329A65;}
a:visited {color: #329A65;}
a:hover {color: #329A65; text-decoration: none;}
a:active {color : #329A65;}

table.outer-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.outer-table td { vertical-align: middle; text-align: center;}

#outer-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner-wrapper {
	width: 952px;
	height: 460px;
	margin-left: -476px;
	position: absolute;
	top: -273px;
	left: 50%;
	font-size : 62.5%;
	text-align: left;
}

#swf-home {
	background: transparent url(../images/slideshow.jpg) 0 0 no-repeat;
	height: 317px;
	width: 573px;	
	z-index: 1;
}

#top-nav-wrapper {
	margin: 0 auto 0 auto;
	height: 50px;	
	width: 952px;
}

.logo {
	float: left; 
	margin: 0 0 0 5px;
	padding: 0;
}

#top-nav{
	list-style-type: none;	
	width: 608px;	
	margin: 12px 0 0 0;	
	padding: 0;
	float: left;
}

#top-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 ;
}

#top-nav li a {
	float: left;
	height: 32px;
	text-decoration: none;
	margin: 0;
	background: transparent url(../images/navigation.png) 0 0 no-repeat;
}

#top-nav li a span {display: none;}

#top-nav li#nav-1 a {background-position: 0 0;	width: 106px;}
#top-nav li#nav-2 a {background-position: -106px 0;	width: 108px;}
#top-nav li#nav-3 a {background-position: -214px 0; width: 94px;}
#top-nav li#nav-4 a {background-position: -308px 0; width: 40px;}
#top-nav li#nav-5 a {background-position: -348px 0; width: 44px;}
#top-nav li#nav-6 a {background-position: -392px 0; width: 97px;}
#top-nav li#nav-7 a {background-position: -489px 0; width: 119px;}

/* main nav hover state */

#top-nav li#nav-1 a:hover {background-position: 0 -32px;}
#top-nav li#nav-2 a:hover {background-position: -106px -32px;}
#top-nav li#nav-3 a:hover {background-position: -214px -32px;}
#top-nav li#nav-4 a:hover {background-position: -308px -32px;}
#top-nav li#nav-5 a:hover {background-position: -348px -32px; }
#top-nav li#nav-6 a:hover {background-position: -392px -32px;}
#top-nav li#nav-7 a:hover {background-position: -489px -32px;}

/* second-level lists */

#top-nav li ul { 
	position : absolute;
	list-style-type: none;
	margin : 32px 0 0 11px;
	padding : 0 9px 8px 0 ; 
	width : 148px;
	clear : both;
	font-size: 11px;
	z-index : 2;
	left: -999em;
	text-align: left;
	background: transparent url(../images/transparentBackground.png) 0 100% no-repeat;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */}

/*reset margin top for IE6/7*/
* html #top-nav ul {
	margin: 0 0 0 11px;
	padding: 0;
	background: transparent url(../images/transparentBackground.gif) 0 100% no-repeat;
} 
*:first-child+html #top-nav ul {margin: 0 0 0 11px;}

#top-nav li ul li a:link,
#top-nav li ul li a:visited,
#top-nav li ul li a:hover,
#top-nav li ul li a:active {
	padding : 4px 6px 4px 6px;
	border-bottom: 1px solid #67CC99;
	display:block; 	
	color:#FFF; 
	text-decoration:none; 
	background-image: none !important;
	width : 136px !important;
	height: auto;
	margin: 0;
}

#top-nav li ul li a:hover {
	color : #FFFFFF;
	background: transparent url(../images/highlight.png) 0 0 no-repeat !important;
	text-decoration : none;
}
* html #top-nav li ul li a:hover {background: transparent url(../images/highlight.gif) 0 0 no-repeat !important;}

*:first-child+html #top-nav li:hover, *:first-child+html #top-nav li.over { position: static;}

#top-nav li ul li {margin:0;}

#top-nav li:hover ul ul, 
#top-nav li:hover ul ul ul, 
#top-nav li.over ul ul, 
#top-nav li.over ul ul ul {
	left: -999em;
}

#top-nav li:hover ul, 
#top-nav li li:hover ul, 
#top-nav li li li:hover ul, 
#top-nav li.over ul, 
#top-nav li li.over ul, 
#top-nav li li li.over ul { /* lists nested under hovered list items */
	left: auto;
}

/***********************/

#content {
	height: 463px; 
	width: 952px;		
	font-size: 11px;
	padding: 0; 
	margin: 1px auto 0 auto; 
}

#outerleftcol {
	float: left; 
	width: 573px;
	background: #FFF url(../images/verticalLine.jpg) 0 0 no-repeat;
	overflow: auto;
	height: 462px;
	border-top: 1px solid #E0E6E6;
	display: inline;
	margin: 0;
	padding: 0;
}
* html #outerleftcol {height: 463px;}

#outerleftcol.home {height: 463px !important; overflow: hidden; border-top: none;}

#outerleftcol .pad {padding: 25px 15px 0 25px;}

#hp-left-col {
	float: left;
	width: 289px;
	background: transparent url(../images/verticalLine.jpg) 100% 100% no-repeat;
	margin: 0 0 0 1px;
	padding: 0;	
	height: 146px;	
	position: relative;	
}
* html #hp-left-col {margin: 0;}

#hp-mid-col {
	float: left;
	width: 283px;	
	margin: 0;	
	padding: 0;	
	height: 146px;	
	background: transparent url(../images/gradientBG.png) 0 0 repeat-x;
}

#hp-mid-col .pad {padding: 10px 0 0 20px;}

#hp-mid-col h3 {margin-top: 10px !important;}

#outerleftcol .content-default-left {
	float: left;
	width: 123px;
	margin: 0 12px 0 0;
}

#social-media img {
	padding: 3px 3px 3px 3px;
}

#outerleftcol .content-default-right {
	float: left;
	width: 338px;
	margin: 0;
}

/* top-links section */

#top-links {
	list-style-type : none;
	margin : 8px 0 1em 0 !important;
	padding : 0 !important;
	font-weight: bold;
}

#top-links li {
	list-style-type : none;
	float : left;
	padding : 0 6px 0 8px !important;
	background: none !important;
	margin: 0;
	border-left: 1px solid #333; 
	line-height: 1.1em;
}
#top-links li.first-item {padding-left :0 !important; border-left: none;}
#top-links li.clear { float: none; clear: both; border: none; height: 0; font-size: 0; }

#top-links a:link{color: #329A65; text-decoration:none;}
#top-links a:visited{color: #329A65;}
#top-links a:hover{color: #329A65; text-decoration:underline;}
#top-links a:active{color: #329A65;}

#outerleftcol ul {margin: 0; padding: 0 0 10px 10px;}

#outerleftcol ul li {
	background: transparent url(../images/img_bullet.gif) 0 4px no-repeat;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;	
	display: block;
	line-height: 1.4em;
}

#outerleftcol a.cross-link {
	text-decoration : none;
	background: transparent url(../images/icon_plus.gif) 0 3px no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	display: block;
}
#outerleftcol a.cross-link:link{color : #86B42E;}
#outerleftcol a.cross-link:visited {color: #86B42E;}
#outerleftcol a.cross-link:hover {color: #86B42E; text-decoration: underline;}
#outerleftcol a.cross-link:active {color : #86B42E;}

#outerleftcol .blog-left {float: left; width: 86px; margin: 0 12px 0 0;}
#outerleftcol .blog-right {float: left; width: 410px;}
#outerleftcol .blog-right h4 {color:#999999;font-size:1em;font-weight:normal;margin-bottom:0.2em;}

#outerleftcol .blog-details-left {
	float: left;
	width: 125px;
	margin: 0 12px 0 0;
}

#outerleftcol .blog-details-right {
	float: left;
	width: 375px;
	margin: 0 ;
}

#outerleftcol .left-div {float: left; width: 30px; margin: 0 7px 0 0;}

#outerleftcol .right-div {float: left; width: 84px; margin: 0 ;}

#outerleftcol #video {
	float: left;
	height: 350px;
	width: 520px;
	background-color: #ccc;
	margin: 0 0 10px 0;
}

#outerleftcol .thumbnail {margin-bottom: 8px;}

#outerrightcol {
	float: left;
	width: 230px;
	margin:  0;
	padding: 0;	
	background: #FFF url(../images/verticalLine.jpg) 0 0 no-repeat;
	border-top: 1px solid #E0E6E6;
	height: 462px;
	display: inline;	
}

#hp-mid-col p, #alliance-subscription p, #outerleftcol #quote p {margin-bottom: 0.4em;}

#hp-content-right {
	padding: 15px 10px 0 20px; 
	height: 301px;
	margin-left: 1px;
	border-right: 1px solid #E0E6E6;
}

#hp-content-right h2 {
	font-size: 19px;
}

#hp-content-right h2 a:link, 
#hp-content-right h2 a:visited, 
#hp-content-right h2 a:hover, 
#hp-content-right h2 a:active {
	color: #045D31; text-decoration: none;
}

#content-right {
	padding: 0 ; 
	height: 316px;
	margin-left: 1px;
	background: transparent url(../images/pod_background.jpg) 0 100% repeat-x;
}

#content-right img {display: block;}

.info {padding: 10px 10px 0 20px;}

#alliance-subscription {
	width: 229px;
	height: 145px;	
	padding: 0;
	border-top: 1px solid #34312C;
	margin-left: 1px;	
	position: relative;
	background: transparent url(../images/gradientBG.png) 0 0 repeat-x;
}

#alliance-subscription #page1 {padding: 8px 10px 0 15px; display: block; width: 200px;}
#alliance-subscription #page2 {padding: 8px 10px 0 15px; display: none; width: 200px;}

#subscription-form label, #tellafriend-form label {
	float: left;
	width: 35px;
	vertical-align: middle;
	margin-top: 2px;	
}
#tellafriend-form label {width: 80px;}

#subscription-form input.text,#tellafriend-form input.text {
	width: 155px;
	border: 1px solid #0B8346;
	background-color: #FFF !important;
	margin: 0 0 4px 0;
	padding: 1px 2px 1px 3px;
	font-size: 11px;
}

#tellafriend-form input.text {width: 110px; margin: 0 0 3px 0;}
* html #tellafriend-form input.text {margin: 0 0 1px 0;}
*:first-child+html #tellafriend-form input.text {margin: 0 0 1px 0;}

#subscription-form .join {
	float: right;
	height: 26px;
	width: 74px;
	margin: 0 -1px 0 0;
	border: none;
}
* html #subscription-form .join {margin: 2px -4px 0 0;}
*:first-child+html #tellafriend-form .join {margin: 2px 3px 0 0;}

#tellafriend-form .join {
	float: right;
	height: 21px;
	width: 70px;
	margin: 0 3px 0 0;
	border: none;
}
* html #tellafriend-form .join {margin: 2px 0 0 0;}

#alliance-subscription .vertical-button {position: absolute; right: -23px; top: 10px; height: 124px; width: 23px;}
* html #alliance-subscription .vertical-button {right: -24px;}


/* Reusable Classes
************************************************************/

.clear-hidden {
	margin : 0;
	padding : 0;
	font-size : 1px;
	line-height: 1px;
	clear : both;
	height: 1px;
}

.clear {clear: both;}

.floatright {float: right; clear: right; margin: 0 0 10px 15px;}

.floatleft {float: left; margin: 0 10px 0 0; display: block;}

ul.leaf {margin: 0; padding: 0;}

ul.leaf li {
	background: transparent url(../images/iconLeaf.png) 0 2px no-repeat;
	list-style-type: none;
	padding: 0 0 0 28px;
	color: #333333;
	font-size: 9px;
	display: block;
}

div.hr {
	background: transparent url(../images/content_dottedHR.gif) 0 0 no-repeat;
	margin: 10px 0;
	height: 1px;
	border: 0;
	padding: 0;
	clear:both;
}

div.hr hr { display: none;}

.hp-flash {display: block;}

.highlight-text {color: #000; font-weight: bold;}

.block-img {display: block;}

p.left {float: left; font-size: 1em; color: #999999; margin-bottom: 0.5em;}

#outerleftcol ul ul
{
       margin: 0 0 0 20px;
}

#outerleftcol fieldset {
	display: block;
	margin: 0 0 10px 0;
}

#outerleftcol fieldset label {
	float: left;
	padding: 2px 8px 0 0;
	width: 100px;
	text-align: right;
}

#outerleftcol fieldset input.text {
	float: left;
	width: 200px;
}

#outerleftcol fieldset input.text-long {
	float: left;
	width: 280px;
}

#outerleftcol fieldset input.submit {
	float: left;
}

#outerleftcol fieldset textarea {
	float: left;
	width: 280px;
}

#outerleftcol fieldset span.checkbox {
	float: left;
	padding: 4px 8px 0 0;
	width: 100px;
	text-align: right;
}

#outerleftcol fieldset label.checkbox-label {
	text-align: left;
	width: 280px;
}
