/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */



/* ---------------------------------------------------- STYLES FOR ALL PAGES */
body {
	background: url(/images/bg_main.jpg) 0 121px repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#uber {
	position: relative;
	margin: 0 auto;
	width: 965px;
}

#head {
	float: left;
	width: 100%;
	height: 129px;
}
#head #logo {
	float: left;
	width: 393px;
}
#head #strapline {
	float: right;
	position: absolute;
	width: 570px;
	top: 47px;
	right: 10px;
	text-align: right;
}
/* ---------------------------------------------------- NAVIGATION WRAPPER */
#TopNavWrapper {
	position: absolute;
	z-index:100;
	top: 8px;
	right: 5px;
}
/* SEARCH
---------------------------------------------------------------------*/

#TopNavWrapper #Search {
	float: left;
}
#TopNavWrapper #Search .searchBar {
	position: relative;
	height: 22px;
	width: 164px;
	background: url(/images/searchBox_bg.gif) no-repeat;
}
#TopNavWrapper #Search .searchBar label {
	position: absolute;
	top: -9999px;
}
#TopNavWrapper #Search .searchBar input.go {
	position: absolute;
	top: 2px;
	right: 3px;
}
#TopNavWrapper #Search #s {
	padding: 3px 0 0 5px;
	border: 0;
	background: none;
	outline: none;
	font-size: 12px;
	color: #365B3A;
	width: 130px;
}

/* ** FOR TERTIARY NAVIGATION AND SEARCH AREA - SEE TERTIARYNAV.CSS ** */

#main {
	float: left;
	padding: 0;
	margin: 0;
	min-height: 80px;
	background: url(/images/bg_contour.jpg) 0 0 no-repeat;
}

/* ** FOR MAIN NAVIGATION - SEE NAV.CSS ** */

#h_content ul, #content ul {
	list-style-image: url(/images/bullet_leaf.gif);
	padding: 0 0 0 25px;
}

#h_content li, #content li {
	padding: 0 0 5px 0;
}

#uberfooter {
	clear: both;
	width: 100%;
	padding: 10px 0;
	border-top: 2px solid #365B3A;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 965px;
}

#uclg_logo {
	position: absolute;
	z-index: 100;
	top: -17px;
	left: 0px;
}

#copyright {
	float: left;
	padding: 0 0 0 90px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #365B3A;
}

#footerNav {
    float: right;
}

#designedbyWrap {
	float: right;
	clear: both;
	padding: 30px 0;
}
#designedby li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
}
#designedby li.txt {padding: 3px 0 0 0; color: #9aa6a0;}

/* ---------------------------------------------------- STYLES HOME PAGE ONLY */

#h_seasonWinter, #h_seasonSummer, #h_seasonFall {
	min-height: 350px;
	background-position: 124px 0;
	background-repeat: no-repeat;
}
#h_seasonWinter {background-image: url(/images/family_winter.jpg);}
#h_seasonSummer {background-image: url(/images/family_summer.jpg);}
#h_seasonFall {background-image: url(/images/family_fall.jpg);}

#h_findOurLocation {
	position: absolute;
	right: 0;
}

#h_content {
	clear: both;
	padding: 230px 0 25px 406px;
	width: 485px;
}
/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */



/* ---------------------------------------------------- STYLES FOR ALL PAGES */
body {
	background: #ffffff url(/images/bg_main.jpg) 0 0px repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#uber {
	position: relative;
	margin: 0 auto;
	width: 965px;
}
#head {
	float: left;
	width: 100%;
	height: 129px;
}
#head #logo {
	float: left;
	width: 393px;
}
#head #strapline {
	float: right;
	position: absolute;
	width: 570px;
	top: 47px;
	right: 10px;
	text-align: right;
}
/* ---------------------------------------------------- NAVIGATION WRAPPER */
#TopNavWrapper {
	position: absolute;
	z-index:100;
	top: 8px;
	right: 5px;
}
/* SEARCH
---------------------------------------------------------------------*/

#TopNavWrapper #Search {
	float: left;
}
#TopNavWrapper #Search .searchBar {
	position: relative;
	height: 22px;
	width: 164px;
	background: url(/images/searchBox_bg.gif) no-repeat;
}
#TopNavWrapper #Search .searchBar label {
	position: absolute;
	top: -9999px;
}
#TopNavWrapper #Search .searchBar input.go {
	position: absolute;
	top: 2px;
	right: 3px;
}
#TopNavWrapper #Search #s {
	padding: 3px 0 0 5px;
	border: 0;
	background: none;
	outline: none;
	font-size: 12px;
	color: #365B3A;
	width: 130px;
}

/* ** FOR TERTIARY NAVIGATION AND SEARCH AREA - SEE TERTIARYNAV.CSS ** */

#main {
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/bg_contour.jpg) 0 0 no-repeat;
}

/* ** FOR MAIN NAVIGATION - SEE NAV.CSS ** */

#h_content ul, #content ul {
	list-style-image: url(/images/bullet_leaf.gif);
	padding: 0px 0px 0px 25px;
}

#h_content li, #content li {
	padding: 0px 0px 5px 0px;
}

#uberfooter {
	clear: both;
	width: 100%;
	padding: 10px 0;
	border-top: 2px solid #365B3A;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 965px;
}

#uclg_logo {
	position: absolute;
	z-index: 100;
	top: -17px;
	left: 0px;
}

#copyright {
	float: left;
	padding: 0 0 0 90px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #365B3A;
}

#footerNav {
    float: right;
}

#designedbyWrap {
	float: right;
	clear: both;
	width: 300px;
	padding: 30px 0;
}

#designedbyWrap ul, #TopNav ul
{
    list-style-type: none !important;
}

#designedby li {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
}
#designedby li.txt {padding: 3px 0 0 0; color: #4c5b52;}

/* ---------------------------------------------------- STYLES HOME PAGE ONLY */

#h_seasonWinter, #h_seasonSummer, #h_seasonFall {
	min-height: 350px;
	background-position: 124px 0;
	background-repeat: no-repeat;
}
#h_seasonWinter {background-image: url(/images/family_winter.jpg);}
#h_seasonSummer {background-image: url(/images/family_summer.jpg);}
#h_seasonFall {background-image: url(/images/family_fall.jpg);}

#h_findOurLocation {
	position: absolute;
	right: 0;
}

#h_content {
	clear: both;
	padding: 230px 0 25px 406px;
	width: 485px;
	min-height: 100px;
	height: auto !important;
	height: 100px;				
}

#h_additionalWrap {
	width: 965px;
	max-height: 110px;
	overflow: hidden;
}

#h_additionalWrap p {
	margin: 0;
	padding: 0 0 3px 0;
}

#h_additionalWrap #additionalleft {
	float: left;
	padding: 0px 5px 0px 0px;
	width: 455px;
	height: auto;
}

#h_additionalWrap #additionalright {
	float: right;
	width: 505px;
}


/* ---------------------------------------------------- STYLES FOR CONTENT PAGES ONLY */

.emptyContainer {clear: both; width: 100%;}
#MainWrapper {                                                      
    width: 963px;
    height: 37px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: inline;
}
#nav {
    width: 965px;
    height: 37px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#mainContentInterior {
	margin: 0px 61px 0px 61px;
	padding: 18px 30px 30px 30px;
	width: 783px;
	background: #FFF url(/images/contentTopCurve.jpg) 0px 0px no-repeat;
}
#mainContentInteriorPrimary {
    width: 783px;
    float: left;
}
#BreadCrumbs {
    float: left;
    width: 390px;
    height: 30px;
}
#ActionsWrapper {
    float: right;
    width: 393px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* ** MAPS PAGE ** */
.mapWrap {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 783px;
	border-bottom: 1px dashed #999;
}
.map {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 2px;
	width: 350px;
	border: 1px solid #365B3A;
	background: #365B3A;
}
.map .viewLargerMap {padding: 0 10px; font: 12px Arial, Helvetica, sans-serif;}
.map .viewLargerMap a {color: #FFF !important;}
.mapInfo {float: left; width: 411px;}


/* ---------------------------------------------------- TYPOGRAPHY AND LINKS in specific divs that differ from the base.css styles */

/*

	Site Map Styles

*/
.siteMapSection
{
	width: 230px;
	float: left;
	margin: 20px 12px 0px 10px;
    padding: 0px 0px 0px 0px;
}
.siteMapSection a {
	color: #365B3A;
	text-decoration: none;
}
.siteMapSection a:hover {
	color: #365B3A;
}
.siteMapSection strong {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    background: url('/images/sitemapTitle_Underline.gif') no-repeat 0px bottom;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
	.siteMapSection ul
	{
		list-style-type: none;
		padding:0px;	
		margin: 5px 0px 5px 0px;
	}
	
	.siteMapSection ul li
	{
	    
	    margin-left: 10px;
		padding-bottom: 0px;
	}
	.siteMapSection ul li ul li
	{

		margin: 0px 0px 0px 20px !important;
		padding:0px;
	}

	#printArea {
}

#printArea p {
    font-size: 1em;
    margin: 0;
	padding: 0;
}

/* ----- end template ----- */