/*----------------------------------
		Typography Reset
----------------------------------*/
 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
 }

 h1 {
    font-size: 48px;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h2 {
    font-size: 16px;
    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;
 }

 form {
    margin: 0;
    padding: 5px;
 }

 blockquote {
    margin: 1em;
 }

 sup, sub {
    line-height: 0;
 }

 address {
    margin: 0 0 1.0em;
 }

 pre, code {
    margin: 1em 0;
    white-space: pre;
 }

 pre, code, tt {
    line-height: 1.5;
 }

 li ul, li ol {
    margin: 0 1.0em;
    padding: 0;
 }

 dl {
    margin: 0 0 1em 0;
 }

 dd {
    margin-left: 1em;
 }

 caption {
    margin: 0;
    padding: .3em;
 }

 /*----------------------------------
		General
----------------------------------*/
 body {
    margin: auto;
    background-color: #cccccc;
    color: #7f7f7f;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 13px;
    font-weight: normal;
    background-image: url(images/606_floral.gif);
    background-repeat: repeat;
 }

 .sf_outer_wrapper {
    width: 980px;
    margin: 0 auto;
    background-repeat: repeat-y;
    position: relative;
    background-color: #fff;
 }

 .sf_extra1 {
 }

 .sf_wrapper {
    width: 980px;
    border-bottom: 10px solid #8f8f8f;
 }

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

 .sf_navigation .widget {
    padding: 0px;
    margin: 0px;
 }

 .sf_navigation .widget_content {
    padding: 0px;
    margin: 0px;
    overflow: visible;
    width: 274px;
 }

 .sf_navigation .widget a:link,
.sf_navigation .widget a:visited {
    text-decoration: none;
 }

 .sf_navigation {
    clear: both;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: normal;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    margin-top: 340px;
    margin-bottom: 15px;
    font-size: 20px;
    width: 274px;
 }

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

 .sf_navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 1%;
    background-position: bottom;
    background-repeat: no-repeat;
 }

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

 .sf_navigation ul li {
    float: left;
    margin: 0px;
    white-space: normal;
    padding: 3px 20px 9px;
 }

 .sf_navigation ul li.sf_last_nav_item {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 15px;
 }

 .sf_navigation ul li.sf_first_nav_item {
    background-repeat: no-repeat;
    padding-top: 15px;
 }

 .sf_navigation ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 234px;
 }

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

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

 /*------------------------------------
	Flyout menu
------------------------------------*/
 .sf_navigation .subnav {
    list-style: none;
    float: left;
    position: absolute;
    width: 180px;
    left: -999em;
    z-index: 1000;
    margin: -28px 0 0 180px;
 }

 .sf_navigation .subnav  li {
    width: 180px;
    background-image: none;
    white-space: normal;
    height: auto;
    border-bottom: none;
    background-color: #f5c255;
    padding: 3px 20px;
    border-bottom: 1px solid #dcb04d;
 }

 .sf_navigation .subnav li a {
    width: 180px;
    height: auto;
    color: #fff;
    padding: 0px;
    border-bottom: none;
    font-size: 18px;
 }

 .sf_navigation .subnav li a:visited {
    color: #fff;
 }

 .sf_navigation .subnav li a:hover {
    width: 180px;
    height: auto;
    color: #FFE5AF;
 }

 #Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
    left: auto;
 }

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

 /**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 #Nav1 li:hover, #Nav1 li.hover {
    position: static;
 }

 /*--------------------------------
		End Navigation
---------------------------------*/
 .sf_extra10 {
 }

 * html .sf_extra10 {
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_header_wrapper {
    min-height: 80px;
    height: auto !important;
    height: 80px;
    width: 660px;
    _width: 650px;
    float: right;
    display: inline;
 }

 .sf_main_header {
    text-align: left;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 48px;
    margin-top: 40px;
    margin-left: 38px;
    padding-right: 10px;
    color: #333;
 }

 .sf_extra3 {
    background-image: url(images/606_deco.gif);
    background-repeat: repeat;
    width: 602px;
    height: 38px;
    margin-top: 10px;
    margin-left: 38px;
 }

 .sf_sub_header {
    display: none;
 }

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

 /*--------------------------
		End Header
--------------------------*/
 .sf_extra4 {
    background-image: url(images/606_main-img.jpg);
    background-repeat: repeat;
    width: 320px;
    height: 330px;
    position: absolute;
    top: 30;
    left: 0;
 }

 /*--------------------------------
		End Bottom Navigation
---------------------------------*/
 .sf_extra5 {
 }

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_pagetitle {
    text-align: left;
    float: right;
    font-size: 24px;
    font-weight: normal;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    display: block;
    width: 608px;
    padding-right: 10px;
    clear: right;
    color: #8f8f8f;
 }

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

 /*--------------------------------
		 End Page Title
---------------------------------*/
 .sf_extra6 {
 }

 .sf_extra11 {
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_content {
    clear: right;
    width: 612px;
    float: right;
    padding: 15px 15px;
 }

 .sf_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }

 /*--------------------------
		End Content
--------------------------*/
 .sf_extra12 {
 }

 .sf_extra7 {
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_footer {
    clear: both;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    text-align: right;
    font-size: 10px;
    color: #222222;
    padding: 40px 20px 20px 20px;
    margin: 0px 0px 0px 320px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    width: 620px;
    height: 32px;
 }

 .sf_footer a:link,
.sf_footer a:visited {
    color: #222222;
 }

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

 /*--------------------------
		End Footer
--------------------------*/
 .sf_extra8 {
 }

 .sf_extra9 {
 }

 /*--------------------------
		Extra Stuff
--------------------------*/
 a:link {
 }

 a:visited {
 }

 a:hover {
    text-decoration: none;
 }

 .sf_banner {
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 10px;
    width: 980px;
 }

 #bannerLink {
    padding-top: 10px;
 }

 #bannerLink a, #bannerLink a:visited, #bannerLink a:hover {
    color: #444;
 }

 /*--------------------------
		Sidebar
--------------------------*/
 .sf_region8,
.sf_region7 {
    display: none;
 }

 .sf_region2 {
    float: left;
    display: inline;
    width: 274px;
    margin: 20px 23px;
    _margin: 20px;
    clear: both;
    color: #ffffff;
 }

 .widgetset .widget {
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px;
    padding: 0px 0px 7px;
    margin-bottom: 15px;
 }

 .widgetset .widget_content {
    background-repeat: repeat-y;
    padding: 10px 30px;
    margin: 0px;
    overflow: hidden;
    width: 214px;
 }

 .widgetset .widget_header {
    margin: 0px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-repeat: no-repeat;
    max-height: 30px;
    overflow: hidden;
 }

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

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

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

 .widgetset .widget img {
    vertical-align: top;
    padding: 2px 0;
 }

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

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

 .widgetset .widget_content .form_item {
    margin: 0px;
    padding: 0px;
 }

 .widgetset .widget input, 
.widgetset .widget select {
    color: #222;
    width: 175px;
 }

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

 
