body{
	margin: 0;

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #949494;
}

p, span, div, table, tr, th, tr, input, select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

p { margin: 0px; }

/** editor styles follow **/

.bTitles {
        font-family: Times New Roman;
        font-size: 24px;
        line-height: 26px;
        color: #3d5a83;
}

.gTitles {
        font-family: Times New Roman;
        font-size: 24px;
        line-height: 26px;
        color: #a1a847;
}

.subHeadings {
	font-size: 14px;
	color: #644835;
}

.bEmphasis {
	color: #3d5a83;
}

.gEmphasis {
	color: #a1a847;
}

/** end editor styles **/
/** news-post-specific style **/

.newsHeader {
	font-family: Times New Roman;
	font-size: 16px;
	color: #3d5a83;
}

/****/

#home #outer {
	background: url(img/home-bg.png) repeat-x top center;
}

#content #outer {
	background: url(img/content-bg.png) repeat-x top center;
}

#container {
	width: 930px;
	margin: 0 auto 0 auto;
}

#header {
	height: 142px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 13px;
		left: 26px;
	}

	#auxnav {
		position: absolute;
		top: 43px;
		left: 757px;
	}

		#search {
			position: absolute;
			top: 75px;
			right: 0px;
			width: 275px;
			height: 60px;
			z-index: 4;
			color: #6f6f6f;
		}

		#searchbox {
			background-color: #efeee0;
			border: 1px solid #283953;
			width:  275px;
			height: 60px;
			overflow: hidden;
			display: none;
		}

		#searchinner {
			padding: 20px;
		}

		#searchinner input {
			border-width: 1px;
		}


#home #photos {
	height: 440px;
	background: url(img/home-photos.jpg);
}

#content #photos {
	height: 173px;
	background: url(img/content-photos.jpg);
}

	#nav {
		height: 40px;
		text-align: center;
	}

	#nav a {
		background: url(img/nav-item-bg.png) no-repeat right center;
		line-height: 40px;
		padding: 0 32px 0 32px;
		color: white;
		text-decoration: none;
		font-size: 14px;
	}

#NAV_MENU {
	position: absolute;
	top: 182px;
	z-index: 9;
}

        #NAV_MENU .menuDiv {
                position: absolute;
                visibility: hidden;
		z-index: 10;
                width: 200px;

                background-color: #644835;
		border: 1px solid #ffffff;
	       font-size: 12px;
                color: #ffffff;
                text-align: left;
        }

        #NAV_MENU .menuDiv div {
                padding: 5px 5px 7px 10px;
                text-align: left;
        }

	#NAV_MENU .menuDiv a:link, #NAV_MENU .menuDiv a:visited {
		float: none;
		color: #ffffff;
		line-height: 16px;
		text-decoration: none;
	}

	#NAV_MENU .menuDiv a:hover, #NAV_MENU .menuDiv a:active {
		float: none;
		color: #cccccc;
		line-height: 16px;
		text-decoration: none;
	}


#home #contentarea {
	padding: 30px 12px 0px 585px;
	line-height: 16px;
	word-spacing: 1px;
}

	#home #contentarea a {
		color: #a1a847;
		text-decoration: none;
		border-bottom: 1px dashed #a1a847;
	}

	#home #contentarea a:hover {
		color: #a1a847;
		text-decoration: none;
		border-bottom: 1px solid #a1a847;
	}

#content #contentarea {
	background: url(img/bottom-grad.png) repeat-x bottom center;
}

	#right a {
		color: #3d5a83;
		text-decoration: none;
		border-bottom: 1px dashed #3d5a83;
	}

	#right a:hover {
		color: #3d5a83;
		text-decoration: none;
		border-bottom: 1px solid #3d5a83;
	}

	#contentarea #left {
		width: 300px;
		float: left;
	}

		#contentarea #left .padd {
			padding: 30px;
		}

		#subNav {
			padding-bottom: 12px;
		}

		#subNav div {
			padding-bottom: 5px;
			text-align: right;
		}

			#left a {
				font-size: 14px;
				letter-spacing: .2pt;
				word-spacing: 2px;
				color: #3d5a83;
				text-decoration: none;
			}

			#left a:hover {
				font-size: 14px;
				letter-spacing: .2pt;
				word-spacing: 2px;
				color: #644835;
				text-decoration: none;
				border-bottom: 1px dashed #644835;
			}



	#contentarea #right {
		width: 600px;
		float: left;
	}

		#contentarea #right .padd {
			padding: 30px 0px 30px 30px;
		}

	#contentarea #clear {
		clear: left;
	}

#translate {
	padding-left: 30px;
}

#pageTitle {
	width: 570px;
	height: 40px;
	margin-bottom: 10px;
}