/* Global Styles */

body
{
	background: url('images/bg.jpg') repeat-x;	
	font-family: arial, sans-serif;
}

a:link {color: #ED1C24; text-decoration: none;}
a:visited{color: #ED1C24; text-decoration:none;}
a:active{color: #ED1C24; text-decoration:none;}
a:hover{color: #878787; text-decoration:none;}

ul li a:link {color: #ED1C24; text-decoration: none; border-bottom: 2px solid #000000;}
ul li a:visited{color: #ED1C24; text-decoration:none; border-bottom: 2px solid #000000;}
ul li a:active{color: #ED1C24; text-decoration:none; border-bottom: 2px solid #000000;}
ul li a:hover{color: #878787; text-decoration:none; border-bottom: 2px solid #000000;}

img.1 {
	border-style: none;
}

a.1 {
	border: none;
	color: #d4d4d4;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2b292a;	
	margin-bottom: 10px;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #676661;	
	margin-top: 40px;
}

#bodyContainer
{
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#bodyContainer #banner
{
	margin: 30px auto 15px auto;
}

#contentContainer .caption
{
	font-style: italic;	
}

#backUp, #backUp img
{
	font-weight: bold;
	margin-right: 6px;
	vertical-align: bottom;
	margin-top: 20px;
		
}

#contentContainer p.cleanTypeL img
{
	float: left;	
	padding: 0px 16px 16px 0px;
}

#contentContainer p.cleanTypeM img
{
	float: none;
	padding: 0px;
	margin: 0px;	
}

#contentContainer p.cleanTypeR img
{
	float: right;	
	padding: 0px 0px 16px 16px;
}

#contentContainer
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	color: #1d1d1d;
	font-size: 13px;
}

#contentContainer p
{
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5em;
}


/* Navigation/Header Area */
ul#navA, ul#navB
{
	width: 640px; 
	height: 30px; 
	background-color: #EEEEEE; 
	border: 1px solid #DDDDDD; 
	padding-top: 10px;	
	color: #2b292a;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

ul#navA li, ul#navB li
{
	
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;	
}

#phoneHead
{
	width: 330px;
	font-size: 50px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
}


/* About Page */
#contentContainer ul.standard
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 26px;
}

#contentContainer ul.standard li
{
	
	line-height: 2.6em;
	list-style-type: none;
}

div.aboutBio
{
	width: 320px;
	height: 180px;
	float: left;
}

div.aboutBio img
{
	float: left;	
	margin-right: 10px;
	margin-top: 8px;
}

div.aboutBio ul
{
	font-size: 14px;
	margin-top: 6px;	
}

div.aboutBio ul li
{
	line-height: 1.6em;
	margin-left: 12px;
	color: #5f5f5f;
}

div.aboutBio ul li span
{
	font-weight: bold;	
}

/* Work Page */
#contentContainer p.workFix
{
	margin: 4px 0px 20px 0px;
}

#contentContainer .workComments
{
	font-size: 13px;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 30px;
}

#contentContainer .workComments img
{
	float: left;
	margin-right: 10px;
}


/* Community */
#contentContainer .community
{
	margin: 20px 0px 30px 0px;
}


/* Contact */
ul#contactTele
{
	margin-top: 20px;	
}
ul#contactTele li label
{
	width: 80px;
	display: block;
	float: left;	
}


/* Inherited Form Fixes */
.required
{
	color: red;	
}

td label
{
	color: #8f8f8f;	
}

td.right
{
	padding-bottom: 10px;
}

#bugFix
{
	background: salmon;
	position: relative;
	top: -133px;
}





/* Footer */
#footer
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-left: 40px;
	font-size: 10px;
	color: #696969;	
	letter-spacing: .1em;
}

#footer span
{
	float: right;
	margin-right: 40px;
	margin-top: -10px;	

}



/***************************************/
/*** Splash Image Section **************/
/***************************************/

/*** set the width and height to match your images **/

#slideshow {
	height: 214px;
	width: 328px;
	position:relative;
    top:0px;
    left:-30px;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    background-image: url{'images/sh.jpg'} no-repeat;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}