body {
	margin-top:0;
	background-color: #3e473f;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	overflow:auto;
}
	
/* Resets all default browser style margins & padding */
* {  
	margin:0;
 	padding:0;
}

/* Color List
green #669900
dark green #52a807
light green #bdd492
bg gray #3e473f
tobacco helpline blue #175eac
*/

/* Layout */
#wrapper {
	margin: 0px auto;
	padding: 10px;
	/*width:800px;*/
	width:960px;
}

/* Header */
#header {
	clear: right;
	padding-bottom: 15px;
}

#header a:link, #header a:visited {
	color: #fff;
	font-size: .9em;
	text-align: right;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #bdd492;
	text-decoration: underline;
}

/* Tabbed Navigation */
#navigation {
	background-color: #3e473f;
	/*margin: 20px 10px 5px 60px;*/
	margin: 20px 10px 5px 18px;
	width:100%;
}
	
#navigation a {
	background-color: #3e473f;
	color: #fff;
	font-size: 1.2em;
	padding-left: 5px;
	text-decoration: none;
}

#navigation a span { 
	background-color:#3e473f; 
	padding-right: 5px;
}

#navigation a:hover {
	background: #fff url(/Images/design/left-tab.gif) left top no-repeat;
	color: #000;
	text-decoration: none;
}

#navigation a:hover span { 
	background: url(/Images/design/right-tab.gif) right top no-repeat;
}

#navigation li {
	float: left;
	list-style:none;
	margin: 0 auto;
	padding-right: 2px;
}
	
.paddingRight2 {
	padding-right: 2px;
}

#content {
	background-color: #fff;
	height: 600px;
	min-height:600px;
	height:auto !important;
}

/* Side Navigation */
.nav {
	background: #c5e3ab url(/Images/design/subNavGradient.JPG) repeat-x top;
	margin: 0px;
	vertical-align: top;
}

#leftNav {
	width:200px;
	min-height: 600px;
	height:auto !important;
	height:600px;
	margin: 0;
	padding: 0;	
	float: left;
}

#leftNav a:link, #leftNav a:visited {
	border-bottom: 3px solid #bdd492;
	color: #000;
	display: block;
	font-size:1.1em;
	line-height: 175%;
	padding: 1px 0 0 20px;
	text-decoration: none;
}

#leftNav a:hover, #leftNav a:active{
	border-bottom: 3px solid #52a807;
	text-decoration: none;
}
	
#leftNav h1 {
	font-size: 1.6em;
	color: #690;
	display: block;
	padding: 7px 5px 7px 20px;
}

/*#leftNav h1 a:link, #leftNav h1 a:visited { 
	border-bottom:  none none;
	color: #690;
	font-size: 1.8em;
	padding: 0;
	text-decoration: none;
}*/

/* Current Page for Side Navigation */
#here{
	background: #690 url(/Images/design/link_bgHover.PNG) no-repeat left center;
	line-height: 175%;
}

#here a:link, #here a:visited, #here a:hover, #here a:active{
	border-bottom: 3px solid #690;
	color: #fff;
}


/* Helpline Call Box */
#helplineNav {
	padding: 45px 5px 10px 10px;
	width: 180px;
}

#helplineNav p {
	line-height:1.15em;
	padding: 10px 0 0 5px;
}

#helplineNav a:link, #helplineNav a:visited, 
#helplineNav a:hover, #helplineNav a:active,
#facebookNav a:link, #facebookNav a:visited, 
#facebookNav a:hover, #facebookNav a:active {
	border: none;
	font-size:.9em;
	line-height: 125%;
	padding: 0;
}

#facebookNav {
	margin-bottom: -15px;
	padding: 45px 5px 0 10px;
	width: 180px;
}

#facebookNav p {
	line-height:1.1em;
	padding: 10px 0 0 0;
}


#facebookNav h4{
	color: #175eac;
	font-size: 1.4em;
	line-height:1.2em;
	margin-bottom:-10px;
}

#facebookNav iframe#fbFrame {
	border:none; 
	overflow:hidden; 
	width:75px; 
	height:30px; 
	margin-left: 0; 
	padding: 15px 0 0 0;
}

.helplineRed {
	color:#175eac;
}

.main {
	margin:0;
	vertical-align: top;
}

#main {
	background-color: #fff;
	float: right;
	/*width:600px;*/
	width: 760px;
}

#main p.photoThb {
	text-align:center;
}

#main p.photoThb a img {
	border: 1px solid #3e473f;
}

#main p.photoThb a:hover img {
	border: 1px solid #690;
}

#main p.photoThb a img.padRight {
	margin-right: 10px;
}

#main ul.newsList {
	font-size: 1.2em;
	margin-left: 25px;
	padding: 0 0 7px 10px;
}

/* Footer */
#footer {
	clear: both;
	background-color: #FFF;
	padding: 0 0 5px 0;
	/*width:800px;*/
	width: 960px;
}

.footer {
	color: #fff;
	font-size: 1em;
	height:30px;
	padding: 5px 0;	
	text-align: center;
	text-decoration: none;
}


/* Breadcrumb navigation */
#breadcrumbs {
	background-color: #FFF;
	color: #000;
	font-size: .9em;
	margin: 5px 0 10px 0;
	padding: 7px;
}

#breadcrumbs ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#breadcrumbs ul li {
	display: inline;
	list-style: none;
	padding-left: 2px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	font-size: .9em;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


/* Top of page Lists */
#top a:link{
	color: #690;
	text-decoration: underline;
}

#top a:visited{
	color: #000;
	text-decoration: underline;
}

#top a:hover{
	color: #690;
	text-decoration: none;
}

#top ul {
	list-style: none;
	margin-left: 20px;
}

#top ul li {  
	background: url(/Images/design/bullet_greenMid.gif) no-repeat 0px 4px;
	font-size: 1.2em;
	padding: 0 0 7px 15px;
}

.toTop {
	color: #000;
	text-align: right;
	text-decoration: underline;
}


/* Rounded corners Styles (for leftNav Call box) */
.top-left {
	background-image: url(/Images/design/corners.gif);
	height: 9px;
	margin-right: 9px; 
}

.top-right {
	background: url(/Images/design/corners.gif) 100% 0; 
	height: 9px;
	margin: -9px 0 0 9px; 
}

.bottom-left {
	background: url(/Images/design/corners.gif) 0 -9px;
	height: 9px;
	margin-right: 9px; 
}

.bottom-right {
	background: url(/Images/design/corners.gif) 100% -9px; 
	height: 9px;
	margin: -9px 0 0 9px; 
}

.inside {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	height: 225px;
	padding: 0 10px;
}

#facebookNav .inside {
	height: 125px;
}

.bottom-rightHelpline {
	background: url(/Images/design/corners_helpline.gif) 100% -9px; 
	height: 9px;
	margin: -9px 0 0 9px; 
}

.insideHelpline {
	background: #fff url(/Images/design/operatorSmall.jpg) no-repeat bottom right;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 10px;
}

.notopgap {
	margin-top: 0;
	padding-bottom: 10px;
}

.nobottomgap {
	margin-bottom: 0;
}


/* List Styles */
#list ul {
	list-style: none;
	margin-left: 20px;
}

#list ul li {  
	background: url(/Images/design/bullet_blk.gif) no-repeat 0px 4px;
	font-size: 1.2em;
	padding: 0 0 7px 15px;
}

#list2{
	color: #000;
	margin: 0 30px 0 20px;
}
#list3 {
	color: #000;
	margin: 0 30px 10px 20px;
}

#list2 ul,#list3 ul {
	list-style: none;
}

#list2 ul ul, #list3 ul ul {   
	margin: 0;
	padding: 0;
}

#list2 ul li, #list3 ul li {  
	background: url(/Images/design/bullet_greenMid.gif) no-repeat 0px 4px;
	font-size: 1.2em;
	padding: 0 0 7px 15px;
}

ul.ds {
	font-size: 1.2em;
	margin-left: 22px;
	padding: 5px 0 7px 15px;
}

ul.ds li {
	list-style-image: url(../Images/design/bullet_greenMid.gif);
	padding-bottom: 8px;
}

/* What's New List */
#news1 ul {
	list-style: none;
	margin-left: 20px;
}

#news1 ul li {
	background: url(/Images/design/bullet_greenMid.gif) no-repeat 0px 4px;
	font-size: 1.2em;
	padding: 0 0 7px 20px;
}

#news1 blockquote {
	padding:2px 0 2px 40px;
}


/* Basic Styles */
p {
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	/*padding: 0 60px 10px 20px;*/
	padding: 0 40px 10px 20px;
}

h1 {
	color: #690;
	font-size: 1.7em;
	margin-bottom: 0px;
	padding: 5px 5px 15px 20px;
}

h2 {
	color: #3e473f;
	font-size: 1.5em; 
	padding: 5px 5px 10px 20px;
}

h3{
	font-size: 1.5em;
	color: #000;
	padding: 10px 5px 10px 20px;
}

h4{
	color: #175eac;
	font-size: 1.5em;
	line-height:1.2em;
	margin-bottom:-10px;
}

a:link  {
	color:#690;
	font-size: 1em;
	text-decoration: underline;
}

a:visited {
	color:#000;
	font-size: 1em;
	text-decoration: underline;
}

a:hover, a:active {
	color:#000;
	font-size: 1em;
	text-decoration: none;
}

/* Dear Me Styles */
#dearMe {
	border: 20px solid black;
	padding:10px;
	margin:10px}
	
.watchVideo {
	clear:both;
	float:right;
	text-align:right;
	vertical-align:top}

#videoThumbs {
	float:left;
	margin-left:25px;}
	
#videoThumbs img {
	padding:10px 15px 10px 0}
	
#videoThumbs h2 {
	text-align:left; 
	margin:0;
	padding: 5px 5px 5px 0px;}
	
#videoThumbLinks {
	width:155px; 
	float: left; 
	text-decoration:none; 
	border:none}

#writeALetter {
	clear:both;
	text-align:center}
	
/* Sitemap Styles */
#sitemap p {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px 5px 20px;
	text-decoration: underline;
}

#sitemap a:link, #sitemap a:visited{
	color: #000;
	font-size:1.2em;
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:active{
	color: #690;
	text-decoration: underline;
}

#sitemap ul {
	list-style: none;
}

#sitemap ul ul {   
	margin: 0;
	padding: 0;
}

#sitemap ul li {  
	background: url(/Images/design/bullet_greenMid.gif) no-repeat 25px 4px;
	padding: 0 0 7px 40px;
}

/* Form Styles */
#form{
	font-size: 1.2em;
	color: #000;
	padding: 5px 5px 0 20px;
}

#form table td { 
	padding: 10px;
	text-align:left;
	vertical-align:top;
}

.email {
	font-size: 1em;
	color: #000;
	padding: 0 5px 0 0;
}

.negativeMargin{
	margin-left: -5px;
}



/* Misc styles */
.coalitions{
	color: #000;
	padding: 0 0 0 20px;
	margin-top: 0px;
}

.tableBorder {
	height: 20px;	
	border-right: 20px solid #FFF;
	border-left: 20px solid #FFF;
	background: url(/Images/design/border.gif) repeat-x center;
}

.tableBorder_blk{
	height: 10px;
	clear:both;
	border-right: 20px solid #FFF;
	border-left: 20px solid #FFF;
	background: url(/Images/design/border_blk.gif) repeat-x center;
	padding: 0;
}
	
/* Supplementary text colors and sizes */
.quitworksBlue{
	color: #175eac;
	font-weight: bold;
}

.quitworksGreen{
	color: #189647;
	font-weight: bold;
}

.dotcomGrn{
	font-size: .9em;
	text-transform:uppercase;
	color: #690;
}

.small{
	font-size: 1em;
	color: #000;
	text-align: center;
}

.grnSmall {
	color: #690;
	font-size: 1em;
	text-align: center;
}

.grn {
	color: #690;
}

/* Supplementary padding & margins */
.padding {
	padding: 5px;
}


.paddingTable{
	padding-top: 15px;
	padding-bottom: 5px;
}

.paddingText {
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.paddingLeft{
	padding-left: 5px;
}

.paddingTop {
	margin-top: 7px;
	padding-bottom: 2px;
}

.paddingBottom {
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
	
.paddingRight {
	padding-right: 5px;
}

.paddingBullet {
	padding-bottom: 1px;
	padding-right: 3px;
}

.quitworksPadding{ 
	padding-bottom:20px;
}

iframe {
	padding-left:20px;
}

/* Clears and Floats */
.clearBoth {
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

/* Calculator Styles */
#calculator {
	width:300px;
	margin-left:20px;
	padding:5px;
	text-align:left

}

#cigdt_calculator h2{
	color:#669900;
	text-align:left;
	margin-top:-5px}
	
#calculator p{
	font-size:10px;
	margin:0;
	padding:0
	}
p.small{
	display:none}
	
#cigdt_calculator{ 
	padding:10px;
	margin-right:20px;
		border: #52a807 thin solid;
		
}
	
.dt_results{
	padding:5px}
	
/* Counter Box Styles */
#counterWrapper {
	clear: both;
	float: right;
	vertical-align:top}
#counter {
	margin-left:20px;
	width:80px;
	height:20px;
	background:url(../Images/counter/counterBG.png) top left}
#counter img {
	display: inline;
	padding-left:2px;
}	
#counterWrapper p {
	color:#690;
	
}


/* Document Icon Styles */
[icon ^="pdf"] {
   padding-right: 18px;
   background: transparent url(../Images/design/file_acrobat.gif) no-repeat center right;
}

[icon ^="html"] {
   padding-right: 18px;
   background: transparent url(../Images/design/file_browser.gif) no-repeat center right;
}


