/*
Theme Name: Yukon - Gray
Theme URI: http://ithemes.com/purchase/yukon
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.1.13
Description: Yukon is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background: #e1e1e1 url(images/bg01.png) repeat-x; 
	color: #4d4d4d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

.required {color:#C00;}

#outer-wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:0;
	}
#wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:0;
}
/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto; 
	padding: 0 20px;
	text-align: left;
	width:930px;
	background: #fff;
	}
#container1 {
	margin: 0 auto; 
	padding: 5px 10px 0 10px;
	text-align: left;
	width:950px;
	background:#fff;
	}
#container-top {
	width:970px;
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	background: url(images/container-top-bot01.png) top left no-repeat;
	height:35px;
}



#container-bottom {
	margin: 0px auto; 
	padding: 0;
	width:970px;
	background: url(images/container-top-bot01.png) bottom left no-repeat;
	height:20px;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited, a:active {
	color: #3e8416;
	text-decoration: none;
}

a:hover { 
	color: #666;
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	color: #666;
	margin: 0 35px 15px; 
	padding: 15px 15px 1px;
	background:#F2EED5;
	border:1px solid #DED9BC;
	
}
img { 
	border: 0px; 
	background: none; 
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
        display: block;
        clear:both;
}
table {border: 1px dotted ##337439;
	
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:4px;
	vertical-align:top;
}
th {
	border:1px solid #fff;
	font-weight:bold;
	background:#eee;
}

tr {
	border-bottom:1px solid #ddd;
}
td {
	border:1px solid #fff;
}

.entry ul {
	list-style-type:none;
	margin: 0 0 15px 15px;
	padding:0;
}
.entry ul li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.entry ul li ul li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: cambria, georgia, times, 'times new roman', serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#231F20;
}
h1 { 
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4,h5 {
	font-size: 16px;
}

h6,h7 {
	font-size: 10px;}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
}
.entry h3 { /* This style used within the post content itself */
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 5px;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color:#333;
}
h3 a:hover, h3 a:active { }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin:15px 0;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin:10px 0 5px 0;
	border-bottom:1px dotted #ddd;
}
#comments h3, #respond h3 { /* This style used as title in the comments section */
	margin-bottom:0;
}
#home-welcome .left .widget h4 { /* This style used in the Home page welcome message title */
	font-size:24px;
	margin:0 0 10px;
	padding: 0 0 5px;
	border-bottom:1px dotted #ddd;
}



#home-bottom .widget h4 {
	font-size:20px;
	margin:0 0 5px;
}
.sitemap h2 {
	margin: 0 0 5px;
	font-size: 18px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.alignright, img.alignleft, img.aligncenter {
	background:#fff;
	padding:5px;
	border:1px solid #DED9BC;
}

/*********************************************
	Header Styles
*********************************************/

#header-wrap {width: 100%; clear: both; height: 192px; margin: 0 auto; padding: 0; background:url(images/headerbg.gif)top left repeat-x;}
#header {width: 960px; clear: both; height: 192px; margin: 0 auto; padding: 0;}

/* top bar */
#admin {height:24px;}
#admin ul {width:944px;margin:0 auto;}
#admin ul li {display:inline;float:right;margin:0 3px 0 4px;padding:4px 0 0 20px; background:  url(images/gr-arrow.gif) 10px 10px no-repeat;}
#admin ul li#left-link {display:inline;float:left;padding:4px 0 0 20px;margin:0 0 0 0;}
#admin ul li#right-link {display:inline;float:left;padding:4px 0 0 20px;margin:0 0 0 5px; }
#admin a {text-decoration:none;color:#000; padding-right:20px;}
#admin a:hover {color:#3e8416;}

#header-left {width:300px; height:137px; float:left;}
#header-right {width:600px; float:right; height:137px;}
#header-right .title {margin:0; padding: 0;}
#header-right .title a {float:right; padding-right:200px; font:24px 'Palatino Linotype', 'Book Antiqua', Palatino, serif; color:#FFF;}

/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:300px;
	height:50px;
	float: right;
	margin:30px 40px 0 0;
	padding:0;
	background: url(images/searchback.png) no-repeat;
}
#searchform {
	width:300px;
	float:right;
	padding:0;
	margin:0;
}
#searchform #searchfield {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color:#aaa;
	float:left;
	padding:5px 0 0 40px;
	width:141px;
	height:22px;
	margin: 0;
	border:0;
	background:transparent;
}
#searchform #submitbutton {
	margin: 10px 0 0;
	float:right;
	font-size:8pt;
	width:60px;
	height:30px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/

#menu-wrap {
	clear: both;
	width: 100%; 
	margin: 0 auto; padding: 0 0 5px;
	height:30px;
	line-height:30px;
	
}

#menu-wrap .limit {
	clear: both;
	width: 960px; 
	margin: 0 auto; padding: 0;
}
#menu {
	width: 960px; 
	margin: 0; padding: 0;
	height:30px;
	line-height:30px;
	float:left;
}
#menu ul {
	font-size:13px;
	list-style: none;
	padding:0;
	margin: 0 auto;
}
#menu li {
	margin: 0 4px;
	padding:0;
	float: left;
	background: #4b4b4b;
	color:#FFF;
	letter-spacing:1px;
	border:1px solid #848484; border-bottom:none;
}
#menu li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	font-weight:normal;

}


#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}


#menu li a:hover, #menu li a:active {
	color:#000; background:#b5dc10;
	
}
#menu li.current_page_item,
#menu li.current_page_ancestor {
	background: #fff;
	
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	
	color:#000;
	
}
#menu li li.current_page_item,
#menu li li.current_page_ancestor {
	padding-right:0;
	background:transparent;
}

#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited,
#menu li li.current_page_ancestor a,
#menu li li.current_page_ancestor a:link,
#menu li li.current_page_ancestor a:visited {
	background:transparent;
	padding: 0px 10px;
	background:#b5dc10;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color:#fff;
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited,
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	padding: 0px 10px;
	width:178px;
	color:#fff;
	background:#4d4d4d;
	border:none; 
	
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active {
	background:#b5dc10;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #000;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -30px 0 0 198px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	width:auto;
}

/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:360px;
	height:240px;
	margin: 0 auto;
	padding:20px;
	background: url(images/home-top-right.gif) top left no-repeat;
}
#top-image #rotator { /* The image rotator */
	width:360px;
	height:240px;
	padding: 0;
	margin:0 auto;
}

/*********************************************
		Feature Content Styles
*********************************************/
#feature {
	clear: both;
	
	font-size: 13px;
}
#feature .wrap {
	width: 940px;
	margin: 0 auto;
	background:#FFF url(images/featuredbg01.jpg) repeat-x;
	padding:0 10px;
	border-left:1px solid #858261; 
	border-right:1px solid #858261; 
	border-bottom:5px solid #858261; 
}

#feature #feature-text {
	width: 440px;
	float: left;
	padding: 20px 20px 0 10px;
}
#feature #rotator-wrapper { background:	#fff;
	margin: 20px 0;
	float: right; margin-right:10px;
	padding:8px; border: 1px solid #666;
}



/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0; 
	padding: 0;
	width: 650px;
}
#content-full { 
	display: inline;
	padding: 0;
	margin: 0;
	background: url(images/container-bg.png) top left repeat-y;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 650px;
}

#breadcrumb {padding:15px 0 5px 0; font-family:Tahoma, Geneva, sans-serif; text-transform:uppercase; font-size:10px;}

/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom:1px dotted #ddd;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size:12px;
	display: inline;
	float: right;
	width: 250px;
	margin-top:10px; 
	padding: 0;
}


#float-left .sidebar {
	float: left;
}
.sidebar .widget-wrap {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #DED9BC; 
}
.sidebar .widget {
	padding: 15px;
	clear: both;
	margin: 0;
	background:#F2EED5;
}
.sidebar .widget-wrap1 {
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #DED9BC; 
}
.sidebar .widget1 {
	padding: 5px;
	clear: both;
	margin: 0;
	background:#C7C3A2;
	text-align:center;
	color:#231F20;
}

.sidebar .widget-wrap2 {
	padding: 5px;
	clear: both;
	background:#B5DC10; height:200px; margin:10px 0; border-bottom: 10px solid #A2C70C;  }

.sidebar .widget-wrap3 {
	padding: 5px;
	clear: both;
	background:#B5DC10; height:130px; margin:10px 0; border-bottom: 10px solid #A2C70C;  }
	
.sidebar .widget3 {
	padding: 5px;
	clear: both;
	margin: 0;
	text-align:center;
	color:#231F20;
}

.sidebar .widget3 a {color:#231F20; text-decoration:none;}
.sidebar .widget3 a:hover {text-decoration:underline;}

.side-all {width:115px; height:51px; margin-bottom:5px;}
.side-all a {background: url(images/side-all.png) no-repeat; display:block;}
.side-all a:hover {background-position: 0px -51px;}
.side-indus {width:115px; height:51px; margin-bottom:5px;}
.side-indus a { background:url(images/side-indus.png) no-repeat; display:block;}
.side-indus a:hover {background-position: 0px -51px;}
.side-benefit {width:115px; height:51px; margin-bottom:5px;}
.side-benefit a {background:url(images/side-benefit.png) no-repeat; display:block;}
.side-benefit a:hover {background-position: 0px -51px;}
.side-re {width:115px; height:51px; margin-bottom:5px;}
.side-re a {background:url(images/side-re.png) no-repeat; display:block;}
.side-re a:hover {background-position: 0px -51px;}
.side-liquid {width:115px; height:51px; margin-bottom:5px;}
.side-liquid a {background:url(images/side-liquid.png) no-repeat; display:block;}
.side-liquid a:hover {background-position: 0px -51px;}
.side-estate {width:115px; height:51px; margin-bottom:5px;}
.side-estate a {background:url(images/side-estate.png) no-repeat; display:block;}
.side-estate a:hover {background-position: 0px -51px;}

#members {width:230px; padding-left:10px; text-align:center; margin:10px 0; font-size:11px;}
#members .title {font-weight:bold; font-size:14px;}
#members img {background:#fff; padding:5px; width:129px; border:1px solid #DED9BC; margin:10px;}
#members a img{background:#fff; padding:5px; width:129px; border:1px solid #DED9BC; margin:10px;}
#members a:hover img{border:1px solid #B5DB12;}

.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px; 
	padding: 0px;
}
.sidebar ul {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar ul ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
}
.sidebar li {
	list-style-type:none;
	margin: 0 0 5px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sidebar li li {
	list-style-type:none;
	margin: 0 0 1px; 
	padding: 0;
	background: transparent;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 1px;
	border:1px solid #ddd;
	vertical-align:top;
	width:75px;
	height:75px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px; 
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer-wrap {
	width:100%;
	background: #231F20;
	min-height:300px;
	margin: 0 auto;
	padding:0;
}

#footer {
	clear: both;
	color: #fff;
	margin: 0px auto;
	padding:10px 0;
	width:950px;
}

#footer #columns {margin-top:20px; width:960px; float:left;}

#footer .widget h4 {font-size:12px; font-weight:bold; font-family: Verdana, Geneva, sans-serif; color:#B5DB12; border-bottom:1px solid #231f20;}
#footer .widget ul {list-style-type:none;
	margin:0 0 15px 0;
	font-size:11px;
	border-top:1px solid #4a4748;
	
}

#footer .widget ul li {
	list-style-type:none;
	padding: 0 0 0 8px;
	line-height:18px;
	background: url(images/gr-arrow01.png) no-repeat 0 8px;
	border-bottom:1px solid #4a4748;

}

#footer .widget ul li a{ color:#fff; text-decoration:none;}
#footer .widget ul li a:hover {color:#B4DC10; text-decoration:none;}


#footer .left {width:290px; margin:0 20px; float:left;}
#footer .center {width:300px; margin-right:15px; float:left;}
#footer .right {width:280px; margin-right:15px; float:left; margin-left:20px;}
.mag {width:129px; padding:2px; border:1px solid #B5DB12; margin-top:5px;}

#footer p {margin:0;}

#footer .hotpic {padding:8px;background:#231f20;float:left; width:940px;}

.hotpic01 {width:220px; height:99px; float:left; margin: 0 10px; }
.hotpic01 a {background: url(images/hotpic-auctions.png) no-repeat; display:block;}
.hotpic01 a:hover {background-position: 0px -101px;}
.hotpic02 {width:220px; height:99px; float:left; margin-right:10px;}
.hotpic02 a { background:url(images/hotpic-auctioneers.png) no-repeat; display:block;}
.hotpic02 a:hover {background-position: 0px -101px;}
.hotpic03 {width:220px; height:99px; float:left; margin-right:10px;}
.hotpic03 a {background:url(images/hotpic-join.png) no-repeat; display:block;}
.hotpic03 a:hover {background-position: 0px -101px;}
.hotpic04 {width:220px; height:99px; float:left; margin-right:10px;}
.hotpic04 a {background:url(images/hotpic-login.png) no-repeat; display:block;}
.hotpic04 a:hover {background-position: 0px -101px;}


#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

#copyright-wrap {width:100%; background:#000; margin: 0 auto; padding:0;}
#copyright {
	font-size:11px;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	padding:20px 0;
	
}
#copyright p {
	margin:0;
}
#copyright a, #footer a:link, #footer a:visited {
	color: #fff;
}
#copyright a:hover, #copyright a:active {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	Home Page Welcome Styles
*********************************************/
#home-feature {width:950px; height:365px; margin:10px 0; background:#000; background:url(images/feature-back.png) no-repeat;}

#video-wrap{width:380px; margin:0; height:310px; float:left;}
#video-wrap h4 {padding-left:10px; height: 20px; line-height: 20px;padding-top:5px; color:#fff;}
#video-wrap .video {padding:5px; padding-top:0; float:left; margin-left:10px;}


#photos {width:530px; height:330px; margin-right:10px; float:right;}
#photos h4 {height: 20px; line-height: 20px; padding-top:5px; padding-left:10px; color:#fff;}
.rotator {width:520px; height:300px; margin:5px; background:#FFF; border:1px solid #000;}

#icons-wrap {width:100%; height:99px; float:left; margin-bottom:10px; background:#000;}
.icon-re {width:145px; height:99px; float:left; margin-right:5px;}
.icon-re a {background: url(images/icon-re.png) no-repeat; display:block;}
.icon-re a:hover {background-position: 0px -101px;}
.icon-indus {width:142px; height:99px; float:left; margin-right:5px;}
.icon-indus a { background:url(images/icon-indus.png) no-repeat; display:block;}
.icon-indus a:hover {background-position: 0px -101px;}
.icon-liquid {width:144px; height:99px; float:left; margin-right:5px;}
.icon-liquid a {background:url(images/icon-liquid.png) no-repeat; display:block;}
.icon-liquid a:hover {background-position: 0px -101px;}
.icon-benefit {width:142px; height:99px; float:left; margin-right:5px;}
.icon-benefit a {background:url(images/icon-benefit.png) no-repeat; display:block;}
.icon-benefit a:hover {background-position: 0px -101px;}
.icon-estate {width:156px; height:99px; float:left; margin-right:5px;}
.icon-estate a {background:url(images/icon-estate.png) no-repeat; display:block;}
.icon-estate a:hover {background-position: 0px -101px;}
.icon-all {width:196px; height:99px; float:left;}
.icon-all a {background:url(images/icon-all.png) no-repeat; display:block;}
.icon-all a:hover {background-position: 0px -101px;}


#home-welcome {
	font-size:14px;
	margin:0 auto 15px;
	padding: 0;
	text-align: left;
	line-height:1.5em;

}
#home-welcome .left { 
	width:470px;
	margin:0;
	padding:0;
	float:left;
}
#home-welcome .right {
	width:400px;
	height:280px;
	margin:0;
	padding:0;
	float:right;
}
#home-welcome .right .widget {
	margin: 0 auto 15px;
	padding:0 21px;
	background:transparent;
	width:195px;
	overflow:hidden;
}
#home-welcome .right .bottom {
	width:237px;
	height:8px;
	background:#ebebeb url(images/right-box-bot.gif) bottom left no-repeat;
}

a.home-button, a.home-button:link, a.home-button:visited {
	width:180px;
	height:29px;
	line-height:29px;
	padding: 1px 0 0 8px;
	text-align:left;
	color:#333;
	background:url(images/button01.png) top left no-repeat;
	display:block;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin: 7px 100px;
	text-decoration:none;
}

a.home-button:hover, a.home-button:active {
	color:#000;
}

/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	background:url(images/home-bottom-mid.gif) top left repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width:900px;
}

#home-bottom-top {
	background:url(images/home-bottom01.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	height:15px;
	width:900px;
}
#home-bottom-bottom {
	background:url(images/home-bottom01.gif) bottom left no-repeat;
	margin: 0 auto;
	padding: 0;
	height:20px;
	width:900px;
}
#home-bottom .col1 {
	float:left;
	width: 290px;
	padding:0;
	margin: 0 15px 0 0;
	overflow:hidden;

}
#home-bottom .col2 {
	float:left;
	width: 290px;
	padding:0;
	margin: 0;
	overflow:hidden;
}

#home-bottom .col3 {
	float:right;
	width: 290px;
	padding:0;
	margin: 0;
	overflow:hidden;

}
#home-bottom .widget { 
	padding: 0;
	margin:0;
	font-size: 12px;
	line-height:1.5em;
	overflow:hidden;
	padding:0 25px;
} 
#home-bottom .widget ol {
	margin: 0 15px;
}
#home-bottom .widget ul {
	list-style-type:none;
	margin:0 0 15px 0;
}
#home-bottom .widget ul ul {
	list-style-type:none;
	margin: 0;
}
#home-bottom .widget ul ul ul {
	list-style-type:none;
	margin-left: 15px;
}
#home-bottom .widget ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
#home-bottom .widget ul li ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0;
	background: transparent;
}

/*********************************************
	Site Map Page
*********************************************/

.sitemap {
	font-size:12px;
	line-height:1.4em;
}
.sitemap ul {
	margin:0 0 15px 0;
}
.sitemap ul ul {
	list-style-type:none;
	margin: 0;
}
.sitemap ul ul ul {
	margin-left: 15px;
}

.sitemap ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0 0 0 18px;
	background: url(images/arrow_next.gif) 0 1px no-repeat;
}
.sitemap ul li ul li {
	list-style-type:none;
	margin: 0 0 2px; 
	padding: 0;
	background: transparent;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	width:30%;
	float:left;
}
.map-wide {
	width:65%;
	float:right;
}
.sitemap .post {
	margin: 0 0 15px;
	padding:0 0 15px;
	border-bottom:1px dotted #ddd;
}

	/* Officers List */

#officeList {width:800px; margin:20px 10px 0 10px;}
#officeList .officer {width: 48%; float: left; margin: 1%; text-align:left;}
#officeList .officeListItem1 {clear: both; margin-bottom:40px;}
#officeList .officer img {float: left; max-width: 100px; height: auto; padding: 4px;margin: 2px 10px 2px 7px;border:1px solid #c0c0c0;}
#officeList .officer div {margin-left: 120px;}
#officeList .officeName {background: none; color:#000000; font-weight:bold;}

/* Awards List */

#summaryPic .defaultImage {width: 100px; height: auto;}
#acMemberList {margin-left:50px;}

#FSContact1 {width:530px; font-size:12px;}
#FSContact1  input,  #FSContact1  textarea {width:350px; border:1px solid #ccc;}
label {float:left; text-align:right; margin-right:15px; width:150px; font-size:12px;}
#FSContact1 input.submit-button {margin-top:10px;}
