@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
text-align: center;
background-image: url(../images/main_background.jpg);
background-position: top;
background-color: #EFEAE0
}

body { 
position : relative; 
width : 850px; 
margin : 0 auto; 
text-align : left; 
}

img	{
padding: 0px;
}

h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: 600;
padding: 0 0 5px 0;
color: #000;
}

.small{
font-size: 14px;
color: #b0b0b0;
}

p{
font-family: Arial, Helvetica, sans-serif, "Gill Sans MT";
font-size: 12px;
color: #000;
padding: 0 14px 10px 14px;
line-height: 17px;
}

ul{
padding: 5px 10px 10px 14px;
margin: 0 0 0 auto
}

li{
background-image: url(../images/bullet.jpg);
background-repeat: no-repeat;
padding: 0 0 0 14px;
margin: 5px 0 0 0;
font-family: Arial, Helvetica, sans-serif, "Gill Sans MT";
font-size: 12px;
color: #000;
}

li a:active, a:link, a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-decoration: underline;
}

li a:hover, a:hover{
text-decoration: none
}

em{
font-style: italic
}

/* -----------------------------------------Begin Editing--------------------------------------------*/

#header{
position: relative;
width: 850px;
height: 124px;
background-image: url(../images/header.jpg);
}

#header p{
position: absolute;
left: 200px;
top: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #000;
padding: 0 14px 10px 14px;
line-height: 23px;
text-indent: -45px;
}

#logo{
position: absolute;
left: 8px;
top: 11px;
z-index: 5
}

#nav_container{
position: relative;
top: 0;
left: 0px;
height: 60px;
background-color: #fff
}
	#nav{
	position: absolute;
	left: 165px;
	}
	
	#nav img{
	padding: 0 8px 0 0;
	}
	
/*clear children*/	
#main_container{
position: relative;
top: 0px;
width: 100%;
background-color: #fff;
padding: 0 0 10px 0;
min-height: 235px
}

	.headline{
	padding: 0 0 5px 14px;
	}

	#main_content_landscape{
	left: 0;
	top: 0;
	width: 390px;
	min-height: 350px;
	}
	
	#main_content_contact{
	left: 0;
	top: 0;
	width: 430px;
	min-height: 350px;
	}
	
	#sub_content_contact{
	left: 450px;
	top: 0px;
	width: 350px;
	}
		
	#image_landscape{
	left: 390px;
	top: 0;
	width: 460px;
	text-align: right;
	}
	
		#image_landscape img, #image_portrait img{
		padding: 30px 14px 0 0;
		display: block
		}

	#main_content_portrait{
	left: 0;
	top: 0;
	width: 505px;
	min-height: 350px;
	}
	
	#main_content_portrait_tall{
	left: 0;
	top: 0;
	width: 505px;
	min-height: 350px;
	}
	
		#column_container{
		position: relative;
		}
		
			#left_column{
			top: 0px;
			left: 0px;
			}
			
			#right_column{
			top: 45px;
			left: 260px;
			}
	
	#image_portrait{
	left: 505px;
	top: 0;
	width: 345px;
	text-align: right;
	height: 350px;
	overflow: hidden
	}
	
	#contact_address{
	left: 505px;
	top: 8px;
	width: 345px;
	text-align: left;
	height: 350px;
	overflow: hidden
	}
	
	
#footer{
position: relative;
top: 5px;
width: 100%
}

	#footer p, #footer a{
	font-size: 11px;
	padding: 0;
	}
	
	.fuze{
	float: right;
	margin: 0 0 0 0;
	}
	
/*Contact Form */

form{
padding: 0 0 30px 14px;
}

	form p{
	padding: 5px 0 3px 0;
	}

input{
border: none;
padding: 3px;
background-color: #ccc;
}

textarea{
border: none;
background-color: #ccc;
padding: 3px;
width: 235px;
height: 100px;
}

.submit_button{
background-color: none;
border: none;
padding: 0;
position: relative;
top: 30px;
left: -59px
}
	
	
	



/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

