
/*****************************************************/
/* main.css - Canterbury Home                         */
/* use with all standard pages in Regent Manor site   */
/*****************************************************/

/*****************************************************/
/* HTML tag styles                                   */
/*****************************************************/

#container {
	position: relative;
	top:  0;
	left: 0;
	width: 900px;
	min-width:800px;
	}

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#masthead {
	padding: 0 0 0 8px;
	}
#headerDivider {
	margin: -.19em 0 0 0;
	border-top: solid #400040 1px;
	}

#quickSearch {
	height:25px;
	*padding-top:2px;
	text-align: right;
	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: #2F5C4D;
	
	}
#leftNavTop {
	background-color: #2F5C4D;
	background-image: url(../system/TR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
#leftNavBottom {
	background-color: #2F5C4D;
	background-image: url(../system/BR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

/********************************************************/
/*  MAIN CONTENT                                        */
/********************************************************/
/*  Main sections                                       */
/********************************************************/

#contentContainer {
	width: 900px;
	}
#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/RegentBannerAnim2.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:#2F5C4D;
	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;
	}
