/* ---[ universal ]------------------------------- */


body   { 
margin: 0; 
padding: 0; 
color: #333; 
background: #CCC6A4 url("images/aroaskinnybck.jpg") repeat-x; 
text-align: center; 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
font-size: 12px; 	
line-height:15px; 
}

 #wrap   { 
position: relative; 
background: transparent url("images/kmfback.jpg") repeat-y; 
margin-left: auto; 
margin-right: auto;
padding: 0; 
width: 800px; 
text-align: left; 
}

#top {
	position: relative;
	width: 800px;
	height: 280px;
	margin: 0;
	padding: 0;
}

#middle {
	position: relative;
	margin-left: 25px; 
	padding: 0;
	background: #FFF;
	border-left: 1px solid #807D67;
	border-right: 1px solid #807D67;
	border-bottom: 1px solid #807D67;
	/*background: transparent url("images/aroacontentbck.gif") repeat-y;*/
	width: 749px;
}

 #galwrap   { 
position: relative; 
background: #FFF; 
margin-left: auto; 
margin-right: auto;
padding: 0; 
width: 620px; 
text-align: left; 
}

#footer  { 
color: #fff; 
font-size: 10px; 
margin: 0; padding: 0; 
position: relative; 
clear: both; 
}

#footer a:hover {
	color: #000;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #006494;
	}
a:visited {
	color: #069;
	}
a:hover {
	color: #036;
	}
	
#one	{left: 0; width: 140px;}
#two	{left: 140px; width: 145px;}
#three	{left: 285px; width: 95px;}
#four	{left: 380px; width: 160px;}
#five {left: 540px; width: 90px;}

#one a:hover	{background: transparent url(images/nav-swaps.gif) 0 -28px no-repeat;}
#two a:hover {background: transparent url(images/nav-swaps.gif) -140px -28px no-repeat;}
#three a:hover {background: transparent url(images/nav-swaps.gif) -285px -28px no-repeat;}
#four a:hover {background: transparent url(images/nav-swaps.gif) -380px -28px no-repeat;}
#five a:hover {background: transparent url(images/nav-swaps.gif) -540px -28px no-repeat;}

.activepage {
	color: #000;
	background-color: #fff;
    font-weight:bold;
    }

 .activepage a:visited {
 color: #FF0000;
 }
 

/* ---[ page stuff ]------------------------------- */

#contenttitle {
	position: absolute;
	top: 193px;
	left: 29px;
	width: 462px;
	height: 40px;
	color: #000;
	margin: 0;	padding: 0;
	line-height: 2em;
	font-size: 20px;
	font-family: georgia, times, serif; 
	background: #fff url("images/columntop.jpg") no-repeat top left ; 
	}
	
#content {
	padding: 0;
	margin-left: 230px;
	border-left: 1px solid #C9C6A2;
	}

#content .leftpic {
	float:left;
	margin: 5px 8px 3px 0;
	padding: 5px;
	border: 1px solid #369;
	}

#content .rightpic {
	float:right;
	margin: 5px 0 5px 8px;
	padding: 5px;
	border: 1px solid #369;
	}

#content .feature {
	margin-bottom: 25px;
	padding: 5px 35px 5px 35px;
	}

#content .feature h1 {
	color: #369;
	font-size: 18px;
	font-weight: normal;
	font-family: georgia, times, serif; 
	margin-bottom: 10px;
	}

#content .feature h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia, times, serif; 
	}

#content .entry h1 {
	margin-bottom: 10px;
	}
	
#content .entry h2 {
	color: #006494;
	font-size: 14px;
	font-weight: bold;
	}

#content .entry h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}

/* ---[ figures ]------------------------------- */

#content img.thumb {	
	margin: 2px 14px 5px 14px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

#content a img.thumb:hover {
	border-color: #999;
	}

#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}

#content .figure dt img {
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid #ddd;
	}

#content .figure img.fig, #portcoll img {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
	
#indent {
	margin-left: 30px;
	}
	
/* ---[ right column ]----------------------------- */

#sidebartitle {
	position: absolute;
	top: 193px;
	right: 29px;
	width: 230px;
	height: 40px;
	color: #fff;
	margin: 0;	padding: 0;
	line-height: 2em;
	font-size: 20px;
	font-family: georgia, times, serif; 
	background: #fff url("images/sidebartop.jpg") no-repeat top left ; 
	}

#sidebar {
	float: left; width: 230px;
	color: #000;
	margin: 0;	padding: 0;
	line-height: 15px;
	font-size: 12px;
	}

#sidebar h3  { 
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin:0 0 0 10px;
	padding: 0;
	font-family: georgia, times, serif; 
	}

#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	
#sidebar p {
	margin: 4px 0px 20px 10px;
	}

#sidebar ul {
	list-style: none;
	padding:0 0 0 21px; margin: 0 20px 12px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	}

#sidebar li {
	margin: 0;
	padding: 0; 
	display: inline;
	}
	
#sidebar li a, 
#sidebar li a:link, 
#sidebar li a:active,
#sidebar li a:visited {
	margin: 0;
	display: block;
	color: #807D67; 
	font-weight: bold;
	text-decoration: none; 
	/*border-bottom: 1px solid #AF9F8C;*/
	background: url(images/bullet.gif) no-repeat 12px 4px; 
	padding: 4px 0 0 28px;
	}
	
#sidebar li .border {border-top: 1px solid #9FBFDF;}
	
#sidebar li a:hover {
	color: #369; 
	text-decoration: none; 
	/*border-bottom: 1px solid #AF9F8C;*/
	background: #eee url(images/bullet.gif) no-repeat 12px 4px; 
	padding: 4px 0 0 28px;
	} 
 

/* ---( specials )----------------------------------- */

#pullquote {border-top: 1px solid #C9C6A2; border-bottom: 1px solid #C9C6A2; margin: 10px 0 10px 0; padding: 10px; color: #656352; background: #F8F5EE;}

.blue { color:#336699; }

.brown { color:#807D67; }

.line { border-bottom: 1px #B9B39E solid; }

.small { color: #656352; font-size: 9px; font-weight: normal; }



/* ---( forms )----------------------------------- */

.shade {
	padding: 10px;
/* 	margin: 5px 0; */
	background: #F0F0F0;
	}

fieldset {border: 1px solid #CECECE; padding: 10px;margin: 10px 0;position: relative;}

.reset {clear: both;font-size: 1px; margin: 0;padding: 0;line-height: 1px; height: 1px; }

td { font-size:11px; }

td.tdright {
width: 120px;
text-align:right;
padding-right:5px;
}

#stack {
width: 650px; 
margin-left:auto;
margin-right:auto;
}

#stack2, #stack3 {
/* width: 650px;  */
margin-left:auto;
margin-right:auto;
font-size:11px;
}

#stack p, #stack2 p, #stack3 p {
margin:0; padding:0;
}

#stack label, #stack2 label, #stack3 label {
	/* display: block;  */
	padding: 3px 0 0 0;
	font-size:10px;
	/* color:#696969; */
  }

#stack input, select, textarea, #stack2 input, select, textarea, #stack3 input, select, textarea {
	background: #f8f5ee;
  	color: black;
  	font: 12px Arial, Verdana, sans-serif;
	border: 1px inset;
	height: auto;
  }
  
#sidebyside .btn,#stack .btn {
	border: 3px double;
	border-color: #AEB8D1 #424D6A #424D6A #AEB8D1; 
	background: #efefef;
	display: block;
	margin: 5px 10px;
	cursor: pointer;
	color: #777;
	font-weight: bold; }
	
#stack label.non, #stack2 label.non, #stack3 label.non {display: inline !important; } 

.radio {background: transparent !important; border: none !important; } 

