﻿body, div, p, h1, h2, h3, h4, ul, li, table, img
{
	margin:0 0 0 0;
	padding:0;
	border:none;
}

body
{
	background: #ffffff ;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:76%;
}
	
.clear, .spacer { clear: both; }

	
/* =layout
----------------------------------------------- */
.container
{
	margin: 0 auto 10px auto;
	width: 902px;
}
.wrapper
{
	float: left;
	width: 900px;
	background-color: #007698;
	border: solid 1px #333333;
}
.masthead
{
	float:left;
	padding: 0 10px;
	width: 880px;
	background-color: #652d8a;
	height: 65px;
}
.navBar
	{
		float:left;
		margin: 20px 0 0 0;
		padding: 0;
		width: 880px;
		height: 23px;
	}
	.navBar ul 
	{
		padding: 0;
		margin:0;
		list-style-type:none;
	}
	.navBar li 
	{
		float:left;
		position:relative;
		padding: 7px 0 0 0;
	}
	.navBar li a:link, .navBar li a:visited
	{
		display:block;
		font-size:14px;
		font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
		text-decoration:none; 
		color:#ffffff; 
		border-right: solid 1px #ffffff;
		padding: 0 18px; 
		line-height: 13px;
	}
	.navBar li a:hover
	{
		color: #badae7;
	}
	.navBar li a.borderless {border-right: 0;}
.contentTop
{
	/* total width 900px */
	float: left;
	width: 100%;
	height: 370px;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: solid 25px #652d8a;
/*###*/	background-color: #ffffff;
	background: #ffffff url(../images/HR/contentTop.jpg) top left no-repeat; 
	background: #ffffff url(../images/HR/bkgd_contentTop.gif) top left no-repeat; 
	background: #ffffff url(../images/HR/contentTopBkgd2.jpg) top left no-repeat; 
}

.contentTop2Panel
{
	/* total width 900px */
	float: left;
	width: 100%;
	height: 350px;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: solid 25px #652d8a;
	background-color: #ffffff;

}
	.contentTopLeft
	{
		/* total width 380px */
		float: left;
		width: 310px;
		padding: 0 20px 0 50px;
	}
	.contentTopRight
	{
		/* total width 520px */
		width: 520px;
		margin-left: 380px;
	}
.main
{
	/* total width 900px */
	float:left;
	background: transparent url(../images/HR/bkgd_inner.gif) top left repeat-y;
	color: #1a1a1a;
	padding: 20px 0 20px 0;
	width: 900px;
	min-height: 300px;
}
	.sideBar
	{
		/* total width 300px */
		float: left;
		width: 240px;
		padding: 0 20px;
		color: #652d89;
	}
	.content
	{
		/* total width 600px */
		width: 480px;
		margin-left: 280px;
		padding: 0 40px;
	}
.footer
{
	clear: both;
	width: 100%;	
	padding: 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	vertical-align:middle;
}	
	.footer p {
		margin: 0;
		color:#ffffff; 
		text-align: center;
	}
	.footer a:link, .footer a:visited 
	{
		color: #ffffff;
		text-decoration: none;
	}
	.footer a:hover 
	{
		text-decoration: underline;
	}
	
/* =typography
----------------------------------------------- */
h1 {
	padding: 0 0 0.25em 0;
	color:#213e7e;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size:1.2em;
	text-transform: uppercase;
}
h2 {
	padding: 0.5em 0 0.1em 0;
	color:#b32725;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align:left;	
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;	
}
h3 {
	padding: .2em 0 0 0;
	color:#311d14;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size:1.2em;
}
h4 
{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font: bold 12px/14px verdana;
	color: #311d14;
	border-bottom: 1px dashed #8697ca;
	margin-bottom: 8px;
}
p
{
	margin-top: 0.25em;
	margin-bottom: 0.5em;	
	line-height:1.5;
	text-align:left;	
}
	p.quote
	{
		font-style: italic;
		color: #652d89;
	}

/* =links
----------------------------------------------- */
a:link, a:visited 
{
	color: #652d89;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

	
/* =lists
----------------------------------------------- */
li 
{
	color: #383131;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:0px;
	padding-bottom:0px;
	padding-left:0px
}
ul 
{
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left:0px;
	margin-left:20px;
	list-style-type:square;	
}
	ul.square { list-style-type: square;}
ol 
{
	margin-top: 6px;
	margin-bottom: 6px;	
	padding-left:0px;
	margin-left:40px;
}
	ol.alpha { list-style-type: lower-alpha;}

/* =images
----------------------------------------------- */
img.pdficon
{
	float: left;
	margin: 3px 6px 0 6px;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	border: 0;
}

/* =pages
----------------------------------------------- */

/* =other
----------------------------------------------- */
.center {text-align:center;}
.txtRight {text-align:right;}
.hidden {display: none;}
.logo
{
	height: 100px;
	width: 246px;
	padding: 15px 2px;
}

.breadcrumb {
	margin-top: 4px;
	margin-bottom: 4px;	
	line-height:18px;
	text-align:left;	
	font-size:0.9em;		
}


/* =Pharmacy Residency Program
----------------------------------------------- */
	
.mainPRP
{
	float:left;
	padding: 20px 0 20px 0;
	width: 100%;
}
	.sideBarPRP
	{
		float:left;
		width: 295px;
		padding: 0;
		color: #652d89;
	}
	
	.contentPRP
	{
        float:left;
		width: 566px;
		min-height: 700px;
		margin: 0 0 0 10px;
		padding: 15px 10px 0 10px;
        background: #fff;			
	}
	
        .contentPRP a:link, .contentPRP a:visited 
        {
	        color: #652d89;
	        text-decoration: underline;
        }

        .contentPRP a:hover {
	        text-decoration: none;
        }		
	
	.PRPCallout
	{
	    width:295px;
	    height: 60px;
	    text-align:center;
	}
	
    .PRPImageWrapper        	
    {
        margin-bottom: 7px;
    }


    .contentPRP h1 {
	    padding: 0 0 0.25em 0;
	    color:#213e7e;
	    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	    font-weight:normal;
	    font-size:1.2em;
        letter-spacing:2px;	
	    text-transform: uppercase;
    }	
    
   .contentPRP h2 {
	    padding: 0.5em 0 0.1em 0;
	    color:#b32725;
	    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	    text-align:left;	
	    font-weight:normal;
	    font-size:1.1em;
        letter-spacing:1px;		    
	    text-transform:uppercase;	
    }    
	
	.slideWrapper
	{
	    min-height:200px;
	    margin: 6px 0 10px 0;
	    padding: 0;
	    background-color: #f1f0ec;
	    border: solid 1px #ccc;
	    text-align:center;
	}	
	
	.videoWrapper
	{
	    Float:left;
	    margin: 15px 0 20px 0;
	    padding: 5px 5px 5px 5px;
	    background-color: #f1f0ec;
	    border: solid 1px #ccc;
	}
	
	.navBarAux
	{
        float:left;
		width:291px;
		background-color:#f1f0ec;
	    border:2px solid #fff;
	    outline:1px solid #ccc;			
	    padding: 0;
	    margin: 10px 0 10px 0;
	}
	
	.mod { margin-bottom: 20px; }
	
    .navlinks ul {
        margin: 0;
        padding: 0px;
        list-style: none;
    }
    .navlinks ul li {
        margin: 0px;
        padding: 0px;
    }
    .navlinks li a {
        display: block;
        border-bottom: 1px solid #ccb2b5;
        line-height: 2.2em;
        padding-left: 18px;
        text-decoration:none;
    }

    .navlinks a:link, .navlinks a:visited {
        color: #333; 
        text-decoration:none;
        font-weight:normal;
    }
    .navlinks a:hover {
        color:#000;
        text-decoration:none;
        background-color: #ccb2b5; 
    } 	
	
	
    .navBarAux h3
    {
        font-family:"trebuchet ms",verdana,arial;        
        font-size:1.1em;
        color:#003366;
        font-weight:normal;		
        margin: 8px 0 0;
        padding-left: 8px; 
        padding-bottom:5px;
        letter-spacing:1px;	        
        text-transform:uppercase;  
        border-bottom: 1px solid #ccb2b5;            
    }	
	
.pnlInterior table 
{
	padding: 10px 15px 25px 0;	
	background-color: #fff; 
	color: #000000; 
	width: 100%; 
	border: 1px solid #fff; 
	border-collapse:collapse;
	text-align:left; 
}

.pnlInterior td 
{ 
	border-top: 1px solid #E0E0E0; 
	padding: 5px 2px 5px 8px; 
	text-align:right;
}

.box
{
    float:left;
	background: #f9f9f9;
	border: 1px solid #e4d4a5;
	padding: 2px 10px 6px 10px;
	margin: 0 8px 10px 0;
	width:137px;
	text-align:center;
}

   .box h2 {
	    padding: 0.5em 0 0.1em 0;
	    color:#b32725;
	    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	    text-align:center;	
	    font-weight:normal;
	    font-size:1.1em;
        letter-spacing:1px;		    
	    text-transform:uppercase;	
    } 
    
.boxText
{
    float:left;
	background: #f9f9f9;
	border: 1px solid #e4d4a5;
	padding: 2px 10px 6px 10px;
	margin: 0 8px 10px 0;
	width:250px;
	height:160px;
	text-align:left;
}

   .boxText h2 {
	    padding: 0.5em 0 0.1em 0;
	    color:#b32725;
	    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	    text-align:left;	
	    font-weight:normal;
	    font-size:1.1em;
        letter-spacing:1px;		    
	    text-transform:uppercase;	
    }     

.imageInline
{
    text-align:left;
    margin: 2px 15px 2px 0;
    padding: 2px 2px 2px 2px;
    border: solid 1px #cecbb9;
    clear:both;
}

.imageInlineR
{
    text-align:right;
    margin: 2px 15px 2px 0;
    padding: 2px 2px 2px 2px;
    border: solid 1px #cecbb9;
    clear:both;
}

95px;
}


.hr 
{
	background: url(../images/PRP/horizontal-rule.gif) repeat-x;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr 
{
	display: none;
	overflow: hidden;
}

/* =CMS toolbar
----------------------------------------------- */
div.cmstoolbar
{
    overflow:hidden;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background: #ddd;
    border-top: solid 1px #bbb;
    font-size: 11px;
}

span.cmstoolpanel
{
    height: 20px;
    border-left: solid 1px #fff;
    border-right: solid 1px #ccc;
    display: inline-block;
    padding-top: 3px;
    vertical-align: top;
}

.cmstool, .lbOn
{
    margin-left: 6px;
    margin-right: 12px;
    vertical-align: top;
}

.cmstoolimage
{
    margin-right: 3px;
    vertical-align: top;
}

@media screen
{
  div.cmstoolbar
  {
    position: fixed;
  }
}
