/* www.pdipierro.com
   Copyright (C) 2008 Paul DiPierro */

/*
  GENERAL  -------------------------------------------------------------------
*/




html, body, ul, ol, li, p, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#homebanner {
	background-image: url(images/home_Steth.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 187px;
}

#bottom_content p,
#bottom_content img
{ margin-bottom: 10px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #7E7E7E;
	color: #000000;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
p {
	font-size: 11px;
}
a:link, a:visited, a:active {color: #A61407; text-decoration: none;}
a:hover { color: #EB5218; text-decoration: underline;}

#wrapper {
	width: 780px;
	margin:auto;
	text-align:left;
	background-image: url(images/content.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y
		}

/*
  MAIN MENU AND TOP BANNER -------------------------------------------------------------------
*/


#banner {
height: 82px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}
#banner a {
	display: block;
	float: left;
	padding: 7px 10px 1px 10px;
	margin-left: 0px;
	text-decoration: none;
	font-size: 80%;
	color: #FFFFFF;
}

#logo { font-size: 40px; 
		color: #ffffff; 
		text-align: left; 
		line-height: 70px; 
		background-position: 0 center; 
		margin-left: 40px; 
		margin-right: 0; 
		float: inherit; 
		width: 500px; 
		padding-top: 1px; }

#nav-main {
	width: 780px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background-image: url(images/nav.jpg);
}

#nav-main ul {
list-style: none;
margin: 0;
padding: 0;
width: 730px;
overflow: hidden;
position: absolute;
bottom: 15px;
left: 32px;
}

#nav-main li, #nav-meta li {
display: inline;
}

#nav-main a {
	display: block;
	float: left;
	padding: 7px 10px 1px 10px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

#nav-main a:hover {
	color: #FF9900;
}

#nav-main a.current {
	color: #FFCC00;
}

/*
  SUBMENU -------------------------------------------------------------------
*/

#left {
	width: 178px;
	float: left;
	margin-left: 12px;
	display: inline;
	margin-top: 0px;
	background-image: url(images/smenu_frame.jpg);
	height: auto;
	background-repeat: no-repeat;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 10px;
	margin-top: 0px;
	font-size: 11px;
	margin-left: 20px;
}

#left h1{ margin-top: 15px; color: black; font-size: 13px; margin-bottom: 8px; }

#nav a {
	display: block;
	width: 165px;
	height: 19px;
	line-height: 17px;
	border-bottom: 1px solid #E1E1E1;
}

#nav a:link, #nav a:visited {
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	color: #FF6600;
	text-decoration: none;
}

#nav li a#current {
	color: #A91305;
	text-decoration: none;
	font-weight: bold;
}

/*
  CONTENT AREA -------------------------------------------------------------------
*/
		#container
		{
	margin: auto;
	width: 780px;
	margin:auto;
	background-image: url(images/%e2%99%a6content.jpg);
	margin-bottom: 20px;
		}

#bannershadow {
	background-image: url(images/banner_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin: auto;
}

		#content
		{
	margin: 0px 0px 15px 60px;
	float: left;
	width: 480px;
		}

#content p
{
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 18px;
	font-size: 12px;
}


#content .summary
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
#content h1{
	font-size: 16px;
	color: #A71305;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content h2{
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 25px;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 150px;
}

.clearit{
clear: both;
}


/*
  TUTORIAL AREA -------------------------------------------------------------------
*/

	#tutorial
		{ font-size: 15px; margin: 0 0 15px 60px; float: left; width: 480px; }


#tutorial h1{ color: #a71305; font-size: 16px; }
	
#tutorial h2{ font-size: 14px; margin-bottom: 45px; }

#tutorial h3{ font-size: 14px; margin-bottom: 23px;	}

#tutorial p{ font-size: 12px; line-height: 18px; margin-bottom: 0; }




/*
  FOOTER -------------------------------------------------------------------
*/

	#footer
		{
	clear: both;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 72px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	background-repeat: no-repeat;
		}
#footer p {
	font-size: 11px;
	padding-top: 7px;
}

/*
  HOME PAGE COLUMNS -------------------------------------------------------------------
*/

#col1 {
	width: 440px;
	float: left;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 175px;
}
#col2 {
	width: 204px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 175px;
	}
#col3 {
	width: 204px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 175px;
}
#col1 h1, #col2 h1, #col3 h1{
	font-size: 16px;
	color: #A71305;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 12px;
}

#col1 p, #col2 p, #col3 p { 
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 18px;
	font-size: 12px;
}

#col1 h2, #col2 h2, #col3 h2{
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 25px;
}


#banner2 {

height: 82px;
background-image: url(images/header2.jpg);
background-repeat: no-repeat;
}

#resume { margin: 0 0 25px 50px; float: left; width: 685px;}

#resume li{ font-size: 14px; margin-left: 12px; margin-bottom: 2px; }

#resume p{ font-size: 14px; margin-left: 12px; margin-bottom: 3px; }

#resume h1{
	font-size: 16px;
	color: #a71305;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 200px;
}

#resume h2{ margin-top: 5px; margin-bottom: 10px;
font-size: 15px;
}

#resume h3{ font-size: 14px; font-weight: normal; 
margin-bottom: 3px; margin-top: 0px
}

#resume h4{
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 20px;
	}
	
#demoreel { margin: 0 0 25px 50px; float: left; width: 685px;}

#demoreel h1{
	font-size: 16px;
	color: #A71305;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0px;
}

	
#sitemap a { color: black; }
#sitemap a:hover { color: #EB5218; text-decoration: underline;}
#sitemap h2 { margin-top: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 2px; border-bottom: 1px dashed gray; }
#sitemap p { margin-top: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 0; }
		
#tree { margin: 0 0 0 20px; padding-left: 20px; border-left: 1px dashed gray; }

