/*
Theme: Default
Description: Default Style sheet
*/
@charset "utf-8";

:focus {
                outline: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #0e1b0e url('/cms-themes/Default/images/bg.png');
	color: #5C4B3F;
	letter-spacing: 1px;
}

#wrapper {
                width: 940px;
                margin: auto;
                background: #f2f1ef url('/cms-themes/Default/images/content_bg.png') repeat-y;
}

#socialmedia { text-align: right; background: #a4a4a4; padding: 3px; }
#socialmedia a { text-decoration: none; letter-spacing: 0px; padding: 2px 10px;}
#socialmedia a:hover { text-decoration: underline;}

#header {
	padding-top: 5px;
	height: 135px;
	border-bottom: 1px solid #ad9f77;
	text-align: right;
	background: #f2f1ef;
	position: relative;
}

#ibb {
                margin: 5px 10px 0 75px;
                
}

#flash_content {
                height: 350px;
                background: #ffdcd7;
}

#static_content {
                height: 175px;
                background: #ffdcd7;
}

#content_area {
	width: 464px;
	float: left;
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding: 15px 30px 15px 30px;
	line-height: 150%;
}

#content_area h1 {
                font-weight: normal;
                font-size: 20px;
                font-style: italic;
}


#content_wrapper {
                
                
}

#menu {
                text-align: left;
                float: left;
                width: 175px;
                margin: 0px;
}
#upper_address {
	padding: 5px;
	font-size: 13px;
	height: 88px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-variant: normal;
}
#upper_address p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-variant: normal;
}
#right_content {
        width: 240px;
        float: left;
        margin: 0px;
}

#widget {
                width:200px; margin: auto;
}

#subscribe {
                padding: 5px;
                height: auto;
                background: #0f411d;
                color: #ffffff;
}

h1 {

}


.clear {
                clear: both;
}

/* remember to define focus styles! */
:focus {
                outline: 0;
}

/*==========Link States==========*/

a:link,a:visited, a:active{
	text-decoration: underline;
	color: #514237;;
        font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #514237;
        font-weight: bold;
}


/*==========Navigation==========*/

#nav {
                font-style: italic;
                font-size: 14px;
                margin-bottom: 2px;
                
}

.navmenu_head {
	cursor: pointer;
	padding: 0px;
	margin:0px;
	height: 30px;
	line-height: 30px;   
	font-size: 1em;
  	font-size: 13px;	
 	
}

.navmenu_head a:link, .navmenu_head a:visited, .navmenu_head a:active{
	font-size: 14px;
	text-align: center;
	font-style: normal;
	/*font-weight: bold;*/
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 26px;
	line-height: 26px;
	background: url(/cms-themes/Default/images/menu_bg.png) no-repeat;
}

.navmenu_head a:hover{
	text-decoration: underline;
}

.navmenu_body {
	display:none;
}

.navmenu_body a:link, .navmenu_body a:visited, .navmenu_body a:active{
	font-size: 14px;
	text-align: center;
	font-style: normal;
	/*font-weight: bold;*/
	color: #672023;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 26px;
	line-height: 26px;
	background: url(/cms-themes/Default/images/submenu_bg.png) no-repeat;
}

.navmenu_body a:hover{
                text-decoration: underline;
}
/*==========H Tags==========*/


h1 {
}

h2 {
}

h3 {
}

/*==========Footer==========*/

#footer {
	clear: both;
        border-top: 1px solid #ad9f77;
        height: 30px;
        line-height: 30px;
	font-size: 11px;
	text-align: center;
                background: #f2f1ef;
}

#footer a:link, #footer a:visited {
	color: #514237;
}

#footer a:hover {
	color: #514237;
}


