/* Style sheet for Alan Karbelnig */


* {
	margin:0;
	padding:0;
	}
	
body {
	text-align: center;
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	}

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

a:hover {
	color: #000;
	}		
	
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

table.page-table {
	width: 780px;
	border-collapse: collapse;
	font-size: 14px;
	}

td.top-cell {
	width: 100%;
	height: 40px;
	background-color: #069;
	}

td.nav-cell {
	width: 30%;
	background-color: #c30;
	padding-left: 25px;
	color: #fff;
	}
	
td.content-cell {
	width: 70%;
	background-color: #f93;
	padding-left: 30px;
	padding-right: 25px;
	}

#nav-home {
	margin-top: 100px;
	line-height: 1.5em;
	}
	
#nav-quicklinks {
	margin-top: 30px;
	line-height: 1.5em;
	}

#home-label a, #quicklinks-label {
	color: #600;
	font-weight: bold;
	}

#home-label a:hover {
	color: #fff;
	}
				
#nav-logo {
	margin-top: 30px;
	}
	
#nav-address {
	line-height: 1.5em;
	font-size: 11px;
	height: 400px;
	}
	
#home-content {
	margin-top: 100px;
	}
					
#alan-karbelnig h1 {
	font-family: times;
	font-size: 41px;
	color: #fff;
	font-weight: normal;
	}

#subtitle h2 {
	font-family: times;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	}
	
#home-photo {
	margin-top: 50px;
	}		

#content {
	margin-top: 25px;
	}

.content-cell {
	padding-bottom: 40px;
	}
		
h1.content-title {
	margin-top: 25px;
	font-size: 27px;
	color: #630;
	font-weight: 500;
	}
	
.content-subtitle {
	color: #fff;
	font-size: 13px;
	font-style: italic;
	}

.content-description {
	margin-top: 25px;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	font-style: normal;
	}

.content-description a {
	color: #000;
	text-decoration: underline;
	}
	
.content-description a:hover {
	color: #fff;
	}
		
.background-title,
.professional-organizations-title {
	font-size: 20px;
	margin-top: 30px;
	color: #630;
	}

	
#professional-links .content-description {
	margin-top: 15px;
	}
	
		
.background-subtitle {
	font-size: 11px;
	font-style: italic;
	color: #fff;
	}

.driving-title {
	font-size: 20px;
	margin-top: 15px;
	color: #630;
	}

#maplink a {
	color: #000;
	}

#maplink a:hover {
	color: #fff;
	}
		
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}												
