@charset "UTF-8";
body {
	font: 100%/1.4 Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/bodybkgd.jpg);
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	 font-family: Times, "Times New Roman", serif;
	 font-size: 21px;
	 line-height:24px;
	 margin-bottom: 5px;
	 font-weight: 400;
	 color:#0554a0;
 }
 
 h2 {
	 font-family:  Times, "Times New Roman", serif;
	 font-size: 17px;
	 line-height:18px;
	 margin-bottom: 0px;
	 color:#0554a0;
	 font-weight:lighter;
 } 
 
 h3 {
	 font-family:  Times, "Times New Roman", serif;
	 font-size: 14px;
	 line-height:22px;
	 margin-bottom: 2px;
	 color:#0554a0;
	 font-weight: bold;
 }
 
  h4 {
	 font-family:  Times, "Times New Roman", serif;
	 font-size: 15px;
	 line-height:23px;
	  margin-bottom: 2px;
	  margin-top: 7px;
	 color:#6c5126;
	 font-weight:lighter;
 }
 
  h5 {
	font-family:  Times, "Times New Roman", serif;
	 font-size: 13px;
	 color: #B2AE91;
	 font-weight:lighter;
 }
 
  h6 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 line-height:17px;
	 color: #FFF;
	 font-weight:lighter;
 }

 p {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #333;
 }
	 
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0554a0;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.banner {
	width: 100%;
	height: 474px;
	max-width: 1600px;
	background:url(images/homebanner.jpg);
background-size:cover;
background-repeat:no-repeat;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.headwrap {
	width: Auto;
	height: 131px;
	background-image:url(images/headerbkgd.jpg);
	background-repeat:repeat-x;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 131px;
	width: 960px;
	margin: 0 auto;
}



#mainnavigation {
	margin-top: 20px;
	height: 60px;
	float:right;
}

#nav-upland {
background:url(images/navsprite.png) no-repeat;
width: 615px;
height: 60px;
margin: 0px;
padding: 0px;
}

#nav-upland li, #nav-upland a {
    height: 60px;
    display: block;
	}

#nav-upland li {
    float: left;
    list-style: none;
    display: inline;
    text-indent: -9999em;
}

#nav-upland-about { width: 118px; }
#nav-upland-aboutcaptives { width: 142px; }
#nav-upland-services { width: 104px; }
#nav-upland-team { width: 69px; }
#nav-upland-news { width: 73px; }
#nav-upland-resources { width: 109px; }

#nav-upland-about a:hover { background:url(images/navsprite.png) 0px -60px no-repeat; }
#nav-upland-aboutcaptives a:hover { background:url(images/navsprite.png) -118px -60px no-repeat; }
#nav-upland-services a:hover { background:url(images/navsprite.png) -260px -60px no-repeat; }
#nav-upland-team a:hover { background:url(images/navsprite.png) -364px -60px no-repeat; }
#nav-upland-news a:hover { background:url(images/navsprite.png) -433px -60px no-repeat; }
#nav-upland-resources a:hover { background:url(images/navsprite.png) -506px -60px no-repeat; }


#nav-upland-about a:active { background:url(images/navsprite.png) 0px -120px no-repeat; }
#nav-upland-aboutcaptives a:active { background:url(images/navsprite.png) -118px -120px no-repeat; }
#nav-upland-services  a:active { background:url(images/navsprite.png) -260px -120px no-repeat; }
#nav-upland-team a:active { background:url(images/navsprite.png) -364px -120px no-repeat; }
#nav-upland-news a:active { background:url(images/navsprite.png) -433px -120px no-repeat; }
#nav-upland-resources a:active { background:url(images/navsprite.png) -506px -120px no-repeat; }

#nav-upland-about a.selected { background:url(images/navsprite.png) 0px -180px no-repeat; }
#nav-upland-aboutcaptives a.selected { background:url(images/navsprite.png) -118px -180px no-repeat; }
#nav-upland-services  a.selected { background:url(images/navsprite.png) -260px -180px no-repeat; }
#nav-upland-team a.selected { background:url(images/navsprite.png) -364px -180px no-repeat; }
#nav-upland-news a.selected { background:url(images/navsprite.png) -433px -180px no-repeat; }
#nav-upland-resources a.selected { background:url(images/navsprite.png) -506px -180px no-repeat; }



.content {
    width:960px;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
	padding-top: 10px;
}

/* ~~ The footer ~~ */
.footer {
	width:960px;
	height: 188px;
    margin: 0 auto;
}

.footwrap {
	width: 100%;
	height: 188px;
	background-image:url(images/footerbkgd.jpg) ;
	background-repeat:repeat-x;
	
}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* submenu1column */

.subnavcol  { 
  width: 220px;
  min-height: 40px;
  float:left;
  padding: 10px 10px 10px 60px;
}

#uu_submenu1 ul {
list-style-type: none;
width:240px;
margin: 0px;
}
#uu_submenu1 li {
font-family:Times, "Times New Roman", serif;	
list-style-type: none;
font-size:16px;
line-height: 32px;
float:left;
width: 240px;
padding:0px;
}

#uu_submenu1 li a {
	color: #6c5126;
	text-decoration: none;
	padding-left: 20px;
	text-align:center;
		background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0px 0px;

}

#uu_submenu1  li a:hover {
	color: #3F2C08;
    text-decoration: underline;
		background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#uu_submenu1  li.current a {
	color: #6c5126;
	text-decoration: underline;
		background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}


/* end of submenu1column*/



#footbox {
	float: right;
	width: 300px;
	height: Auto;
	margin-top: 40px;
	margin-bottom: 2px;
	margin-left: 10px;

}

#footboxmid {
	float: right;
	width: 100px;
	height: Auto;
	margin-top: 40px;
	margin-bottom: 2px;
	margin-left: 20px;

}

#footbox a {
  text-decoration:none;
  color: #3F2C08;  
}


#footbox a:hover {
  text-decoration: underline;
}

#footboxleft {
	float: left;
	width: 210px;
	height: Auto;
	margin-top: 40px;
	margin-bottom: 2px;

}

#footboxleft a {
  text-decoration:none;
  color: #3F2C08;  
}


#footboxleft a:hover {
  text-decoration: underline;
}


#leftbox {
	float: left;
	width: 310px;
	height:auto;
	margin-left: 20px;
}

#centerbox {
	width: 850px;
	margin: 0 auto;
}


#rightbox {
	float: left;
	width: 600px;
	margin-left: 25px;
}

#imagenav {
	float: left;
	width: 240px;
	height: 260px;
}

#newsnav {
	float: left;
	width: 220px;
	height: 200px;
	overflow:hidden;
	padding:10px;
	padding-bottom:50px;
}

#leftinset {
	float: left;
	width: 340px;
	height:auto;
	margin-left: 50px;
	padding-top: 60px;
}

#rightinset {
	float: right;
	width: 340px;
	height:auto;
	margin-right: 70px;
	padding-top: 60px;
}
