@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	width: auto;
	font-size: 100%;
	background-color: #8C8FB7;
}

#wrapper {
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
	background-color:#bdccd4; 
	background-image: -moz-linear-gradient(top , #bdccd4, #f7f5f6 36em); 
	background-image: -webkit-linear-gradient(top , #bdccd4, #f7f5f6 36em);
	background-image: -o-linear-gradient(top , #bdccd4, #f7f5f6 36em); 
	background-image: -ms-linear-gradient(top , #bdccd4, #f7f5f6 36em);
	background-image: linear-gradient(top , #bdccd4, #f7f5f6 36em);
}

#responsive {
    float: left;
    width: 100%;
}

#main {
	position: relative;
}

.content {
    margin-left: 300px;
}

#sideLeft {
    float: left;
    width: 300px;
    min-height: 640px;
    margin-left: -100%;
	background-image:url(../images/slideshowBG.jpg);
}

.slideshow {
	margin: 40px 25px;
	
}

.slideshow img {
	height: 560px;
	width: 250px
}

		
/* PAGE HEADER STYLES */
	
#header_home {
	margin: 1em 25px;
}

#header_home p {
	margin: .5em .5em 1em;
}

#portrait {
	float: right;
}

#portrait img {
	height: 110px;
	width: 81px
}

#header_home h2 {
	margin: .5em;
}

#header_home h1 {
	margin: 0;
}


/*	VERTICAL TABS */

#slicknav {
	display: block;
	width: 81px;
	position: absolute;
	right: 25px;
}
	
#vtab {
	margin: auto;
	width: auto;
	height: 100%;
	}

#vtab ul li {
	color: #F2F2F2;
	font-size: .9em;
	font-weight: bold;
	height: 1.4em;
	background-color: #8C8FB7;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin: 0 0 -.1em;
	padding: .4em .5em 0;
	border: #96A8BC solid 1px;
	border-bottom: none;
	position: relative;
/*	
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
*/
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-top-left: 6px;
	-webkit-border-radius-top-left: 6px;
	-moz-border-radius-top-right: 6px;
	-webkit-border-radius-top-right: 6px;
}

#vtab ul li.selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	border: #96A8BC solid 1px;
	border-bottom: none;
	z-index: 10;
	background-color: #F2F2F2;
}
	
#vtab ul {
	text-align: left;
	display: inline;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative;
}

#vtab div {
	background:#F2F2F2;
	border: #96A8BC solid 1px;
	margin: 0 25px 5px;
	min-height: 450px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#vtab #home {
	border-top-left-radius: 0;
	-moz-border-radius-top-left: 0;
	-webkit-border-radius-top-left: 0;
}

#home p {
	color: #47576A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 1em 2em;
	line-height: 1.5em;
	text-align: justify;
}

#home span {
	color: #333;
	font-size: 1.2em;
	font-style: italic;
}
	
#about p, #treatment p, #map p, #faq p { 
		color: #47576A;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: .85em;
		margin: .5em 3em;
		line-height: 1.5em;
		text-align: left;
	}

#links ol { 
		color: #47576A;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: .85em;
		margin: .5em 2em;
		line-height: 1.5em;
		text-align: left;
		list-style: decimal inside;
	}
			
h1 {
	color: #4D4D4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style:italic;
	font-weight:bold;
	margin: -.2em;
}

h2 {
	color:#1E1E1E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	font-weight: bolder;
	margin: 1em 0 -.3em .8em;
}

h3 {
	color:#272B2A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	margin: .7em 0 .5em;
}
	
h4 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	font-size: 1em;
	margin: 1em 2em 0;
}	
	

/* FOOTER STYLES */

#footer {
    width: 100%;
    clear: both;
	color: #F0FFEF;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .8em;
	line-height: 1.5em;
	background-color: #8C8FB7;
	border-top: 4px dotted #96A8BC;
	padding-top: .5em;
  padding-left: 2em;
}

#footerRight {
    float: left;
    width: 100%;
    text-align: right;
}

#footerRight .content{
    padding-right: 2em;
}

#footerLeft {
    float: left;
    width: 300px;
    margin-left: -100%;
    padding-left: 2em;
}
		

/* LINK STYLES */

a:link, a:visited, #vtab a:hover {
	color: #333;
}

a:hover {
	color: #1E0545;
	text-decoration: underline;
}

a:active {
	color: #47576A;
}

#vtab ul a:active, #vtab ul a:visited, #vtab ul a:link {
	text-decoration: none;
	text-shadow: 0 1px 3px #fff;
}

/* MOBILE STYLES */

@media (max-device-width: 900px) {
	#sideLeft {
		display: none;
	}
	.content {
		margin-left: 0;
	}
	#wrapper {
		min-width: 0;
	}
	#slicknav {
		display: block;
	}
	#vtab div {
		border-top-right-radius: 0;
		-moz-border-radius-top-right: 0;
		-webkit-border-radius-top-right: 0;
	}
}
