@charset "UTF-8";
/************************************************
Client:				Alliance for Nonprofit Mailers
Author:				AR - Xigent Inc.
Date Created:  	August 05 2007
Last Modified:		August 05 2007

Notes:				Main Style Sheet

************************************************/
/* Allows for Text Centering */
html{
text-align:center;
}
body{
width:774px;
margin:0 auto;
text-align:left;
background:#fff url(/images/mainBG.jpg) repeat-x top;
font-family:Arial, Verdana, sans-serif;
}
a:focus{
outline:none;
}
#container{
min-height:10px;
position:relative;
}
/* Basic Styles for Divisions */
#branding{
margin:56px 0px 0px 0px;
width:774px;
height:101px;
background:transparent url(/images/brandingBG.png) no-repeat;
}
#photoBucket{
width:770px;
height:164px;
border-left:2px solid #056598;
border-right:2px solid #056598;
background:#fff url(/images/front/rotate.php) no-repeat;
}
#mainContent{
width:770px;
/*height:400px;*/
height:100%;
border-left:2px solid #056598;
border-right:2px solid #056598;
background:#fff url(/images/mainContentBG.gif) repeat-x top;
padding:18px 0px 0px 0px;
}
/* ImageReplacement for Logo */
h1 a{
display:block;
position:absolute;
top:-57px;
left:-30px;
width:210px;
height:205px;
text-indent:-9999px;
background:transparent url(/images/logo.png) no-repeat;
z-index:10;
}

h2{
position:absolute;
top:25px;
right:25px;
font-size:20px;
color:#006699;
font-weight:bold;
}
h2 a:link, h2 a:visited {
font-size:14px;
color:#006699;
font-style:italic;
text-decoration:underline;
}
h2 a:hover{
color:#DE9735;
}

/* Main Navigation */
#mainNav{
width:582px;
font-size:12px;
font-weight:bold;
color:#065B85;
border-left:1px solid #056598;
border-top:1px solid #056598;
text-align:center;
position:absolute;
top:67px;
right:2px;
}
#mainNav li{
float:left;
margin:0px;
padding:0px;
background:black;
}
#mainNav li a:link, #mainNav li a:visited{
float:left;
display:block;
margin:0px;
padding:4px 11px;
color:#065B85;
line-height:1.6;
background:transparent url(/images/navBG.gif) repeat-x;
}
#mainNav li a:hover{
color:#fff;
background:transparent url(/images/navBGHover.png) repeat-x;
}
#mainNav li.currentTab a:link, #mainNav li.currentTab a:visited{
color:#fff;
background:transparent url(/images/navBGHover.png) repeat-x;
}
/* Welcome - Sign in @ top */
#welcomeSign{
position:absolute;
right:25px;
top:-16px;
font-size:11px;
color:#fff;
}
#welcomeSign a:link, #welcomeSign a:visited{
color:#fff;
text-decoration:underline;
}
#welcomeSign a:hover{
color:#DE9735;
}
/* PhotoBucket Text + Link */
#photoBucket h3, #photoBucket p{
text-indent:-9999px;
}
#photoBucket a:link, #photoBucket a:visited{
display:block;
width:101px;
height:35px;
margin:36px 0px 0px 30px;
padding:8px 0px 0px 8px;
font-size:16px;
font-weight:bold;
color:#fff;
background:transparent url(/images/learnMoreBtn.gif) no-repeat top 

left;
}
/* Sign Up Form */
#signUpForm{
position:absolute;
top:115px;
right:4px;
width:170px;
}
#signUpForm fieldset{
border:none;
}
#signUpForm legend{
font-size:21px;
font-weight:bold;
color:#065B85;
}
#signUpForm p{
margin:4px 0px 0px 0px;
padding:0px 10px 0px 4px;
font-size:11px;
color:#065B85;
}
#signUpForm button{
font-size:16px;
font-weight:bold;
border:0px none;
color:#fff;
cursor:pointer;
display:block;
margin:10px 0px 0px 30px;
padding:8px 0px 9px 1px;
width:100px;
text-align:center;
background:transparent url(/images/joinTodayBtn.gif) no-repeat 

center;
}
/* Breaking News / RSS */
#breakingNews{
position:absolute;
top:283px;
width:752px;
height:30px;
padding:0px 0px 0px 8px;
margin:0px 0px 0px 5px;
background:#FEA21A url(/images/navBGHover.png) repeat-x;
overflow:hidden;
}
#breakingNews h3{
float:left;
margin-top:4px;
height:22px;
width:124px;
font-size:16px;
line-height:1.3;
color:#fff;
border-right:1px solid #3F3F3F;
}
#breakingNews h4{
float:left;
margin:0px 4px 0px 6px;
font-size:12px;
font-weight:bold;
line-height:2.5;
color:#191919;
}
#breakingNews p{
float:left;
margin:0px 4px 0px 4px;
font-size:12px;
line-height:2.5;
color:#191919;
width:500px;
overflow:hidden;
}
#breakingNews p a{
color: #000;
text-decoration: underline;
}
#breakingNews a#rssLink{
float:right;
display:block;
padding:0px 10px 0px 30px;
font-size:12px;
line-height:2.5;
font-weight:bold;
color:#fff;
text-decoration:underline;
background:transparent url(/images/rssBtn.gif) no-repeat 5px center;
}
/* Welcome Message */
#welcomeMessage{
position:absolute;
top:318px;
width:521px;
height:160px;
background:#006699;
padding:4px 0px 0px 6px;
margin:0px 0px 0px 5px;
overflow:hidden;
}
#welcomeMessage h3{
height:50px;
padding:10px 0px 0px 12px;
font-size:23px;
color:#fff;
background:url(/images/bluePostageMark.gif) no-repeat top left;
}
#welcomeMessage p{
height:52px;
margin:-18px 0px 0px 0px;
padding:0px 30px 30px 30px;
font-size:12px;
color:#fff;
line-height:1.4;
overflow:hidden;
}
#welcomeMessage p a{
display:block;
position:absolute;
bottom:25px;
color:#fff;
text-transform:uppercase;
text-decoration:underline;
left:410px;
}
/* Side Image */
#sideImage{
position:absolute;
top:318px;
right:7px;
width:220px;
border:2px solid #056598;
height:156px;
padding:2px;
}
/* Content Boxes */
.contentBox {
width:246px;
min-height:214px;
overflow:hidden;
background:#CDE8F8 url(/images/contentBoxBG.gif) repeat-x;
border:2px solid #056598;
}


/*Common Styles for Content Boxes*/
#newsBox, #topResourcesBox, #membersBox{
float:left;
}
#newsBox h3, #topResourcesBox h3, #membersBox h3{
height:43px;
font-size:23px;
color:#065B85;
margin:4px 0px 0px 4px;
padding:6px 0px 0px 18px;
background:transparent url(/images/whitePostageMark.png) no-repeat;
}
/* News Box */
#newsBox{
margin:204px 5px 5px 5px;
}
#newsBox p{
margin:0px 0px 6px 0px;
padding:0px 20px 0px 10px;
font-size:10px;
color:#065B85;
}
#newsBox h4{
font-weight:bold;
margin:0px 0px 6px 0px;
padding:0px 20px 0px 10px;
font-size:10px;
color:#065B85;
}
#newsBox a:link, #newsBox a:visited{
display:block;
width:87px;
margin:37px 0px 0px 152px;
font-size:12px;
line-height:2.1;
font-weight:bold;
text-transform:uppercase;
color:#fff;
text-align:center;
background:transparent url(/images/readMoreBtn.gif) no-repeat;
}
/* Resources Box */
#topResourcesBox{
margin:204px 5px 5px 0px;
}
#topResourcesBox a{
display:block;
width:133px;
margin:9px 0px 0px 106px;
font-size:12px;
line-height:2.1;
font-weight:bold;
text-transform:uppercase;
color:#fff;
text-align:center;
background:transparent url(/images/moreResBtn.gif) no-repeat;
}
#topResourcesBox ul{
list-style:disc;
font-size:14px;
color:#065B85;
margin:0px 0px 0px 25px;
}
#topResourcesBox ul li{
margin:0px 0px 4px 0px;
}
#topResourcesBox li a:link, #topResourcesBox li a:visited{
display:inline;
margin:0px;
font-weight:normal;
text-transform:none;
text-align:left;
line-height:1.4;
background:none;
color:#065B85;
text-decoration:underline;
}
#topResourcesBox li a:hover{
color:#DE9735;
}
/* Members Box */
#membersBox{
margin:204px 5px 5px 0px;
}
#membersBox fieldset{
padding:0px 0px 0px 20px;
margin:-18px 0px 0px 0px;
border:none;
}
#membersBox legend{
text-indent:-9999px;
}
#membersBox label{
display:block;
margin:0px 0px 2px 0px;
font-size:12px;
color:#065B85;
}
#membersBox input{
width:205px;
margin:0px 0px 8px 0px;
font-size:16px;
height:20px;
border:1px solid #000;
}
#membersBox button{
font-size:12px;
font-weight:bold;
border:0px none;
color:#fff;
cursor:pointer;
display:block;
margin:21px 0px 0px 153px;
padding:5px 0px 5px 1px;
width:66px;
text-align:center;
background:transparent url(/images/signInBtn.gif) no-repeat center;
}
#membersBox a:link, #membersBox a:visited{
display:block;
margin:0px 0px 0px 110px;
font-size:12px;
text-decoration:underline;
color:#065B85;
}
#footer{
margin:5px 0px 0px 0px;
padding:0px 0px 3px 0px;
height:28px;
width:100%;
clear:both;
background:#006699;
}
#footer ul{
float:right;
}
#footer ul li{
float:left;
margin:10px 8px 0px 0px;
padding:0px;
}
#footer p{
display:block;
font-size:11px;
color:#fff;
text-align:center;
text-decoration:none !important;
}
#footer p a:link, #footer p a:visited{
color:#fff;
text-decoration:none !important;
}
#footer p a:hover{
color:#DE9735;
}
/* Sub Page Styles */
#breadCrumbs{
width:465px;
position:absolute;
top:108px;
left:2px;
font-size:10px;
line-height:1.4;
color:#065B85;
}
#breadCrumbs li{
float:right;
margin:0px 0px 0px 4px;
}
#breadCrumbs li a:link, #breadCrumbs li a:visited{
color:#065B85;
text-decoration:underline;
}
#breadCrumbs li a:hover{
color:#DE9735;
}
#printPage{
position:absolute;
top:108px;
right:250px;
padding: 0px 20px 0px 8px;
font-size:10px;
line-height:1.5;
color:#065B85;
display:block;
background:url(/images/printIcon.gif) no-repeat right;
border-left:1px solid #065B85;
}

#subMainContent{
width:770px;
height:100%;
border-left:2px solid #056598;
border-right:2px solid #056598;
background:#DCF1FF url(/images/subRightColBG.gif) repeat-y scroll /* #a1dbff */

533px top;
padding:0px 0px 0px 0px;
}
#subDropShadow{
height:10px;
width:770px;
position:absolute;
top:100px;
left:2px;
background:transparent url(/images/dropShadowDown.png) repeat-x top;
}
#subDropShadowTwo{
height:10px;
width:770px;
position:absolute;
bottom:30px;
left:2px;
background:transparent url(/images/dropShadowUp.png) repeat-x 

bottom;
}
#subMainContent a:link, #subMainContent a:visited{
font-size:11px;
color:#065B85;
text-decoration:underline;
}
#subMainContent a:hover{
color:#DE9735;
}
#subLeftCol{
float:left;
margin:0px 5px 0px 0px;
padding:50px 0px 10px 0px;
width:531px;
font-size:12px;
color:#065B85;
border-left:1px solid #7DB5DE;
border-right:1px solid #7DB5DE;
background:#DCF1FF url(/images/subLeftColBG.jpg) repeat-x;
}
#subLeftCol a:link, #subLeftCol a:visited{
font-size:12px;
color:#065B85;
text-decoration:underline;
}
#subLeftCol h3{
height:43px;
font-size:23px;
color:#065B85;
margin:0px 0px 0px 35px;
padding:6px 0px 0px 18px;
background:transparent url(/images/whitePostageMark.png) no-repeat;
}
#subLeftCol h4{
font-size:14px;
font-weight:bold;
color:#065B85;
margin:0px 0px 0px 35px;
}
#subLeftCol h5{
font-size:12px;
font-weight:bold;
color:#065B85;
margin:0px 0px 0px 35px;
}
#subLeftCol p{
line-height:1.4;
padding:0px 35px 0px 35px;
margin:0px 0px 8px 0px;
}
#subLeftCol ul{
margin: 10px 0px 10px 65px;
list-style-type:disc;
line-height:1.4;
}
#subLeftCol ol{
margin:0px 35px 0 35px;
}
#subLeftCol ol li{
list-style-type: decimal;
margin:0px 35px 0 35px;
}
#subLeftCol blockquote{
margin: 0px 0px 0px 50px;
}
#subLeftCol ul li{
margin:0px 10px 4px 0px;
}
#subLeftCol th{
margin-left: 0;
}
#subRightCol{
float:left;
padding:0px 0px 10px 0px;
margin-bottom:-5px;
width:230px;
font-size:11px;
color:#065B85;
background:#006699;
}
#subRightCol img{
border:2px solid #fff;
margin:10px 0px 10px 8px;
}
#subRightCol h3{
padding:0px 15px 0px 20px;
font-size:20px;
color:#fff;
}
#subRightCol h4{
margin:10px 0px 0px 0px;
padding:0px 15px 0px 20px;
font-size:14px;
color:#fff;
}
#subRightCol p{
padding:0px 15px 0px 20px;
color:#fff;
}
#subRightCol a:link,#subRightCol a:visited{
color:#fff;
}
#subRightCol a:hover  {
color:#DE9735;
}
#subRightCol ul{
margin:10px 0px 0px 0px;
padding:0px 15px 0px 30px;
list-style:disc;
font-size:11px;
color:#fff;
}
#subRightCol ul li{
margin:0px 0px 6px 0px;
}