
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
}



H1 {
	font-size:140%;
	color:#971917;
	font-weight:bold;
	padding: 8px 0px 4px 0px;
	margin: 0 0 10px 0;
}
	
H2 {
	font-size:120%;
	font-weight:bold;
	/*text-transform:uppercase;*/
	/*color: #7498BB;*/
	color: #335599;
	width: 450px;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	background: url(/img/hr.gif) no-repeat left bottom;
	
}
	
H3 {
	font-size: 100%;
	/*color:#330099;*/
	color: #000;
	margin-bottom: 1px;
}

A, A.selected, A.visited {
	color:#000080;
	}
A:HOVER {
	color:#FF0000;
	}
	
SELECT,INPUT, TEXTAREA {font-size:80%;}
IMG {border:0;}
FORM{margin:0;}

DT {
	padding-top: 5px;
	font-weight: bold;
}


/******  HEADER  ******/
#Header {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#Header .Date {
	text-align:right;
}





/*### NAVIGATION ###*/
/*********************/
#NavContainer {
	width: 200px;
	float: left;
}

#NavContainer .NAATP {
	margin-top: 15px;
	text-align: center;
	color: #333333;
	font-size: 75%;
}

#Nav {
	background: url(/img/nav/gradient-bg.jpg) repeat-x top;
	border: 1px solid #971917;
	color: #000;
	margin: 0px 15px 0px 0px;
	padding: 15px 0;
}

#Nav .Logo{
	display: block;
	margin: 0 auto;
	border: 0;
}

#Nav UL{
	display:block;
	margin-left:0;
	padding-left:0;
	list-style-type: none;
	font-size: 105%;
	font-weight:bold;
	text-transform:capitalize;
}

#Nav UL LI {
	border-top: 1px solid #666666;
}


#Nav UL A {
	color:#1B5790;
	padding: 4px 0 4px 4px;
	display: block;
	text-decoration:none;
}

#Nav UL .Active {
	color: #335599;
	background: #D9D9DA;
	padding: 4px 0 4px 4px;
}

#Nav UL A:hover {
	color:#1B5790;
	background:#E1E1E3;
}

#Nav UL LI UL{
	color:#000;
	font-size:90%;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-left:6px;
	list-style-type: none;
	border: 0;
	text-transform:capitalize;
}

#Nav UL LI UL LI {
	border-left: 1px solid #D9D9DA;
	border-bottom: 1px solid #D9D9DA;
	border-right:0;
	border-top:0;
}

#Nav UL LI UL A {
	color:#1B5790;
	padding: 3px 0 3px 3px;
	display: block;
	border: 0;
	font-weight:normal;
}

#Nav UL LI UL A:hover {
	color:#1B5790;
}



/******  CONTENT HEADER  ******/
#ContentHeader {
	width:660px;
	height: 250px;
	float:left;
	padding: 5px 10px 5px 15px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999999;
}

#ContentHeader .TreatmentList {
	float:left;
	margin: 20px 0 0 200px;
	font-size: 110%;
	font-weight: bold;
	/*color: #971913;*/
	color: #FFF;
}

#ContentHeader .Contact {
	float:right;
}

#ContentHeader .TreatmentList LI {
	padding: 5px;
}


/******  MAIN CONTENT  ******/
#Content {
	width:680px;
	float:left;
	padding: 0px 15px 5px 15px;
	margin: 0 auto;
	background:url(/img/blue-barb-bg.gif) repeat-x top;
}

#Content {
	float: left;
	padding: 5px;
}

#Content P {
	line-height: 18px;
}


#Content .Form { /* CallbackForm */
	float: right;
	padding: 5px;
}

.ServicesList { /* Contains red box */
	float: right;
	padding: 5px;
}

/*** Bubble Boxes ***/

.BubbleTop {
	width: 212px;
	height: 16px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Top.png) no-repeat top center; 
}

.BubbleMiddle {
	width: 212px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Middle.png) repeat-y center; 
}

.BubbleMiddle {
	text-align:center;
}

.BubbleMiddle P {
	font-size: 85%;
}

.BubbleBottom {
	width: 212px;
	height: 16px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Bottom.png) no-repeat bottom center; 
}

.BubbleTop DIV, .BubbleMiddle DIV, .BubbleBottom DIV {
	padding: 5px;
}

.BubbleRedTop {
	font-size: 85%;
	width: 204px;
	height: 50px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Red-Top.png) no-repeat top center;
	color: #FFFFFF;
}

.BubbleRedTop DIV {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.BubbleRedMiddle {
	width: 204px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Red-Middle.png) repeat-y center; 
}

.BubbleRedBottom {
	width: 204px;
	height: 13px;
	padding: 0px;
	margin: 0;
	background: url(/img/Bubble-Red-Bottom.png) no-repeat top center; 
}

.BubbleRedMiddle DIV, .BubbleRedBottom DIV {
	padding: 5px;
	color: #224488;
}




/******  CallToAction  ******/
#Top1800 {
	font-size:18px;
	color:#971917;
	font-weight:bold;
	text-align:center;
	margin: 0;
	padding: 0;
}


/******  CallbackForm  ******/
#CallbackForm INPUT{
	border: 1px solid #666699;
	padding: 1px;
	margin: 1px;
	width: 65%;
}


#CallbackForm TEXTAREA{
	border: 1px solid #666699;
	width: 180px;
	height: 40px;
}

#CallbackForm .Submit{
	background: #335599;
	color: #FFFFFF;
	font-weight: bold;
}



/******  SITEMAP  ******/
/***********************/

#Sitemap LI {
	padding: 4px;
}

#Sitemap UL {
	font-size: 80%;
}

#Sitemap UL LI UL {
	font-size: 100%;
}


/******  FOOTER  ******/
/**********************/
#Footer {
	clear:both;
	width:900px;
	padding: 3px;
	font-size:10px;
	color:#67686A;
	border-top: 1px solid #67686A;
	margin:auto;
}
	
#Footer a {
	padding:3px;
	color:#67686A;
}

#Footer .NavLinks {
	text-align:right;
}



/*****  CTA Call Box  *****/
.CTA-CallBox {
	width: 400px;
	margin: 0 auto;
	border: 2px solid #336699;
	padding: 5px;
	background: #7FB5F1;
}

.CTA-CallBox H2 {
	margin: 0;
	font-size: 150%;
	background: none;
	text-align:center;
	width:auto;
	color: #FFFFFF;
}

.CTA-CallBox P {
	font-weight: bold;
	text-align:center;
	font-style: italic;
}



/*****  OTHER STUFF  *****/
/*************************/
.BubbleHeader {
	background: url(/img/Bubble-Header-Arrow.gif) no-repeat left center;
	font-size:16px;
	color:#971917;
	font-weight:bold;
	margin: 0 0 0 8px;
}

.BubbleHeader SPAN {
	padding-left: 20px;
}

.CTA-Call {
	font-size: 115%;
	color:#666666;
	font-weight: bold;
}

#SubCatList {
	margin:0;
	padding: 0 0 0 25px;
	
}

#SubCatList LI {
	margin:0;
	padding-left: 15px;
	font-size: 110%;
	font-weight: bold;
	list-style-type: none;
	background: url(/img/list-bullet.gif) no-repeat left center;
}

#SubCatList A {
	text-decoration: none;
}

/* Counties List */
#CountiesList {
	margin: 0 auto;
	font-size: 90%;
}

#CountiesList UL{
	float: left;
	margin-left: 20px;
	list-style-type: none;
}

/* State Drug Type List */
#StateDrugTypesList {
	margin: 0 auto;
}

#StateDrugTypesList UL{
	font-size: 120%;
	font-weight: bold;
	padding-left: 15px;
	list-style-type: none;
}

#StateDrugTypesList LI{
	padding-left: 15px;
	background: url(/img/list-bullet.gif) no-repeat left center;
}

.BigBoldBlue {
	font-size: 120%;
	color:#335599;
	font-weight: bold;
}

.PubDate {
	font-size: 90%;
	color: #333333;
	font-style:italic;
}

#HomepageTopics {
	font-size: 90%;
	list-style-type:square;
}





/* GG Local Numbers */
#GGLocalNumbers {
	font-size: 90%;
}

#GGLocalNumbers TD {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#GGLocalNumbers .Header{
	font-size:140%;
	color:#971917;
	font-weight:bold;
	padding: 0px 15px 5px 15px;
	text-align:center;
	background:url(/img/blue-barb-bg.gif) repeat-x top;
}
