/* CSS Document */
/*------------------------------------------
	Style Reset - Do Not Touch
------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
sup{vertical-align: super; line-height: 0.9em;}
img{display: block;}


#home {
	background-image: url(assets/color_strip_02.jpg); 
	background-repeat: repeat-y; 	
	background-position: 200px 0px;
	vertical-align: baseline;
	}

#interior {
	background: #fff url(assets/color_strip_horiz_2x.jpg) 0px 50px repeat-x;
 	}
	
h1 {color: #8aabda; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:18px; font-style: normal;}	
a {color: #f47721; text-decoration:none; }   
a:hover {color: #8aabda;text-decoration:none;}

p{margin: 0 0 15px 0;}

ul.indent {margin: 5px 0 15px 0;list-style: none; color:#666 ; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:13px;}
	ul.indent li{margin-bottom: 5px;}
#content {margin-top: 50px; margin-left: 325px; margin-right: 50px; color:#666; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:15px}

	.left_col{
		width: 125px;
		float: left;
		margin-left: 200px;
	}
	
	.right_col{
		width: 400px;
		float: left;
	}


 #image_gallery{
 	margin-left: 200px;
 }

#image_gallery img{
 	width: 200px;
 	height: 200px;
 	float: left;
 	padding: 0 40px 40px 0;
 }

#footer {color: #f47721;  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; margin-left: 325px; position:absolute; top:700px; }

#footer a {padding: 100px 15px;}

#header{
margin: 50px 0px;
height: 65px;
background: #fff;
width: 200px;
}
#header img{
	margin: 70px 0 0 50px;
}



#container {width: 1024px; }



img.floatLeft {
	float:left;
	padding-right: 50px;
	margin-top:0;	
}

.clearL{
	clear: left;
}

