/* -- Layout -- */
	
body {
	background-color: #B4D0E2;
	color: #000;
	margin: 15px auto;
	font: 90% verdana, "trebuchet ms", trebuchet, serif;
}

h1 {color:#193C50;
}

h2 {color:#5C9AC1;
}

h3 {color:#2D80B4;
}

.imgborder {border:1px #193C50 solid;
}

.maintable { 
	border: 1px solid #000;
	background: #2D80B4 url(assets/images/table_bg.jpg) bottom left repeat-x;
}

td.mast {
	background: transparent url(assets/images/mast.jpg) top left no-repeat;
	height: 116px;
	width: 729px;
	}

.contenttable {
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 0;
	}
	
.maincontent {
	padding: 10px;
	width: 410px;
	}

.padding {
	margin: 3px;
	text-align: center;
	}
	
.address, .telephone {
    text-align: right;
	font-size: .8em;
	margin: 10px;
	color: #CAE1F0;
	font-weight: bold;
	line-height: 1.2em;
}

.telephone {
	font-size: 1.3em;
	margin-top: 5px;
	}
	
.navigation {
	background: #D4E3EC url(assets/images/nav_bg.jpg) bottom left repeat-x;
	height: 27px;
	}

table.navigation td {
	background: transparent url(assets/images/nav_decoration.jpg) bottom left no-repeat;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #1F5476;
	padding: 3px
	}
	
.sidebar {
	margin: 20px;
	text-align: center;
	color: #FFF;
	}

.right {
	text-align: right;
	}
	
.copyright {
	margin-left: 16px;
	}


/* -- Typography -- */

p { 
    font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

h1 { 
    font-size: 20px;
}

h2 { 
    font-size: 18px;
	 font-weight: bold;
}

h3 { 
    font-size: 14px;
	 font-weight: bold;
}

h4 { 
    font-size: 12px; 
	 font-weight: bold;
}
	
li { 
    font-size: 12px;
    line-height: 14px;
    padding-bottom:5px;
}

.footer, .bottomnav {
	margin: 10px 0;
	line-height: 1em;
	text-align: center;
}
	
/* -- Navigation -- */

a { 
	font-weight: bold;
	text-decoration: none;
	color: #1F5476;
	}

a:hover { 
	text-decoration: underline;
	}
	
table.navigation a:hover { 
	text-decoration: none;
	color: #000;
	}

table.navigation a:hover {
 	text-decoration: none;
	
	}
.bodypadding {
	padding-right: 15px;
	padding-left: 15px;
}
.photobg {
	background-image: url(assets/images/becker_photo.jpg);
	background-repeat: no-repeat;
}
