/* JeffSteinberg.net CSS */

* { margin:0; padding:0;}     	/* turns off extra spacing around paragraphs*/

html{
	height:100%;				/* Force vertical scrollbars in Moz + Opera to prevent 'jumping' */
	margin-bottom:1px;
	overflow-y:scroll;			/* this line is for IE */
}

a:link, a:visited,a:active {
	color: #d62129;
	font-weight: bold;
	text-decoration: none; 
}
a:hover {
	color: #ccc;
	font-weight: bold;
	text-decoration: none; 
}

body {
	background: #fff;
	background-image: url(images/whitestucco.jpg);
 	background-repeat:repeat;
	background-attachment: scroll;
}

h1{
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #DF000A;
	font-size: 18px;
	line-height: 20px;
}

h2{
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	display:inline;
}

h3{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

img {border:0px;padding:0px;}

img.center {					/* This is to center an image for all browsers */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.Pad5 td { padding: 5px; }
table.Pad1 td { padding: 1px; }

/* CSS Hack for hiding the LIKE count */
div.fb-like span {
  display:block;
  width:46px !important;  
}
div.fb-like iframe {
  width:46px !important;
}
div.fb-like iframe.fb_iframe_widget_lift {
  width:100px !important;
}


.bulletlist {
  	padding:0;   
  	margin:0;   
  }
.bulletlist li {
	list-style-type:circle;
	list-style-position:inside;
	}
.Caption {font-size: 10px; font-weight: bold; line-height: 10px; text-align: center; padding:5px 0px 30px 0px; }

.Centered {margin: auto; }

.ClientList ul li {
	list-style-type: none;  /* turns off bullets */
	padding-left: 0px; 
	padding-bottom: 5px;			
}
.ClientLink:link, .ClientLink:visited, .ClientLink:active {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.ClientLink:hover {
	color: #d62129;
	font-weight: bold;
	text-decoration: none; 
}
.ColorBurgundy {color:#4A1E15;}
.ColorRed {color:#d62129;}

.ContentsCentered {text-align: center;}
.ContentsLeft {	text-align: left;	}
.ContentsRight {	text-align: right;}


/* White Page Edges */
.cont_body_tall_t {background:url(images/WhitePageSideT4.png) top repeat-x;}
.cont_body_tall_b {background:url(images/WhitePageSideB4.png) bottom repeat-x;}
.cont_body_tall_l {background:url(images/WhitePageSideL4.png) left repeat-y;} 
.cont_body_tall_r {background:url(images/WhitePageSideR4.png) right repeat-y;}	 /* Float is to right-justify graphic in Opera/Safari/Firefox */

.copyright{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.DividingLine {	background-image: url(images/line-dot.gif); background-repeat: repeat-x;}

.FloatL {float:left; margin-right: 10px;}
.FloatR {float:right; margin-left: 10px;}

.Link_Copyright:link, .Link_Copyright:visited, .Link_Copyright:active {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.Link_Copyright:hover {
	color:#d62129;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.Link_Nav:link, .Link_Nav:visited,.Link_Nav:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #fff;
	font-weight: bold;
	text-decoration: none; 
	font-size:15px;
	padding:0 5px;
}
.Link_Nav:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #d62129;
	font-weight: bold;
	text-decoration: none; 
	font-size:15px;
	padding:0 5px;
}

.Link_SideNav:link, .Link_SideNav:visited,.Link_SideNav:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #4A1E15;
	font-weight: bold;
	text-decoration: none; 
	font-size:16px;
	margin-left: 10px;
}
.Link_SideNav:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #d62129;
	font-weight: bold;
	text-decoration: none; 
	font-size:16px;
	margin-left: 10px;
}

.NavLeftBox {
	background-image: url(images/SidebarGrayGradient160x340.png); 
	background-repeat: no-repeat;
	background-clip: padding-box;
	border:1px solid #;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;  
}

.NavBox {	background-image: url(images/nav-bg4.gif);  	background-repeat:repeat-x; text-align: center; }

.SlideBackground {
	vertical-align: middle;
	text-align: center;
	background-image: url(images/grayltpaperFrame.jpg);
 	background-repeat:repeat-y;
}

.menu { padding: 0; }
.menu li { display: inline;}
.menu li a { 
	background: #ccc; 
	padding: 10px; 
	border-right: 1px solid #ccc; 
	border-bottom: none; 
	text-decoration: none; 
	color: #000; 
	font-weight: bold;
/* The following four lines are to make the top left and top right corners of each tab rounded. */
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
/* end of rounded borders */
}
.menu li.active a { background: #eee; }
.tabcontent {
	background: #eee;
	padding: 10px 0px 0px;
	width: 700px;
	height: auto;
}
.tabcontent900 { background: #eee; padding: 10px 0px 0px; width: 700px; height: 900px;}
.tabcontent1800 { background: #eee; padding: 10px 0px 0px; width: 700px; height: 1800px;}


.TextBody {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	display: inline;
}
.TextResume {
	color: #000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Text10 {font-size: 10px; line-height:10px;}

.VerticalMid {vertical-align: middle;}
.VerticalTop {vertical-align: top;}
