/* @override http://www.residential-property-careers.com/wp-content/themes/Basic301/style.css */

/*
Theme Name: Basic 301
Theme URI: http://www.themedreamer.com
Description: Basic three column theme, thin and wide sidebars on right.
Version: 1.0
Author: ThemeDreamer
Author URI: http://www.themedreamer.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region  Styles for comment thread, forms, etc.
5. Sidebar Region  Styles for widgets, additional menus lists and links.
6. Footer Region  Styles specific to the footer region.
7. Misc. & Plugins  Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: white;
	
}

h3 {
	font-size: 2em;
	margin: 0 0 9px;
}



body {
	background: #dedede;
	color: white;
	/*

font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;*/
	
	font: 63%/2em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
	
}



#wrapper {
	width: 900px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
  float: left;
	clear: right;
}
.alignright {
  float: right;
	text-align: right;
	clear: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/
input {
	color: black;
	border: 1px solid #999999;
	color: #999999;
	background: #fff;
	height: 15px;
	margin: 3px;
	padding: 0;
	float: right;
	clear: none;
}

input.sub {
	font-size: 1em;
	color: white;
	background-color: #ff5300;
}

.fr {
	float: right;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #7d994f;
	margin: 0 auto;
	width: 900px;
	display:block;
	float:left;
	height: 28px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: -35px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	padding-top: 3px;
	clear: none;
}
#access a {
	display:block;
	text-decoration:none;
	color: white;
	padding: 1px 10px 0;
	line-height: 22px;
}
#access ul ul {
	position:absolute;
	top: 23px;
	left: -40px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
	display: none;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding: 8px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: white;
	background: #646466;
}
#access ul li:hover > ul {
	display:block;
}
ul.sub-menu {
	width: 10px;
	position: relative;
}




/* basic links */

a:link,
a:visited,
a:active {
	color: white;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: orange;
	}



/* images */

a img {
	border: 1px solid gray;
}

a:link img, 
a:vlink img,
a:alink img,
a:visited img {
	border-color: white;
}


input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus {
	background: #fff;
	border: 1px solid #aaa;
	color: gray;
}

ul.navlist {
	margin-left: 33px;
}

.navlist {
	

	float: left;
	clear: left;
	height: 26px;
}

.navlist p {
	width: 200px;
	display: inline;
}

ul.navlist2 {
	margin-left: 33px;
}

.navlist2 {
	width: 639px;
	margin-left: 18px;
	float: left;
	clear: left;
	height: 20px;
}

.navlist2 p {
	width: 200px;
	display: inline;
}




/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 130px;
	margin: 0px;
	width: 1000px;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;

	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 1000px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/

/*=== Featured Post ===*/
.widget {
	
}

.widget_links {
	background-color: orange;
	width: 186px;

}

.TagWidget img {
	width: 188px;
	height: 179px;
	clear: none;
	float: none;
}
.TagWidget li {
	width: 192px;
	background: white url(http://www.residential-property-careers.com/images/background-fade.jpg) repeat-x;
	height: 330px;
}

/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 900px;
	background: white url(http://www.residential-property-careers.com/images/background-fade.jpg) repeat-x;
	margin-top: 37px;
}
#content {
		padding: 10px;
	float: left;
	line-height: 1.3em;
	width: 854px;
	margin-left: 11px;
	margin-top: 9px;
	background-color: #afafaf;
	}

#left-content {
		padding: 7px;
	float: left;
	line-height: 1.3em;
	background: white url(http://www.residential-property-careers.com/images/background-fade.jpg) repeat-x;
	clear: both;
}

#left-content img{
}

#content p{

	float: right;
	margin: 7px 0 -3px;
	clear: right;
	border-style: none;
	font-size: 1.3em;
	line-height: 21px;
	
}

#content h2 {
	font-size: 1.8em;
	margin: 6px 0 10px 14px;
	padding: 0;
	float: left;
	line-height: 1.5em;
	clear: left;
	width: 359px;
}



#content img {
	clear: left;
	float: left;
	border: 1px solid gray;
	
}

#respond{
		
	background-color: orange;
	width: 340px;
	float: right;
	padding: 12px;
	display: none;
}

/* three column layout */
div#column_01 {
	float: left;
	clear: none;
	width: 200px;
	display: none;
}

div#column_01 img {
	
}

div#column_wrap {
	float: left;
	clear: none;
	width: 853px;
	margin-right: 10px;
	padding-bottom: 10px;
}

div#column_wrap img{
	
	width: 200px;
	
}

	div#column_02 {
		float: left;
		clear: none;
		width: 200px;
	margin-left: 11px;
	display: none;
}
	div#column_03 {
		float: right;
		clear: right;
		width: 419px;
	margin-left: 11px;
}


	div#column_04{
		clear: right;
		width: 200px;
	margin-left: 11px;
	float: right;
}

#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.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;
}
.post {
	font-size: .9em;
	width: 468px;
	float: right;
	margin-right: 4px;
	background-color: #b8b8b8;
	padding-top: 12px;
}
#content .post h2 {
	font-size: 1.8em;
	margin: 6px 0 10px 17px;
	padding: 0;
	float: left;
	line-height: 1.5em;
	clear: left;
	width: 445px;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
	width: 17px;
	height: 49px;
	padding: 0;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
	
}
.entry-content, .entry-excerpt {
	clear: right;
	float: left;
	width: 436px;
	padding: 13px 13px 19px;
	background: white url(http://www.residential-property-careers.com/images/background-fade.jpg) repeat-x;
	margin-bottom: 17px;
	margin-left: 16px;
}

.entry-content .tags {
	display: none;
}


#content .entry-content img{
	width: 400px;
	border: 1px solid #84805d;
	float: left;
	clear: left;
	margin-top: 6px;
}

#content .entry-content p{
	clear: left;
	float: left;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 7px;
	width: 402px;
}


.entry-content blockquote {

  color: #000000;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;

}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 77px;
	width: 63px;
	display: none;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #d8c99c;
	color: white;
	background-color: #a89d7a;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
	display: none;
}
.underpost {
	font-size: .9em;
	width: 435px;
	float: left;
	display: none;
}
.underpost a {
	text-decoration: underline;
}


/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/

/*=== searchform ===*/
#searchform {
	padding: 5px;
	
}


/*+++ 1st Horizontal Widget LEFT+++*/


#sidebar-left {
	width: 861px;
	padding: 0 5px 5px;
	background-color: gray;
	float: left;
	margin-right: 0;
	margin-left: 13px;
	margin-top: 11px;
}

#sidebar-left ul {
	list-style-type: none;
	float: left;
	width: 848px;
	margin: 0;
	padding: 0;
}

#sidebar-left li {
	list-style-type: none;
		float: left;
	padding: 9px;
}

#sidebar-left a {
	
	list-style-type: none;
	width: 188px;
	float: left;
	color: white;
	line-height: 24px;
	font-size: 1.4em;
}

#sidebar-left small {
	display: none;
}



/*+++ 1st Horizontal Widget RIGHT +++*/

#sidebar-right {
	width: 850px;
	background-color: #9e9e9e;
	list-style-type: none;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 12px;
	margin-left: 13px;
	display: none;
}

#sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-right h2 {
	font-size: 1.1em;
	padding-right: 44px;
	margin-left: 0;
	margin: 0;
	width: 136px;
}
#sidebar-right ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	
	width: 848px;
}

#menu-zed.menu {

	
}


#sidebar-right li{
	
	list-style-type: none;
	float: left;
	clear: left;
}

#sidebar-right li ul{
	padding: 0px;
	list-style-type: none;
	
	float: left;
}


#sidebar-right a{
	
	list-style-type: none;
	
	float: left;
	color: white;
	font-size: 1.5em;
	line-height: 18px;
	clear: right;
}

#sidebar-right li a:link, #sidebar-right li a:visited {
	
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar-right li a:hover {
	text-decoration: underline;
}

/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}

#footer a{
	clear: both;
	background-color: orange;
	padding: 3px;
	color: white;
}

#footer p{
	clear: both;

	padding: 3px;
	color: gray;
}

#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

/*slider*/

#headercontent {
	
}

#slider { 
   width: 600px; /* important to be same as image width */ 
   height: 242px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 242px;
	margin-right: 0;
	padding-right: 0;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none;
}

.sliderImage img {
	height: 230px;
	width: 600px;
	border: 1px solid #84805d;

}

.sliderImage span {
   position: absolute; /* important */
   left: 30px;
   font: 12px/25px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
	width: 222px;
	height: 211px;
}

.clear {
   clear: both;
}



/*slider2*/

#headercontent {
	
}

#slider2 { 
   width: 266px; /* important to be same as image width */ 
   height: 240px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
}

#slider2Content { /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider2Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider2Image img {
	height: 231px;
	width: 263px;
	border: 1px solid #84805d;

}


.slider2Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 145px;
	height: 66px;
}

span.top p {
	color: white;
	font-size: 1.3em;
	margin: 0;
}

.clear {
   clear: both;
}



/*slider3*/

#headercontent {
	
}

#slider3 { 
   width: 266px; /* important to be same as image width */ 
   height: 120px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
	display: none;
}

#slider3Content { /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider3Image img {
	height: 108px;
	width: 263px;
	border: 1px solid #84805d;

}

.slider3Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}



/*slider4*/

#headercontent {
	
}

#slider4 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: left;
	padding-left: 10px;
}

#slider4Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider4Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider4Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider4Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/20px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 191px;
	height: 67px;
}

.clear {
   clear: both;
}


/*slider5*/

#headercontent {
	
}

#slider5 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
	padding-left: 10px;
}

#slider5Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider5Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider5Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider5Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 193px;
	height: 62px;
}

.clear {
   clear: both;
}


/*slider6*/

#headercontent {
	
}

#slider6 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
	padding-left: 10px;
}

#slider6Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider6Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider6Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider6Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #8c8c8c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 191px;
	height: 73px;
}

.clear {
   clear: both;
}




#header2 {
	width: 891px;
	height: 139px;
	clear: right;
	background-color: #efefef;
	float: left;
	border-style: none;
}

#header2 img{
	width: 900px;
	height: 139px;
	clear: right;
	background-color: #efefef;
	float: left;
	border-style: none;
}
#department-menu {
	height: 24px;
	background-color: #7d994f;
	float: left;
	clear: left;
	width: 900px;
}

#collection-menu {
	width: 900px;
	height: 20px;
	background-color: #837b5c;
	float: left;
	z-index: -200;
	display: none;
}

.underpost img {
	width: 10px;
	height: 10px;
}


/* ++++++++++++++++++widget footer++++++++++++++++++++*/

/*Main Container Styling*/
#footer-widgeted {
	width: 861px;
	padding: 0 5px 12px;
	background-color: gray;
	float: left;
	margin-right: 0;
	margin-left: 13px;
	margin-top: 11px;
	background: url(http://www.residential-property-careers.com/images/footer-background.jpg) repeat-x;
	height: 250px;
}
/*Paragraph Stlying*/
#footer-widgeted p {
	color: #333333;
        font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
/*Hyperlink Styling*/
#footer-widgeted a, #footer-widgeted a:visited {
	color: #333333;
	text-decoration: none;
	}
#footer-widgeted a:hover {
	color: #333333;
	text-decoration: underline;
	}
/*Unordered List Styling*/
#footer-widgeted ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footer-widgeted ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}
#footer-widgeted ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 0;
	padding: 0px;
	}
#footer-widgeted ul li li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footer-widgeted ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
/*Widget Headline Styling*/
#footer-widgeted h4 {
	color: white;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
/*Widget Styling*/
#footer-widgeted .widget {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	}
/*Widget Columns Styling*/
.footer-widgeted-1 {
	float: left;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	width: 181px;
	color: white;
}
.footer-widgeted-2 {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 185px;
}
.footer-widgeted-3 {
	float: left;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 169px;
}
.footer-widgeted-4 {
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 188px;
}


