@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/topbkgd.jpg);
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 140%;
	color: #333333;
	background-repeat: repeat-x;
	}

h1 {
	font-size: 130%;
	color: #9d0a0e;
	font-weight: lighter;
	}

a:link { 
	color: #333333;
	text-decoration: none;
	 }
    
a:visited { 
	color:#666666; 
	text-decoration: none; 
	}
    
a:hover {  
	color: #9d0a0e;
	text-decoration: none; 
	}
    
a:active  {  
	text-decoration: none; 
	}


#subnav a:link { 
	color: #9d0a0e;
	text-decoration: none;
	 }

#subnav a:hover {  
	color: #333333;
	text-decoration: none; 
	}
	
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	height: 161px;
	width: 800px;
	padding-top: 15px;
	}

#header img {
	float: left;
	}
	
#header span {
	text-align: right;
	}
	
#nav {
	height: 36px;
	width: 800px;
	text-align: center;
	font-size: medium;
	padding-bottom: 10px;
	}
	
#toppicture {
	height: 265px;
	width: 800px;
	text-align: center;
	}

#left {
	float: left;
	height: auto;
	width: 290px;
	padding-right: 10px;
	}
	
#leftcontact {
	float: left;
	height: auto;
	width: 290px;
	padding-right: 10px;
	}

#right {
	float: right;
	height: auto;
	width: 483px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
	}

#subnav {
	clear: both;
	height: 30px;
	width: 800px;
	text-align: center;
	font-size: x-small;
	color: #9d0a0e;
	padding-top: 10px;
	}

#right span {
	font-size: x-small;
	}

#left span {
	font-size: small;
	}
	
#leftcontact img {
	float: left;
	margin-right: 5px;
	}
	
.bold {
	font-weight: bold;
	}
	
label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	
.phonenumber {
	color:#9d0a0e;
	font-size: xx-large;
	line-height: 110%;
	}
