@charset "UTF-8";
/* CSS Document */


/* 	8888888888888888888888888888888888888888888888888888
	Developer notes
	8888888888888888888888888888888888888888888888888888 

20070103 - bullets for left menu don't align top in IE7.

*/




body {
	background-color:#f2e8dd;
	background-position:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7F7442;
	text-align:center;
	margin-top:0;
	padding-top:0;
	}
	
.Clear {
	clear:both;
	}	
	
.ImageCaption {
	width:auto;
	height:auto;
	margin:10px 10px 15px 0px;
	}
	
.FL {
	float:left;
	clear:left;
	margin:10px 10px 15px 0px;
	}	
	
.FR {
	float:right;
	clear:right;
	margin:10px 0px 15px 10px;
}	


.ImageCaption img {
	border:1px solid #AA9B6A;
	margin-bottom:4px;
	}

.ImageCaption p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7F7442;
	margin:0 !important;
	padding:0 !important;
	}
	
.Debug {
	border:1px solid #000;
	}	
	
hr {
	width:100%;
	height:1px;
	color:#7F7442;
	border:none;
	border-top:1px dotted #7F7442;	
	}	
	
/* 	8888888888888888888888888888888888888888888
	Wrappers
	8888888888888888888888888888888888888888888 */
	
#Wrapper1 {			/* White border */
	width:800px;
	height:auto;
	border:none;
	margin:0px auto auto auto;
	padding:0px 10px 0px 11px;
	text-align:left;
	background-image:url(../images/PrevMed_Shadow.gif);
	background-position:1px 0px;
	background-repeat:repeat-y;
	}

#WrapperShadowBottom {
	margin:0;
	padding:0px 0px 9px 0px;
	background-image:url(../images/PrevMed_Shadow_2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}

	
#Wrapper2 {			/* Beige background */
	width:800px;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	overflow:hidden;
	}
	

/* 	8888888888888888888888888888888888888888888
	Header
	8888888888888888888888888888888888888888888 */
	

#Header {
	width:800px;
	height:243px;
	margin:0px 0px 10px 0px;
	padding:0;
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	overflow:hidden;
	word-wrap: break-word;
	}
	
#Header img {
	width:100%;
	height: 92px;
	margin:0;
	padding:0;
	display:block;
	}	
	
#HeaderBanner {
	width:100%;
	height:120px;
	margin:0px 0px 0px 0px;
	padding:0;
	clear:both;
	}
	
#HeaderMessage {
	margin: 8px 20px 4px 20px;
	width:100%;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}		

	
/* 	8888888888888888888888888888888888888888888
	Primary Navigation
	8888888888888888888888888888888888888888888 */

#PrimaryNavigation {
	width:100%;
	height:35px;
	border-top:1px solid #C0D9D2;
	border-bottom:1px solid #C0D9D2;
	padding:3px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
	}
	
#PrimaryNavigation ul {
	list-style:none;
	background-color:#Fffff;
	width:100%;
	height:30px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:0px -37px;
	background-repeat:no-repeat;
	}
	
#PrimaryNavigation li {
	float:left;
	height:30px;
	width:auto;
	margin:0;
	padding:0;
	}
		
#PrimaryNavigation li a {
	width:100%;
	height:100%;
	display:block;
	}
	
#PrimaryNavigation li span {
	display:none;
	}		
	
#PrimaryNavigation li#Home {
	width:76px;
	height:30px;
	}		

#PrimaryNavigation li#Home a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:0px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Home.Selected{
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:0px -2px;
	background-repeat:no-repeat;
	}		


#PrimaryNavigation li#About {
	width:90px;
	height:30px;
	}		
	
#PrimaryNavigation li#About a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-76px -2px;
	background-repeat:no-repeat;
	}		
	
#PrimaryNavigation li#About.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-76px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Services {
	width:107px;
	height:30px;
	}	
	
#PrimaryNavigation li#Services a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-166px -2px;
	background-repeat:no-repeat;
	}		
	
#PrimaryNavigation li#Services.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-166px -2px;
	background-repeat:no-repeat;
	}		
		
#PrimaryNavigation li#Contact {
	width:104px;
	height:30px;
	}		
	
#PrimaryNavigation li#Contact a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-273px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Contact.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-273px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Testimonials{
	width:137px;
	height:30px;
	}		

#PrimaryNavigation li#Testimonials a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-377px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Testimonials.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-377px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#NewsArticles{
	width:158px;
	height:30px;
	}		

#PrimaryNavigation li#NewsArticles a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-514px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#NewsArticles.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-514px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Resources {
	width:125px;
	height:30px;
	}		

#PrimaryNavigation li#Resources a:hover {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-672px -2px;
	background-repeat:no-repeat;
	}		

#PrimaryNavigation li#Resources.Selected {
	background-image:url(../images/PrvMed_PrimaryNavigation.gif);
	background-position:-672px -2px;
	background-repeat:no-repeat;
	}		

/* 	8888888888888888888888888888888888888888888
	Content
	8888888888888888888888888888888888888888888 */

#ContentWrapper {
	width:780px;
	height:auto;
	padding:0px 10px 10px 10px;
	margin:0px;	
	background-image:url(../images/PrvMed_Content_BG_3col.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	float:left;
	text-align:left;
	}
	
#ContentWrapperArticle {
	width:780px;
	height:auto;
	padding:0px 10px 10px 10px;
	margin:0px;	
	background-image:url(../images/PrvMed_Content_BG_2col.gif);
	background-repeat:repeat-y;
	float:left;
	}
	
#ContentTitle {
	width:100%;
	height:40px;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px;
	}
			
#PageTitle {
	font-size:30px;
	margin:0px auto 0px 159px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:400px;
	}
		
#PageTitle2 {				/* Used specifically on the home page */
	font-size:30px;
	margin:0px auto 0px 159px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:400px;
	}
		
#ContentLeftColumn {
	width:130px;
	/*border-right:1px dotted #AA9B6A; */
	float:left;
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:12px;
	font-style:italic;
	}
	
#ContentLeftColumn ul {
	width:115px;
	margin:0px 0px 15px 0px;
	padding:0;
	float:right;
	}
	
#ContentLeftColumn ol {
	width:115px;
	margin:0px 0px 15px 0px;
	padding:0;
	float:right;
	}
	
#ContentLeftColumn ol li {
	}
	
#ContentLeftColumn li {
	width:100%;
	margin:0px 0px 7px -15px;
	display:block;
	padding:0px 0px 0px 17px;
	list-style:none;
	background-image:url(../images/PrvMed_li_box1.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	text-indent:-1px;
	}

#ContentLeftColumn li a {
	color:#DB7E2B;
	text-decoration:none;
	}
	
#ContentLeftColumn li a:hover {
	text-decoration:underline;
	}
	
#ContentLeftColumn h2 {
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #7F7442;
	}
	
#ContentCenterColumn, #ContentArticle {
	width:380px;
	height:auto;
	/* border-right:1px dotted #AA9B6A; */
	float:left;
	margin:0px;
	padding:0px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
}

#ContentCenterColumn  p.Welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
	}
	
#ContentCenterColumn h1 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0;
}	


#ContentCenterColumn h2 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	padding:0;
}	
	
#ContentCenterColumn p {	
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	margin:0px 0px 15px 0px;
	padding:0;
	}
	
#ContentCenterColumn p.IntroText {
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	text-align:right;
	}
	
#ContentCenterColumn p.SignatureName {
	 font-style:italic;
	 font-size:14px;
	 font-weight:bold;
	 margin-top:15px;
	 }
		
#ContentCenterColumn a, #ContentArticle a {	
	color:#DB7E2B;
	text-decoration:none;
	}

#ContentCenterColumn a:hover, #ContentArticle a:hover {	
	border-bottom:1px dotted #DB7E2B;
	}
	
	
#ContentCenterColumn ul {	
	margin:10px 0px 10px 0px;
	padding:0;
	}
	
#ContentCenterColumn ul ul {	
	margin:0;
	padding:0;
	}
	
#ContentCenterColumn ol {	
	margin:10px 0px 10px 0px;
	padding:0;
	}
	
#ContentCenterColumn ol ol {	
	margin:0;
	padding:0;
	}
	
#ContentCenterColumn ol li {	
	margin:0px 0px 6px 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	list-style:none;
	}
	
#ContentCenterColumn li {	
	margin:0px 0px 6px 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style:none;
	}

#ContentCenterColumn li li {	
	margin:5px 0px 5px 15px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	}
	
#ContentCenterColumn td {	
	vertical-align:top;
	}

#ContentCenterColumn table.CostServices td {
	padding:7px;
	}
	
#ContentCenterColumn dl {
	margin:20px 0px 5px 0px;
	padding:0;
}	

#ContentCenterColumn dl dl{
	margin:10px 0px 5px 15px;
	padding:0;
}	


#ContentCenterColumn dt {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0;
}

#ContentCenterColumn dl dl dt {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	margin:0px 0px 3px 0px;
	padding:0;
}

#ContentCenterColumn dd {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	margin:0px 0px 10px 0px;
	padding:0;
}
	
#ContentArticle {
	width:600px;
	height:auto;
	float:left;
	margin:0px;
	padding:0px 10px 0px 20px;
}

#ContentArticle h2 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:20px;
	font-weight:bold;
	margin:20px 0px 5px 0px;
	padding:0;
}
	
#ContentArticle ol {	
	margin:10px 0px 10px 15px;
	padding:0;
	}
	
#ContentArticle ol ol {	
	margin:0;
	padding:0;
	}
	
#ContentArticle li {	
	margin:0px 0px 6px 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	}


a.CurrentCareerOpportunities {
	display:block; 
	border:1px dotted #C0D9D2; 
	padding:7px; 
	margin:0px 0px 10px 0px; 
	width:100%;
	}
	
a.CurrentCareerOpportunities:hover {	
	color:#DB7E2B;
	border:1px dotted #C0D9D2!important; 
	text-decoration:underline;
	}

#ContentRightColumn {
	width:200px;
	height:auto;
	float:right;
	margin:0px;
	padding:0px 0px 0px 5px;
	text-align: left;
}

#ContentRightColumn p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 3px;
	font-size:12px;
	text-indent:-3px;
}


#ContentRightColumn img {
	border:1px solid #AA9B6A;
	}

	
#ContentRightColumn h2 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	padding:0;
}	


/* 	8888888888888888888888888888888888888888888
	Footer
	8888888888888888888888888888888888888888888 */

#Footer {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:780px;
	height:35px;
	margin:10px 0px 0px 10px;
	padding:0px;
	border-top:1px dotted #AA9B6A;
	}
	
#Footer ul {
	list-style:none;
	padding:10px 0px 7px 0px;
	margin:0px;
	width:100%;
	}
	
#Footer li {
	list-style:none;
	display:block;
	margin:0px 30px 0px 0px;	
	float:left;	
	}
	
#Footer li a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7F7442;
	text-decoration:none;
	margin:0;
	padding:0;
}

#Footer li a:hover {
	text-decoration:underline;
	}
	
	
	
/* 	8888888888888888888888888888888888888888888
	Category List Styles
	8888888888888888888888888888888888888888888 */
	
.CategoryList {
	width:100%;
	margin:0px 0px 0px -10px;
	height:auto;
	float:left;
	padding:0;
	overflow:hidden;
}
	
.CategoryList table {
	width:400px;
	height:auto;
	border:none;
	margin:0;
	padding:0;
	}
	
.CategoryList td {
	width:180px;
	height:auto;
	border:none;
	margin:0px;
	padding:0px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
	}
	
.CategoryList h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#7F7442;
	margin:0px 0px 6px 0px;
	padding:0px 0px 6px 0px;
	border-bottom:1px dotted #7F7442;
}

.CategoryList ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	}
	
.CategoryList li {
	display:block;
	list-style:none;
	font-size:13px;
	color:#DB7E2B;
	margin:0px 0px 7px 0px;
	padding:0px;
	}
	
.CategoryList li a {
	text-decoration:none;
	color:#DB7E2B;
	font-weight:normal;
	}
	
.CategoryList li a:hover {
	text-decoration:underline;
	color:#DB7E2B;
	}
	
	
/* 	8888888888888888888888888888888888888888888
	News/Articles
	8888888888888888888888888888888888888888888 */
	
.NewsArticle {		
		margin:-10px 0px 0px 0px;
		width:100%;
		}
	
	
.NewsArticle ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	}
	
.NewsArticle li {
	list-style:none;
	margin:0;
	padding:10px 0px 20px 0px;
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px dotted #7F7442;
	float:left;
}			
	
.NewsArticle h1 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.NewsArticle h2 {				/* Date */
	color:#7F7442;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0;
}

.NewsArticle p {		
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:normal;
	}

.NewsArticle li a.ReadMore {
	clear:both;
	float:right;
	margin:10px 0px 10px 0px;
	padding:0;
	color:#DB7E2B;
	font-size:13px;
	text-decoration:none;
	}
	
.NewsArticle li a.ReadMore:hover {
	text-decoration:underline!important;
	border-bottom:none!important;
	}
	
.NewsArticle a {		
	font-weight:normal;
	}
	
/* 	8888888888888888888888888888888888888888888
	Articles
	8888888888888888888888888888888888888888888 */
	
.Article {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	}
	
.Article h1 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0;
}	


.Article h2 {
	color:#7F7442;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	padding:0;
}	
	
.Article p {	
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	margin:0px 0px 10px 0px;
	padding:0;
	font-weight:normal;
	}
	
	
.Article a {	
	color:#DB7E2B;
	text-decoration:none;
	}

.Article a:hover {	
	border-bottom:1px dotted #DB7E2B;
	}
		
		
/* -----Miscellaneous ----------*/

#ContentCenterColumn ul.DirectionsList {
	margin-left:15px;
	list-style:disc;
	}
	
#ContentCenterColumn ul.DirectionsList li {
	font-weight:normal!important;
	list-style:disc;
	}		
		
a.ReadMore {
	clear:both;
	float:right;
	margin:0px 0px 10px 0px;
	padding:0;
	color:#DB7E2B;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	}
		
		
a.videoLink {
	margin: 0px 0px 0px 0px;
	padding:0;
	color:#DB7E2B;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}		
		
		
/* 	8888888888888888888888888888888888888888888
	sIFR
	8888888888888888888888888888888888888888888 */
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	visibility:visible;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	visibility:visible;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #ContentTitle span {
	visibility: hidden;
}


#newsletter {
	border:1px solid #AA9B6A;
	background-color: #f2e8dd;
	font-size: 9px;
}

#newsletter input {
	border:1px solid #AA9B6A;
}
		
#newsletter .join {
	clear:both;
	text-align: center;
	margin: 4px 2px 4px 2px;
	color:#AA9B6A;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	}
	
#newsletter form {
	margin: 0px;
	padding: 0px 5px 5px 10px;
	letter-spacing:0.2em
}


#newsletter .submit {
	margin: 5px 0px 5px 0px;
	background-color: #AA9B6A;
	color:white;
}
	
		
a.contactLink {
	margin: 0px 0px 0px 0px;
	padding:0;
	color:#DB7E2B;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	}	

