
/*****************************************************/
/* main.css - Regent Manor                            */
/* use with all standard pages in Regent Manor site   */
/*****************************************************/


#spacer {
	height:50px;
	}
#container {
	position: relative;
	top:  0;
	left: 0;
	width: 900px;
	min-width:800px;
	}

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#masthead {
	padding: 10px 0 0 8px;
	}
#headerDivider {
	margin: -.19em 0 0 0;
	border-top: solid #400040 1px;
	}

#quickSearch {
	/*width: 95%;*/
	text-align: right;
	height:23px;
	background-image: url(../system/searchbar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
/******************************************************/
/*  PAGE CONTENT                                      */
/******************************************************/
/*  LEFT SIDEBAR (used for submenu)                   */
/******************************************************/
#leftSidebar {
	float: left;
	width: 140px;
	}
#leftNav {
	margin: 0 10px 0 10px;
	background-color: #660066;
	
	}
/*#leftNav p {
	margin:  0 .2em .5em .6em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFF99;
	font-size: x-small;
	font-weight:bolder;	
	}
#leftNav a {
	color: #CCCCCC;
	}
#leftNav a:hover {
	color:#66FFFF;
	text-decoration: none;
	background-color: #660066;
	}*/
#leftNavTop {
	background-color: #660066;
	background-image: url(../system/TR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
#leftNavBottom {
	background-color: #660066;
	background-image: url(../system/BR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

/********************************************************/
/*  MAIN CONTENT                                        */
/********************************************************/
/*  Main sections                                       */
/********************************************************/

#contentContainer {
	width: 900px;
	min-width:750px;
	}
#content {
	float: left;
	padding-left: 15px;
	width: 575px;
	}
#contentWide {
	float: left;
	padding-left: 15px;
	width: 700px;
	}
#rightSidebar {
	border: 1px solid #436C5E;
	padding:7px;
	float: right;
	width: 125px;
	background-image:url(../system/CanterburyBannerAnim.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#897d6e;
	margin-top:15px;
	}
#footer {
	clear:both;
	text-align:center;
	width:900px;
	}
#footerContactInfo {
	background-color:#660066;
	padding: 1px 0 1px 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	}


#column1 {
	width:300px;
	padding:0 10px 5px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	border-right: 1px solid #CCCCCC;
	}
#column2 {
	width:300px;
	position:absolute;
	padding: 0 10px 5px 10px;
	top: 0px;
	left: 325px;
	}


