@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}
.aligncenter {
	margin: 0 auto;
}
body {
	background: #303030 url(images/bg.jpg) top left repeat-x;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "museo-1", "museo-2", "Times New Roman", Times, serif;
}
#spaceman {
	background: url(images/spaceman.png) top left repeat-x;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0;
	height: 900px;
	z-index: -1;
}
#level2 {
	background: #303030 url(images/bg-lvl2.jpg) top center no-repeat;
}
#landing-card {
    background: url("images/landing-bg.jpg") no-repeat fixed center bottom #FFFFFF;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    position: relative;
}
#astro {
	position: absolute;
	top: 410px;
	right: 5px;
	width: 150px;
	height: 135px;
	background: url(images/astro.png) top left no-repeat;
	overflow: hidden;
	display: none;
}
#astro a {
	display: block;
	width: 150px;
	height: 115px;
}
#astro a.hide-astro {
	width: 40px;
	height: 20px;
	margin: 0 auto;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 115px;
	padding-bottom: 30px;
	overflow: hidden;
}
#header h1 {
	float: left;
	display: inline;
	width: 167px;
	height: 69px;
	background: url(images/logo.png) top left no-repeat;
	margin-top: 40px;
}
#header h1 a {
	display: block;
	width: 167px;
	height: 69px;
	text-indent: -9999px;
}
#landing-header {
    background: url("images/landing-bg-top.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-family: "museo-1","museo-2","Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: 300;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 100%;
}
#landing-header h1 {
	font-size:34px;
	font-weight: 300;
}
#landing-header span {
	color: #FFA600;
}
#facebook_like {
	float: right;
	display: inline;
	width: 50px;
	height: 24px;
	margin-right: 12px;
	padding-top: 15px;
	overflow: hidden;
}
#utility {
	float: right;
	display: inline;
	/*background: url(images/utility.png) top left no-repeat;*/

	width: 595px;
	height: 35px;
	overflow: hidden;
}
#utility ul {
	list-style: none;
}
#utility li {
	float: left;
	display: inline;
	padding: 16px 8px 0px 8px;
}
#utility li a {
	display: block;
	width: auto;
	padding: 0px 2px 1px 2px;
	color: #757575;
	font-size: 15px;
	text-decoration: none;
	text-transform: lowercase;
}
#utility li.active a,  #utility li a:hover {
	color: #fff;
	background: #FFA600;
}
#utility .phone {
	padding: 8px 0 0 30px;
	color: #FFA600;
	font-weight: normal;
	font-size: 27px;
	border-left: 2px solid #757575;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	margin-left: 15px;
}
#mainNav {
	float: right;
	display: inline;
	width: 790px;
	height: 35px;
	overflow: hidden;
	margin-top: 20px;
}
#mainNav ul {
	list-style: none;
}
#mainNav li {
	float: left;
	display: inline;
	padding: 0px 14px;
}
#mainNav li a {
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
#mainNav li a:hover {
}
#mainNav .encase {
	background: #212121;
	border: 1px solid #ccc;
	float: right;
	display: inline;
	margin: 0px 10px;
}
#mainNav .services {
	color: #757575;
	font-size: 17px;
	text-transform: lowercase;
	float: left;
	display: inline;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	margin: 6px 10px 0 38px;
}
#mainNav .market a {
	color: #73D900;
}
#mainNav .design a {
	color: #D000FF;
}
#mainNav .quicklaunch a {
	color: #00CAFC;
}
#mainNav .market a.active,  #mainNav .market a:hover {
	color: #fff;
	background: #73D900;
}
#mainNav .design a.active,  #mainNav .design a:hover {
	color: #fff;
	background: #D000FF;
}
#mainNav .quicklaunch a.active,  #mainNav .quicklaunch a:hover {
	color: #fff;
	background: #00CAFC;
}
#mainNav .last {
	margin-right: 0px;
}
#banner {
	width: 960px;
	height: 450px;
	padding: 0px 0px;
	overflow: hidden;
	font-size: 16.5pt;
	color: #fff;
	margin-top: -20px;
	margin-bottom: 20px;
}
#banner a {
	color: #4F4F4F;
	text-decoration: none;
}
#banner a:hover {
	text-decoration: underline;
}
#banner .left {
	float: left;
	display: inline;
	width: 453px;
	height: 400px;
	overflow: hidden;
	padding-right: 40px;
	padding-top: 40px;
}
#banner .left h1 {
	font-size: 29px;
	color: #FFA600;
	text-align: center;
	margin-bottom: 10px;
	padding-right: 20px;
	font-weight: normal;
}
#banner .left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner .left li {
	width: 400px;
	margin-bottom: 2px;
	padding: 0px 5px 1px 18px;
}
#banner .left li a {
	color: #FFAA00;
	font-size: 21px;
	font-weight: normal;
}
#banner .left h1 span {
	font-size: 53px;
	font-weight: normal;
	color: #000000;
	line-height: 46px;
}
#banner .left p {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	line-height: 19px;
}
#banner .right {
	float: left;
	display: inline;
	width: 445px;
	height: 398px;
}
#banner .right .image-wrap {
	width: 445px;
	height: 398px;
	overflow: hidden;
}
#banner .right .image-wrap2 {
	width: 960px;
	height: 398px;
	overflow: hidden;
	padding-top:2px;
}
.controls {
	position: absolute;
	z-index: 10;
	margin-top: 280px;
}
.controls ul {
	list-style: none;
}
.controls li {
	float: left;
	display: inline;
	margin-right: 5px;
}
.parent {
	font-size: 15px;
	color: #FFA600;
	background: #303030;
	display: inline-block;
	padding: 10px;
	padding-bottom: 5px;
}
.green .parent {
	font-size: 15px;
	color: #73D900;
	background: #303030;
	display: inline-block;
	padding: 10px;
	padding-bottom: 5px;
}
.green li.current_page_item a,  .green li a:hover {
	color: #73D900 !important;
}
.purple .parent {
	font-size: 15px;
	color: #D000FF;
	background: #303030;
	display: inline-block;
	padding: 10px;
	padding-bottom: 5px;
}
.purple li.current_page_item a,  .purple li a:hover {
	color: #D000FF !important;
}
.blue .parent {
	font-size: 15px;
	color: #00CAFC;
	background: #303030;
	display: inline-block;
	padding: 10px;
	padding-bottom: 5px;
}
.blue li.current_page_item a,  .blue li a:hover {
	color: #00CAFC !important;
}
.promo {
	float: left;
	display: inline;
	width: 310px;
	margin-right: 15px;
	margin-top: 20px;
	color: #fff;
	font-size: 12pt;
}
.last {
	margin-right: 0px;
}
.last-panel {
	margin-right: 0px;
	width: 290px;
	margin-left: 20px;
	height: 200px;
}
.promo h2 a, .promo h2 {
	color: #FFA600;
	font-size: 18pt;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
}
.promo h1 a, .promo h1 {
	color: #FFA600;
	font-size: 18pt;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 700;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
}
.promo a {
	color: #FFA600;
	text-decoration: none;
}
.promo ul {
	list-style: none;
}
.promo li a {
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
}
.promo li a:hover {
	color: #FFA600;
}
#homebottom {
	width: 890px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	overflow: hidden;
	background: url(images/homebottom.png) top left no-repeat;
	padding-left: 170px;
	margin-top: 10px;
}
#homebottom .promo {
	width: 325px;
	margin-top: 25px;
	margin-right: 135px;
}
#homebottom .first {
	padding-left: 20px;
	width: 305px;
}
#homebottom .last {
	width: 290px;
}
.promo ul.widget {
	list-style: none;
}
a.rss {
	min-height: 32px;
	height: auto !important;
	height: 32px;
	display: block;
	background: url(images/rss.jpg) top left no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}
a.rss:hover {
	color: #FFA600;
}
#landing-content {
	text-align:center;
	padding-top:50px;
}
#landing-content p {
	color: #000000!important;
	font-size:16px!important;
	font-family: "museo-1", "museo-2", "Times New Roman", Times, serif;
}
#landing-content a {
	color: #FFA600;
	text-decoration: none;
}
#landing-content #search-form {
    background: url("images/search.png") no-repeat scroll left top transparent;
    height: 46px;
    margin: 20px auto;
    width: 590px;
}
#search-form input#textfield {
    border: medium none;
    float: left;
    font-family: "museo-1","museo-2","Times New Roman",Times,serif;
	font-size:21px;
    height: 26px;
    margin-left: 15px;
    margin-top: 10px;
    width: 530px;
}
#search-form input#button {
    background: url("images/search.png") no-repeat scroll 498px center transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 11px;
    margin-top: 10px;
    width: 34px;
}
#resources {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 216px;
    margin: 40px auto 20px;
    width: 820px;
}
#left-book {
    border-right: 1px solid #000000;
    float: left;
    padding-bottom: 22px;
    padding-top: 20px;
    width: 318px;
}
#right-resources {
    float: right;
    padding-left: 20px;
    padding-top: 40px;
    text-align: left;
    width: 480px;
}
#right-resources h1 {
	color: #FFA600;
	font-family: "museo-1","museo-2","Times New Roman",Times,serif;
	font-size:26px;
	font-weight: 300;
}
#right-resources ul{
	font-family: "museo-1","museo-2","Times New Roman",Times,serif;
	font-size:16px;
	list-style:none outside none;
}
#right-resources ul a{
	color:#000;
}
#footer {
	margin-bottom: 15px;
	margin-top: 30px;
}
#footer p {
	color: #fff;
	font-size: 9pt;
	text-align: center;
	margin-bottom: 2px;
}
#footer a {
	color: #FFA600;
	text-decoration: none;
}
.landing-footer p {
	color: #000000!important;
	font-size:16px!important;
	font-family: "museo-1", "museo-2", "Times New Roman", Times, serif;
	padding-bottom: 30px;
}
#content-top {
	width: 970px;
	margin-top: 15px;
	overflow: hidden;
}
.submenu {
	background: #fff /*url(images/content-top-menu.png) top left no-repeat*/;
	width: 970px;
	border-bottom: 2px solid #303030;
}
.submenu ul {
	list-style: none;
}
.submenu li {
	float: left;
	display: inline;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
}
.submenu li a {
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	font-size: 13px;
	display: block;
	padding: 10px 0px 5px 14px;
}
.submenu li.current_page_item a,  .submenu li a:hover {
	color: #FFA600;
}
.nomenu {
	background: #fff /*url(images/content-top.png) top left no-repeat*/;
	height: 35px;
}
#content-wrap {
	width: 970px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #fff /*#e8e8e8 url(images/content-bg.jpg) top left repeat-x*/;/*border-left: 1px solid #2b2b2b;

	border-right: 1px solid #2b2b2b;*/

}
#content-bottom {
	width: 970px;
	height: 19px;
	background: #fff /*url(images/content-bottom.png) top left no-repeat*/;
}
#single, #content, .entry {
	width: 650px;
	float: left;
	display: inline;
	padding-top: 40px;
}
#single, #content {
	padding-top: 0;
}
#content .entry {
	padding-top: 0;
	padding: 10px;
	margin-bottom: 20px;
}
#single .entry {
	padding-top: 0;
	padding: 10px;
	margin-bottom: 20px;
}
#single .entry h2, #content .entry h2, #content .entry h2 a {
	color: #FFA600;
	font-size: 30px;
	text-decoration: none;
	font-weight: normal;
}
#single .entry h2, #content .entry h2 {
	margin-bottom: 15px;
}
.three-col h3, .three-col h3 a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 15px;
}
#comment {
	width: 600px;
}
#comment-wrap {
	margin-top: 30px;
}
#single #comment-wrap p {
	font-size: 9pt;
}
#single #comment-wrap h2 {
	font-size: 12pt;
	margin-bottom: 0px;
}
.full {
	width: 938px;
	padding: 40px 10px 0 10px;
}
.entry ul, .entry ol {
	margin-bottom: 15px;
}
.entry li {
	margin-left: 30px;
}
.entry .cf-ol li {
	margin: 0;
	padding: 0;
}
#content-wrap li.cf-box-group {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#content-wrap li.cf-box-title {
	width: 400px;
	padding-left: 20px;
}
#content-wrap .entry h1 {
	font-size: 26pt;
	color: #FFA600;
	margin-bottom: 20px;
}
#content-wrap h1 {
	font-size: 28px;
	color: #FFA600;
	margin-bottom: 20px;
	text-align: left;
	line-height: 27pt;
	font-weight: normal;
}
#content-wrap p {
	color: #000;
	font-size: 12pt;
	margin-bottom: 10px;
}
#content-wrap a {
	color: #606060;
	text-decoration: none;
}
#content-wrap a:hover {
	text-decoration: underline;
}
#side-column {
	width: 270px;
	float: left;
	display: inline;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#loginPasswordDiv {
	padding-left:3px;
	padding-top:5px;
}
#loginPassword {
}
#forgotpassword {
	margin-left:81px;
}
#loginSubmit {
	margin-left:81px;
	padding-top:15px
}
/* Content Slider Styles */







.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
	overflow: hidden;
	width: 980px;
}
.panelContainer .panel ul {
	text-align: left;
	overflow: hidden;
	width: 980px;
	height: 320px;
}
.panelContainer ul li {
	display: block;
	float: left;
	padding: 0;
	height: 320px;
	width: 980px;
	margin: 0;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 320px;
}
.panelContainer {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 980px;
	height: 320px;
}
.panelContainer ul {
	list-style:none;
}
.panelContainer ul li {
	float: left;
	display: inline;
}
/*







    anythingSlider v1.0







*/















.anythingSlider {
	width: 1032px;
	height: 320px;
	position: relative;
}
.anythingSlider .wrapper {
	width: 1032px;
	overflow: auto;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 320px;
	width: 1032px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: absolute;
	z-index: 10;
	margin-top: 290px;
}
#thumbNav a {
	display: block;
	float: left;
	margin-right: 5px;
	width: 17px;
	height: 16px;
	background:url(images/slide_button.png) top left no-repeat;
	background-position: 0px -15px;
}
#thumbNav a:hover, #thumbNav a.cur {
	background-position: 0px 0px;
}
#start-stop {
	display: none;
}
/*







  Prevents







*/







.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.blog-sidebar {
	margin-top: 17px;
	border-right: 1px dotted #000;
	margin-right: 10px;
}
.widgettitle {
	margin-bottom: 7px;
}
.blog-sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
.blog-sidebar li {
	margin-left: 15px;
	margin-right: 25px;
	font-size: 9pt;
	margin-bottom: 5px;
}
.blog-sidebar li li {
	margin-right: 0px;
	margin-left: 15px;
}
#sb-site-map {
	color:#FF9900;
}
#sb-site-map h2 {
	color:#000000;
	font-size:26pt;
	margin-bottom:20px;
}
#sb-site-map ul {
}
#sb-site-map li {
}
#sb-site-map a {
}
#pages-3 {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.page-item-3 {
	text-transform:uppercase;
	margin-bottom:15px;
}
#ngg-image-131 {
	height:63px;
}
#content-wrap .entry li {
	color: #000000;
}
#form {
	margin-top:-20px;
	padding-top:0px;
	margin-left:100px;
	display:block;
	width:300px;
}
#form p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	padding-right:25px;
}
#form ul {
	list-style:none outside none;
	margin-bottom:15px;
}
#form li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
}
#form input, #form select {
	border:2px solid #555555;
	height:25px;
	width:300px;
}
#form input.onionFieldText {
	border:2px solid #555555;
	height:25px;
	width:300px;
}
#form fieldset {
	border:none;
}
#form fieldset span {
	display:block;
}
#form fieldset input {
	margin:5px 0 5px;
	height:auto;
	width:auto;
}
#form textarea {
	border:2px solid #555555;
	height:50px;
	width:300px;
}
#form input.button, #form .submit input {
	background:url("http://atlantawordpresswebdesign.com/wp-content/themes/zg-theme/images/go.png") no-repeat scroll right top transparent;
	border:medium none;
	float:left;
	height:28px;
	margin-left:242px;
	width:46px;
	font-size: 0px;
	color: #000;
	cursor:pointer;
	display:block;
}
.bbb {
	padding-left:4px;
	padding-bottom:20px;
	padding-top:45px;
}
.validation_error {
	color:#FE8800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	padding-right:25px;
	width:218px;/*text-shadow:1px 1px #CCCCCC;*/
}
.validation_message {
	color:#FE8800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	padding-right:25px;
	text-transform:none;
	width:218px;/*text-shadow:1px 1px #CCCCCC;*/
}
#gforms_confirmation_message {
	color:#FE8800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	padding-right:25px;
	width:218px;
	min-height:235px;
}
.piclenselink {
	display:none;
}
label.error {
	display:block;
	width:217px;
	background-color: #ffdfdf;
	text-align:center;
	margin-top: 4px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #c89797;
	font-weight: bold;
	color: #333;
}
/*SIDEBAR FORM STYLES*/

#form-two {
	/*padding-top:15px;*/

	padding-left:25px;
	display:inline;
	float:right;
	width:255px;/*border-left: 2px dotted;*/

}
#form-two p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	padding-right:25px;
}
#form-two ul {
	list-style:none outside none;
	margin-bottom:15px;
}
#form-two li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
}
#form-two input {
	border:2px solid #555555;
	height:25px;
	width:215px;
}
#form-two textarea {
	border:2px solid #555555;
	height:50px;
	width:215px;
}
#form-two input.button, #form-two .submit input {
	border:medium none;
	float:right;
	height:28px;
	margin-right:36px;
	width:46px;
	font-size: 0px;
	color: #000;
	cursor:pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/*END SIDEBAR FORM STYLES*/

.three-col {
	width: 370px;
	display:inline;
	float:left;
	margin-right: 0px;
	padding: 30px 25px 0 0;
	border-right: 2px dotted;
}
h1.3-col-headline {
	color: #FFA600;
	font-size: 26pt;
	line-height: 27pt;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 15px;
	text-align: left;
}
img.3-col-header-image {
	margin-left: 24px;
}
.ngg-gallery-thumbnail {
	margin-right:0px!important;
}
.ngg-gallery-thumbnail img {
	border: none!important;
	margin: 0 0 0 0!important;
    padding: 0px!important;
	height: 64px;
	width: 64px;
}
.ngg-gallery-thumbnail a img{
    opacity: 0.5;
}
.ngg-gallery-thumbnail a:hover img{
	opacity:1;
}
/********Landing Page Styles*************/
#utility.landing {
	height:80px;
	width: 650px;
}
#utility.landing ul {
	float:right;
}
#utility.landing li {
	color:#5E5E5E;
	font-size:20px;
	padding-top:50px;
}
#utility.landing .phone {
	font-weight: bold;
	padding-top: 45px;
	color:#FFA600;
	font-size: 27px;
}
#content-wrap.landing {
	padding-bottom: 15px;
    padding-left: 30px;
    width: 940px;
}
#content-wrap.landing h1 {
    color: #000000;
    font-size: 40px;
    line-height: 33pt;
}
#content-wrap.landing h2 {
	color:#5E5E5E;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
}
#content-wrap.landing h5 {
    background: url("images/h5-bg.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    height: 43px;
    margin-bottom: 15px;
    padding-left: 44px;
    padding-top: 8px;
    text-shadow: 1px 3px 0 #750B00;
}
#content-wrap.landing h5 a {
	color:#FFFFFF;
	font-family: "ubuntu-1", "ubuntu-2", Arial, sans-serif;
	text-decoration: none;
}
#content-wrap.landing .entry {
	width:615px;
}
#content-wrap.landing #form-sidebar {
    float: left;
    margin-left: 25px;
	padding-bottom: 10px;
    width: 270px;
}
#content-wrap.landing #form {
    background-color: #F0F0F0;
    height: 355px;
    margin-left: 15px;
    margin-top: -7px;
    padding-left: 15px;
    width: 240px;
}
#content-wrap.landing #form input, #form select {
    border: 1px solid #000000;
    margin-bottom: 10px;
	height: 20px;
    width: 220px;
}
#content-wrap.landing #form textarea {
    border: 1px solid #000000;
    margin-bottom: 10px;
    width: 220px;
}

#content-wrap.landing #form p {
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px;
    text-align: left;
}
#content-wrap.landing #form p.form-headline {
    background-color: #FFA600;
    color: #FFFFFF;
    font-family: "museo-1","museo-2","Times New Roman",Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-left: -15px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 3px;
    text-align: left;
}
#content-wrap.landing #form dt {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#content-wrap.landing #form input.button, #form .submit input {
    background: url("images/landing-submit.png") no-repeat scroll right top transparent;
    border: medium none !important;
	height: 25px !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-top: -10px;
}
#content-wrap.landing h6.featured-posts {
    color: #FFA600;
    font-family: "museo-1","museo-2","Times New Roman",Times,serif;
    font-size: 28px;
	margin-bottom:20px;
	margin-left: 20px;
    margin-top: 25px;
}
#content-wrap.landing ul.featured-posts {
    list-style: none outside none;
    margin-left: 30px;
}
#content-wrap.landing ul.featured-posts li {
	font-size:14px;
	margin-bottom:10px;
}
	
