/* CSS Document */



body {
margin:0;
padding:10px;
background:#fff url(graphics/body_bg.jpg) bottom right fixed no-repeat;
line-height:1.3em;
}



p.imagetitle {
font: normal 12px Arial;
}

a:link {
text-decoration:none;
color:#660000;
}
a:visited {
text-decoration:none;
color:#660000
}
a:hover {
text-decoration:underline;
color:#666666;
}

div#index-menu img a{
border:0;
text-decoration: none;
color:0;
background:none;
}

p.bigname {
font:bold 14px Arial;
margin:16px 0 0 16px;
padding:0;
}

div#wrap_index {
width:724px;
height:600px;
margin:auto;
background:#FFFFFF url(graphics/index-img.jpg) center no-repeat;
border:2px solid #999;
padding:0;
}



div#wrap_page {
width:724px;
height:auto;
margin:auto;
background:#d0d0d0 url(graphics/page_bg.jpg) right repeat-y;
border:2px solid #333;
padding:0;
}




/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER */



/* MENU MENU MENU MENU MENU MENU MENU */

div#menu{
float:left; width:110px; margin:6px 0 0 18px;
}



#voiceBtn a:link {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/voice-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	#voiceBtn a:visited {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/voice-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#voiceBtn a:hover {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/voice-btn-2.png) center no-repeat;
	height:90px;
width:110px;
}




#videoBtn a:link {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/video-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#videoBtn a:visited {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/video-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#videoBtn a:hover {
display:block;
margin:16px 0;	
text-decoration:none;
	background:url(graphics/video-btn-2.png) center no-repeat;
	height:90px;
width:110px;
}
	
	
	

#speakingBtn a:link {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/speaker-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#speakingBtn a:visited {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/speaker-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#speakingBtn a:hover {
display:block;
margin:16px 0;	
text-decoration:none;
	background:url(graphics/speaker-btn-2.png) center no-repeat;
	height:90px;
width:110px;
}
	
	
	
	
	#producingBtn a:link {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/producing-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#producingBtn a:visited {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/producing-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#producingBtn a:hover {
display:block;
margin:16px 0;	
text-decoration:none;
	background:url(graphics/producing-btn-2.png) center no-repeat;
	height:90px;
width:110px;
}
	
	

#contactBtn a:link {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/contact-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#contactBtn a:visited {
display:block;
margin:16px 0;	
	text-decoration:none;
	background:url(graphics/contact-btn.png) center no-repeat;
	height:90px;
width:110px;
}
	
#contactBtn a:hover {
display:block;
margin:16px 0;	
text-decoration:none;
	background:url(graphics/contact-btn-2.png) center no-repeat;
	height:90px;
width:110px;
}
	
		
	
	
/* CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT CONTENT */


div#page_text {
display:block;
float:left;
width:587px;
background:#fff;
margin:0;
padding:0 0 20px 0;
}


div#page_gallery {
width:587px;
background:#fff;
margin:0;
padding:0 0 20px 0;
}



div#page_text p{
margin:14px 0 0 0;
font:11px/1.3em Arial, Helvetica, sans-serif;
padding:0 20px 0 16px;
color:#111;
}

div#page_text p.text{
margin:14px 0 0 0;
font:11px/1.3em Arial, Helvetica, sans-serif;
padding:0 20px 0 16px;
color:#111;
}

div#page_text p.text_border{
margin:14px 0 0 0;
font:11px/1.3em Arial, Helvetica, sans-serif;
padding:0 20px 16px 16px;
color:#111;
border-bottom:1px solid #ccc;
}

div#page_text p.image{
font:11px/1.3em Arial, Helvetica, sans-serif;
padding:0;
margin:0;
border-bottom:4px solid #ddd;
}

div#page_gallery p.text{
margin:16px 0 0 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:1.3em;
padding:0 20px 0 20px;
color:#111;
}

div#page_gallery p.image{
font:normal 11px Arial, Helvetica, sans-serif;
line-height:1.3em;
padding:0;
margin:0;
border-bottom:4px solid #ddd;
}

div#page_text p.event_menu{
font:11px Arial, Helvetica, sans-serif;
background-color:silver;
padding:10px;
margin:0;
border-bottom:4px solid #ddd;
color:#fff;
text-align:left;
}


div#page_text p.event_menu a:link {
color:#333;
text-decoration: none;
}

div#page_text p.event_menu a:visited {
color:#333;
text-decoration: none;
}
div#page_text p.event_menu a:hover {
color:#fff;
text-decoration: none;
}







div#page_text p.image_thumb_gallery{
font:10px/1.3em Arial, Helvetica, sans-serif;
background-color:silver;
padding:0;
margin:0;
border-bottom:4px solid #ddd;
color:#fff;
text-align:center;
}

div#page_text p.image_gallery{
font:normal 10px Arial, Helvetica, sans-serif;
line-height:1.3em;
background-color:#036;
padding:10px;
margin:24px 0 0 0;
border-bottom:4px solid #303;
color:#FFF;
text-align:center;
}

div#page_text p.image_thumb_gallery img{
padding:0;
margin:10px 6px 10px 6px;
border:1px solid #fff;
background-color:#b4c4d4;
}

div#page_text p.image_gallery{ 
font:10px/1.3em Arial, Helvetica, sans-serif; 
background-color:#036; 
padding:10px; margin:24px 0 0; 
color:#fff; text-align:center; 
border-bottom-color: #6699ff; 
border-bottom-style: solid; }


div#index-menu {
	margin:0;
	padding:0;
	width:590px;
	height:20px;
	position:absolute;
	top:473px;
	background:none;
	border:1px solid #fff;
	
}


div#page_text p.caption{
padding:0;
font:normal 10px Arial, Helvetica, sans-serif;
margin:0 0 10px 0;
line-height:1.2em;
border:1px solid #fff;
background-color:#b4c4d4;
}

div#page_gallery p.gallery_caption{
padding:0;
font:normal 10px Arial, Helvetica, sans-serif;
margin:0 0 10px 19px;
width:480px;
line-height:1.2em;
border:1px solid #fff;
background-color:#b4c4d4;
}
p.text img.right {
float:right;
padding-top:6px;
padding-right:4px;
}

p.text img.right_border {
float:right;
border:2px solid #ccc;
margin-left: 20px;
margin-bottom:10px;
}


div#page_text table{
font:normal 11px Arial, Helvetica, sans-serif;
line-height:1.3em;
color:#111;
border-top:1px solid #ccc;
margin-top:6px;
margin-bottom:20px;
}

p.closer {
font:bold 11px  Arial, Helvetica, sans-serif;
display:block;
width:79px;
border:1px solid #003366;
line-height:1em;
margin:24px 0 0 418px;
}

p.closer a:link {
color:#99CCFF;
background-color:#666666;
text-decoration:none;
display:block;
padding:4px;
}
p.closer a:visited {
color:#99CCFF;
background-color:#666666;
text-decoration:none;
display:block;
padding:4px;
}
p.closer a:hover {
color:#666666;
background-color:#99ccff;
text-decoration:none;
display:block;
padding:4px;
}


/* BASE BASE BASE BASE BASE BASE BASE BASE BASE BASE BASE BASE */

div#base {
width:720px;
height:12px;
color:#999;
margin:0 auto;
background-color:none;
padding:2px 2px 2px 6px;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:1.2em;
}

div#base a:link {
color:#FF0000;
text-decoration:none;
}
div#base a:visited {
color:#F00;
text-decoration:none;
}
div#base a:hover {
color:#333333;
text-decoration:none;
}

div#page_text p.bottom_menu{
margin:14px 0 0 0;
font:11px/1.3em Arial, Helvetica, sans-serif;
padding:16px 20px 0 16px;
color:#111;
border-top:1px solid #ccc;

}

div#page_text p.bottom_menu div#base a:link {
color:#fff;
text-decoration:none;
}
div#page_text p.bottom_menu div#base a:visited {
color:#fff;
text-decoration:none;
}
div#page_text p.bottom_menu div#base a:hover {
color:#cc6600;
text-decoration:none;
}

.content
{
	margin: 0 auto;
		font-family: Arial;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#mySlideShow
{
width: 360px !important;
height: 300px !important;
}

/* Premiumbeat Flash mp3 player CSS */

div#flashWrap{
width:600px;
margin: 16px 0 8px 16px;
clear:both;}

div#flashPlayer {
float:left;
}


div#wrap_page div#page_text div.content-title p{
font: 14px Arial, Helvetica, sans-serif;
margin: 16px 20px 4px 0px;

}

div#wrap_page div#page_text div.content-subtitle p{
font: 12px Arial, Helvetica, sans-serif;
margin: 16px 0 4px 0px;
border-top:1px solid #ccc;
padding-top:16px;
}

div#wrap_page div#page_text div.phone p{
margin:0;
padding:4px 0 0 16px;
}

div#wrap_page div#page_text div.resume-table table{
margin: 0px 26px 14px 14px;
padding-top:10px;
padding-left:0px;
padding-right:20px;
} 