/*----------------------------------
		Theme669
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:24px;margin:10px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}
h2 {font-size:22px;margin:10px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}
h3 {font-size:20px;margin:10px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}
h4 {font-size:18px;margin: 5px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}
h5 {font-size:13px;font-weight:bold;margin: 5px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}
h6 {font-size:13px;font-weight:bold;margin: 3px 0; padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;font-style: italic;}

body {
	background-color: #7e7e7e;
	margin: auto;
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size: 14px;
	color: #2d2d2d;
	background-image: url(images/669_graybg.jpg);
	background-repeat: repeat;
}

.sf_outer_wrapper {
	width: 840px;
	margin: auto;	
}

.sf_wrapper {
	background-image: url(images/669_mainbg.gif);
	background-repeat: repeat-y;
	width: 840px;	
}

/* Header */

.sf_header_wrapper {	
	width: 800px;
	height: 280px;
	margin-left: 20px;
	clear:both;
	text-align: left;
}

.sf_extra2 {
	background-image: url(images/669_righthdr.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 280px;
	float: right;
}

.sf_main_header {
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size:40px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	float: left;
	padding: 20px;
	overflow:hidden;
	width: 360px;
	height: 240px;
	color: #eedebe;
}

.sf_sub_header {
	display: none;
}

/* Navigation */

.sf_navigation h3 {
	display:none;
}

.sf_navigation {	
	margin-left: 20px;		
	width: 800px;	
}

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

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

.sf_navigation ul li {	
	list-style-type: none;
	display: inline;
	float: left;
	min-height: 35px;
	height: auto !important;
	height: 35px;		
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-style: italic;
	font-size:14px;
	font-weight: bold;	
	display: block;
	padding: 8px 0px;
	text-decoration:none;
	color: #2D2D2D;
	width: 160px;
	text-align: center;	
}

.sf_navigation ul li a:visited {
	color: #2D2D2D;
}

.sf_navigation ul li a:hover {
	color: #2D2D2D;
	text-decoration:none;		
}

.sf_navigation ul li:hover a {
	color: #2D2D2D;
	text-decoration:none;		
}

/* Dropdown */

.sf_navigation ul.subnav {
	position: absolute;
	width:159px;
	margin: 0 0 0 -1px;
	left: -999em;
	height:auto;	
	z-index:1000;	
}

.sf_navigation ul.subnav li {
	background:none;
	padding:0;
	margin:0;
	width: 159px;
	min-height: 1%;
	height: auto !important;
	height: 1%
}

.sf_navigation ul.subnav li a {
	display:block;
	width:139px;
	padding:2px 10px;	
	white-space:normal;
	margin:0;
	background-color:#EFE5D1 !important;
	border-bottom:1px solid #CFB681;
	color:#2d2d2d;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

.sf_navigation ul.subnav li a:visited {
	color:#2d2d2d;
}

.sf_navigation ul.subnav li a:hover {
	background-color: #DCC9A4 !important;
	color:#2d2d2d;
	text-decoration: none;
	background-image: none;	
}

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

#Nav1 li:hover,
#Nav1 li.hover { /* Sticking flyout menu bug */ 
	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 Navigation */

.sf_extra5 {
	background-image: url(images/669_maintop.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 40px;
	margin-left: 20px;
}

/* Page Title */

.sf_pagetitle {
	float: left;
	clear:both;
	color: #FFFAEF;
	background-image: url(images/669_pagetitlebg.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, FreeSerif, serif;	
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 40px;
	_margin-left: 20px;
	padding: 5px 10px;	
	min-height: 25px;
	height: auto !important;
	height: 25px;
	width: 740px;
}

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

/* Content */

.sf_content {	
	float:left;
	clear: both;
	padding: 10px 0 10px 40px;
	width: 770px;
}

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

/* Footer */

.sf_footer {
	clear:both;
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;	
	min-height: 16px;
	margin-left: 46px;
	margin-right: 46px;
	padding: 40px 5px 0;
	color: #2d2d2d;
}

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

.sf_extra9 {
	background-image: url(images/669_footer.gif);
	background-repeat: no-repeat;
	width: 840px;
	height: 60px;
}

/* Banner */

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

.sf_banner {	
	color:#D6C6A5;
	font-size: 11px;
	margin-top: 40px;
	text-align: center;
}

.sf_banner a:link,
.sf_banner a:visited {
	color:#D6C6A5;
}

/* Extra */

a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

/* Sidebar */

.sf_region7 {
	float: right;
	display:inline;
	width: 215px;
	margin: 20px 40px 20px 0px;
	_padding-right: 20px;
	overflow: hidden;
	display:none;
}

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

.widgetset .widget {
	margin-bottom:10px;	
	width: 215px;
}

.widgetset .widget_header {
	margin:0px;
	padding:3px 5px;
	font-size:18x;
	font-weight: bold;
	font-style: italic;	
	color: #FFFAEF;
	text-align: center;	
	width: 205px;
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	text-decoration:none !important;
	color:#FFFAEF;
}

.widgetset .widget_header a:hover {
	text-decoration:none !important;
	color:#CCB799;
}


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

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

.widgetset li li {	
	border-bottom:none;
}

.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 {	
	color: #ffffff;
	border: 1px solid #2d2d2d;
	margin: 3px 3px 1px 0;
	padding: 2px;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 1px;
	_letter-spacing: 0px;
	font-family: "Times New Roman", Times, FreeSerif, serif;
}

.btn:hover {	
}