/*
Theme Name: Camp Arrowwood
*/



/* Begin Typography & Colors */
/* IE PNG FIX */

img, div, input { behavior: url("web_javascript/iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; font-family:helvetica, arial, sans-serif;
}

img { border:0; }

body{
	background:url(images/bg_site.jpg) repeat-x;
	font-size:14px; 
	line-height:20px;
}
/* DIVs */



img { border:0; }

#container {
	margin:0 auto;
	width:1032px;
}

#header {
	margin:0 auto;
	width:1032px;
	height:190px;
	background:url(images/bg_header.png) no-repeat;
}

#page { 
	margin:0 auto;	
	width:1032px;
	background:url(images/bg_page.gif) repeat-y;
	padding-bottom:25px;
	padding-top:25px;
}

#page_bottom {
	background:url(images/bg_page_bottom.png) no-repeat;
	margin:0 auto;
	width:1032px;
	height:20px; 
}

#navigation {
	width:210px;
	border-top:5px solid #b3a08c;
	border-bottom:5px solid #b3a08c;
}

	#navigation img { 
		border-bottom:1px solid white; 
		}

	#navigation img.first { 
		border-top:1px solid white; 
		}

#below_nav {
	width:196px;
	float:right;
	margin-top:30px;
}

#contact_info {
	margin-top:35px;
}
		
#left {
	width:210px;
	float:left;
	position:relative;
	left:22px;
}

#right {
	width:745px;
	float:right;
	position:relative;
	right:30px;
}

#right_top {
	width:100%;
}

#right_top_left {
	float:left; 
	width:496px; 
	border-top:1px solid #ab9680; 
	border-bottom:1px solid #ab9680; 
	padding:1px 0; 
	background-color:white;
}

#right_top_right {
	float:right;
	width:220px;
}

#right_bottom {
	background:url(images/sep_dotted_vert.gif) repeat-y;	
}

#right_bottom img {
	margin-bottom:18px;
}

#footer {
	margin:0 auto;
	width:1032px;
	padding-top:15px;
}

	#footer p {
		position:relative;
		left:14px;
		color:#555;
		margin-bottom:0;
	}


/* IMAGES */

.bordered {
	border:6px solid #bcb7a9;
	padding:1px;
	background-color:white;
	float:right; 
	margin:5px 0 15px 20px;
}


/* PARAGRAPHS */

p {
	margin-bottom:15px;
	font-size:14px; 
	line-height:20px; 
	color:#333;
}

p.right {
	text-align:right;
}

span.small { font-size:13px; }


/* LISTS */

ul {
	margin-left:25px;
	margin-bottom:15px;
}


/* LINKS */

a {
	color:#c24600;
	text-decoration:none;
}

a:hover, a:active { text-decoration:underline; }


h1
{
	font-size: 28px;
	font-weight:normal;
	color:#5A3018;
margin-bottom:10px;
}
h2
{
	font-size: 20px;
	font-weight:normal;
	color:#5A3018;
margin-bottom:8px;
}
h3
{
	font-size: 19px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#5A3018;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}
