/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

p ul {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

p ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-left: 10px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	margin-left: 10px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	margin-left: 20px;
	list-style: disc;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	margin-left: 20px;
	list-style: disc;
}

#skypevid strong {
	font-weight: bolder;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

/* Created for Dr. Shep */
/* Written by Michael Schultz */
/* Vest Advertising */
/* Louisville, Ky */


/* Global */
*{
	margin: 0;
	padding: 0;
}

#clear{
	clear: both;
}

body{
	font-size:16px;
	background: #3b3531 url('images/bg.jpg') top left;
}

img{
	margin: 0;
	padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
}

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

p{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 10px;
}

#skypevid ul li {
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	margin-left: 20px;
	list-style: disc;
}

#skypevid strong {
	font-weight: bolder;
}

/* Layout */
#contentwrapper{
	overflow:hidden;
	padding-top: 10px;
}

#lighting{
	height: 394px;
	margin: 0 auto;
	background: url('images/lighting.png') no-repeat;
}


#drshep{
	margin-top: 40px;
	width: 254px;
	height: 635px;
	background: url('images/drshep.png') no-repeat;
	overflow: hidden;
}


#logo{
	width: 396px;
	height: 150px;
	margin-left: 100px;
	float: left;
	background: url('images/logosmall.png') no-repeat;
	z-index: 333;
}

#logo_big{
	width: 656px;
	height: 255px;
	margin-left: -40px;
	float: left;
	background: url('images/logo.png') no-repeat;
	z-index: 333;
}

#subhead{
	width: 620px;
	height: 34px;
	margin-top: -30px;
	margin-left: 25px;
	color: #fff;
	font-size: 1.5em;
	z-index: 444;
}

#navigation{
	width: 620px;
	height: 25px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 6px 20px 0 20px;
	font-size: 1em;
	color: #fff;
	background: #695e56;

}

#featured{
	z-index:-1;
	width: 580px;
	height: 300px;
	overflow: hidden;
	border: solid 20px #fff;
}


/* Navigation */
#navigation ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: none;
	display: inline;
	font-size: 13px;	
}

span{
	padding: 0 3px;
}


/* Extra Content */
h4 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #969678;
}

#extracontent_left{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_left ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

#extracontent_right{
	padding-top: 10px;
	margin: 0;
	color: #fff;
	z-index: 999;
}

#extracontent_right ul li{
	font-size: 1.3em;
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	list-style: disc;
	list-style-position: inside;
}

/* Footer */
h5 {
	padding-top: 15px;
	font-size: 2.4em;
	color: #000;
}

#footerbg{
	height: 300px;
	margin-top: 300px;
	background: url('images/footer.jpg') repeat-x;
	position: static;
	z-index: -9999;
}

#footercontent{
	position: relative;	
	clear:both;
	overflow:hidden;
	padding:100px 0 45px 0;
	list-style: none;
}

#footercontent ul li{
	font-family: 'gill sans', san-serif;
	font-weight: 100;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 25px;
}
  
#footercontent #mic {
    background: url(images/mic.png) no-repeat 0px 50%;
}

#footercontent #lecturn {
    background: url(images/lecturn.png) no-repeat 0px 50%;
}
  
#footercontent #play {
    background: url(images/play.png) no-repeat 0px 50%;
}
  
#footercontent #more {
    background: url(images/dotdotdot.png) no-repeat 0px 50%;
}

a.request{
	display: block;
	width: 232px;
	height: 36px;
	background: url('images/request_button.png') no-repeat;
	text-indent: -9999px;
}

a.request:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

a#skype{
	display: block;
	margin-top: -56px;
	width: 232px;
	height: 36px;
	background: url('images/skype_button.png') no-repeat 0 0;
	text-indent: -9999px;
	z-index: 555;
}

a#skype:hover{
	background-position: 0 -36px;
	text-indent: -9999px;
}

.clouds{
	margin-top: -30px;
	margin-left: -10px;
	width: 250px;
	height: 86px;
	background: url('images/clouds.png') no-repeat;
	z-index: -9999;
}

.simple_overlay, .skype_overlay{ 
    display:none;
    margin-top: 20px !important;
    /* standard decorations */ 
    width:545px;     
    /* border:10px solid #666; */
    /*border:10px solid rgba(82, 82, 82, 0.698); */
}

.form_overlay {
    display:none;
    top: 20px !important;
    width:545px; 
}

.simple_overlay div { 
    padding:10px;
    background-color:#695e56;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.skype_overlay div { 
    padding:10px;
    background-color:#5793e5;
    border: 0px solid #695e56;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
}

.simple_overlay h2 {  
    margin-bottom:10px; 
    color:#fff; 
    background-color:#695e56; 
    padding:5px 10px;
    font-size:20px; 
}

.skype_overlay h3 { 
    margin-bottom:10px; 
    color:#fff;
    padding:5px 10px;
    font-size:20px; 
}

.close {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}
.next {	
	border:1px solid #bfab9a;	
	background-color:#695e56;
	color:#fff;
	height:24px;
	padding: 3px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:14px;
}

