﻿body 
{
    background-color:#3c3230;
    text-align: center;
    font-family:Georgia;
    font-size:12px;
}
#container 
{
margin: 0 auto;
/*background-image:url(template.jpg);*/
background-position:0 -20px ;
width:750px;
height:auto;
text-align:left;
}
#header-left
{
 /*border:1px solid white;*/
 padding: 10px 0 0 14px;
 float:left;
 width:480px;
 height:60px;
}
#header-left .uppertext 
{
    font-weight:bold;
    font-size:28px;
    color:#d8d0ad;
    line-height:22px;
}
#header-left .lowertext 
{
    font-size:16px;
    color:#d8d0ad;
    line-height:32px;
}
#header-right
{
    /*border:1px solid white;*/
    padding:10px 24px 0 0;
    text-align:right;
    line-height:36px;
    float:right;
    width:230px;
    height:60px;
    color:#d8d0ad;
}
#header-right a
{
    color:#d8d0ad;
    text-decoration:none;
}
#header-right a:hover
{
    color:#de4302;
    text-decoration:none;
}
#pageContainer 
{
  clear:both;
  width:750px;
  height:auto;
  padding: 0 0 7px 0;
  background-color:#ffffff;
}
#FlashBlock 
{
    padding: 7px 0 0 0;
    margin: 0 0 0 7px;
}
#NavButtons 
{
    margin: 2px 7px 0 7px;
    background-color:#504845;
    height:42px;
    background-image:url(images/nav_background.jpg);
}
#NavButtons ul 
{
    padding: 0 0 0 40px;
    margin:0;
	width : 736px;
	display : inline ;
	list-style-type : none ;
}
#NavButtons li
{
    color:#d8d0ad;
    font-size:18px;
    line-height:38px;
	list-style-type : none ; display : inline ;
}
#NavButtons a
{
    color:#d8d0ad;
    text-decoration:none;
}
#NavButtons a:hover
{
    color:#de4302;
    text-decoration:none;
}
#MainPage 
{
    background-color:#d8d0ad;
    width:736px;
    padding: 0 0 20px 0;
    margin: 2px 0 0 7px;
    overflow:auto;
    
}

#MainLeft
{
    Float:left;
    width:480px;
    height:auto;
    border-right:solid 3px #fff;
    margin: 20px 0 0 0;
}
#MainLeft P
{
    padding: 0 20px 0 40px;
}
#MainLeft img.withBorder
{
    border: 2px solid #fff;
    margin:0 20px 20px 0;
    float:left;
}
#MainLeft img.withBorderRight
{
    border: 2px solid #fff;
    margin:0 0 20px 20px;
    float:right;
}

#MainLeft A 
{
    color:#de4302;
    text-decoration:none;
}
#MainLeft a:hover
{
    color:#000;
    text-decoration:underline;
}
#MainLeft ul
{  
    list-style-image: url(images/arrow_right.gif);
}
#MainLeft li
{
    line-height:16px;
}
#MainFull
{
    Float:left;
    width:730px;
    height:auto;
    margin: 20px 0 0 0;
}
#MainFull P
{
    padding: 0 20px 0 40px;
}
#MainFull A 
{
    color:#de4302;
    text-decoration:none;
}
#MainFull a:hover
{
    color:#000;
    text-decoration:underline;
}
#MainRight
{
    Float:right;
    width:250px;
    margin: 20px 0 0 0 ;
}
#MainRight P
{
    padding: 0 20px 0 20px;
}
#MainRight A 
{
    color:#de4302;
    text-decoration:none;
}
#MainRight a:hover
{
    color:#000;
    text-decoration:underline;
}
#MainRight img.withBorder
{
    border: 2px solid #fff;
}
#MainRight UL LI 
{
    margin: 0 20px 0 5px;
}

#FeatureBox
{
    border: 2px solid #fff;
    margin:30px 20px 0 20px;
    padding:10px 10px 20px 10px;
    background-color:#de4302;
    background-image:url(images/feature_bkg.gif);
    background-position:right;
    background-repeat:no-repeat;
    color:#FFF;
}
#FeatureBox A 
{
    color:#000;
    text-decoration:none;
}
#FeatureBox a:hover
{
    color:#000;
    text-decoration:underline;
}
#Footer
{
    clear:both;
    width:750px;
    padding:20px 0 10px 0;
    text-align:center;
    color:#d8d0ad;
}
#Footer ul 
{
	width : 700px ;
	display : inline ;

}
#Footer li
{
    color:#d8d0ad;
    display:inline;
    background-image:url(images/knot_icon.gif);
	background-repeat:no-repeat;
    padding:0 10px 2px 20px;
    line-height:20px;
	
}
#Footer a
{
    color:#d8d0ad;
    text-decoration:none;
}
#Footer a:hover
{
    color:#de4302;
    text-decoration:none;
}
.pageHeader1
{
    color:#de4302;
    font-size:20px;
    line-height:26px;
}

.pageHeader2
{
    color:#de4302;
    font-size:20px;
    line-height:18px;
    padding: 0 0 0 40px;
}
.pageHeader3
{
    color:#de4302;
    font-size:20px;
    line-height:28px;
    padding: 0 0 0 0;
}
.pageHeader4
{
    color:#FFF;
    font-size:20px;
    line-height:22px;
    padding: 0 0 0 0;
}

.txtQuestion
{
    color:#de4302;
    font-size:14px;
    line-height:16px;
    padding: 0 0 0 0;
    font-weight:bold;
}

div.hr { clear:both; margin:0 20px 20px 20px; border: none; border-top: 3px solid #FFF; }
div.hr hr { display: none; }
.arrowLeft
{
    border:10px;
    margin:0 4px -1px 0;
    }
.arrowRight
{
    border:none;
    margin:0 0 -1px 4px;
}

form label { 
	display: block;
	float: left; 
	width: 112px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
	clear:both;
}
form input, form textarea {
    width:auto;
	margin:5px 0 0 10px;
}
.clsValidator 
{
    width:auto;
	margin:5px 0 0 10px;
}
.tr-header
{
    text-align:center;
}
.tr-row
{
    text-align:center;
}
.tr-rowlow
{
    text-align:center;
    background-color:#beb799;
}
.tr-rowavb
{
    text-align:center;
    background-color:#9cbf9e;
}
.tr-rowhigh
{
    text-align:center;
    background-color:#cf766a;
}
.tr-space
{
    background-color:#de4302;
    height:2px;
}
.td-normal 
{
    padding:4px;
}

#FeatureFood
{
    border: 2px solid #fff;
    margin:10px 20px 0 20px;
    padding:10px 10px 20px 10px;
    background-color:#de4302;
    background-image:url(images/feature_food_bkg.jpg);
    background-position:right;
    background-repeat:no-repeat;
    color:#FFF;
}
#FeatureFood A 
{
    color:#000;
    text-decoration:none;
}
#FeatureFood a:hover
{
    color:#FFF;
    text-decoration:underline;
}
#FeatureDo
{
    border: 2px solid #fff;
    margin:10px 20px 0 20px;
    padding:10px 10px 20px 10px;
    background-color:#de4302;
    background-image:url(images/feature_do_bkg.jpg);
    background-position:right;
    background-repeat:no-repeat;
    color:#FFF;
}
#FeatureDo A 
{
    color:#000;
    text-decoration:none;
}
#FeatureDo a:hover
{
    color:#FFF;
    text-decoration:underline;
}