.container {
	font-family: Garamond, "Times New Roman";
	font-size: 16px;
	background-color: #FFFFFF;
	background-position: center top;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clip: rect(0,auto,auto,auto);
	width: 750px;
	text-align: left;
	color: #5f5f5f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.leftSidedImages {
	padding-right: 30px;
}
.moreLink {
	font-family: Garamond, "Times New Roman";
	font-size: 13px;
	text-transform: lowercase;
	color: #b17d4d;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

.moreLink a{
	color: #b17d4d;
	text-decoration: none;

}

.moreLink a:hover{
	color: #ba5a02;
	text-decoration: none;

}

.redText {
	font-family: Garamond, "Times New Roman";
	font-size: 14px;
	color: #782e0b;
	text-decoration: none;
	border-bottom-height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd7cc;
	display: block;
	text-indent: 50px;
	padding-bottom: 5px;
	line-height: 12px;
}

.redText a{
	color: #782e0b;
	text-decoration: none;
	display: block;

}

.redText a:hover{
	text-decoration: none;
	display: block;
	color: #666666;
}





/*-----SIDEBAR-----*/
 
#sidebar ul {      
        margin: 0px;
        padding: 0px;                  
        list-style-type: none;

}

#sidebar li {            
	display: block;
        text-align:left;
        margin:0px;                 
        padding:8px 3px 8px 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #dcd7cc;
	list-style-type: none;
}

#sidebar  {
        font-family: Garamond, "Times New Roman";
        font-size: 14px;
        color: #782e0b;
        text-decoration: none;
        display: block;          
        text-indent: 50px;       
        padding-bottom: 5px;
        line-height: 12px;
        }
 
#sidebar a {
        color: #782e0b;
        text-decoration: none;     
        display: block;

}

#sidebar a:hover {
        text-decoration:none;
        color:#666666;

        }

#sidebar li.current {            
	display: block;
        margin:0px;         
        text-align:left;
        padding:8px 3px 8px 0px;
	color:#000000;
        background-color:#eae9e0;

} 

#sidebar li:hover {    
	display: block;       
        margin:0px;
        text-align:left; 
        padding:8px 3px 8px 0px;
        }           


















body {
	background-image: url(images/assets/background.jpg);
	text-align: center;
	min-width: 750px;
	margin: 0px;
}
.mainnav {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;	
}

.container .mainnav td  sectionHighlight {
	background-image: url(images/assets/main-nav-menu-off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	text-align: center;
	margin-top: 30px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 30px;
}

.container .mainnav td {
	background-image: url(images/assets/main-nav-menu-off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	text-align: center;
	margin-top: 30px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 30px;
}



.container h1 {
	font-family: Garamond, "Times New Roman";
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
}

ul li  {
	list-style-image: url(images/assets/bullet.gif);
	list-style-type: none;
}

.container .mainnav a {
	color: #000000;
	text-decoration: none;
	height: 100%;
	display: block;
}
.container .mainnav td:hover {
	background-image: url(images/assets/main-nav-menu-on.gif);
	background-position: right top;
	background-repeat: no-repeat;	

}
.container .mainnav div {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.footerTable {
	background-color: #d2dbe4;
	height: 42px;
	vertical-align: middle;
}
.footerMenu {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.footerMenu a{
	color: #000000;
	text-decoration: none;
}

.footerMenu a:hover{
	color: #666666;

}

.container .footerTable .footerMenu li {
	display: inline;
	list-style-type: none;
}
.footerPhone {
	font-size: 24px;
	color: #000000;
}
.footerCopyright {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	height: 25px;
	vertical-align: middle;
}

.footerCopyright a{
	color: #000000;
	text-decoration: none;
}

.footerCopyright a:hover{
	color: #666666;

}

