/*-----------------------------------------------
//	Beth Brosseau Core Stylesheet
//	Author:   		Mark Pitman (markp@blueskyprojects.com)
//	Media Type: 	Screen
//	Version Date:  	June 8th, 2007
-------------------------------------------------*/

body {
	margin:						0;
	padding:					0;
	font:						small Arial, Sans-serif;
	line-height:				1.6em;
	text-align:					center;
	color:						#1A1818;
	background:					#fff;
}

#wrap {
	width:						884px;
	margin:						46px auto 0 auto;
	padding:					0 0 0 47px;
}

#logo {
	float:						left;
	width:						699px;
	height:						105px;
	background:					url(../_img/logo.gif) no-repeat 0 0;
}

#headLeft, #headRight {
	float:						left;
	padding:					32px 0 0 0;
	text-align:					left;
}

#headLeft {
	width:						64px;
	background:					url(../_img/l_arr_left.gif) no-repeat 0 0;
}

#headRight {
	width:						64px;
	background:					url(../_img/l_arr_right.gif) no-repeat 0 0;
}

#headLeft a, #headRight a {
	color:						#000;
	text-decoration:			none;
	display:					block;
	font-size:					9px;
	white-space:				nowrap;
	text-transform:				uppercase;
}

#leftMenu {
	width:						80px;
}

#rightMenu {
	width:						100px;
}

.overBox {
	width:						100px;
}

.boxShow {
	display:					inline;	
}

.boxShow a {
	margin:						0 0 0 15px;
}

.boxHide {
	display:					none;
}

.titleHighlight {
	color:						#E6001D !important;
}

.titleOff {
	color:						#000;
}

#headLeft a:hover, #headRight a:hover {
	color:						#E6001D;
}

/* Home {{{ */
#home #body {
	width:						607px;
	height:						333px;
	margin:						105px auto 0 auto;
	text-align:					right;
	background:					url(../_img/home_body_bg1.gif) no-repeat 47px 0;
}

#home #bodyLeft {
	float:						left;
	padding:					40px 0 0 0;
	width:						280px;
	height:						333px;
	text-align:					right;
	font-family:				"New Times Roman", Serif;
	font-style: 				italic;
	letter-spacing:				-1px;
	word-spacing:				-1px;
	font-size:					18px;
	color:						#1A1818;
	line-height:				32px;
	margin:						0;
}

#home #bodyLeft b {
	font-size:					36px;
	font-style: 				normal;
	color:						#D4B185;
	letter-spacing:				0px !important;
	word-spacing:				0px !important;
} 

#home #bodyFadeRight {
	width:						306px;
	height:						333px;
	border:						0;
}

#home #rightText {
	display:					none;
}

#home #copyright {
	height:						25px;
	margin:						65px auto 20px auto;
	font-size:					9px;
	color:						#000;
	text-align:					center;
}

/* }}} */

/* Contact {{{ */
#contact #body {
	position:					relative;
	top:						105px;
	left:						-10px;
	width:						704px;
	height:						409px;
	margin:						0;
	text-align:					right;
	background:					url(../_img/contact_body.gif) no-repeat 0 0;
}

#contact #bodyRight {
	float:						right;
	padding:					5px 0 0 0;
	font-size:					12px;
	line-height:				15px;
	width:						360px;
	text-align:					left;
}

#contact #bodyRight a:hover {
	text-decoration:			none;
}

#contact #copyright {
	height:						25px;
	margin:						135px auto 20px auto;
	font-size:					9px;
	color:						#000;
	text-align:					center;
}

/* }}} */

/* About {{{ */
#about #body {
	position:					relative;
	top:						105px;
	left:						-10px;
	width:						704px;
	height:						409px;
	margin:						0;
	text-align:					right;
	background:					url(../_img/about_body.gif) no-repeat 0 0;
}

#about #bodyRight {
	float:						right;
	padding:					5px 0 0 0;
	font-size:					12px;
	line-height:				15px;
	width:						360px;
	text-align:					left;
}

#about #copyright {
	height:						25px;
	margin:						135px auto 20px auto;
	font-size:					9px;
	color:						#000;
	text-align:					center;
}
/* }}} */

.clear {
	font-size:					0px;
	line-height:				0px;
	height:						0px;
	width:						1px;
	clear:						both;
}