body {
	background: url(/images/imgBackgroundFade.aspx) repeat-x 0px -6px;
	background-color: #DADFCB;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

img {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
}

.Top {
	background-image: url(/images/imgTop.aspx);
	width: 827px;
	height: 32px;
}

.Main {
	margin-top: 23px;
	background-color: #ffffff;
	width: 827px;
}

.Bottom {
	background-image: url(/images/imgBottom.aspx);
	width: 827px;
	height: 29px;
}

.LeftTop {
	background: url(/images/imgLeftTop.aspx) no-repeat top;
	width: 19px;
	height: 361px;
}

.LeftBottom {
	background: url(/images/imgLeftBottom.aspx) repeat-y top;
	width: 19px;
}

.RightTop {
	background: url(/images/imgRightTop.aspx) no-repeat top;
	width: 19px;
	height: 361px;
}

.RightBottom {
	background: url(/images/imgRightBottom.aspx) repeat-y top;
	width: 19px;
}

.Header {
	text-decoration: none;
}

.Banner {
	background: url(/images/imgBanner.aspx) no-repeat top;
	height: 234px;
}

.Banner a {
	color: #4A86A0;
}


.Center {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.Promo {
	background: url(/images/imgBookPromo.aspx) no-repeat top left;
}

/*#Horizontal Menu#*/
.horizontal {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: 600;
	color: #482001;
	position: relative;
	float: left;
	border-bottom: 3px solid #83ABAA;
	width: 789px;
	background: url(/images/imgNavFade.aspx) repeat-x;
}

.horizontalCMSListMenuUL { 
	width: 789px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style: none;
	border-bottom: 1px solid #ffffff;
}

.horizontalCMSListMenuLI {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 27px;
	padding-left: 28px;
	margin: 0px;
	display: inline;
	position: relative;
	/*width: 131px;*/
	/*width: 12em;*/
	float: left;
	border-right: 1px solid #83ABAA;
	/*border-bottom: 1px solid #ffffff;*/
	text-align: center;
	background: url(/images/imgNavFade.aspx) repeat-x;
}

.horizontalCMSListMenuLIlast {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 27px;
	padding-left: 28px;
	margin: 0px;
	display: inline;
	position: relative;
	/*width: 131px;*/
	/*width: 12em;*/
	float: left;
	text-align: center;
	background: url(/images/imgNavFade.aspx) repeat-x;
}

.horizontalCMSListMenuUL LI:hover { 
	background: #4A86A0;
}

.horizontalCMSListMenuUL LI:hover A {
	color: #ffffff;
} 

.horizontalCMSListMenuUL A { 
	display: block;
	color: #735435;  /*#482001;*/	
	text-decoration: none;
}

/*#Blog#*/

.BlogPTitle a
{
	color: gray;
	font-weight: bold;
}
.BlogPTitle a:hover
{
	color: blue;
	font-weight: bold;
}
.BlogPTitle, .title
{
	
	color: black;
	padding: 5px;
	border: solid 1px #cccccc;
	font-family: Verdana;
}
.Center {
	font-family: Verdana;
}
.comments {
	font-family: Verdana;
	font-size: 10pt;
}
.BlogPBody, .content
{
	padding: 10px 15px;
	border: solid 0 #cccccc;
	font-family: Verdana;
	font-size: 10pt;
}

.BlogPBody img
{
	border: none;
}

.BlogPDateWhole
{
	background-color: #f1f1f1;
	padding: 3px 5px;
	border: solid 1px #cccccc;
	font-family: Verdana;
	font-size: 10pt;
}

.comments hr
{
	border: solid 1px #cccccc;
}

.BlogCommentsTitle, .BlogLeaveComment
{
	font-weight: bold;
	font-size: 110%;
}

.blogDetail .comments .TextAreaField
{
	width: 280px;
}

/*#Containers/Black box#*/
.blackBox
{
	border-bottom: 1px solid #545454;
	margin-bottom: 15px;
}

.blackBox .title
{
	
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	color: black;
	margin-bottom:0px;	
}

.blackBox .content
{
	padding: 5px;
	background: #f3f3f3;
}
/*#Containers/Orange box#*/
.orangeBox
{
	border: 1px solid #ffd7b4;
	margin-bottom: 15px;
		
}

.orangeBox .title
{
	background: #e36c26 url(../App_Themes/CorporateSite/Images/topMenuItemHover.gif) 0% 40% repeat-x;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom:0px;
	color: white;
}

.orangeBox .content
{
	padding: 5px;



}


/*#Containers/Orange box with grey cont.#*/
.orangeBoxGrey

{

			
}

.orangeBoxGrey .title
{
	background: #e36c26 url(../App_Themes/CorporateSite/Images/OrangeBoxTitle.gif) repeat-x;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom:0px;
}

.orangeBoxGrey .content
{
	padding: 5px;
	background: #f0f0f0;
}

/*#Containers/Gray box#*/
.grayBox
{
	background: #f0f0f0;
	padding: 5px;
}

