
/*----------------------------------
		Theme633
----------------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;margin:10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:18px;margin:10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:16px;margin:10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:14px;margin: 5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:13px;font-weight:bold;margin: 5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:13px;font-weight:bold;margin: 3px 0; padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}

body {
	background-color: #EEEADC;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #460a09;
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:20px;
	margin: 10px 70px 0px;
	padding-left: 10px;
	padding-right: 10px;
	clear:both;
	background-color: #ffffff;
}

.sf_pagetitle h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_outer_wrapper {
	width: 890px !important;
	margin: 20px auto;
}

.sf_extra1 {
	background-repeat: no-repeat;
	width: 890px;
	height: 80px;
}

.sf_wrapper {
	background-repeat: repeat-y;
	width: 890px;
}

.sf_extra10 {
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-image: url(images/hdr-left.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 198px;
	margin-left: 45px;
	clear:both;
	text-align: left;
}

.sf_extra2 {
	background-image: url(images/hdr-right.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 198px;
	float: right;
}

.sf_extra2 span {
	background-image:url(images/edge.png);
	background-position: top left;
	position: absolute;
	margin-left: -10px;
	background-repeat:no-repeat;
	display:block;
	height:198px;
	width:17px;
}

* html .sf_extra2 span {
 _behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_main_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	text-align: left;
	float: left;
	padding: 20px 15px 15px 30px;
	overflow:hidden;
	width: 500px;
	height: 150px;
	color: #460a09;
}

.sf_main_header div {
	height: 155px;
	overflow: hidden;
}

.sf_main_header div div {
	height: auto;
	overflow: visible;
}

.sf_extra3 {
}

.sf_sub_header {
	display: none;
}

.sf_sub_header p,
.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
}

/*--------------------------------
		Navigation
---------------------------------*/
.sf_navigation h3 {
	display:none;
}

.sf_navigation {
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 45px;
	margin-right: 46px;
	font-size:12px;
	font-weight: bold;
	background-color: #ffffff;
	width: 798px;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;
	padding:0px 15px 0px 15px;
}

.sf_navigation ul:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul li {
	display:inline;
	float:left;
	white-space:nowrap;
	padding: 10px 0px;
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {
	display: block;
	padding: 0px 15px 0px 5px;
	text-decoration:none;
}

.sf_navigation ul li a:visited {
}

.sf_navigation ul li a:hover {
	text-decoration: underline;
}

/*------------------------------------
	Dropdown
------------------------------------*/

.sf_navigation ul.subnav { /* second-level lists */
	position: absolute;
	width:137px;
	margin-left: -5px;
	left: -999em;
	height:auto;
	padding: 2px;
	z-index:1000;
	background:#eeeadc;
}

.sf_navigation ul.subnav li {
	background:none;
	padding:0;
	margin:0;
	width: 137px;
}

.sf_navigation ul.subnav li a,
.sf_navigation ul.subnav li a:visited {
	display:block;
	width:123px;
	padding:7px;
	line-height:normal;
	white-space:normal;
	margin:0;
	background:#d9d4c0;
	border-bottom:1px solid #b3ad97;
	color:#460a09 !important;
	text-decoration: none;
}

.sf_navigation ul.subnav li a:hover {
	background:#c3bda7;
	color:#000000;
	text-decoration: none;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*Sticking flyout menu bug */ 

#Nav1 li:hover,
#Nav1 li.hover {
	position: static;
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

/*--------------------------------
		End Bottom Navigation
---------------------------------*/

.sf_extra5 {
	width: 798px;
	height: 27px;
	margin-left: 45px;
}

.sf_extra6 {
}

.sf_extra11 {
}

/*--------------------------
		Content
--------------------------*/

.sf_content {
	float:left;
	clear: both;
	padding:10px 70px 30px 70px;
	display:block;
	width: 750px;
}

.sf_content img {
}

.sf_content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

/*--------------------------
		End Content
--------------------------*/

.sf_extra12 {
}

.sf_extra7 {
	background-image: url(images/deco-btm.gif);
	margin-left: 45px;
	width: 798px;
	height: 46px;
	background-repeat: no-repeat;
	clear:both;
}

.sf_extra7 span {
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 5px 3px 5px;
	font-size: 10px;
	clear:both;
	min-height: 16px;
	margin-left: 46px;
	margin-right: 46px;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
}

.sf_extra9 {
	width: 890px;
	height: 80px;
}

/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

/*--------------------------
		Banner
--------------------------*/

#bannerLink {
	margin: 10px 0 40px 0;
}

.sf_banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8F8874;
	font-size: 11px;
	margin-top: 40px;
	text-align: center;
}

.sf_banner a:link {
	color:#8F8874;
}

.sf_banner a:visited {
	color:#8F8874;
}

.sf_banner a:hover {
	color:#8F8874;
	text-decoration: none;
}

/*--------------------------
		Sidebar
--------------------------*/
.sf_region7 {
	float: right;
	display:inline;
	width: 250px;
	margin: 20px 30px 50px 0px;
	overflow: hidden;
	display:none;
}

.feedbutton {
	border:none;
	vertical-align:sub;
	margin-right:5px;
}

table.calendar {
	width:100%;
	text-align: center;
}

.sf_region8 {
	display:none;
}

.widgetset .widget_content {
	overflow:hidden;
	padding:5px 0px;
}

.widgetset .widget {
	margin-bottom:10px;
	padding:0px 17px 5px;
}

.widgetset .widget_header {
	margin:0px;
	padding:4px 10px 4px;
	font-size:16px;
	font-weight: bold;
	background-color: #460A09;
	border: 2px solid #E1A52B;
	color: #ffffff;
	text-align: center;
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
	text-decoration:none;
	color:#fff;
}

.widgetset ul,
.widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li {
	margin:0px;
	padding:5px 0px;
	border-top:1px dotted #fff;
	overflow:hidden;
}

.widgetset a:link,
.widgetset a:visited {
	text-decoration:underline;
	padding: 2px 0;
}

.widgetset a:hover {
	text-decoration:none;
	padding: 2px 0;
}

.widgetset .form_item {
	margin:5px 0px;
	width:175px;
}

.widgetset input,
.widgetset select {
	width:175px;
}

.widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

.btn {
	background-color: #EA3910;
	color: #ffffff;
	border: 1px solid #460A09;
	margin: 3px 3px 1px 0;
	padding: 2px;
	font-size: 11px;
	cursor: pointer;
	letter-spacing: 1px;
	_letter-spacing: 0px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

.btn:hover {
	background-color: #BF2D0B;
}
