@charset "utf-8";
/* CSS Document */

/*

--------- TABLE OF CONTENTS -------

- Colors
- General/Global
- Wrapper DIVs
- Header
- Footer
- Menus / Outer Columns
- Main Content
- News / Events
- Forms
- Tables
- Tabbed search
- Print Settings

------------ Colors -------------

Dark green: #396e06
Light grey: #efefef
Dark grey: #777
Light green/grey 1: #d5e7b5
Light green/grey 2: #e9efdf
Yellow: #fbdc14

---------- General/Global ---------- */

body {
margin: 0;
padding: 0;
font: 62.5% Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
color: #396E06;
font-weight: normal;
line-height: 1.2em;
margin: 1.4em 0 0.7em 0;
}

p, ul, ol {
margin-top: 1.4em;
margin-bottom: 1.4em;
}

form {
margin: 0;
padding: 0;
}

img {
border: none;
}

a {
color: #396E06;
}

table {
border-collapse: collapse;	
margin: 1em 0;
}

hr {
height: 0;
border: none;
border-top: 1px solid #ddd;	
clear: both;
margin: 0;
padding: 0;
}

sup, sup a {
color: #FF0000;
}

sup a:hover{
color: #FF0000;
text-decoration: none;
background: #FFFFFF;
}

/*blockquote {
margin: 1.4em 0;
padding: 0 0 0 37px;
background: #fff url("../images/quote.gif") no-repeat 0 0;
font-style: italic;
color: #666;
clear: both;
}

blockquote img {
float: right;
padding: 3px;
border: 1px solid #ddd;
background: #fff;
margin: 0 0 1em 1em;
}*/

.hidden { display: none; }

.here { font-weight: bold; }

/* ---------- Wrapper DIVs ---------- */

#leftColumn {
float:left;
width:19%
}
#rightColumn {
float:right;
width:23%;
margin-left:5px;
margin-top: -10px;
z-index:20;

}
#menu-20-60-20 {
float: left;
width: 28%;
}

#menu-20-80,
#menu-20-40-40 {
float: left;
width: 21%;
}

#content-20-60-20 {
float: left;
width: 59.8%;
}

#content-20-80,
#content-20-40-40 {
float: left;
/*width: 76%;*/
width:79%;
padding-right: 0px;
margin-top: 10px;
margin-left: 0px;
}

#content-100 {
padding-left: 10px;
padding-right: 10px;
}

#content-20-80 #container,
#content-20-40-40 #container {

}

#content-20-40-40 #body #leftBody {
position: relative;
margin: 0px 3px 20px 0px;
float: left;
width: 47%;
}

#content-20-40-40 #body #rightBody {
position: relative;
margin: 0px 3px 0px 20px;
float: left;
width: 47%;
}
#bio_fr {
display:none;

}

/* ----------  Header  ---------- */

#top {
position: relative;
z-index: 0;
height: 58px;
width: 100%;
padding: 0;
margin: 0;
background: #fff url("../images/masthead.jpg") no-repeat right top;
}

#top #uofs {
position: absolute;
top: 10px;
left: 10px;
}

#masthead {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ccc;
float: left;
clear: both;
margin: 0;
padding: 0;
width: 100%;
color: #777;
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
}

#masthead h1 { 
margin: 0;
padding: 6px 5px 6px 10px;
font-size: 2.2em;
float: left;
}

#masthead a { 
text-decoration: none;
}

#breadcrumbs {
margin: 1.3em 30em 0 0;
padding: 0;
font-size: 1.1em;
line-height: 1.4em;
}

#breadcrumbs a:hover { 
text-decoration: underline;
}

/* ---------------- Footer ---------------- */

#footer {
width: 100%;
float: left;
padding: 0 0 50px 0;
margin: 20px 0 0 0;
border-top: 1px solid #ddd;
font-size: 1.1em;
text-align: center;
color: #777;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* ----------  Menus / Outer Columns  ---------- */

.leftMenu,
#rightColumn {
font-size: 1.1em;
}

.leftMenu
{
margin-top: 10px;
}

.leftMenu a,
#rightColumn a {
text-decoration: none;
}

.leftMenu a:hover,
#rightColumn a:hover {
text-decoration: underline;
}

.leftMenu h2,
.leftMenu h3,
.leftMenu h4,
#rightColumn h2 {
margin: 10px 7px 0px 0px;
padding: 4px 10px;
border-bottom: 1px solid #fff;
font-weight: bold;
font-size: 1.1em;
color: #fff;
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;		
}
#rightColumn h2 {
	margin-left:7px;
	margin-right:0px;
}
.leftMenu h2 a,
#rightColumn h2 a {
color: #fff;
display: block;
width: 100%;
}

.leftMenu h2 a:hover,
#rightColumn h2 a:hover {
color: #fff;
text-decoration: none;
background: none;
}

.leftMenu ul,
#rightColumn ul {
margin: 0 7px 0 0;
padding: 0;
}
#rightColumn ul {
margin: 0;

}
.leftMenu ul li,
#rightColumn ul li {
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
border: none;
display: inline;
}

.leftMenu ul li a,
#rightColumn ul li a {
color: #FFFFFF;
display: block;
padding: 3px 10px;
margin: 0;
border-bottom: 1px solid #fff;
/*background: #efefef;*/
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;
line-height: 1.3em;

}



#rightColumn ul li p {
padding: 3px 10px;
display: block;
border-bottom: 1px solid #fff;
color: #396E06;
margin-left:7px;
margin-right:0px;
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;
line-height: 1.3em;
	
}

#rightColumn ul li a {
background: #efefef;
color: #396E06;
	margin-left:7px;
	margin-right:0px;
	
}
.leftMenu ul a:hover {
text-decoration: none;
background-image:none;
}

.leftMenu ul ul a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

#rightColumn ul a:hover {
background-color: #D5E7B5;
color: #FFFFFF;
text-decoration: none;
}

#rightColumn ul a:hover
{
  color: #396E06;
}

.leftMenu ul ul {

margin: 0;
border-bottom: 1px solid #fff;
}

.leftMenu ul ul a {
/*background-color: #fff;*/
color: #396E06;
background: #efefef;
border-top: 1px solid #ddd;
border-bottom: none;
padding-left: 20px;	

}

.leftMenu ul ul ul {
margin: 2px 0 8px 20px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.leftMenu ul ul ul a {
border-top: none;
border-bottom: 1px solid #fff;
border-left: 1px solid #ddd;
background-color: #e9efdf;
padding-left: 7px;	
}

.leftMenu ul ul ul ul {
margin: 0;
border: none;
}

.leftMenu ul ul ul ul a {
background-color: #fff;
border-left: 1px solid #fff;
border-top: 1px solid #ddd;
padding-left: 7px;	
}

#rightColumn form,
.leftMenu form {
padding: 7px 10px;
margin: 0 7px 0 0;
border: 1px solid #ddd;
}

#rightColumn textarea
#rightColumn select,
.leftMenu select,
.leftMenu textarea {
width: 85%;
font: normal 0.95em Arial, Helvetica, sans-serif;
}

#rightColumn #quicklinks {
padding: 7px;
margin: 0;
background: #efefef;
border: none;
}

#rightColumn #quicklinks select {
width: 100%;
font-size: 0.95em;
}

#rightColumn input.buttons,
.leftMenu input.buttons {
width: auto;
font-weight: bold;
font-size: 1.1em;
}

.leftMenu #focusOn {
padding: 0px;
list-style: none;
margin-top: 10px;
}

.leftMenu #focusOn a {
text-decoration: none;
display: block;
padding: 0px;
height: 60px;
margin: 0 0 2px 0;
border: 1px solid #ddd;
float: left;
width: 99%;
}

.leftMenu #focusOn a:hover {
border: 1px solid #B8E960;
}

.leftMenu #focusOn #become {
background: #efefef url("../images/become.gif") no-repeat;
}

.leftMenu #focusOn #huskie {
background: #efefef url("../images/huskie.jpg") no-repeat;
} 

.leftMenu #focusOn #cls  {
background: #efefef url("../images/cls.jpg") no-repeat;
}

.leftMenu #focusOn #campaign  {
background: #efefef url("../images/campaign.jpg") no-repeat;
}

.leftMenu #focusOn #congress  {				
background: #efefef url("../images/congress.jpg") no-repeat;
}

.leftMenu #focusOn #shop  {
background: #efefef url("../images/shop_main_graphic.gif") no-repeat;
} 

.leftMenu #focusOn span {
display: none;
}

.rightPic {
width: 91%;
padding-right: 11px;
height: 100px;
margin-top: 10px;
max-width: 236px;
background: none;
}

.rightPic a {
display: block;
height: 100px;
background: none;
}

.rightPicCaption {	
background: #efefef;
margin-top: 1px;
padding: 2px 2px 2px 7px;
width: 92%;
max-width: 235px;
color: #777;
border: 1px solid #ddd;
}

#home_img {
	height:265px;
	padding:5px;
	border-left:solid #396E06 4px;
	background-repeat:no-repeat;
}
#gov_img {
	height:232px;
	padding:5px;
	border-left:solid #396E06 4px;
	background-repeat:no-repeat;
}
#gov_img2 {
	height:232px;
	padding:5px;
	border-left:solid #396E06 4px;
	background-repeat:no-repeat;
}
#gov_img3 {
	height:232px;
	padding:5px;
	border-left:solid #396E06 4px;
	background-repeat:no-repeat;

}

.menuCell {
 padding-left: 0.5em;
}


/* ----------- Main Content ----------- */

.body {

font-size: 1.2em;
line-height: 1.5em;
}

.body input, .body textarea, .body select {
font: 1em Arial, Helvetica, sans-serif;
}

.body a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.body h1,
.body h2 {
margin: 10px 0 1em 0;
border-bottom: 1px solid #fbdc14;
font-size: 2.3em;
}

.body h2 b {
font-weight: normal;
}

.body h1 a,
.body h2 a,
.body h3 a,
.body h4 a {
text-decoration: none;
}

.body h3 {
font-size: 2em;
}

.body h4 {
font-size: 1.5em;
}

.body h5 {
font-size: 1.1em;
font-weight: bold;
}

.body ul {
list-style-image: url("../images/icons/list.gif");
}

.body textarea {
width: 80%;	
}

.body form ul {
list-style: none;
list-style-image: none;
margin-left: 0;
padding-left: 0;	
}

.body dl {
/*margin: 0;
padding: 0;*/
}
/*
.body dt {
float: left;
font-weight: bold;
margin-right: 0.5em;
padding: 0;
}	

.body dd {
margin: 0;	
}

.body dd {
margin: 0;	
}
*/

/*----------- Forms -----------*/

.buttons {
font: bold 1.1em Arial, Helvetica, sans-serif;
padding: 0 3px;
background: #396E06;
color: #fff;
}

.body .buttons {
font-size: 1em;
font-weight: bold;
}

.buttons:hover {
color: #fbdc14;
}

fieldset {
border: 1px solid #ddd;
padding: 0 1em;
margin: 1.2em 0 1.8em 0;
}

fieldset fieldset {
border-width: 1px;
}

fieldset p {
margin: 1em 0;
}

legend {
font-size: 1.2em;
font-weight: bold;
color: #396e06;
}

fieldset fieldset legend {
font-size: 1.1em;
}

fieldset th {
font-weight: normal;
border-bottom: 1px solid #ddd;
}

fieldset table {
width: 100%;
margin: 1em 0;
}

label:hover {
background: #efefef;
}

form table td { 
padding: 5px;	
border-bottom: 1px solid #ddd;
}

/* ---------- Banners / Feature Pics ---------- */

#featurePicDiv {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
margin-top: 10px;	
margin-bottom: 0.5em;
float: left;
}

#featurePicDiv a:hover{
text-decoration: none;	
}

#featurePic {
position: relative;
border-left: 3px solid #396e06;
}

#featureLink {
position: relative;
}

#logoLink {
display: none;
}

#picControls {
margin-bottom: 15px;
clear: left;
padding: 0;
margin-top: 0;
}

#picControls a {
text-decoration: none;
font-size: 1em;
}

#picControls a:hover {
background-color: #D5E7B5;
}

/* -------------- News / Events ----------- */

#events {
position: relative;
margin: 0;
float: left;
clear: left;
width: 48%;
}

#findIt {
position: relative;
margin: 0;
float:right;
width: 48%;
}

#news {
position: relative;
margin: 17px 0 0 0;
float:right;
width: 48%;
}

p.featuredEvent {
float: left;
height: 100%;
margin-bottom: 7px;
}

.featuredEvent .eventImage {
float: left;
margin: 2px 5px 5px 0px;
border: 1px solid #bbbbbb;
}

.newsEvents {
border: 1px solid #ddd;
}

.newsEvents label {
display: none;
}

.newsEvents a {
text-decoration: none;
}

.newsEvents a:hover {
text-decoration: underline;
}

.newsEvents p, .newsEvents form {
margin: 0;
padding: 7px 7px;
border-bottom: 1px solid #ddd;
}

.newsEvents form {
border: none;
padding-bottom: 0;
}

.newsEvents h3,
.newsEvents h4 {
margin: 0;
padding: 4px 7px;
font-size: 1.8em;
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
border-bottom: 1px solid #ddd;
}

.newsEvents h4 {
font-size: 1em;
text-transform: uppercase;
color: #777;
}

.newsEvents ul {
list-style: none;
list-style-image:none;
padding: 0.5em 0;
margin: 0;
font-size: 1.2em;
border-bottom: 1px solid #ddd;
}

.newsEvents ul a {
text-decoration: none;
}

.newsEvents li {
background: #fff url("../images/list.gif") no-repeat 8px 5px;
margin: 0;
padding: 4px 7px 4px 18px;

}

.newsEvents p img {
padding: 5px 2px;
}

.newsEvents a.moreLinks {
clear: both;
text-decoration: none;
width: auto;
display: block;
padding: 5px;
font-size: 1em;
color: #999;
}

.newsEvents a.moreLinks:hover {
text-decoration: none;
background-color: #D5E7B5;
color: #396e06;
}
#news_date {
	position: relative;
        text-align:right;
        top: 90px;
        line-height:0px;
	font-size:.9em;
	font-weight:bold;
	
}

/* ------------ Tables ------------ */

table.data {
border: 1px solid #ddd;
width: 100%;
clear: both;


line-height: 1.2em;
}

table.data a {
text-decoration: none;
}

table.data a:hover {
text-decoration: underline;
}


table.data th,










table.data thead th {
padding: 3px 5px;	

border: 1px solid #ddd;
font-weight: normal;
font-size: 1em;
text-align: left;
color: #666;
background: #f3f3f3;
vertical-align: top;
line-height: 1.1em;
}

table.data td,
table.data tbody td {
border: 1px solid #ddd;
padding: 5px;
vertical-align: top;
}

table.data td,
table.data tbody td,
table.data p, 
table.data li {
font-size: 0.95em;
}

ul.tableList {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding-left: 0px;
}

ul.tableList li {
border-bottom: 1px solid #e7e7e7;
margin-left: 0px;
padding: 3px 0px;
}

table.data tr.alternate {
background: #f3f3f3;
}

table.data tr:hover,
table.data tbody tr:hover {
background: #e9efdf;
}


/* ----------- Tabbed search -------------- */

#tabbed-search {
position: absolute;
top: 39px;
right: 10px;
margin: 0;
padding: 0;
width: 30em;
z-index: 2;
font-size: 11px;
line-height: 16px;
text-align: right;
}

#tabbed-search .tabbed-content {
padding: 0 1em;
margin: 0;
border: 1px solid #ddd;
clear: both;
}

#tabbed-search .tabbed-nav {
margin: 0;
padding: 0 80px 0 0;
border: none;
height: 1.9em;
float: right;
}

#tabbed-search .tabbed-nav li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

#tabbed-search .tabbed-nav li a {
padding: 1px 6px;
margin: 0 1px -1px 0;
display: block;
width: auto;
float: left;
font-size: 1em;
text-decoration: none;
border: 1px solid #ddd;
border-bottom: none;
color: #fff;
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;
}

#tabbed-search .tabbed-nav li a:hover,
#tabbed-search .tabbed-nav li a.active {
background: #fff url("../images/gradient-tab1.gif") repeat-x left top;
color: #396e06;
}

#tabbed-search .tabbed-nav li a.active {
border-bottom: 1px solid #fff;
}

#tabbed-search .tabbed-content a:hover {
text-decoration: underline;
}

#tabbed-search .tabbed-nav li.pawsLink a {
border: none;
padding: 0;
background: none;
position: absolute;
top: -5px;
right: 0;
margin: 0;
color: #fff;
line-height: 24px;
}

#tabbed-search .tabbed-nav li.pawsLink a:hover {
color: #fff;
background: none;
}


#tabbed-search .tabbed-nav li.pawsLink img {
float: left;
margin-top: 0;
margin-right: 5px;
}

#tabbed-search form {
margin: 8px 0;
padding: 0;
float: right;
}

#tabbed-search .tabbed-content {
padding: 0;
background: none;
border: none;
text-align: right;
line-height: 16px;
}

#tabbed-search input {
background: #fff;
border: 1px solid #aaa;
padding:  2px;
font-size: 11px;
}

#search input,
#peoplesearch input {
background: #fff url("../images/icons/search_small.gif") no-repeat 3px 3px;
padding-left: 16px;
}

#tabbed-search input.buttons {
margin: 0;
background: #396e06;
padding: 1px 4px;
border-color: #ddd;
font-size: 11px;
}

#tabbed-search fieldset {
padding: 0;
margin: 0;
border: none;
}

/* ---------------- Print Settings ---------------- */

@media print {
	#menuAndContent-20-60-20,
	#content-20-60-20,
	#content-20-80,
	.body {
	width: 100%;
	}
	#search,
	#breadcrumbs,
	#tabbed-search,
	#menu-20-60-20,
	#menu-20-80,
	#rightColumn,
        #leftColumn,
	#masthead,
	#footer,
	#bookmarks {
	display: none;
	}
	.body ul {
	list-style-image: none; 
	list-style-type: disc;
	}

}




/*Food Services Tags*/
.tableContact {
/*
background-color:#EFEFEF;
background-image:none;
background-repeat:repeat;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:1px;
margin-top:1px;
padding-left:10px;
*/
}

.tableHeader {
background-color:#EFEFEF;

}

#home_img {
background-image: url("../images/frontpage/Picture_staff.jpg")
}

.table_lineBtm {
border-top: 2px solid #000000; 
border-bottom: 2px solid #000000;
}

.table_lineTop {
border-top: 2px solid #000000; 
}
/*For the locations and Hours section*/

.googlemap {
height: 400px; width: 400px;
}

 .tableAlign {float:left; 
 margin-left:5px; 
 margin-right: 5px;
  margin-top: 10px;}

  .tableUnderline {
  border-bottom: 1px solid #000000;
  }

/*Makes the margin for h4 0px*/

.closeh4Top {

   margin-top:0px;
}

.closeh3Bot {
  margin-bottom: 0px;
}

/*Headers for foodservices*/
.headers_about {
	background: #FFFFFF url("../images/About-Us_ext.png") repeat-x;
	height: 50px;
	width: 100%;



}

.headers_residence {
	background: #FFFFFF url("../images/Residence-DIning_ext.png") repeat-x;
	height: 50px;
	width: 100%;
        overflow: hidden;
}

.headers_catering {
	background: #FFFFFF url("../images/Catering_ext.png") repeat-x;
	height: 50px;
	

}

.imgtable {
background: #4f7f21 url("../images/gradient-tab2_lighter.gif") repeat-x left top;
}

.thumbnail {
background: #FFFFFF url("../photo_gallery/images/fs-icon.jpg") repeat-x left top;
width: 100px;
height: 67px;
}

#contact_us {
margin-top:0px;
}

#photo_gallery {
margin-top: 0px;
}

.menuList {
 margin-bottom: 0;
}

.colorRed {
	color: #FF0000;
	font-weight: bold;
}


.smallerFontSize {
	font-size: 0.8em;
}



.borderHours {
   border: 1px solid #000000;

}
