body {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	background-image: url('/img/header-bg.jpg');
	background-repeat: repeat-x;

}
h1 {
    text-align: center;
	font-size: 1.75em;
	padding-top: 0;
	padding-bottom: 4px;
	color: #222;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
a {
	color: #434d35;
}
textarea {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
}
hr.halfspace {
	background: #FFF;
	color: #FFF;
	visibility: hidden;
	margin: 0 0 0 0;
}
.container {
}
.topper {
	color: #FFF;
	height: 60px;
	font-weight: bold;
}
.topper a.topperLink {
	color: #333;
	background-color: #C3D8B4;
	padding: 4px 8px;
	line-height: 200%;
	border: 1px solid #616E4C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}
.topper a.topperLink:hover {
	color: #000;
	text-decoration: underline;
	background-color: #D4E9C5;
}
.topper-right {
	text-align: right;
    padding: 9px 18px 0 0;
}
.topper-left {
	text-align: left;
    padding: 9px 0 0 18px;
}
.header {
	padding-top: 3px;
	text-align: center;
}
.header a {
    color: #000;
    text-decoration: none;
}
.leftCol {
	margin-right: 10px;
}
.navLeft {
    border-bottom: 1px solid #C9DACA;
	text-align: left;
}
.navLeft .navItem {
}
.navLeft .navItem a {
	color: #000;
	border-top: 1px solid #C9DACA;
	padding: 4px 8px 4px 8px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: block;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
}
.navLeft .navItem a.current {
    background-color: #FFF;
    color: #000;
    border-left: 1px solid #C9DACA;
    border-right: 1px solid #C9DACA;
}
.navLeft .navItem a:hover {
    background-color: #FFF;
    border-left: 1px solid #C9DACA;
    border-right: 1px solid #C9DACA;
}
.navLeft .navItem a img {
	vertical-align: middle;
	padding-right: 8px;
}
.rightCol {
	margin-left: 10px;
}
.navRight {
    border-bottom: 1px solid #C9DACA;
	text-align: right;
}
.navRight a {
	color: #000;
    display: block;
	font-size: 12px;
    border-top: 1px solid #C9DACA;
    padding: 4px 8px;
    text-decoration: none;
    font-weight: bold;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.navRight a.current {
    background-color: #FFF;
    color: #000;
    border-left: 1px solid #C9DACA;
    border-right: 1px solid #C9DACA;
}
.navRight a:hover {
    background-color: #FFF;
    border-left: 1px solid #C9DACA;
    border-right: 1px solid #C9DACA;
}
.navRight a img {
	vertical-align: middle;
	padding-left: 8px;
}
.main {
}
.footer {
	color: #FFF;
	text-shadow: #434D35 1px 1px 1px;
	text-align: center;
	background-image: url('/img/gypsy-tile.jpg');
	background-repeat: repeat-all;
	background-color: #B2C59D;
    border: 1px solid #616E4C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 9px 0 9px 0;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
    color: #000;
}
.browsers {
	text-align: center;
	color: #666;
}
.browsers a {
	text-decoration: underline;
	color: #666;
}
.browserWarning {
	background-color: #FF9500;
	padding: 1em;
	border: 1px solid #DF7500;
	text-align: center;
}
.browserWarningHeader {
	font-size: 1.75em;
	font-weight: bold;
	padding-bottom: 4px;
}
.browserWarningBody {
	line-height: 1.75em;
}
.browserWarningBody a {
	color: #000;
}
.boxed {
	background-color: #E9FAEA;
	border: 1px solid #C9DACA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1em 2px;
}
.boxed .boxedHeader {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 0;
}
.boxedGreen {
	background-color: #A1CC81;
	border: 1px solid #83A668;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1em 2px;
}
div.sideBox {
	text-align: center;
	padding: 2em 0;
}
a.sideBox {
	text-decoration: none;
	color: #333;
}
a.sideBox:hover {
	text-decoration: underline;
	color: #000;
}

.userComments {
	padding: 4px 0;
}
.userComment {
	padding: 4px 0;
	background-color: #E9FAEA;
	margin: 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newsItem .userComment a.userName, .userComment a.userName {
	text-decoration: none;
	color: #107A37;
	font-weight: normal;
	padding-right: 2px;
}
.newsItem .userComment a.userName:hover, .userComment a.userName:hover {
	text-decoration: underline;
}
.userComment img {
	margin: 3px 0;
}
.userCommentBox {
	padding: 2em 0;
	display: none;
}
.userCommentBox .userCommentSubmit {
	text-align: center;
}
textarea.userCommentText {
	width: 450px;
	height: 2.5em;
	overflow: auto;
}

/* FORMS */
fieldset.formset {
	background-color: #E9FAEA;
	border: 1px solid #C9DACA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 0.5em;
}
.field {
	padding: 1em 0;
}
.field label {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
}
.field label.disabled {
	color: #999;
}
.field label.required {
	font-weight: bold;
}
.field label.required .star {
	color: #990000;
}
.field .help {
	color: #666;
	line-height: 0em;
}
.field input[type=text] {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
	width: 100%;
	font-size: 1.75em;
	margin: 0.25em 0 0.5em 0;
}
.field input.normal {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
	padding: 2px;
	margin: 0.25em 0 0.75em 0;
}
.field input[type=password] {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
	width: 100%;
	font-size: 1.75em;
	margin: 0.25em 0 0.5em 0;
}
.field input[type=file] {
	padding: 1em 0 1em 0;
	margin: 1em 0 1em 0;
}
.field select {
	font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 1.5em;
	width: 100%;
}
.field textarea {
	width: 100%;
	font-size: 100%;
	height: 3em;
	padding: 0;
	overflow: auto;
}
.field textarea.expanded {
	height: 6em;
}
.field .formError {
	color: #990000;
	display: block;
	font-size: 1em;
}
.fieldError {
	background-color: #FFE0E0;
	border: 1px solid #FFC0C0;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.errorAlert {
	background-color: #FFE0E0;
	border: 1px solid #FFC0C0;
	color: #990000;
	display: block;
	font-size: 1.25em;
	padding: 0.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.field input[type=submit] {
	font-size: 1.5em;
	padding: 10px;
}
.submit {
	padding: 0.5em 0;
	text-align: center;
}
#showPasswordLabel {
	display: inline;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	color: #666;
}
label.normal {
	display: inline;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}
label.big {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}
button {
	font-size: 100%;
	padding: 2px;
}
.smallButton {
	font-size: 100%;
}
br.small {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.red {
	color: #990000;
}
.noticeCircle {
	background-color: #990000;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 4px 0px 4.9px;
	line-height: 1.25em;
	margin-top: 2px;
	float: right;
}
.large {
	line-height: 1.5em;
	margin-bottom: 0;
}
.quieter {
	color: #999;
}
.quietest {
	color: #CCC;
}
.tight {
	line-height: 120%;
}
.tight a {
	line-height: 120%;
}
.autoNewsText {
}
a.noUnderline {
	text-decoration: none;
}
a.noUnderline:hover {
	text-decoration: underline;
}
.quietBox {
	background-color: #E9FAEA;
	border: 1px solid #C9DACA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.5em;
}

img.bordered {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #C9DACA;
}
img.bordered:hover {
	border: 1px solid #99AA9A;
}
img.tinyBordered {
	border: 1px solid #C9DACA;
}
img.tinyBordered:hover {
	border: 1px solid #99AA9A;
}
.marginTop10 {
	margin-top: 10px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginLeft10 {
	margin-left: 10px;
}
.centered {
	text-align: center;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.shownInline {
	display: inline;
}
.shownBlock {
	display: block;
}
.yellow {
	background-color: #FFFFD7;
}
.colorBlack {
	color: #000;
}
.colorGreen {
	color: #107A37;
}

.selectionBar {
	background-color: #A1CC81;
	border: 1px solid #83A668;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 0.25em;
}
.selectionBar a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #000;
}
.selectionBar a.current {
	background-color: #FFF;
	border: 1px solid #83A668;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.75em;
	font-weight: bold;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.selectionBar a:hover {
	text-decoration: underline;
}

.quietBar {
	background-color: #E9FAEA;
	border: 1px solid #C9DACA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 0.25em;
}

.lightBackground {
	background-color: #E9FAEA;
}
#projectSearch {
	display: none;
	text-align: center;
}
#peopleSearch {
	display: none;
	text-align: center;
}
#photoSearch {
	display: none;
	text-align: center;
}
.listBox {
	text-align: center;
	padding-bottom: 2em;
}
.listBox img {
	text-align: center;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #C9DACA;
}
.listBox img:hover {
	border: 1px solid #99AA9A;
}

fieldset.infoset {
	background-color: #E9FAEA;
	border: 1px solid #C9DACA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 0.5em;
}
.infofieldname {
	color: #777;
	text-align: right;
}
.infofieldvalue {
}

#newsMain {
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
	background-color: #A1CC81;
	border: 1px solid #83A668;
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#newsMain textarea {
	font-size: 1.2em;
	height: 1.2em;
	color: #666;
	overflow: hidden;
	width: 596px;
	border: 1px solid #83A668;
}
#newsMain textarea.active {
	height: 2.4em;
	color: #000;
}
#newsMain select {
	border: 1px solid #81A65E;
}
#newsExtras {
	display: none;
	padding-bottom: 0.5em;
}
.newsExtrasTypes {
	
}
.newsExtrasTypes img {
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #A1CC81;
}
.newsExtrasTypes img:hover, .newsExtrasTypes img.current {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #83A668;
}
.newsExtrasTypes a {
}
.newsExtrasTypes a:hover {
}
#newsPhotoField {
	font-size: 1.5em;
	display: none;
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #83A668;
}
#newsPhotoField input[type=text] {
	font-size: 12px;
	border: 1px solid #83A668;
	width: 400px;
	color: #666;
}
#newsPhotoField input[type=text].colorBlack {
	color: #000;
}
#newsLinkField {
	font-size: 1.5em;
	display: none;
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #83A668;
}
#newsLinkField input[type=text] {
	font-size: 12px;
	border: 1px solid #83A668;
	width: 400px;
	color: #666;
}
#newsLinkField input[type=text].colorBlack {
	color: #000;
}

#newsBlogField {
	font-size: 1.5em;
	display: none;
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #83A668;
}
#newsBlogField input[type=text] {
	font-size: 12px;
	border: 1px solid #83A668;
	width: 400px;
	color: #666;
}
#newsBlogField input[type=text].colorBlack {
	color: #000;
}

#newsExtrasSubmit {
	display: none;
	padding-bottom: 10px;
}
#newsSubmit {
}
#newsError {
	display: none;
}
.newsDetail {
	font-size: 1.2em;
}
.newsDetail a.userName {
	font-size: 1.2em;
	text-decoration: none;
	color: #107A37;
	font-weight: bold;
	padding-right: 4px;
}
.newsDetail a.userName:hover {
	text-decoration: underline;
}
.newsDetail .byline {
	padding-top: 8px;
	font-size: 10px;
	color: #808080;
}
.newsDetail .byline a {
	text-decoration: none;
	color: #107A37;
	font-weight: normal;
}
.newsDetail .byline a:hover {
	text-decoration: underline;
}

.newsDetail .projectLink {
	padding: 10px 0 10px 10px;
}
.newsDetail .projectLink a {
	text-decoration: none;
	color: #107A37;
}
.newsDetail .projectLink a:hover {
	text-decoration: underline;
}
.newsDetail .projectLink a.url {
	color: #999;
}

.newsDetail .newsLink {
	padding: 10px 0 10px 10px;
}
.newsDetail .newsLink a {
	text-decoration: none;
	color: #107A37;
}
.newsDetail .newsLink a:hover {
	text-decoration: underline;
}
.newsDetail .newsLink a.url {
	color: #999;
}
.newsDetail .blogLink {
	padding: 10px 0 10px 10px;
}
.newsDetail .blogLink a {
	text-decoration: none;
	color: #107A37;
}
.newsDetail .blogLink a:hover {
	text-decoration: underline;
	color: #000;
}
.newsDetail .blogLink a.url {
	color: #999;
}

.newsItemControls {
	display: none;
}
.newsItem {
	padding: 10px 0 10px 0;
	border-top: 1px solid #D9EADA;
}
.newsItem a.userName {
	text-decoration: none;
	color: #107A37;
	font-weight: bold;
	padding-right: 2px;
}
.newsItem a.userName:hover {
	text-decoration: underline;
}
.newsItem img {
	vertical-align: top;
}
.newsItem .newsContent {
	font-size: 120%;
	line-height: 130%;
}
.newsItem .newsPhotos {
	padding: 10px 0 0 5px;
}
.newsItem .newsPhotos img {
	margin-left: 5px;
	margin-right: 5px;
}
.newsItem .projectLink {
	font-size: 120%;
	line-height: 130%;
	padding: 10px 0 10px 10px;
}
.newsItem .projectLink a {
	text-decoration: none;
	color: #107A37;
}
.newsItem .projectLink a:hover {
	text-decoration: underline;
}
.newsItem .projectLink a.url {
	color: #999;
}
.newsItem .newsLink {
	font-size: 120%;
	line-height: 130%;
	padding: 10px 0 10px 10px;
}
.newsItem .newsLink a {
	text-decoration: none;
	color: #107A37;
}
.newsItem .newsLink a:hover {
	text-decoration: underline;
}
.newsItem .newsLink a.url {
	color: #999;
}
.newsItem .blogLink {
	font-size: 120%;
	line-height: 130%;
	padding: 10px 0 10px 10px;
}
.newsItem .blogLink a {
	text-decoration: none;
	color: #107A37;
}
.newsItem .blogLink a:hover {
	text-decoration: underline;
	color: #000;
}
.newsItem .blogLink a.url {
	color: #999;
}
.newsItem .byline {
	padding-top: 8px;
	font-size: 90%;
	color: #808080;
}
.newsItem .byline a.newsDate {
	color: #808080;
}
.newsItem .byline a {
	text-decoration: none;
	color: #107A37;
	font-weight: normal;
}
.newsItem .byline a:hover {
	text-decoration: underline;
}

.commentBottomLine {
	font-size: 0.8em;
	color: #999;
}
.commentBottomLine a.removeLink {
	color: #999;
}
.commentBottomLine a.removeLink:hover {
	color: #333;
}
.smallColumnHeader {
	color: #333;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #C9DACA;
}
.smallColumnHeader a {
	color: #333;
	text-decoration: none;
}
.smallColumnHeader a:hover {
	color: #000;
	text-decoration: underline;
}
.followSideBox {

}
.followSideBox p {
	color: #333;
	font-size: 80%;
	text-align: center;
	padding: 0;
	margin-bottom: 8px;
}
.followSideGrid {
	text-align: center;
}
.numFollowLine {
	font-size: 80%;
	text-align: center;
}
.numFollowLine a {
	color: #999;
	text-decoration: none;
}
.numFollowLine a:hover {
	color: #000;
	text-decoration: underline;
}

/* UPLOADIFY */
#fileQueueSingle {
	width: 380px;
	height: 0px;
	display: none;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #D9DFD5;
	padding: 8px 10px;
	text-align: center;
	margin: 10px 0;
}
#fileQueueMulti {
	width: 380px;
	height: 0px;
	display: none;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #D9DFD5;
	padding: 8px 10px;
	text-align: center;
	margin: 10px 0;
}
.fileQueueHelp {
	color: #666;
	margin-top: 10px;
}
#fileInputSuccess {
	display: none;
}
#fileInputError {
	display: none;
}
#fileInputErrorMessage {
	color: #666;
}

input#search {
	font-size: 1.2em;
}

#cityListContainer {
	display: none;
}

.loadMore {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#loadMoreSpinner {
	display: none;
}
#loadMoreLink {
}

.noticeItem {
	padding: 10px 0 10px 0;
	border-top: 1px solid #D9EADA;
}
.noticeItem a.userName {
	text-decoration: none;
	color: #107A37;
	font-weight: bold;
	padding-right: 2px;
}
.noticeItem a.userName:hover {
	text-decoration: underline;
}
.noticeItem img {
	vertical-align: top;
}
.noticeItem .noticeContent {
	font-size: 120%;
	line-height: 130%;
}
.noticeItem .noticeContent .noticeContentExtra {
	font-size: 80%;
	padding: 4px 8px;
	background-color: #E9FAEA;
	margin-top: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.noticeItem .noticeBottomLine {
	padding-top: 8px;
	font-size: 10px;
	color: #808080;
}
.noticeItem .noticeBottomLine a.newsDate {
	color: #808080;
}
.noticeItem .noticeBottomLine a {
	text-decoration: none;
	color: #107A37;
	font-weight: normal;
}
.noticeItem .noticeBottomLine a:hover {
	text-decoration: underline;
}

.giveaway-banner {
	background: url('/img/giveaway/fiber201002/fiber-bg.jpg');
	background-repeat: repeat;
	background-color: #A1CC81;
	border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 0.25em;
}
.giveaway-logo {
	text-align: center;
}
.giveaway-desc {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
	padding-top: 0.25em;
	padding-bottom: 1.25em;
}
.giveaway-prizebox {
	text-align: center;
}
.giveaway-prizebox-header {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 0.5em 0 0.25em 0;
	/* background-color: #A1CC81; */
	/* border: 1px solid #83A668; */
	background-color: #9DC1CA;
	border: 1px solid #6A9097;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.giveaway-prizebox-body {
	background-color: #FFF;
	/*
	border-left: 1px solid #83A668;
	border-right: 1px solid #83A668;
	border-bottom: 1px solid #83A668;
	*/
	border-left: 1px solid #6A9097;
	border-right: 1px solid #6A9097;
	border-bottom: 1px solid #6A9097;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 1em;
}
.giveaway-prizebox-winner {
	padding: 12px 0;
}
.giveaway-prizebox-money {
	color: #993333;
	font-weight: bold;
	font-size: 200%;
	padding: 0.25em 0 0 0;
}
.giveaway-entertop {
	text-align: center;
	font-weight: bold;
	font-size: 250%;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	/*
	background-color: #A1CC81;
	border: 1px solid #83A668;
	*/
	background-color: #9DC1CA;
	border: 1px solid #6A9097;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.giveaway-enterbot {
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: #FFF;
	/*
	border-left: 1px solid #83A668;
	border-right: 1px solid #83A668;
	border-bottom: 1px solid #83A668;
	*/
	border-left: 1px solid #6A9097;
	border-right: 1px solid #6A9097;
	border-bottom: 1px solid #6A9097;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.giveaway-steps {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.75em;
	padding-top: 0.5em;
}
.giveaway-steps ol {
	padding-left: 150px;
}
.giveaway-steps a {
	color: #224466;
}
.giveaway-steps a:hover {
	color: #6699CC;
}
.giveaway-rules {
	text-align: center;
	line-height: 1.75em;
}

.navFooter {
	text-align: center;
	background-image: url('/img/gypsy-tile-light.jpg');
	background-repeat: repeat;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.75em;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #94A17F;

}
.navFooterHeader {
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}
.navFooter a {
	color: #000;
	display: block;
	text-decoration: none;
}
.navFooter a:hover {
	text-decoration: underline;
}
.left-ad {
	text-align: center;
}
/* JQUERY UI */
/* So the dialog boxes won't have X close option */
a.ui-dialog-titlebar-close {
  display: none;
}