/*Encompass Vertical Links Theme*/
/* Subtract any padding/margins from widths/heights - it is calculated into total */

/*** General, site-wide styling ***/
body {
	margin: 0;  /* Margin and padding set to 0 normalizes everything */
	padding: 0;
	text-align: center; /* center layout in IE */
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px; 
	color: #403B3B;
	font-weight: 200;
	background: #EEECD7;
	background-repeat: repeat;
}

/*** Remove borders generated from links around images ***/
img {
	border: 0px;
}

#ImageGallery table {
	border: none;
}

#WellingtonLogo {
	position: absolute;
	background-image: url(../images/wellingtonlogo.png);
	height: 81px;
	width: 93px;
	top: -45px;
	left: 118px;
	z-index: 100;
}

#FullHeader {
	background-image: url(../images/headerRepeat.jpg);
	background-repeat: repeat-x;
	height: 51px;
}

#ContainerWrapper {
	width: 825px;
	text-align: center;
	margin: 0 auto;
	background: transparent url(../images/borderBackground.jpg) repeat-y scroll center top;
}

/*** Container div for centered site - remove to have a liquid layout ***/
#Container {
	width: 800px; /* !! Site width !! */
	margin: 0 auto; /* Correct way of centering */
	text-align: left; /* Stop text from centering */
	background-color: #FFF; /* Right (content) background color */
	background-repeat: repeat-y;
}

/*** Header(s) ***/
#Header {
	position: relative;
}

#Header1 {
	background-image: url(../images/header2.jpg);
	height: 94px;
}

#Header2 {
	height: 350px;
}

#HeaderDivider {
	height: 4px;
	background: #FFF;
}

/*** Left column, usually Main Links ***/
#Left {
	float: left;
	width: 200px;
	padding-top: 1em;
}

/*** Container div of the #Content div ***/
#Page {
	/* Should be at least equal to Left column width.  More provides "padding". */
	padding: 0px;
	margin: 0px;
}

#Navigation {
	width: 800px;
	background: #00487F;
}

#Breadcrumbs {
	font-size: 10px;
	color: #666666;
}

#Breadcrumbs a {
	color: #666666;
}

/*** Center section that contains user-defined content ***/
#Content {
	padding: 1px 25px 15px;
	margin: 0px 0px 0px 200px;
}

#Content2 {
	padding: 0px 25px 15px;
	margin: 0px;
}

/*** Right Column Div ***/
#LeftColumn {
	float: left;
	width: 200px; /* Width of right column, if any */
	margin-top: 0px;
}

/*** Footer(s) ***/
#Footer {
	width: 808px;
	text-align: center;
	margin: 0 auto;
	height: 11px;
	background-image: url(../images/footer.jpg);
}

#InfoFooter {
	width: 750px; /* Should be same as #Container width */
	margin: 0 auto; /* Correct way of centering */
}

#OrganizationInfo {
	width: 500px;
	float: left;
	text-align: left;
}

#EncompassLogo {
	width: 200px;
	float: right;
}

/*** Search Form ***/
#SearchForm {
	padding: 0px 10px 10px;
}

#SearchForm * {
	margin: 0px;
}

#SearchForm .text {
	width: 160px;
}

#SearchResults {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#SearchResults li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed black;
}

/*** Subpages Styling ***/
#SubPages {
	padding: 0px 0px 100px;
	margin: 0px;
	background: url(../images/sublinksBG.jpg) repeat-x top left;
}

#SubPages ul {
	padding: 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: right;
}

#SubPages #SubPageHeader {
	padding: 0px 10px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #C0BB96;
}

#SubPages .subpageItems {
	/*background:transparent url(../images/bullet.gif) no-repeat scroll 10px;*/
	padding:2px 10px 2px 10px;
}

