@charset "utf-8";
/* CSS Document */

body
{
	margin:0; 
	background-color: #1a2b49;
}

a
{
	color:#000064;
}

td
{
	vertical-align:top;
	line-height:19px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border:0;
}

input
{
	margin-bottom:2px;
}

/*
     ===================================================================
     For the seperate 1px repeating backgrounds near the top of the page
	 ===================================================================
*/

td.leftsidebg
{
	background-image:url(../images/hnsdrug_01.gif);
	background-repeat:repeat-x;
	width: 50%;
}

td.rightsidebg
{
	background-image:url(../images/hnsdrug_03.gif);
	background-repeat:repeat-x;
	width: 50%;
}

/*
     ===================================
     For the vertically repeating border
	 ===================================
*/

td.leftsideborder
{
	background-image:url(../images/hnsdrug_33.gif);
	background-repeat:repeat-y;
}

	td.rightsideborder
{
	background-image:url(../images/hnsdrug_36.gif);
	background-repeat:repeat-y;
}

/*
     =============================================================================================
     For the left panel (with the video vault, areas of practice, contact form) to expand properly
	 =============================================================================================
*/

td.leftpanel
{
	background-color:#202a42;
	background-image:url(../../Includes/images/hnsdrug_34.gif);
	background-repeat:repeat-y;
	background-position:left;
}

/*
     ==========================================================
     For the repeating shading on the right of the content cell
	 ==========================================================
*/

/*td.contentcell
{
background-image:url(images/hns_23.gif);
background-repeat:repeat-y; 
background-position:right; 
height:791px; 
padding: 10px 10px 10px 10px;
}*/

/*
     ==============================================================================
     For the cell at the bottom of the content area where it lists the five offices
	 ==============================================================================
*/

td.officeCell
{
	background-color:#dde0e6;
	width:560px;
	height:150px;
	background-image:url(../images/hnsdrug_32.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-top: solid 1px #b1b3b8;
}

td.offices
{
	font-size:13px;
	color:#000099;
	font-family: Arial, "Times New Roman";
}

/*
     ===============================================
     For the headers and text styles on the subpages
     ===============================================
*/

.headers
{
	font-size:17px;
	color:#000064;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text     /* Used for applying styles to all text in the content area. */
{
	line-height:19px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text2
{
	font-weight:bold;
	color:#000064;
}

/*
     ===============================================
     For the Small Contact Form on all Pages
     ===============================================
*/

div.smallForm
{

	width:220px;
	background-color:#40444a;
	background-image:url(../images/hnsdrug_smallformbg.gif)

}

div.smallForm input
{
	vertical-align:top;
	display:block;
	border:solid 1px #213861;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:185px;
	margin-left:10px;
}

div.smallForm textarea		
{
	vertical-align:top;
	display:block;
	border:solid 1px #213861;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:185px;
	margin-left:10px;
}

/*
     ===============================================
     For the Contact Form on the Contact Page
     ===============================================
*/


table.contactUsForm
{
	width:390px;
	background-color:#000000;
}

table.contactUsForm td
{
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

table.contactUsForm tr
{
	background-color:#324c78;
}


div.contactUsForm textarea		
{
	vertical-align:top;
	border:solid 1px #213861;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:185px;
	margin-left:10px;
}

/*
     ===============================================
     For the Scrolling News Ticker
     ===============================================
*/

.tickerName
{
	width:278px;
	height:55px;
	background-image:url("../images/hnsdrug_21.gif");
}

.tickerName div.iticker
{
	width:270px;
	height:47px;
	margin:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	text-align:right;
}

.tickerBody
{
	width:282px;
	height:123px;
	background-image:url("../images/hnsdrug_19.gif");
}

.tickerBody div.iticker
{
	width:266px;
	height:97px;
	margin:18px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
}

.tickerGrey
{
	color:#80868c;
	font-size:12px;
}

.tickerBlue
{
	color:#004aa6;
}

/*
=====================================================
For the Footer Site Map and Scorpion Design paragraph
=====================================================
*/

.footerSiteMap
{
	color:#FFFFFF;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:center;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footerFLAttorneys
{
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.footerColor
{
	color:#FFFFFF;
	text-decoration:none;
}

.footerScorpPara
{
	color:#FFFFFF;
	font-size:10px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}