/* CSS Document */


/*----------------- [Commons] ---------------------*/
/*-------------------------------------------------*/

a:link img            { border: none; }

a:link visited img    { border: none; }

a img                 { border-style: none; }

form                  { margin: 0px; }

.left                 { float:  left; }

.right                { float:right; }

b                     { font-weight: bold; }

.textfield            { width: 170px; height: 22px; border: 1px solid #7B4C09; }


/*----------------- [General] ---------------------*/
/*-------------------------------------------------*/

body                   { font: normal 14px Arial, Helvetica, sans-serif; color: #45450C; margin: 0; background: url(images/body_bg.jpg) top left repeat; }

.wrapper               { width: 100%; height: auto; margin: 0 auto; background: url(images/container_bg.jpg) top left repeat-x; }

.container             { width: 900px; height: auto; margin: 0 auto; }

/*-------------------------[ header ] ---------------------------*/
/*---------------------------------------------------------------*/

.header                 { width: 900px; background: url(images/header_bg.jpg) top left no-repeat; height: 122px; }

.menu                   { width: 900px; height: 42px; background: url(images/main_nav_bg.jpg) top left no-repeat; margin: 0; padding: 0; float: left; }

.menu li                { width: auto; height: 42px; list-style: none; background: url(images/menu_division.gif) top right no-repeat; padding: 0 15px; float: left; }

.menu li.last           { background: none; }

.menu li a              { font: normal 16px/2.4em Arial, Helvetica, sans-serif; color: #6C0A0A; text-decoration: none; }

.menu li a:hover        { color: #fff; }

.menu li span           { font: normal 16px/2.4em Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; }

.logo                   { margin-top: 39px; }

.newsLetter             { width: 254px; height: 88px; background: url(images/news_letter_bg.png) top left no-repeat; float: right; }

.newsletterf           { font: normal 21px Arial, Helvetica, sans-serif; color: #fff; }

/*-------------------------[ Middle ] ---------------------------*/
/*---------------------------------------------------------------*/

.middle                { width: 900px; height: auto; background: url(images/middle_bg.gif) top left repeat-y; }

.middleContainer       { width: 900px; height: auto; background: url(images/mdl_container_bg.jpg) top left no-repeat; }

.middleContainerTwo    { width: 900px; height: auto; background: url(images/mdl_btm_road_img.jpg) bottom right no-repeat; float: left; }

.col-lft                { width: 623px; height: auto; float: left; }

.col-rgt                { width: 277px; height: auto; /*background: url(images/mdl_btm_road_img.jpg) bottom right no-repeat;*/ float: left; }

.content          { height: auto; }

.content p      {
	margin-bottom: 12px;
	line-height: 1.54em;
}


/*-------------------------[ Footer ] ---------------------------*/
/*---------------------------------------------------------------*/

.footer            { height: 35px; background: url(images/footer_bg.gif) top left no-repeat; padding: 0 10px; font: normal 12px Arial, Helvetica, sans-serif; color: #55651F; margin-top: 15px; }

.footer a           { font: normal 12px Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; padding: 0 10px; }

.footer a:hover      { color: #55651F; }

.footer span           { font: normal 12px Arial, Helvetica, sans-serif; color: #55651F; text-decoration: none; padding: 0 10px; }

/*-------------------------[ Inner Page ] ---------------------------*/
/*---------------------------------------------------------------*/

.innerHd1        { font: bold 16px Arial, Helvetica, sans-serif; color: #C8670F; }

.innerLinks          { font: bold 13px Arial, Helvetica, sans-serif; color: #A8510A; text-decoration: underline; }

a.innerLinks:hover          { text-decoration: none; }

