*{
	margin: 0px; 
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0;
	background-repeat: repeat-x;
	background-color: #F1EADE;
	position: relative;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
}



#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type: none !important;
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/******************************/
/********  Image Info ********/
/****************************/

.imgleft {
    float: left;
    margin-right: 8px;
    border: 0px solid #96622C;
	padding: 0px;
	background: #;

}

.imgright {
   float: right;
   margin-right: 60px;
   border: 2px solid #96622C;
   padding: 4px;
   background: #B18A61;

}

.main img {
	margin: 0;
	border: 2px solid #96622C;
	padding: 4px;
	background: #B18A61;
}


/******************************/
/*****  Contact Box Info *****/
/****************************/

.contact h2 a{
	font-size:1.5em !important;
	color: #805325 !important;
	margin:0;
	padding:5px 0 5px 0;
	font-weight: normal;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
}

.contact h2 a:hover{
    color: #778899 !important;
    text-decoration: none;
}

.contact p{
	border: 2px solid #805325;
	background-color: #CBB196;
   	font-size: 1.1em;
   	padding-left: 20px !important;
	color: #000;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
}

.contact li span a:link, 
.contact li span a:active,
.contact li span a:visited {    
	color: #805325 !important; 
    text-decoration: underline; 
}

.contact li span {
    color: #805325 !important;
	font-weight: bold;
	font-size: 0.9em;
}

.contact p a {
    color: #805325;
}

ul {
    margin: 0;
    padding: 0;
}

.nothing {
    display: none;
	width: 0px;
}

.clear {
    clear: both;
}

.bold {
   font-weight: bold;
}

.p_indent { 
    text-indent: 3em; 
}

.p_indent_more { 
    text-indent: 4.2em; 
}

.p_indent_most { 
    text-indent: 5.2em; 
}

.line {
	clear: both;
	width:240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09999;
	height:1px;
}

.linecolumna {
	clear: both;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09999;
	height:1px;
	margin-left: 14px;
}
.line-columnright {
	clear: both;
	width:170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09999;
	height:1px;
}

.line_span {
    width: 740px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C09999;
	height:1px;
}

.break {
	margin: 0 16px 0 0;
	width: auto;
	height: 16px;
	clear: both;
}

.adobe p {
    font-size: 0.8em;
    margin-left: 16px;
}

.adobe p a {
    color: #96622C; 
    text-decoration: underline;
    background-color: #F2F2F2;
    margin: 4px;
    padding: 4px;
    border: 1px solid #663300;
    cursor: pointer;
}

.adobe img {
    float: right;
    margin: -12px 47px 0 0;
}

.adobe a:hover{
    color: #778899;
    text-decoration: none;
    cursor: pointer;
}

.print_paper ol li{
    list-style-image: url(images/print_page_icon.gif)
}

/********************************************************************************/
/**** Main Navigation  - See dropdown.css or dropdown_ie.css  for Layout    ****/
/******************************************************************************/
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#ffffff; width:138px; height:28px; border:1px solid #96622C; border-width:1px; background:#96622C; padding-left:10px; line-height:30px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#C5A889 url(images/arroww.gif) no-repeat 120px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#C5A889 url(../images/arroww.gif) no-repeat 120px center;}
.menu ul ul :hover > a.drop {color: #FFFFFF; background: #805325 url(images/arroww.gif) no-repeat 120px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#96622C; color: #FFFFFF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#CBB196;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:29px;left:0; width:149px;border-top:1px solid #96622C;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#96622C; color:#FFFFFF; height:20px; line-height:1.188em; padding:5px 10px; width:128px;border: 1px solid #FFFFFF; border-width:1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; background:#C5A889;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; background:#D9C5B1;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;
}

/******************************/
/**** Quick Links Navigation */
/****************************/

#quick_nav {
    float:right;
    color: #000;
	font-size:110%;
	padding: 0 0 0 16px;
	font-family: Garamond, Times, "Times New Roman", serif;
}

#quick_nav p{
    font-size: 1.0em;
}

#quick_nav li {
	list-style:none;
	display: inline;
	margin-right: 10px;
	font-size: 0.8em;
	color: #663300;
}

#quick_nav a {
	color: #663300;
	text-decoration: underline;
	outline: none;
}

#quick_nav a:hover {
	color: #657482;
	text-decoration: none;
	outline: none;
}

/******************************/
/******   Site Layout   ******/
/****************************/

#wrapper-top {
	margin: 0 auto;
	padding: 10px 0 8px 0;
	border: 0;
	width: 750px;
	background-repeat: no-repeat;
}

#wrapheader {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 750px;
	position: relative;      
}

#container {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #F1EADE;   
}

#header {
	display: block;
	width: 400px;
	height: 75px;
	outline: none;
}

#header_plus h1 a{
    font-size: 1.3em;
	color: #663300;
	text-decoration: none;
	margin: 0;
	outline: none;
	font-family: BibliaLS, Garamond, Times, "Times New Roman", serif;
}

#header_plus h2 {
    font-size: 1.1em;
	color: #6699BB;
	text-align: center;
    font-family: BibliaLS, Garamond, Times, "Times New Roman", serif;
}

#header h1{
	font-size: 3.2em;
	color: #663300;
	text-decoration: none;
	margin: 0;
	font-family: "Monotype Corsiva", BibliaLS, Garamond, Times, "Times New Roman", serif;
}

#header h1 a{
	color: #663300;
	text-decoration: none;
	margin: 0;
	outline: none;
	font-family: "Monotype Corsiva", BibliaLS, Garamond, Times, "Times New Roman", serif;
}

#header_img a{
	display: block;
	width: 400px;
	height: 75px;
	margin: 0;
	border: 0px;
	outline: none;

}

/******************************/
/****  Contents Layout    ****/
/****************************/

#columnab {
    width: 557px;
    margin: 2px 0 0 0;
	float: left;
}

#columnleft {
	width: 557px;
	margin: 0px;
	float: left;
}

#column_cook_left {
	width: 350px;
	margin: 0px;
	float: left;
}

#column_span {
    width: 750px;
    margin: 2px 0 0 0;
    /*float: left;*/
}

#columnright {
	width: 203px;
	float: left;
	margin-top: 9px;
}

#column_cook_right {
	width: 350px;
	float: left;
	margin-left: 5px;
}

#column1a {
	width: 278px;
	margin: 16px 0 0 0;
	float: left;
}

#columnb {
	width: 186px;
	margin: 16px 0 0 0;
	float: left;
}

#columncd {
	width: 557px;
	margin: 8px 0 0 0;
	float: left;
}

#columnc {
	width: 278px;
	margin: 5px 0 0 0;
	float: left;
}

#columnd {
	width: 278px;
	margin: 5px 0 0 0;
	float: left;
}

/******************************/
/****     Sidebar Layout  ****/
/****************************/

.sidebar {
	width: auto;
	font-size: 0.8em;
	color: #714A21;
	line-height: 1.5em;
	margin-left: 12px;
}

/******************************/
/****   Footer Layout     ****/
/****************************/

#footercontainer {
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
	height: 40px;
	background-color: #B39A80;	
}

/********************************/
/******  Main Text Format ******/
/******************************/

.maintext {
	width: auto;
	font-size: 0.8em;
	color: #4D2600;
	line-height: 1.5em;
	margin-left: 16px;
}
.maintext p {
	padding: 5px 15px 10px 0;
	line-height: 1.5em;
}

.maintext h1 {
	font-size:1.7em;
	margin:0;
	padding:0 12px 5px 0;
	color:#6699BB;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-weight: bold;
	line-height: normal;
}
.maintext h1 a:link,
.maintext h1 a:visited,
.maintext h1 a:active {
	color:#6699BB;
	text-decoration: underline;
	outline: none;
}
.maintext h1 a:hover {
	color:#9C7D53;
    text-decoration: none;
}
.maintext h2 {
	font-size:1.1em;
	color:#6699BB;
	margin:0;
	padding:5px 0 5px 0;
	font-weight: bold;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
}
.maintext h3 {
	font-size:1.0em;
	margin:5px 0 5px 0;
	color:#778899;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.3em;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
}
.maintext h3 a:link {
    text-decoration: underline;
}

.maintext h3 a:visited,
.maintext h3 a:active {
    color:#333333; 
	text-decoration:none;
}
.maintext h3 a:hover {
    color:#333333; 
    text-decoration: underline;
}
.maintext h3 span{
	font-size:1.2em;
	color:#003366;
	font-weight: bold;
	letter-spacing: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.font-family h3 span a:link, .maintext h3 span a:visited, .maintext h3 span a:active {
    color:#003366; 
	text-decoration:none;
}
.maintext h3 span a:hover {
    color:#003366; 
    text-decoration: underline;
}

.maintext ul {
    padding:0;
	width: 350px;
}

.maintext li ul li{
    list-style: square !important;
}
.maintext ol {
	margin-right: 20px;
	margin-top: 0px;
	list-style-type: none !important;
}

.maintext ol li {
    width: 350px;
    list-style-type: none !important;
}
.maintext li {
	padding: 2px 0 4px 10px;
	width: auto;
    list-style-type: none !important;
}

.maintext a {
    color: #778899;
    text-decoration: underline;
    outline: none;
}

.maintext a:hover{
    color: #777744;
    text-decoration: none;
}

.maintext li a:link, 
.maintext li a:active,
.maintext li a:visited {    
	color: #761E06; 
    text-decoration: underline;
    outline: none; 
}
.maintext li a:hover {
    color: #8B6B61;
    text-decoration: none;
}
.maintext li span {
    color: #761E06;
	font-weight: bold;
	font-size: 0.9em;
}
.maintext li span a:link, 
.maintext li span a:active,
.maintext li span a:visited {    
	color: #6699BB; 
    text-decoration: underline; 
}

.maintext li span a:hover {
    color: #8C341C;
    text-decoration: none;
}

/******************************/
/****    Sidebar Format   ****/
/****************************/

.sidebar a{
    color: #778899;
    }

.sidebar p {
	padding: 5px 15px 10px 0;
	line-height: 1.5em;
	color: #714A21;
}

.sidebar h1 {
	font-size:1.7em;
	margin:0;
	padding:0 12px 5px 0;
	color:#1692C3;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-weight: normal;
	line-height: normal;
}

.sidebar h1 a:visited {
    color:#1F638A;     
	text-decoration:none;
}
.sidebar h1 a:active {
    color:#1F638A;
	text-decoration:none;
}
.sidebar h1 a:hover {
    color:#1F638A;
    text-decoration: underline;
}

.sidebar h2 {
	font-size: 1.3em;
	color: #96622C;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 5px 0;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
}

.sidebar h2 a {
    color: #96622C; 
    text-decoration: underline;
    background-color: #F2F2F2;
    margin: 4px;
    padding: 4px;
    border: 1px solid #663300;
    cursor: pointer;
}

.sidebar h2 a:hover {
    color:#6699BB;
    text-decoration: none;
    cursor: pointer;
}
   
.sidebar h3 {
	font-size:0.8em;
	margin:0 0 5px 5px;
	color:#666666;
	font-style: normal;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar h3 a:link,
.sidebar h3 a:visited,
.sidebar h3 a:active {
    color:#333333; 
	text-decoration:none;
}

.sidebar h3 a:hover {
    color:#333333; 
    text-decoration: underline;
}

.sidebar h3 span{
	font-size:11px;
	color:#003366;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar ul { 
	width: auto;
	margin-left: 10px; 
	text-decoration: none;
	cursor: pointer;
}

.sidebar ol {
	list-style-type: circle;
	margin-right: 20px;
	margin-top: 0px;
}

.sidebar li {
	width: auto;
    margin: 7px;
    list-style-image: url(images/bullet.jpg);
    margin-left: 20px;
}

.sidebar li a {
    color: #778899;
	padding-left: 6px;
	text-decoration: underline !important;
}

.sidebar li#selected a {
	color:#663300;
	font-weight: bold;
}

.sidebar li a:link, 
.sidebar li a:active,
.sidebar li a:visited {    
	color: #663300; 
    text-decoration: none;
    outline: none; 
}

.sidebar li a:hover {
    color: #778899;
    text-decoration: none !important;
}

.sidebar li span a:link, 
.sidebar li span a:active,
.sidebar li span a:visited {    
	color: #AA7777; 
    text-decoration: none; 
}

.sidebar li span a:hover {
    color: #0F9DD5;
    text-decoration: underline;
}



/******************************/
/*****  Footer Format   ******/
/****************************/

#footer {
    margin: 0;
    padding: 12px 16px 0px 16px;
    font-size: 11px;
    text-align: center;
    clear: both;
    color: #FFF;
    text-transform: none;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

/*******************************/
/******* Search Format  *******/
/*****************************/

#searchtemp {
	margin: 0;
	margin: 37px 0 0px 16px;
	display: block;
	width: 99%;
	height:26px;
}

#search {
	margin: 0;
	margin: 37px 0 0px 16px;
	display: block;
	width: 99%;
}

#search a:link {
    color:#FFCC33;
    text-decoration:none;
}

#search a:hover {
    color: #FF6600;
    text-decoration:none;
}

#search input.search-btn {
    width: 27px;
    height: 20px;
    background:  url(images/btn_go.gif) no-repeat;
    outline: none;
 	margin: 0 0 0 4px;
 	*margin: 0px;
}  
       
#search input.search-btn:hover{
    background:  url(images/btn_go.gif) no-repeat 0px -20px;
}

#search .input {
	font: 12px "Trebuchet MS", "Lucida Grande", Verdana;
	color: #333333;
	padding: 0px 2px;
	border: 1px solid #999999;
	width: 150px;
 	margin: 0 0 6px 0;
 	*margin: 0 0 4px 0;
}

.input {
	font: 12px "Trebuchet MS", "Lucida Grande", Verdana;
	color: #333333;
	padding: 0px 2px;
	border: 1px solid #999999;
	width: 150px;
 	margin: 5px 0 5px 0;
}	

div.row {
    clear: both;
    width: 400px;
}

#submit input.submit-btn {
    width: 27px;
    height: 20px;
    background:  url(../images/btn_go.gif) no-repeat;
    outline: none;
} 
        
#submit input.submit-btn:hover {
    background:  url(../images/btn_go.gif) no-repeat 0px -20px;
}

/******************************/
/***** Thumb Format   ******/
/****************************/

.thumbtext {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
}

.thumbtext h2 {
	font-size:1.5em;
	color:#970000;
	margin:0;
	padding:5px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
}

.thumbtext p span {
	color: #CC0000;
}

.thumbtext p {
	padding: 7px 0 10px 0;
	line-height: 1.5em;
}

#column1a .thumb{
	float: left;
	padding: 0 5px 10px 0;
	text-align: center;
	width: 127px;	height: 145px;
}

#column1a .thumb p{
	padding: 5px 0 5px 0;
	text-align: center;
	width: 127px;
}

#column1a .thumb img{
	padding: 4px;
	border: 1px solid #9C7D53;
	background: #FFFEFA;
	width: 90px;
}

#column1a .thumb a:hover img{
	border-color: #144A88;
	background: #FFFEFA;
}

#column1a .thumb a:link, .thumb a:visited, .thumb a:hover {
    color:#1692C3; 
	text-decoration:none;
}

#column1a .thumb a:hover {
    color:#9C7D53;
    text-decoration: underline;
}

#column1a .thumbgede img{
	border: 1px solid #9C7D53;
	background: #FFFEFA;
	margin: 0 15px 10px 0px;
	padding: 6px;
}

#column1a .thumbinfo {
	width: auto;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
}

#column1a .thumbinfo p {
	padding: 0px 15px 0px 0px;
	line-height: 1.5em;
	font-weight: normal;
}

a#prev{
	float: left;
}

a#next{
	float: right;
	padding-right: 10px;
}

/******************************/
/*****    Search Form   ******/
/****************************/

#search_form {
    float: right;
    text-align:left;
}

/* Span/title */

.title {
	color: #75552A;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}
.subtitle {
	color: #660000;
	font-size:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

acronym {
    font-style: italic;
    border-bottom: 1px dotted #663300;
}

.email {
	font-size:11px;
	color: #FFFF00;
	font-weight: normal;
}

.titlesearch {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 0.75em;
	color: #364648;
	text-decoration: none;
	position: relative;
	bottom: 4px;
	font-weight: bold;
}
