/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, address, blockquote, th, table, td {
margin: 0;
padding: 0;
border: 0;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background:url(images/bkgrd.jpg);
	background-repeat:repeat-x;
	background-color:#F2D399;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}


.hidden {
	display: none;
}
	
#container {
	margin: auto; /** Centers layout */
	padding: 0;
	border: 0;
	width: 960px;
	
 }
  
#header{
	position: relative;
    display: block;
    height: 271px;
    margin: 0 0 0px 0;
}

#headerWrapper {
    position: relative;
    height: 232px;
    margin: 0;
}



/** Top Bar */

#topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	zoom: 1;
	width: 960px; 
	height: 39px;
	padding: 0px;
	background-image:url(images/top_bkgrd.jpg)
}

#topBar .barItem {
    float: left;
    display: block;
    margin-right: 2px;
}

#topBar .barp-link {
    display: block;
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #cccddd;
    text-shadow: #000000 0 1px 0;
}

#topBar .bar-link:hover {
    background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
}



/** Top Navigation */

#topNav {
	position: absolute;
	top: 231px;
	left: 0px;
	z-index: 1;
	zoom: 1;
	width: 900px;
	padding: 0px;
}

#topNav .topItem {
    float: left;
    display: block;
    margin-right: 2px;
}

#topNav .top-link {
    display: block;
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 15px;
    height: 32px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #F2D399;
    text-shadow: #000000 0 1px 0;
}

#topNav .top-link:hover {
    background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
}




/** Navigation */

#primaryNav {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	zoom: 1;
	width: 500px;
}

#primaryNav .navItem {
    float: left;
    display: block;
    margin-right: 2px;
}

#primaryNav .nav-link {
    display: block;
    float: left;
    padding: 2px 5px 11px 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #aa3500;
    text-shadow: #e28f26 0 1px 0;
}

#primaryNav .nav-link:hover {
    background-repeat: repeat-x;
	text-decoration: none;
	color: #000;
	text-shadow: #e28f26 0 1px 0;
}


/** Top Images */

#topImages {
	position: absolute;
	top: 39px;
	left: 420px;
	z-index: 1;
	zoom: 1;
	width: 540px;
	height: 192px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#topImages .imagesItem {
    float: left;
    display: block;
    margin-right: 2px;
}






/** Logo */

#lastfmLogo {
    position: absolute;
    z-index: 1;
    top: 39px;
    left: 0;
    display: block;
    width: 420px;
    height: 192px;
    background-position: 39 39px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/** #lastfmLogo:hover {
    background-position: 0px 0px;
} */







/** Background sprite */

#lastfmLogo {
    background-image: url(images/country_kitchen_logo.jpg);
}


#primaryNav .nav-link:hover {
    background-image: url(images/navBkgrd_hover.jpg);
	background-repeat:repeat-x;
}

#topNav .top-link:hover {
    background-image: url(images/topNavBkgrd_hover.jpg);
	background-repeat:repeat-x;
}



/** Highlights Navigation on each page */

.home, .about, .contact, .employment, .restaurant, .catering{
	display: block;
    float: left;
    padding: 2px 7px 0px 5px;
    font-size: 15px;
    height: 32px;
    line-height: 20px;
    font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: #000000 0 1px 0;
}

.construction, .financing, .fundraising, .property {
	display: block;
    float: left;
    padding: 4px 7px 11px 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
	text-shadow: #e28f26 0 1px 0;
}




#imageHeader{
	float: right;
	width:256px;
}



/* IE5 Mac Hack \*/ 
#nav { padding-left: 0px; } 
/*/ 
#nav { padding-left: 0px; overflow: hidden; } 
/* End Hack */

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:33px; /* IE 5/Win hack */ 
	padding: 33px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}




#introHomeContainer{
	background-color:#F2D399;
	background-image: url(ck/images/main_bkgrd.jpg);
	background-repeat: repeat-x;
	float: left;
	width:100%;
}


#intro{
	width:288px;
	float: left;
	text-align:left;
	color: #003478;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

#intro h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#intro p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#intro .padding {
	padding: 40px;
}

#intro a {
	color: #004270;
	text-decoration: none;
	border-bottom: 1px dotted #004270;
	font-size: small;
}

#intro a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #F58B4F;
	font-size: small;
}


#image{
	float: left;
	width: 300px;
	background-image:url(images/side_bkgrd.jpg);
	background-repeat:repeat-x;
	background-color:#D3B371;
	
	
}

#imageBody {
	text-align:left;
	padding: 0px;
	margin: 30px 30px 20px 25px;
	
}



#whitetop{
	position: absolute;
	width: 4px;
	top:0px;
	left: 288px;
	background-color:#FFFFFF;
	height:246px;
	
}


#whitebtm{
	float: left;
	width: 4px;
	top:250px;
	left: 288px;
	background-image:url(images/greenbk.jpg);
	background-repeat:no-repeat;
	background-color:#61C360;
	height:300%;
	
}




#imageText {
	float: left;
	width: 575px;
	text-align:left;
	padding: 0px;
	margin: 30px 60px 20px 25px;
	line-height: 140%;
	color:#3E3524;
	
}



#scrollContainer{
	visibility: visible;
	position: absolute;
	z-index: 23;
	width:226px;
	height: 200px;
	overflow: hidden;
	clip: rect(auto auto auto auto);
	
}

#scroll{
	visibility: visible;
	position: absolute;
	z-index: 22;
	width:226px;
	
	
}






#bulletinbtm{ 
	background:url(images/bulletin_btm.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: no-repeat;
	background-position:bottom;
	width: 300px; /* if this element is floated, a width must be given */
	float: right;
	text-align:left;
	padding: 0px; /* top and bottom padding create visual space within this div */
	border: 0;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
}

#bulletin{ 
	background:url(images/bulletin_board.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: no-repeat;
	width: 300px; /* if this element is floated, a width must be given */
	float: right;
	text-align:left;
	padding: 0px; /* top and bottom padding create visual space within this div */
	border: 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

#bulletin .bulletinpadding {
	padding: 35px 30px 25px 30px;
}

#bulletin a {
	color: #0057a6;
	text-decoration: none;
	font-size: small;
}

#bulletin a:hover {
	color: #0057a6;
	text-decoration: underline;
	font-size: small;
}


#footerLine{
	clear:both;
	background: #A1191F;
	height: 5px;
	font-size: xx-small;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footerTag{
	/*clear:both;*/
	background: #3E3524;
	text-align: center;
	vertical-align: middle;
	font: "Times New Roman", Times, serif;
	font-size: large;
	letter-spacing: .4em;
	color: #D3B371;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#footer{
	/*clear:both;*/
	background: #3E3524;
	text-align: center;
	vertical-align:top;
	font:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D3B371;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #F2D399;
	text-decoration: none;
	font-size: x-small;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: x-small;
}





/* Miscellaneous classes for reuse */
.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: 0px;
}
.fltrtt { /* 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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.fltlftt { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float like before the footer*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*Ordered and Unordered Lists*/
ul {
	margin-top: 5px;
	margin-left: 10px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	margin-left: 10px;
}
ol {
	margin-top: -21px;
}

/*Dot Leader Lists*/

#wrap li span{
	background:#F2D399;
	padding:1px 0 1px 5px;
	float:right;
	color:#3E3524;
	position:relative;
	top:.2em;

}

#wrap li em{
	float:left;
	margin:0;
	position:relative;
	top:.2em;
	padding:0 5px 0 0;
	background:#F2D399;
	font-style:normal;
}

#wrap li{
   width:100%;
   border-bottom:1px dotted #000;
   line-height:0.8;
	margin:0 0 .5em 0;
	position:relative;
	width:100%;
   float:left;
   list-style:none;
}

#wrap{
   width:500px;
   margin:0 20px;
   float:left;
}

#wrap p{padding:0 5em 0 0}


/*Dot Leader List Background
#wrap ul{
   padding:20px 40px;
  list-style:none;
  float:left;
  border:1px solid #4c7300;
  position:relative;
  left:-2px;
  top:-2px;
  background:#eff2df;
  color:#4c7300;
}
*/







h1    { 
	color: #A1191F; 
	font-style: italic; 
	font-weight: bold; 
	font-size: xx-large; 
	line-height: normal; 
	font-family:"Times New Roman", Times, serif; 
	}
	
h2    { 
	color: #A1191F; 
	font-style: normal; 
	font-weight: normal; 
	font-size:large; 
	line-height: normal; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
h3    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: bold; 
	font-size:medium;
	line-height: normal; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
	
h4    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: bold; 
	font-size:x-large; 
	line-height: normal; 
	font-family:Arial, Helvetica, sans-serif; 
	}

h5    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: normal; 
	font-size:small; 
	line-height: 110%; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
	
p    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: normal; 
	font-size:small; 
	line-height: 100%; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
.pMenu    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: normal; 
	font-size:small; 
	line-height: 130%; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	}
	
.pName    { 
	color: #A1191F; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 120%; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
.pSide    { 
	color: #3E3524; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 120%; 
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align:center; 
	}
	
.pBlack    { 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	line-height: 160%; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
	
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	color: #A1191F;
	text-decoration:none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	color: #A1191F;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	color: #3E3524;
	text-decoration:underline;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	color: #3E3524;
}

.pSide a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #A1191F;
	text-decoration:none;
}

.pSide a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #A1191F;
	text-decoration:none;
}

.pSide a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #3E3524;
	text-decoration:underline;
}

.pSide a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #3E3524;
}

h2 a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #003478;
	text-decoration:none;
}

h2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-style: normal;
	font-weight: normal;
	color: #003478;
	text-decoration:none;
}

h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-style: normal;
	font-weight: normal;
	color: #003478;
	text-decoration:underline;
}

h2 a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-style: normal;
	font-weight: normal;
	color: #003478;
}

/* SIDEBAR FORM STYLES */
form#sidebar-form{}

form#sidebar-form input{margin-bottom: 7px;}
form#sidebar-form label{font-size: 11px; padding-bottom: 3px; display: block;}
