/* Table of Contents

line #5 - Eric Meyer CSS Reset - this is so that browsers render spacing in uniformly
line #56 - Overall Styles */

      /* Eric Meyer CSS Reset */

      html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
		p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
		em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
		var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
		tbody, tfoot, thead, tr, th, td {
      	margin: 0px;
      	padding: 0px;
      	border: 0px;
      	outline: 0px;
      	vertical-align: baseline;
      	font-weight: inherit;
      	font-style: inherit;
      	font-size: 100%;
			font-family: inherit;
			font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
      }
      /* remember to define focus styles! */
      :focus {
      	outline: 0;
      }
      body {
			line-height: 1;
			color: #544434;
			background: #F0F1F3;
			font-size: 75%;
	}
      ol, ul {
      	list-style: none;
      }
      /* tables still need 'cellspacing="0"' in the markup */
      table {
      	border-collapse: separate;
      	border-spacing: 0;
      }
      caption, th, td {
      	text-align: left;
      	font-weight: normal;
      }
      blockquote:before, blockquote:after,
      q:before, q:after {
      	content: "";
      }
      blockquote, q {
      	quotes: "" "";
      }
/* end Eric Meyer Reset */

a img { border:none; }

label {font-weight: bold;}

.marginright {margin-right: 15px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1, h2 {
	font-size: 220%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 180%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 110%;
	font-style: italic;
}
p, ol, ul {
	line-height: 1.2;
}
p {
	font-size: 120%;
}
blockquote {font-size: 120%; line-height: 1.25;}

img a {border: none;}

ul {margin-left: 15px;}
ul li {list-style-type: none; list-style-image: none;}

/* automatic icons for documents, rss, ical, and powerpoint file extensions in links */
a[href$='.pdf'], a[href$='.doc'], a[href$='.rtf'], a[href$='.xls'], a[href$='.csv'], 
a[href$='.rss'], a[href$='.atom'], a[href$='.pps'], a[href$='.ppt'], a[href$='.ical'] 
 {
	padding: 2px 19px 2px 2px;
	display: inline-block;
	line-height: normal;
	overflow: visible;
	margin-left: 21px;
}
a[href$='.pdf'] {
	background: transparent url(../img/autoicons/icon_pdf.gif) no-repeat center right;
}
a[href$='.doc'], a[href$='.rtf'] {
	background: transparent url(../img/autoicons/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'], a[href$='.csv'] {
	background: transparent url(../img/autoicons/icon_xls.gif) no-repeat center right;
}
a[href$='.rss'], a[href$='.atom'] {
	background: transparent url(../img/autoicons/icon_feed.gif) no-repeat center right;
}
a[href$='.pps'], a[href$='.ppt'] {
	background: transparent url(../img/autoicons/icon_pps.gif) no-repeat center right;
}
a[href$='.ical'] {
	background: transparent url(../img/autoicons/icon_ical.gif) no-repeat center right;
}
/* END automatic icons for documents, rss, ical, and ppt file extensions in links END*/

/* text styles to use with span classes within paragraphs or for styling an entire paragraph */
.red {color: #AC1F24;}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.largetext {
	font-size: 160%;
}
.mediumtext {
	font-size: 130%;
}
.smalltext {
	font-size: 90%;
}
.smallertext {
	font-size: 80%;
}
.small-h2 {
	font-size: 80%;
}
.smallest {
	font-size: 70%;
}
.center_text {
	text-align: center;
}.underline {text-decoration: underline;}
/* END text styles to use with span classes within paragraphs or for styling an entire paragraph END*/


/* easy float left or right classes */
.left {
	float: left;
	margin-right: 11px;
}
.right {
	float: right;
	margin-left: 11px;
}
.edge {
	display: block;
	float: right;
	clear: right;
	padding: 15px 0px 15px 0px;
}
.clear {
	clear: both;
}
/* END easy float left or right classes END */

/* used for classes that do not need to display in handheld, print, and/or screen versions */
.handheld, .print, .nodisplay {display: none;}

/* END used for classes that do not need to display in handheld, print, and/or screen versions END*/

#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
/*	background-image: url(../img/branding-bg.gif);
	background-repeat: repeat-x;
	background-position: top left; */
}
#brand {
	clear: both;
}
#branding {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: url(../img/page_back.png) repeat;
}

#design {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	border-left: 1px solid #231F20;
	border-right: 1px solid #231F20;
	background-color: #FFF;
}
#headerbg {
	height: 305px;
	width: 999px;
	float: left;
	display: inline;
/*	background-color: #A5AEB5; */
}

#header {z-index: 2; margin: 0px; padding: 0px; float: right; width: 500px; margin-top: -300px; display: inline; }
    #header h1 {position: absolute; top: -999px; color: #fff;}
     .middle {width: 100px; text-align: right; float: right; margin-top: 7px; color: #B29B82; display:inline;}
     .middle a {font-weight: bold;  margin-right: 30px; color: #fff; text-decoration: none;}
     .middle a:hover {text-decoration: underline;}
     .middle .marginright a {margin-right: 0px;}
     .search {width: 220px; height: 18px; margin-right: 30px; float: right; color: #B29B82; text-align: right; display:inline;}
.mission {
	line-height: 1;
	float: right;
	text-align: justify;
	width: 450px;
	margin: 33px 11px 2px 0px;
	color: #FFFFFF;
	display: inline;
	padding: 3px 0px;
}
.mission p {font-size: 130%; display: inline; margin: 0px;}
#headerpage {
	z-index: 2;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: -35px;
	width: 999px;
}
#horizmenupage, #horizmenu {
	width: 999px;
	background: transparent;
	height: 35px;
}
/*	settings for horizonmental menu on other pages besides AS index */
#horizmenupage {
/*
	background-image: url(../img/bg_horizmenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
*/
	margin-top: 17px;
}

#headingbar h2 {margin-left: 15px; color: #fff; text-align: left;}

#container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #FFF;
	background-image: url(../img/containergradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 5px;
/*	height: 201px;
	min-height: 201px; */
}
#container p {
	padding: 6px 0px;
}
#container blockquote {
	margin-left: 15px;
	margin-top: 9px;
}

    #container .features {
	 width: 530px;
	 height: 126px;
	 float: left;
	 margin: 5px auto 0px 0px;
	 background: transparent;
	 display: inline;
	 }
    #container .rightmenu {
	 width: 220px;
	 float: right;
	 margin: 0px 15px 9px 15px;
	 clear: right;
	 display: inline;
	 }
        #container .rightmenu li a, #container .leftmenu li a {
		  margin-bottom: 0px;
		  font-size: 100%;
/*		  font-weight: bold;		*/
		  text-decoration: none;
/*		  color: #304865;			*/
		  }
        #container .rightmenu li a:hover, #container .leftmenu li a:hover {
		  text-decoration: underline;
		  }
#container .rightmenu img
/*, #container .leftmenu img */ {
	margin-right: 9px;
}
hr {border-style: none;}

#container .leftmenu {
	width: 239px;
	float: right;
	padding: 9px;
	background: #B29B82 url(../img/menu_back.png) repeat;
/*	margin-bottom: 9px;
	min-height: 160px;
	padding-bottom: 15px; */
	text-align: right;
	display: inline;
}
#container .icon_menu {
	margin: 0px;
	text-align: center;
}
#container .items {
	padding: 3px 3px 0px;
	margin: 0px;
}
#container .items li {
	text-align: right;
	display: block;
}
#container .leftmenutop {
	background: #FFFFFF url(../img/containergradient02.jpg) repeat-x top left;
	line-height: 2em;
	width: 240px;
}
#container .leftmenutop h6 {
	padding: 7px 5px 1px 0px;
	margin: 0px;
	line-height: 2.8em;
	color: #544434;
	border-bottom: 1px solid #B29B82;
}

#container .leftmenu a img {margin-left: 18px; padding-top: 6px; text-align: left;}
#container .links {margin-right: 5px; margin-top: 11px;}
		  
/* the following are all default settings for the headingbar, headerbgpage, container 
.content and .links files; the actual colors are set in the "colors" css files */
#headingbar {
	width: 100%;
	line-height: 1px;
	margin-top: 0px;
}
#headerbgpage {
	height: 99px;
	width: 999px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}
#container .content h3, #container .content h4, 
#container .content h5, #container .content h6 {
	padding: 9px 0px 3px 5px;
}
#container .links a {
	text-align: right;
	display: block;
	font-size: 100%;
/*	font-weight: bold; */
	margin-top: 5px;
	text-decoration: none;
}
#container .links a:hover {
	text-decoration: underline;
}
#container a {
	text-decoration: none;
/*	font-weight: bold;		*/
}
#container a:hover {
	text-decoration: underline;
}
#container .content ul li {
	color: #8C7257;
	margin-bottom: 3px;
}
#container .content ul.normal li {
	color: #544434;
	font-weight: normal;
}

      #container hr, #footer hr, #container .rightmenu hr {
			color: #fff;
			border: 1px dotted #8C7257;
			border-style: none none dotted none;
			height: 0px;
			line-height: 0px;
			padding: 0px;
			}
		div.hr {
			background: transparent url(../img/table_hr03.png) no-repeat scroll center;
			border: none;
			height: 5px;
			width: 100%;
			margin: 0px auto;
			display: block;
		}
		div.hr hr {
			display: none;
		}
      #container hr {
			margin: 0px;
			}
      #container .rightmenu hr {
			margin: 5px 0px 5px 0px;
			}
		#footer hr {
			margin: 3px 15px 3px 15px;
			}

    #container .content {
	 	min-height: 150px;
		text-align: left;
		margin-bottom: 9px;
		width: 715px;
		float: left;
		padding: 0px 0px 0px 11px;
		display: inline;
		}

    #container .content ul { margin-top: 9px;}
/*    #container .content table {margin-top: 9px;} */
    #container .content p img.left {margin: 3px 9px 6px 0px;}
    #container .content p img.right {margin: 3px 0px 6px 9px;}
    #container .content p img.center {margin: 3px 9px 6px 9px;}


#footerbackground {
	width: 100%;
	background-color: #e5dcd3;
/*	float: left;
	display: inline; */
}
#footer {
	margin-left: auto;
	background-color: white;
	margin-right: auto;
	width: 999px;
	border-left: 1px solid #231F20;
	border-right: 1px solid #231F20;
	border-bottom: 1px solid #231F20;
	background-image: url(../img/compass02.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
	.homenav {
		width: 275px;
		}
	.divheader {
		width: 225px;
		}
	.homenav, .divheader {
		margin-left: 15px;
		float: left;
		margin-bottom: 3px;
		display: inline;
		}
   .homenav a, .divheader a {
		text-align: right;
		color: #8C7257;
		font-size: 90%;
		font-weight: bold;
		display: block;
		text-decoration: none;
		margin-top: 6px;
		}
	.divheader, .divheader a {
		width: 435px;
		float: right;
		text-align: left;
		}

	.homenav a:hover, .divheader a:hover {
		color: #B29B82;
		text-decoration: underline;
		}
	#footer_dept {
		float: right;
	}
	.deptnavleft, .deptnavright {
		width: 201px;
		float: left;
		margin-right: 11px;
		margin-left: 11px;
		margin-bottom: 3px;
		display: inline;
		}
	.deptnavleft a, .deptnavright a {
		text-align: left;
		color: #8C7257;
		font-size: 90%;
		font-weight: bold;
		display: block;
		text-decoration: none;
		margin-top: 6px;
		}
    .deptnavleft a:hover, .deptnavright a:hover {
	 		color: #4C481C;
			text-decoration: underline;
			}
    .deptnavleft a:visited, .deptnavright a:visited {
	 		color: #8C7257;
			}

    .baseleft {width: 235px; float: left; margin-left: 15px; margin-bottom: 3px; margin-top: 3px; display: inline;}
    .baseleft a {color: #8C7257; text-align: left; font-size: 120%; font-weight: bold; display: block; text-decoration: none; margin-bottom: 6px;}
    .baseleft a:hover {text-decoration: underline;}
    .basecenter {width: 339px; float: left; margin-left: 30px; margin-bottom: 3px; margin-top: 3px; display: inline;}
    .basecenter a {color: #8C7257; text-align: center; font-size: 120%; font-weight: bold; display: block; text-decoration: none; margin-bottom: 6px;}
    .basecenter a:hover {text-decoration: underline;}
    .baseright {width: 235px; float: right; margin-right: 15px; margin-bottom: 3px; margin-top: 3px; display: inline;}
    .baseright a {color: #8C7257; text-align: right; font-size: 120%; font-weight: bold; display: block; text-decoration: none; margin-bottom: 6px;}
    .baseright a:hover {text-decoration: underline;}

#inset {
	width: 234px;
/*
	background-image: url(../img/leftmenu_mid_div.png);
	background-repeat: repeat-y;
	background-position: left;
*/
}
#inset_container {
	width: 99%;
}
#inset, #inset_container {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	float: left;
}
#inset strong, #inset_container strong, #inset p, #inset_container p, 
#inset h6, #inset_container h6, #inset ul, #inset_container ul {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	color: #544434;
}
#inset h6, #inset_container h6 {
	font-weight: bold;
	font-variant: small-caps;
}

/* photo box content */
#pictureBox {
	display: inline;
	float: left;
	width: 350px;
	margin-top: -3px;
}
#pictureBox p {
	margin-top: -5px;
}
#randomPicture {
	width: 350px;
	height: 350px;
}
#tabBox {
	width: 350px;
	height: 350px;
	float: right;
}
#tabBoxTransparent {
	width: 350px;
	height: 353px;
	border: 3px solid #8c7257;
	padding: 3px;
}
#search_button {
	height: 80px;
	width: 200px;
	float: right;
}
#srchbutton01 a, #srchbutton02 a {
	width: 100%;
	height: 100%;
	display: block;
}
#srchbutton01, #srchbutton02 {
	height: 39px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}
#srchbutton01 {
	background: url(../img/search_button.png) no-repeat;
}
#srchbutton02 {
	background: url(../img/search_button_internal.png) no-repeat;
}

