/*  1. GENERAL
    ........................................................................................................................................ */

/* 1: Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

:focus {
	outline:0
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix {
	display:inline-block
}

* html .clearfix {
	height:1%
}

.clearfix {
	display:block
}

html, body {
	height: 100%;
}

/* 3: General Styling */

body {
	font-family: 'Droid Sans', arial, sans-serif;
	color: #576164;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../images/fd.jpg);
	background-repeat: repeat;
	font-weight: normal;
	font-size: 0.9em;
	background-attachment: fixed;
}

/* links ++++++++++++++++++++++++++++++++++++++++++++ */
a {
	outline: none;
	text-decoration: none;
	color: #5f6d72;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: #555;
}

a img {
	border: none;
}

/* button links ++++++++++++++++++++++++++++++++++++++++++++ */
button {
	background: #e3e3e3;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font:bold 11px 'Droid Sans', arial, sans-serif;
	text-decoration:none;
	line-height: 1;
	padding: 5px 0 6px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 70px;
}

button:hover {
	background: #d9d9d9;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}
button::-moz-focus-inner {
border:0;
}

/* bulleted list ++++++++++++++++++++++++++++++++++++++++++++ */
ul.bullet {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

ul.bullet li {
	line-height: 22px;
	list-style: none;
	display: block;
	background: transparent url(style/images/bullet.jpg) no-repeat left 10px;
	padding-left: 15px;
}

/* check list ++++++++++++++++++++++++++++++++++++++++++++ */
ul.check_list {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

ul.check_list li {
	line-height: 22px;
	list-style: none;
	display: block;
	background: transparent url(style/images/tick.png) no-repeat 0px 2px;
	padding-left: 25px;
}

/* quote styling ++++++++++++++++++++++++++++++++++++++++++++ */
blockquote {
	float: left;
	font-family: Georgia, Times, serif;
	width: 600px; /* required */
	margin: 0 auto;
	font-size: 13px;
}

#quote_wrap {
	background: transparent url(style/images/quote.png) no-repeat 0 8px;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	margin: 20px 0 20px 0;
	padding: 0 0 0 45px;
}

/* 4: Typography */ 

h1 {
	font: normal 24px 'Terminal Dosis', sans-serif;
	display: block;
	color: #555;
	padding: 8px 0px 32px 0px;
	margin-bottom: 30px;
	height: 1px;
	text-shadow:1px 1px 0px #252525;
	letter-spacing: 1px;
}

h2 {
	font: normal 17px 'Terminal Dosis', sans-serif;
	margin-bottom: 10px;
	color: #869397;
}

h3 {
	font: normal 15px 'Terminal Dosis', sans-serif;
	margin-bottom: 10px;
	margin-top: 12px;
	color: #869397;
}

h4 {
	font-size: 12px;
	font-weight:normal;
	color: #869397;
	margin-bottom:10px;
}

/* 5: Dividers */ 

.divider, .divider2, .divider3, .divider4 {
	height: 6px;
	display: block;
	background-color: transparent;
	background-image: url(../images/hr-bg.png);
	background-repeat: repeat;
	background-position: left bottom;
}

.divider {
	height: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.divider2 {
	margin: 25px 0px 40px 0px;
}

.divider3 {
	margin: 40px 0px 45px 0px;
}

.divider4 {
	margin: 15px 0px 30px 0px;
}

/* 6: Image Styles */

img.left, img.featured-left, img.right, img.featured-right, img.featured-single {
	float: left;
	padding: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

img.left {
	float:left;
	margin: 6px 15px 0px 0px;
}

img.featured-left {
	float:left;
	margin: 2px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 6px 0px 0px 15px;
}

img.featured-right {
	float: right;
	margin: 2px 0px 0px 15px;
}

img.featured-single {
	float:left;
	margin: 0px 0px;
}

.job {
	background: url(style/images/full-time.png) no-repeat 2px -1px;
	padding: 0px 5px 0px 27px;
}

.job h2, .pen h2 {
	margin-bottom: 5px;
}

.pen {
	background: url(style/images/pen.png) no-repeat 2px 0px;
	padding: 0px 5px 0px 27px;
}

/*  2. LAYOUT
    ........................................................................................................................................ */

/* 1: Header */ 

/* top strip  ++++++++++++++++++++++++++++++++++++++++++++ */
#strip {
}

/* container ++++++++++++++++++++++++++++++++++++++++++++ */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* header ++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 1000px;
	height: 127px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/* social links ++++++++++++++++++++++++++++++++++++++++++++ */
ul.social {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF651D;
}

ul.social li {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

ul.social a {
	border:none;
}

/* logo ++++++++++++++++++++++++++++++++++++++++++++ */
img.logo {
	margin-top: 10px;
	float: left;
}

/* 2: Menu */

ul#tab-menu {
	float:left;
	width: 210px;
	background-color: transparent;
	font: normal 15px 'Terminal Dosis', sans-serif;
	list-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 38px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ul#tab-menu li {
	border-top:1px dotted #FF651D;
	cursor: pointer;
	padding: 10px 15px;
	margin: 0;
	color: #5B724F;
}

ul#tab-menu li:hover {
	color: #FF651D;
}

ul#tab-menu li.selected {
	color:  #6B777C;
	background: url(style/images/red_ribbon.png) no-repeat 182px -3px;
}

/* Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}

/*Holly Hack for IE7 and below*/


/* 3: Content */

/* content wrapper ++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	width: 1000px;
	line-height: 20px;
	background-image: url(../images/fon.png);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
}

/* content ++++++++++++++++++++++++++++++++++++++++++++ */
.tab-content {
	line-height: 22px;
	padding-bottom:80px;
	background:transparent;
	width: 680px;
	float: left;
	padding-top: 20px;
}

.tab-content div.tab {
	display: none;
	padding: 0;
}

.tab-content div.tab.show {
	display: block;
}

.tab-content div.tab p {
	width: 700px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 0;
}

.tab-content div.tab div p {
	width: 100%;
}

/* 4: Columns */

/* 2 columns per page ++++++++++++++++++++++++++++++++++++++++++++ */
.one-half {
	position: relative;
	margin-right: 59px;
	float: left;
	margin-top: -10px;
	width: 300px;
}

.last {
	width: 250px;
	margin-top: -10px;
	margin-right: 0 !important;
	clear:right;
}

/*  3. Resume
    ........................................................................................................................................ */

/* 1: Image Slider For Biography Page */

.wrap {
	float: right;
	clear: both;
	padding-right: 0px;
	width: 230px;
	margin: 7px 30px 45px 0px;
}

.notes_img {
	position: relative;
	float: right;
	clear: both;
	width: 200px;
	height: 200px;
}

.note {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #D8D8D8;
	width: 200px;
	-moz-box-shadow: 0px 0px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px #ddd;
	box-shadow: 0px 0px 4px #ddd;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.22, #ebebeb), color-stop(0.44, #eff0ed), color-stop(0.88, #fcfcfc) );
	background-image: -moz-linear-gradient( center bottom, #ebebeb 22%, #eff0ed 44%, #fcfcfc 88% );
}

ul.listNotes, ul.listNotes li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* star styling on resume ++++++++++++++++++++++++++++++++++++++++++++ */
img.star {
	margin-top: 0px;
	float: right;
}

/* 2: Services - Accordian Styling */

h2.acc_trigger {
	margin: 0;
	width: 660px;
	font: normal 15px 'Terminal Dosis', sans-serif;
	color: #869397;
	float: left;
	padding:6px 0px 20px 0px;
	background: transparent url(style/images/dashed_line.png) bottom repeat-x;
	height: 20px;
	display: block;
	margin-bottom: 0px;
}

h2.acc_trigger a {
	background: transparent url(style/images/services2.png) no-repeat 0px 3px;
	color: #5B724F;
	text-decoration: none;
	display: block;
	height:30px;
	padding: 8px 0px 0px 30px;
}

h2.acc_trigger a:hover {
	background: transparent url(style/images/services1.png) no-repeat 0px 3px;
	color: #FF651D;
}

h2.active {
	background-position: left bottom;
}

.acc_container {
	margin: 0px 0px;
	padding: 0;
	overflow: hidden;
	width: 680px;
	clear: both;
}

.acc_container .block {
	padding: 20px 0px 10px 0px;
}

.acc_container h3 {
	font-size:12px;
	padding-bottom: 5px;
	font-size:14px;
	font-style:italic;
}

.acc_container img {
	float: left;
	margin: 8px 15px 0px 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
}

/*  4. Galleries
    ........................................................................................................................................ */

/* 1: Sortable Gallery - (inner_tab is the styling for tabs on all pages */
#portfolio ul li {
	padding: 0;
	margin-bottom:12px;
}

#wrapper ul.grid {
	width: 700px;
	overflow: hidden;
	margin: -20px 0 0px -21px;
	padding: 12px;
}

ul.grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid li {
	width: 155px;
	height: 102px;
	border:1px solid #ccc;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	background: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

ul.grid li a {
	outline:0;
}

ul.grid li img {
	display: block;
	width: 145px;
	height: 92px;
	margin: 5px 0px 0px 5px;
}

ul.gallerynav, ul.inner_tab {
	width: 660px;
	margin: 0 auto 38px -17px;
	height: 14px;
}

ul.gallerynav li, ul.inner_tab li {
	float: left;
	border-right: 1px dotted #bebebe;
}

ul.gallerynav li a, ul.inner_tab li a {
	float: left;
	text-transform: uppercase;
	font: normal 11px 'Droid Sans', arial, sans-serif;
	color: #6B777C;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul.gallerynav li a:hover, ul.inner_tab li a:hover {
	text-decoration: none;
	color: #FF651D;
}

ul.gallerynav li.selected-1 a {
	color: #5B724F;
}

.hidden {
	display: none;
}



/* 2: Featured Work - Slide Thumb Gallery */
#preview_wrap {
	margin: -5px auto 0px auto;
	padding-top: 14px;
	width: 660px;
	height: 289px;
	background: url('style/images/slider.png') top left no-repeat;
}

#preview_outer {
	overflow: hidden;
	width: 620px;
	height: 232px;
	margin:0px auto;
	position: relative;
}

#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}

#preview_inner div {
	float: left;
	width: 640px;
	height: 232px;
	position: relative;
}

#preview_inner div a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 3px 0;
	color: #bbb;
	background: url(style/images/bg_trans.png);
	text-decoration: none;
	font-size: 14px;
}

#preview_inner div a:hover {
	color: #ccc;
}

#thumbs {
	position: relative;
	width: 680px;
	text-align: center;
}

#thumbs span {
	margin: -19px 0px 15px 10px;
	padding: 3px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	display: inline-block;
}

#arrow {
	position: absolute;
	top: -43px;
	background: url(style/images/slide_thumb_arrow.png) no-repeat 0px 0px;
	width: 68px;
	height: 27px;
	display: none;
}

/* 3: Thumbnail Gallery */

/* thumbnail gallery background frame ++++++++++++++++++++++++++++++++++++++++++++ */
.gal {
	float: left;
	margin: -8px 10px 20px 0px;
	width: 155px;
	height: 102px;
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

/* thumbnail gallery background frame - last on row ++++++++++++++++++++++++++++++++++++++++++++ */
.gallast {
	float: left;
	margin: -8px 0px 20px 0px;
	width: 155px;
	height: 102px;
	overflow: hidden;
	background: #fafafa;
	border:1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

/* thumbnail gallery picture ++++++++++++++++++++++++++++++++++++++++++++ */
.gal2 {
	padding: 2px;
	width: 145px;
	height: 92px;
	float: left;
	margin: 3px;
}

/*  5. Contact Page
    ........................................................................................................................................ */

/* 1: Contact Styling */
/* left column to contain form ++++++++++++++++++++++++++++++++++++++++++++ */
.contact-left {
	width: 430px;
	float: left;
	margin-top: 20px;
}

/* right column to contain contact details ++++++++++++++++++++++++++++++++++++++++++++ */
.contact-right {
	width: 230px;
	float: right;
	margin-top: 10px;
}

/* 2: Google Map */
#map {
	border: 1px solid #ccc;
	width: 215px;
	height: 114px;
	margin-bottom: 20px;
}

/* hide direction arrows */									
.gmnoprint {
	display:none;
}

/* 3: Contact Details List */

ul.contact-list {
	padding: 0px 0px;
	display: block;
	overflow: hidden;
}

ul.contact-list li {
	line-height: 20px;
	list-style: none;
	display: block;
	padding-bottom: 15px;
}

.home {
	background-image:url('style/images/home.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -4px;
}

.phone {
	background-image:url('style/images/telephone.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -3px;
}

.email {
	background-image:url('style/images/email.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -2px;
}

.pdf {
	background-image:url('style/images/pdf.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -3px;
}

/* 4: Contact Form */

.hide {
	font: normal 13px 'Terminal Dosis', sans-serif;
	display: none;
	color: #444;
}

input {
	outline: none;
	display: block;
}

#form_name, #form_email, textarea {
	font: normal 13px 'Terminal Dosis', sans-serif;
	margin: -38px 0px 20px 70px;
	padding: 5px;
	width: 320px;
	border: 0px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.label {
	font: normal 12px 'Helvetica Neue', sans-serif;
	margin-top: 10px;
	color: #8691a0;
}

textarea {
	font: normal 13px 'Terminal Dosis', sans-serif;
	width: 320px;
	height: 130px;
	padding: 5px;
	margin: -35px 0px 5px 70px;
}

#form_submit {
	font: normal 12px 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	outline: 0;
	padding: 4px 5px;
	background: transparent url(style/images/form_button.png) no-repeat 0px 0px;
	height: 42px;
	width: 100px;
	text-decoration: none;
	color: #333;
	text-shadow: 0px 1px 0px #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 67px;
	margin-top: 0px;
}

#form_name, #form_email, textarea {
background: #background-color: #e8e8e8;
	border: #ccc #edede #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #666;
}

#reset {
	font: normal 12px 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	outline: 0;
	padding: 4px 5px;
	background: transparent url(style/images/form_button.png) no-repeat 0px 0px;
	height: 42px;
	width: 100px;
	text-decoration: none;
	color: #333;
	text-shadow: 0px 1px 0px #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 170px;
	margin-top: -42px;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border : 0px;
}

/*for IE8 */
input[type="reset"]:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

/* 6: Footer */
#footer-wrapper, .push {
	height: 45px;
	clear: both;/* .must be the same height as .footer */
}

#footer-wrapper {
	height: 45px;
	padding-top:10px;
}

#footer {
	height: 45px;
	width:940px;
	line-height:20px;
	border-bottom:4pt solid #d7d7d7;
	background-image: url(../images/fdbl50.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#footer-content a {
	border:none;
	color: #F60;
}

#footer-content a:hover {
	border:none;
	color: #aaa;
}

#footer-content {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	position: relative;
}

#copyright {
	float: left;
	top: 18px;
	left: 0;
	margin-top: 20px;
}

#copyright p {
	font-size: 11px;
	margin: 0;
}

#back-top {
	float: right;
	position: relative;
	top: 16px;
	margin-top: -5px;
}

#container #wrapper #smoothmenu1 .social li h2 {
	color: #FF651D;
	text-transform: uppercase;
	width: 100%;
}

.colored {
	color:#FF651D;
}

.colored-bg {
	background:#FF651D;
	color:#FFF;
	padding:0px 5px 2px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #D24400;
}

a.colored-bg:hover {
	color:#FFF;
	text-decoration:underline;
	background:#403933;
	border-bottom:2pt solid #322b25;
}

.petital {
	font-size: 0.8em;
	font-style: italic;
}

#container #header h1 {
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin-top: 25px;
	width: 610px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #wrapper #smoothmenu1 .tab-content .tab div {
	font-size: 0.9em;
}

#container #wrapper #smoothmenu1 .tab-content .tab #portfolio .gallerynav li ul {
	margin-top: 20px;
}

#portfolio .gallerynav li ul li {
	font-size: 0.9em;
}

#portfolio .gallerynav li ul li a {
	font-size: 0.8em;
	color: #356580;
	margin-right: -2px;
}

#container #header .planHead {
	float: right;
	background-image: url(../images/fdbl50.png);
	padding: 15px;
	margin-top: 5px;
	width: 120px;
}

#container #wrapper #smoothmenu1 #titP {
	padding: 20px;
}

#container #wrapper #smoothmenu1 #titP h2 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #F60;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-bottom: 20px;
}

#container #footer-wrapper #footer #footer-content #menuB {
	text-transform: uppercase;
	color: #F60;
	float: right;
	margin-top: 20px;
}

#container #header .planHead a {
	font-size: 0.9em;
}
