body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #eaf3f9;
}

p {
    color:#444041;
    font-size:110%;
    line-height:125%;
    margin-top: 0;
    margin-bottom: 20px;
}

table {
    color:#444041;
    font-size:110%;
    line-height:125%;
    margin-top: 0;
    margin-bottom: 20px;
}

p a {
    color: #4995ba;
}

ul a {
    color: #4995ba;
}

ol a {
    color: #4995ba;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}
/******************************************
font and color classes
******************************************/
.lgcopy {
    font-size: 300%;
}

.gray {
    color: #706d6e;
}

.dgray {
    color: #444041;
}

.green {
    color: #70b536;
}

.blue {
    color: #4995ba;
}

.lblue {
    color: #e7f2f9;
}

.white {
    color: white;
}

.greentitle {
    color:#70B536;
    font-size:180%;
    margin-bottom:15px;
}

.bluetitle
{
	color:#4995ba;
    font-size:150%;
}

#copy ul {
    color:#444041;
    font-size:110%;
    line-height:125%;
    font-family: sans-serif;
    margin-top: -12px;
}

#copy ul li ul {
    font-size: 100%;
    line-height: 130%;
    margin-top: 0;
}
#copy ol {
    color:#444041;
    font-size:110%;
    line-height:125%;
    font-family: sans-serif;
    margin-top: -12px;
}

 /******************************************
Layout CSS
*******************************************/
#background {
    background-image: url('../images/background_gradient.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
}

#header {
    background-image: url('../images/header_background.png');
    position: relative;
    width: 819px;
    height: 73px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 187px;
    padding-top: 27px;
}

#topnav {
    background-image: url('../images/topnav_background.png');
    width: 852px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 154px;
    padding-top: 15px;
}
#topnav div {
    display: inline;
    float: left;
    margin: 0 33px;
}

#topnav a {
    color: white;
    text-decoration: none;
    font-size: 130%;
}

#topnav div.ada {
    margin: 0;
    padding: 4px 0 0 0;
    color: #4695bb;
}
 #content {
     width: 971px;
     margin-left: auto;
     margin-right: auto;
     background-image: url('../images/content_background.png');
     background-repeat: repeat-y;
     margin-top: -29px;
     padding-left: 35px;

 }

#rightnav {
    background-image: url('../images/rightnav_background.png');
    width: 188px;
    padding-top: 23px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 112%;
    height: 325px;
    margin-top: -5px;
    display: inline;
    float: left;
}
#rightnav div {
    display: block;
    float: none;
}
#rightnav a {
    text-decoration: none;
    color: #4995ba;
}

#rightnav hr {
    color: #e7f2f9;
}


#copy {
    margin-left: 17px;
    width: 698px;
    display: inline;
    float: left;
}
#footer {
    background-image: url('../images/footer_background.png');
    height: 11px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -17px;
    padding: 23px;
    color: #70b536;
}

#footer a {
    color: #70b536;
}


/******************************************
Home Page
*******************************************/


#title {
    color: white;
    margin-bottom: 23px;
    font-size: 98%;
    
}

.partnerlinks {
    background-color: #e7f2f9;
    margin:-10px;
    padding:6px;
}

#FAQ {
    color:white;
    margin-top:40px;
    padding-left:80px;
    padding-right:14px;
}

/*#July{
    color:white;
    margin-top:50px;
    padding-left:80px;
    padding-right:14px;
}*/

/******************************************
Help Quitting Page
*******************************************/

#cessationbutton {
    background-image:url("../images/green_button.png");
    color:white;
    font-size:120%;
    line-height:120%;
    margin-top:20px;
    padding:10px;
    width:198px;
	cursor: pointer;
	text-decoration: none;
}

#nativescessationbutton {
    background-image:url("../images/green_button_lg.png");
    color:white;
    font-size:100%;
    line-height:120%;
    margin-top:20px;
    padding:10px;
    width:198px;
	text-decoration: none;
}

#imagesright {
    float: right;
    margin-left: 15px;
}

a#nounderline div {
    text-decoration: none;
}

/******************************************
Fact Sheet Page
*******************************************/

ul#facts li {
    
    margin-bottom: 15px;
}

ul#facts li ul li {
    margin-bottom: 0;
}

li.none
{
	list-style: none;
}
