/* @override http://www.synstrategies.com/assets/templates/synergy/master.css */

#RightPane {
	background-color: #fffbf1;
	float: right;
	width: 70%;
	border-left: 1px solid #f5e3bd;
	margin-left: -1px;
	border-bottom: 1px solid #f5e3bd;
	padding-bottom: 30px;
	min-height: 100%;
}

#LeftPane {
	width: 30%;
	float: left;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group MenuContainer */

#MenuContainer {
	float: right;
	margin: 0;
}

#MenuContainer ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0;
}

#MenuContainer ul li {
	padding: 6px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	border: 1px solid #fff;
}

#MenuContainer ul li.current {
	background-image: url(OrangeFade.gif);
	border-color: #e9e2d1;
}

#MenuContainer img.Logo {
	margin-top: 10px;
}

#MenuContainer ul li a {
	text-decoration: none;
	color: #936d3d;
	display: block;
}

#MenuContainer ul li a:hover {
	color: #000;
}

#MenuContainer ul li.current a {
	color: #000;
	background: url(rightarrow.gif) no-repeat right;
}



/* @end */

html {
	height: 100%;
}

/* @group Content */

#Content ul {
	list-style-type: square;
	color: #505050;
	list-style-image: url(rightarrow.gif);
}

#Content ul li {
	margin-bottom: 5px;
}

#Content p {
	line-height: 1.5em;
}

#Content blockquote {
	color: #456dab;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1.3em;
}

h1#Title {
	margin-left: 15px;
	font-weight: normal;
	font-style: normal;
	color: #bf771a;
	margin-top: 45px;
	margin-bottom: 10px;
}

#Content {
	margin: 0;
	width: 520px;
	padding-left: 15px;
	font-size: 0.85em;
	line-height: 1.5em;
}



/* @end */