@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;
}

a{
	color: #143d8d;
	text-decoration: none;
}

a:hover{
	color: #222222;
}

p{
	padding: 0 0 20px 0;
	line-height: 18px;
}

ul{
	padding: 0 0 20px 35px;
}

ol{
	padding: 0 0 20px 35px;
}

.black{
	color: #000000;
}

h1 sup{
	font-size: 12px;
}

/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

body{
	background:transparent url(../images/bg-html.jpg) repeat-y scroll center top;
	color: #222222;
	font-family: "Lucida Sans Unicode", Arial, san serif;
	font-size: 12px;
}

#container{
	width: 960px;
	margin: 0 auto;
	/*min-height: 1200px;
	height:expression(document.body.clientHeight < 1200? "1200px" : "auto"); */
}

.float-right{
	padding: 0 0 5px 5px;
	float: right;
}

/*----------------------------------*/
/*             H TAGS               */
/*----------------------------------*/

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #143d8d;
	font-size: 26px;
	font-weight: normal;
}

h2{
	color: #000000;
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: normal;
}

h3{
	color: #143d8d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #cbcbcb;
	font-weight: normal;
}

h3 a{
	color: #143d8d;
	text-decoration: none;
}

/*----------------------------------*/
/*             HEADER               */
/*----------------------------------*/

#header{
	display: none;
}

/*----------------------------------*/
/*             MIDDLE               */
/*----------------------------------*/

#middle{
	display: none;
}

/*----------------------------------*/
/*         MAIN NAVIGATION          */
/*----------------------------------*/

#nav-holder{
	display: none;
}

#nav{
	display: none;
}

/*----------------------------------*/
/*           LEFT COLUMN            */
/*----------------------------------*/

#content-left{
	display: none;
}

/*----------------------------------*/
/*           RIGHT COLUMN           */
/*----------------------------------*/

#content-right{
	/*float: right;*/
	width: auto;
	height: auto;
	/*padding:10px 30px 0 0;*/
}

#thumb{
	display: none;
}

#video{
	display: none;
}

/*-------------------------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: 250px;
	padding: 15px 0;
}

.quote-content{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #143d8d;
	font-weight: bold;
}

/*-------------------------END QUOTE-----------------------------------*/

/*----------------------------------*/
/*            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--------------------------------------------*/

/*----------------------------------*/
/*              FOOTER              */
/*----------------------------------*/

#footer{
	background: url(../images/bg-footer.jpg) repeat-x left bottom;
	clear: both;
	margin: 0 auto;
	height: 135px;
	padding: 30px 0 0;
	width: auto;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#footer p{
	padding: 0 0 5px 0;
}

#footer b{
	display: none;
}

#footer-content{
	padding: 20px 0 0;
	margin: 0 auto;
}

/*----------------------------------*/
/*           IE FIXES               */
/*----------------------------------*/

*html #container{
	width: 960px;
	margin: 0 auto;
	min-height: 1200px;
	height:auto !important;  
	height:1200px;
}

*html #drugs{
	background: url(../images/drugs.jpg) no-repeat left 30px;
	height: 245px;
	width: 550px;
	float: left;
	margin: 25px 0 0 25px;
}


