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, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


body {
	background: #253863 url(../images/bg_pattern.gif) top left repeat-x;
	color: #fff;
	font-family: Garamond, Georgia, serif;
}

#page_wrap {
	width: 882px;
	margin: 0 auto;
}

#content {
	background: url(../images/sub_head.png) top left no-repeat;
	padding-top: 140px;
	margin-top: 15px;
	width: 573px;
	}
	#content p {
		line-height: 2.2em;
		font-size: 95%;
		margin-bottom: 20px;
	}
	
h2 {
	font-size: 140%;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	background: url(../images/side_bar_bg.gif);
	width: 267px;
	margin-top: -5px;
	}
	#sidebar p#info {
		padding: 100px 20px 40px 20px;
		line-height: 1.5em;
		font-size: 90%;
		background: url(../images/side_bar_header.png) top center no-repeat;
		margin-top: -90px;
	}

#flickr {
	position: relative;
	z-index: 1000;
	right: 20px;
	top: 2px;
	display: block;
	height: 235px;
	width: 279px;
}
#closer {
	position: relative;
	z-index: 1001;
	top: -3px;
	display: block;
}


img#services {
	padding: 20px 20px 0px 20px;
	margin-bottom: 250px;
}

#acorn {
	float: right;
	display: inline;
	margin-right: -60px;
	margin-top: -50px;
	position: relative;
}


#footer {
	/*background: #253863 url(../images/footer_line.gif) top left no-repeat;*/
	border-top: #fff 1px solid;
	font-size: 85%;
	}
	#footer p {
		padding-top: 20px;
	}
.sec {
	color: #acbcdb;
}

.clear {
	clear: both;
}


/*Services Page*/


#services_header {
	background: url(../images/services/services_head.jpg) top left no-repeat;
	display: block;
	width: 883px;
	height: 210px;
	}
	#services_header h1{
		text-indent: -9999px;
	}

#services_subhead {
	background: url(../images/services/services_subhead.png) top left no-repeat;
	padding-bottom: 250px;
	}
	#services_subhead p{
		text-indent: -9999px;
	}
	#services_subhead div {
		padding-top: 115px;
	}

#first_services_list {
	width: 400px;
	float: left;
	margin-bottom: 50px;
	}
	#first_services_list ul {
		margin-bottom: 40px;
	}
#second_services_list {
	width: 400px;
	float: right;
	margin-bottom: 50px;
	}
	#second_services_list ul {
		margin-bottom: 40px;
	}

ul li{
	line-height: 1em;
	margin-bottom: 12px;
	letter-spacing: .03em;
}

#back_home {
	float: right;
	margin-bottom: 50px;
	}
	#back_home a{
		background: url(../images/services/home_arrow.gif) center left no-repeat;
		padding-left: 20px;
	}
	
h3 {
	font-size: 1.6em;
	border-bottom: #acbcdb 1px solid;
	margin-bottom: 10px;
	color: #acbcdb;
	letter-spacing: .03em;
}

a:link 		{color: #acbcdb; text-decoration: underline;}
a:visited 	{color: #acbcdb; text-decoration: none;}
a:hover 	{color: #ffffff; text-decoration: none;}
a:active	{color: #acbcdb; text-decoration: none;}

