/* CSS Document */


/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-size:small;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	background-image:url(../images/look/bg_main.jpg); background-repeat:repeat-x;
	/*line-height:14px;*/
	
}
* html #container {
	height: 100%;
}

img {
	border:0;
}

input, select, textarea {
	color:#63196f;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: solid 1px #cdbfd6;
}


A:link {color:#b4a2be;text-decoration:none;}
A:visited {color:#b4a2be;text-decoration:none;}
A:active {color:#b4a2be;text-decoration:none;}
A:down {color:#b4a2be;text-decoration:none;}
A:hover {color:#63196f;text-decoration:none;}

A.footerlink:link {color:#838d32;text-decoration:none;}
A.footerlink:visited {color:#838d32;text-decoration:none; }
A.footerlink:active {color:#838d32;text-decoration:none;}
A.footerlink:down {color:#838d32;text-decoration:none; }
A.footerlink:hover {color:#ffffff;text-decoration:none; }

A.locate:link {color:#ffffff;text-decoration:none;}
A.locate:visited {color:#ffffff;text-decoration:none; }
A.locate:active {color:#ffffff;text-decoration:none;}
A.locate:down {color:#ffffff;text-decoration:none; }
A.locate:hover {color:#600b5e;text-decoration:none; }


div#container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(../images/interface/bg_main.jpg); background-repeat:repeat-x;
}

div#masthead {
	background-color:#ffffff;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}

div#primenav {
	margin-left:0;
	width:634px;
	height:30px;
	float:left;
}
div#logo {
	margin-left:0;
	width:366px;
	height:30px;
	float:left;
	text-align:right;
}
div#purpleblock
{
	background-color:#63196f;
	margin-left:0;
	width:423px;
	float:left;
}


div#secnav
{
	background-color:#cbbcd5;
	margin-left:0;
	width:577px;
	float:left;
}

div#colone
{
	margin-left:0;
	width:196px;
	padding-top:377px;
	float:left;
	text-align:right;
}

div#coltwo
{
	margin-left:32px;
	width:154px;
	padding-top:90px;
	float:left;
}
div#coloneHP
{
	padding-left:64px;
	padding-right:73px;
	padding-top:35px;
	float:left;
}
div#colonePharma
{
	padding-left:10px;
	padding-right:14px;
	padding-top:35px;
	float:left;
}
div#copyarea
{
	margin-left:45px;
	width:530px;
	float:left;
	overflow:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
}





div#content { 
	background-color:#ffffff;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 
		
} 

div#footer {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}



/* ------------------------------------------------------------------------------------------ */


/* --- Generic styling ---*/

h1 {
	margin-top:37px;
	margin-bottom:19px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:24px; 
	font-weight: bold;
	color:#63196f;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:16px; 
	font-weight: bold;
	color:#63196f;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:21px; 
	font-weight: normal;
	color:#ffffff;
}
.dropdowns {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cacaca;
	background:#3f3f3f;
	border:solid 1px #6f7072;
}

.navArrow /* arrows for secnav */ {
	font-family:verdana;
	font-size:10px; 
	font-weight: bold;
	color:#5b5681;
}
/* ----- masthead ----- */

/* ------------------------------------------------------------------------------------------ */


/* ----- sitecontent ----- */

.pharmaProv {
background:#50124e;
padding:10px 5px 5px 8px;
}

.pharmaTown {
background:#ddcfe1;
padding:3px 0px 3px 8px;
}

.pharmaSubmit {
background:#c7afcd;
padding:3px 0px 3px 8px;
}

.pharmaTitle {
padding:0px 5px 5px 5px;
}

.pharmaRow {
background:#f6f4f7;
padding:5px 5px 5px 5px;
}

.pharmaRowdark {
background:#efebf2;
padding:5px 5px 5px 5px;
}



/* ------------------------------------------------------------------------------------------ */


#footer p {
	margin-top: 40px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aa97b6;
	padding: 15px 0px 0px 423px;
	height:150px;
	background-image:url(../images/look/bg_footer2.jpg); background-repeat:no-repeat; background-position:0px 70px;
}
.mailto
{
	font-family:verdana;
	font-size:9px;
	color:#656565;
	font-weight:bold;
}








