@charset "utf-8";
/* CSS Document */

/*----------------------------------*/
/*       GLOBAL DEFINITIONS         */
/*----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

.red{
	color: #8b0b04;
}

.red-strong{
	color: #8b0b04;
	font-weight: bold;
}

.clear {
	clear:both;
}

/*----------------------------------*/
/*          AJAX TICKER             */
/*----------------------------------*/

#ajaxticker1{
width: 200px;
height: 100px;
font-size: 14px;
text-align: left;
margin: 50px 0 0 15px;
line-height: 18px;
color: #ffffff;
font-weight: bold;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #FEEEB8;*/
}

.someclass{ /*//class to apply to your scroller(s) if desired*/
}




/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

body {
	background: url(../images/main-bg.jpg) repeat-y center top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

a{
	color: #8b0b04;
}

a:hover{
	color: #CD2022;
}

ul{
	padding: 0 0 20px 35px;
}

ol{
	padding: 0 0 20px 35px;
}

p{
	padding: 0 0 20px 0;
}

#container {
	width: 961px;
	margin: 0 auto;
}

#container2{
	width: 961px;
	margin: 0 0 0 1px;
}

#header{
	background: url(../images/header.jpg) no-repeat left top;
	/*margin: 0 0 0 1px;*/
	width: 961px;
	height: 219px;
	float: left;
	text-decoration: none;
}

#phone{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8b0b04;
	font-weight: bold;
	padding:25px 50px 0 0;
	float: right;
	height: 80px;
}

#hours{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #231f20;
	font-weight: bold;
	margin:-2px 0 0;
	padding:0 0 0 5px;
	float: left;
}

#middle{
	background: url(../images/flash.jpg) no-repeat left top;
	width: 960px;
	height: 265px;
	float: left;
}

#flash{
	float: left;
	background:  url(../images/flash.jpg) no-repeat left top;
	width: 713px;
	height: 265px;
}

#quote-main{
	float: right;
	background: url(../images/quote-bg.jpg) no-repeat right top;
	width: 247px;
	height: 265px;
}

/*-------------------------QUOTE-----------------------------------*/
.quote{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 475px;
	padding: 15px 0;
}

.quote2{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 300px;
	padding: 15px 0;
}

.quote-content{
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #8b0103;
	font-weight: bold;
}

.quote-content a{
	color: #000000;
	text-decoration: none;
}

.quote-content a:hover{
	color: #e21b1b;
}
/*-------------------------END QUOTE-----------------------------------*/



/*----------------------------------*/
/*             H TAGS               */
/*----------------------------------*/
 
h1{
	font-size: 20px;
}

h1 a{
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
}

h2{
	color: #7e7d7c;
	font-size: 14px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

h3{
	font-size: 18px;
	color: #8b0b04;
	text-decoration: none;
}

h3 a{
	font-size: 18px;
	color: #8b0b04;
	text-decoration: none;
}

h3 a:hover{
	color: #CD2022;
	text-decoration: underline;
}

h3{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

h4{
	font-size: 18px;
	color: #8b0b04;
	text-decoration: none;
}

h5 {
	font-size: 15px;
	color:#000;
	text-decoration:none;
}

/*----------------------------------*/
/*           NAVIGATION             */
/*----------------------------------*/

#nav{
	background: url(../images/nav.jpg) no-repeat left top;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-weight: bold;
	width: 960px;
	height: 26px;
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#nav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: right;
	padding:0 50px 0 0;
	width: auto;
}

#nav li{
	display:inline;
	padding: 0;
}

#nav a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

#nav li a{
	display:inline;
	float:left;
	margin:0;
	padding: 5px 10px;
	border-left:1px solid #6d696a;
}

*html #nav li a{
	display:inline;
	float:left;
	margin:0;
	padding: 5px 10px 0 10px;
	border-left:1px solid #6d696a;
}

#nav a:hover{
	color: #a2a59f;
}


/*----------------------------------*/
/*           LEFT COLUMN            */
/*----------------------------------*/

#attorneys{
	background: url(../images/attorneys.jpg) no-repeat left top;
	width:215px;
	height: 134px;
	border-bottom:20px solid #EEEEEE;
}

#attorney-list{
	float: left;
	padding: 5px 0 0 0;
}

*html #attorneys{
	background: url(../images/attorneys.jpg) no-repeat left top;
	width: 215px;
	height: 250px;
	border-bottom:20px solid #EEEEEE;
}

#practice-news{
	background: url(../images/practice-bg.jpg) repeat-y 30px top;
	height: auto;
	width: 415px;
	float: left;
	padding: 0 0 0 30px;
}

#practice-news-sub{
	background: #8B0B04;
	height: auto;
	width: 215px;
	float: left;
	margin: 0 0 0 31px;
}

*html #practice-news-sub{
	background: #8B0B04;
	height: auto;
	width: 215px;
	float: left;
	margin: 0 0 0 16px;
}

*:first-child+html #practice-news-sub{
	background: #8B0B04;
	height: auto;
	width: 215px;
	float: left;
	margin: 0 0 0 30px;
}

#practice{
	float: left;
	padding: 5px 0 0 0;
}

#practice-top{
	background: url(../images/practice-top.jpg) no-repeat left top;
	height: 47px;
	width: 415px;
	clear: both;
}

#practice-top-sub{
	background: url(../images/practice-top-sub.jpg) no-repeat left top;
	height: 47px;
	width: 415px;
	clear: both;
}

#practice-bottom{
	background: url(../images/practice-bottom.jpg) no-repeat left top;
	height: 35px;
	width: 415px;
	clear: both;
}

#practice-bottom-sub{
	background: url(../images/practice-bottom-sub.jpg) no-repeat left top;
	height: 35px;
	width: 215px;
	clear: both;
}

#practice-top-sub{
	background: url(../images/practice-top-sub.jpg) no-repeat left top;
	height: 47px;
	width: 215px;
	clear: both;
}

#practice-bottom-sub{
	background: url(../images/practice-bottom-sub.jpg) no-repeat left top;
	height: 35px;
	width: 215px;
	clear: both;
}

.practice-title{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: 18px;
	float: left;
	padding:0 0 0 5px;
	width: 185px;
}

.practice-title-sub{
	color: #717174;
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: 14px;
	float: left;
	text-transform: uppercase;
}

.news-title{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: 18px;
	float: right;
	width: 200px;
}

.news-title-sub{
	color: #717174;
	font-family: "Trebuchet MS", Arial, sans-serif;	
	font-size: 14px;
	float: right;
	text-transform: uppercase;
	clear: both;
	width: 200px;
}

#practice-news ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	clear: both;
	padding: 10px 0 10px 15px;
	width: 185px;
}

#practice-news li{
	clear: both;
}

#practice-news a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

#practice-news li a{
	display:inline;
	float:left;
	font-size: 14px;
	padding: 0 0 3px;
}

#practice-news a:hover{
	color: #a2a59f;
}

#practice-news-sub ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	clear: both;
	padding: 10px 0 10px 15px;
	width: 185px;
}

#practice-news-sub li{
	clear: both;
}

#practice-news-sub a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

#practice-news-sub li a{
	display:inline;
	float:left;
	font-size: 14px;
	padding: 0 0 3px;
}

#practice-news-sub a:hover{
	color: #a2a59f;
}

#divider{
	background: url(../images/divider.jpg) no-repeat center top;
}
#breaking-news {
	width: 389px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	background-color: #E5E5E5;
	border: 1px solid #D6D6D6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.smallThumb {
	float: left;
	padding: 2px;
	border: 2px solid #999;
	margin-right: 7px;
}

.communityThumb {
	float: left;
	padding: 2px;
	border: 2px solid #999;
	margin-right: 15px;
}

#givingBack {
	background-color:#F5F5F5;
	border:1px solid #999999;
	height:280px;
	margin-bottom:20px;
	overflow:auto;
	padding:10px;
	width:650px;
}

#news{
	float: right;
	font-size: 12px;
	padding:10px 10px 10px 0;
	width:190px;
}

#news a{
	color: #8b0b04;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

#news a:hover{
	color: #1F1F1F;
}

#news p{
	padding: 0 0 5px 0;
}

/*-------------------------SMALL FORM--------------------------------*/

#free{
	background: url(../images/free.jpg) no-repeat left top;
	width: 215px;
	height: 270px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 31px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

*html #free{
	background: url(../images/free.jpg) no-repeat left top;
	width: 215px;
	height: 250px;
	float: left;
	margin:20px 0 0 16px;
	padding:10px 0 0 15px;
}

#free h2{
	padding: 0 0 10px 0;
	width: 180px;
}

#free h1{
	color: #8B0B04;
	width: 180px;
}

.form-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 38px 0 0 20px;
}

.form-text{
	/*font-family: "Lucida Sans Unicode", "Times New Roman", serif;*/
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;
	margin: 0;
	padding: 0 0 8px 5px;
}

.smallForm {
	/*float:left;
	height:200px;
	margin: 0;
	padding:0 0 30px;
	width:255px;*/
}
.smallForm .formInput, .smallForm select {
	display:block;
	font-size:12px;
	height:18px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	width:180px;
	text-transform: uppercase;
	color: #8B0B04;
	border: 1px #929292 solid;
}
.smallForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:60px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	width:180px;
	text-transform: uppercase;
	color: #8B0B04;
	border: 1px #929292 solid;
}
.smallForm .formButton {
	background: url(../images/submit.jpg) repeat-x scroll  center top;
	color:#ffffff;
	cursor:pointer;
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	height:35px;
	margin:3px 0 0;
	padding:0;
	width:185px;
	border:1px solid #929292;
	float: left;
}
.smallForm .formButton:hover {
	color:#ff1;
}
.smallForm p {
	margin:0;
	padding: 0 0 3px;
	width:180px;
}

/*-------------------------END SMALL FORM--------------------------------*/

/*-------------------------------------------discount*/

#discount{
	background: url(../images/discount.jpg) no-repeat left top;
	width: 417px;
	height: 331px;
	float: left;
	margin:30px 0 0 30px;
}

*html #discount{
	background: url(../images/discount.jpg) no-repeat left top;
	width: 417px;
	height: 331px;
	float: left;
	margin:30px 0 0 13px;
}

#discount-content-left{
	font-size: 11px;
	float: left;
	padding: 15px 0 0 15px;
	width: 220px;
}

#discount-content-right{
	float: right;
	padding: 45px 15px 0 0;
	width: 162px;
}

#discount-content-left p{
	padding: 10px 0 20px;
}


#discount-title{
	color: #8b0b04;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

#pharmacy{
	background:url(../images/pharmacy.jpg) no-repeat left top;
	width: 162px;
	height: 47px;
	float: left;
	text-indent: -9999px;
	clear: both;
	padding: 0 0 5px;
}

#medication{
	background:url(../images/medication.jpg) no-repeat left top;
	width: 162px;
	height: 47px;
	float: left;
	text-indent: -9999px;
}

#card-title{
	font-size: 14px;
	color: #8b0b04;
	font-weight: bold;
}

/*-------------------------------------------drug form*/

#drug-form{
	float: right;
	width: 162px;
	height: auto;
	padding: 50px 0 0;
}

.input{
	width:158px;
}

.submit{
	background-color:#CCCCCC;
	border:1px solid #959799;
	color:#000000;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:25px;
	padding:0 0 3px;
	width:162px;
}

.submit:hover{
	color:#8B0B04;
}

#copyright{
	width: 400px;
	float: left;
	font-size: 10px;
	padding:0 0 0 50px;
	margin:-5px 0 0;
}

/*----------------------------------*/
/*           RIGHT COLUMN           */
/*----------------------------------*/

#main-content{
	width:470px;
	float: right;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#main-content-sub{
	width:660px;
	float: right;
	height: auto;
	padding: 0 30px 0 0;
}

.thumb{
	border: 2px solid #c4c4c4;
	float: right;
	padding: 2px;
	margin:0 0 5px 5px;
}
.thumb-left{
	border: 2px solid #c4c4c4;
	float: left;
	padding: 2px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.thumb2{
	float: right;
	padding: 2px;
	margin:0 0 5px 5px;
}

/*-------------------------------------------exp*/

#exp{
	background: url(../images/exp.jpg) no-repeat right top;
	width: 441px;
	height: 268px;
	float: left;
}

#exp-content{	
	float: left;
	padding: 48px 0 0 0;
}

/*----------------------------------*/
/*              FOOTER              */
/*----------------------------------*/

#footer{
	float: left;
	width: 900px;
	height: 100px;
	padding:30px 0 0 30px;
}

#footer a{
	color: #231f20;
}

#footer a:hover{
	color: #8b0b04;
}

#player {
	float:right;
	width:340px;
	padding:0;
	margin:5px 5px 5px 5px;
	text-align:center;
	border:1px solid #666;
}

/*---------------------------------------BIG FORM--------------------------------------------*/

/*controls the long form formatting */
	
#divDisclaimer{
	/*float: left;*/
	padding: 25px 0 0 0;
	width: 300px;
	margin: 0px;
	clear:both;
}

#divDisclaimer p{
	width: 300px;
	clear:both;
}

#divLeft{
	float: left;
	width: 325px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}

#divRight{
	float: left;
	width: 140px;
	height: 0px;
	/*height: 125px;*/
	margin: 0px;
	padding: 0px;
}


.bigForm {
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: auto;

}

.bigForm .formInput, .bigForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 18px;
	padding: 2px 0 0 4px;
	margin:0;
	display: block;
	
	}

.bigForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 75px;
	padding: 0px;
	margin: 0;
}

.bigForm .formButton  {
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0 0 0px;
	padding: 0;
	height: 50px;
	width: 300px;
	background: url(../images/submit-button.jpg) left top no-repeat;
	border: none;
	display: block;
	cursor: pointer;
}

.bigForm .formButton:hover{
	color: #ffff00;
}

.bigForm p {
	padding: 5px 0 5px 0;
	margin: 0;
	width: 250px;
}
/*---------------------------------------END BIG FORM--------------------------------------------*/
.click-chat {
	float: right;
}
/*---------------------------------------END BIG FORM--------------------------------------------*/
.click-chat-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
