article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4;}

::-moz-selection { background: #8EAF95; color: #fff; text-shadow: none; }
::selection { background: #8EAF95; color: #fff; text-shadow: none; }

a { color: #db5727; text-decoration:none; }
a:visited { color: #db5727; }
a:hover { color: #db5727; text-decoration:underline; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
p{
margin: 0 0 1.4em;
}
ul{
margin: 0 0 1.4em;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin: 0 0 0.5em; }
h2 { font-size: 2em; margin:0 0 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin:0 0 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin:0 0 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin:0 0 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
html{
background:url(../img/bg.jpg);
}
body {
font-family:"Karla", sans-serif;
font-size:14px;
}

.home {
background:url(../img/home-bg.png) repeat-x center 196px;
}

.wrapper {
margin: 0 auto;
padding: 0 20px;
width: 940px;
}


.left {
float:left;
}

.right {
float:right;
}

.center {
text-align:center;
}

#site-header {
width:944px;
margin:40px 0 20px;
}

#logo, #logomain {
float:left;
margin:0;
}


#logo a {
background:url(../img/logo.png) no-repeat;
width:294px;
height:80px;
}

#logomain a {
background:url(../img/logo-200x54.png) no-repeat;
width:200px;
height:54px;
}

#login {
float:right;
margin-bottom:15px;
width:570px;
}


#social-buttons {
float:right;
padding-bottom:10px;
width:480px;
}

#login ul, #social-buttons ul {
display: inline;
width: 480px;
margin: 0;
padding: 0;
list-style-type: none;
padding-bottom: 5px;
}

#login li, #social-buttons li {
float:right;
margin-right:5px;
}

#login p {
float:left;
position:relative;
margin:0 10px 0 0;
}

#login .email,#login .password {
border:1px solid #c0bfbd;
-moz-box-shadow:3px 5px 4px #f8f8f8 inset;
-webkit-box-shadow:3px 5px 4px #f8f8f8 inset;
box-shadow:3px 5px 4px #f8f8f8 inset;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
width:175px;
padding:2px;
}

#login .error {
color:#f17405;
font-family:sans-serif;
font-size:10px;
font-weight:400;
left:0;
position:absolute;
top:-15px;
width:200px;
}

#login .error1 {
color:#f17405;
font-family:sans-serif;
font-size:10px;
font-weight:400;
padding-top:5px;
}

#login label { /*disable background label for login*/
left:4px;
position:absolute;
font-size:0px;
line-height:22px;
color:#fff;
}

.hidetext {
font-size:0px;
}

#login .submit {
background:url(../img/login-btn.png) no-repeat;
width:88px;
height:21px;
float:left;
}

#login .sign-up {
background:url(../img/sign-up-btn.png) no-repeat;
width:90px;
height:21px;
margin-left:5px;
float:left;
}

#login .forgotpassword {
font-size:10px;
float:right;
width:88px;
padding-top:5px;
}

.error_message {
text-align:center;
color:red;
font-weight: bold;
font-family:sans-serif;
font-size:14px;
font-weight:400;
}

#account-links {
float:right;
margin-top:-10px;
margin-bottom:15px;
}

#account-links span {
float:left;
padding-top:2px;
padding-right:5px;
font-style:italic;
}

.my-account-btn {
background:url(../img/my-account-btn.png) no-repeat;
width:88px;
height:21px;
float:left;
margin:0 10px;
}

.admin-btn {
background:url(../img/admin-btn.png) no-repeat;
width:88px;
height:21px;
float:left;
margin:0 10px;
}

.join-boogspace-btn {
background:url(../img/join-boogspace-btn.png) no-repeat;
width:128px;
height:21px;
float:left;
margin:0 10px;
}

.sign-up-today-btn {
background:url(../img/sign-up-today-btn.png) no-repeat;
width:128px;
height:21px;
float:left;
margin:0 10px;
}
	
.logout-btn {
background:url(../img/logout-btn.png) no-repeat;
width:88px;
height:21px;
float:left;
margin:0 10px;
}

#menu, #menumain {
float: right;
text-align: right;
width: 740px;
}

#menu ul, #menumain ul {
display:inline-block;
}

#menu li, #menumain li {
float:left;
}

#menu li a {
color:#12607e;
float:left;
font-weight:700;
line-height:1;
font-size:16px;
border-left:2px solid #12607e;
padding:0 10px;
}

#menumain li a {
color:#12607e;
float:left;
font-weight:700;
line-height:1;
font-size:15px;
border-left:2px solid #12607e;
padding:0 8px;
}

#menu li:first-child a, #menumain li:first-child a {
border-left:none;
}

#box {
margin:-20px 0 30px;
}

#get-started-ribbon {
background:url(../img/get-started.png) no-repeat;
float:left;
width:573px;
height:81px;
margin-left:180px;
margin-top:20px;
}

#main {
width:620px;
float:left;
color:#363636;
}

.widemain {
width:935px;
}
.check-list, .faq {
list-style:none;
margin:0 0 40px;
padding:0;
}

.check-list li {
background:url(../img/check.png) no-repeat;
line-height:20px;
padding-top:10px;
padding-left:44px;
}

.check-list li span,#live-stats li span, .faq li span, #main #reg-form-span {
color:#12607e;
font-weight:700;
}

#main h2, .mainh2, #main h3 {
color:#f17405;
font-family:"Dancing Script", cursive;
font-size:30px;
}

#main h2 a, #main h2 a:visited {
color:#f17405;
text-decoration: none;
}


#main h2 span {
color:#f17405;
font-family:"karla";
font-size:20px;
font-weight:400;
}

#main .mainh2right {
margin:20px 0 0 15px;
}

#sidebar {
width:295px;
float:right;
}

.widget {
margin:0 0 30px;
}

#graph {
background:url(../img/graph.png) no-repeat;
width:117px;
height:114px;
margin-left:140px;
margin-top:-115px;
}

.widget h3 {
font-family:"Dancing Script", cursive;
color:#12607e;
font-size:30px;
margin:0 0 15px;
}

#live-stats ul {
list-style:none;
background:url(../img/graph.png) no-repeat right bottom;
margin:0 0 20px;
padding:10px 0 0;
}

#live-stats li{
margin-bottom:10px;
}

.find-out-more {
background:url(../img/findout.png) no-repeat;
width:295px;
height:33px;
}


#social a {
margin-bottom:6px;
width:295px;
height:46px;
}

.emailus {
background:url(../img/email-us.png) no-repeat;
}

.friend {
background:url(../img/friend.png) no-repeat;
}

.facebook {
background:url(../img/facebook.png) no-repeat;
}

.twitter {
background:url(../img/twitter.png) no-repeat;
}




#inner-menu {
list-style:none;
margin:0 0 30px;
padding:0;
}

#inner-menu li {
display:inline;
float:left;
height:37px;
margin-left:29px;
width:187px;
}

#inner-menu li:first-child {
margin-left:0;
}

#inner-menu .groups-item {
background:url(../img/groups-btn.png) no-repeat;
height:37px;
width:187px;
}

#inner-menu .wish-list-item {
background:url(../img/wish-list-btn.png) no-repeat;
height:37px;
width:187px;
}

#inner-menu .add-gift-item {
background:url(../img/add-gift-btn.png) no-repeat;
height:37px;
width:187px;
}

#inner-menu .view-wishlists{
background:url(../img/view-wishlists-btn.png) no-repeat;
height:37px;
width:187px;
}


#profile-list, #ss_results {
list-style:none;
margin:0 0 30px;
padding:0;
}

#ss_results li {
display:inline;
padding-right:15px;
}

#ss_results li label {
color:#87a61b;
font-size: 18px;
padding-right:5px;
}

#profile-list li {
display:inline-block;
margin-bottom:2px;
margin-right:2px;
text-align:center;
font-size:10px;
width:55px;
}

#profile-list li img {
width: 50px;
height: 50px;	
}

#profile-list li.last {
margin-right:0;
}

#profile-list li a {
float:left;
color:#87a61b;
}

#online-now {
background:#fcb813 url(../img/online-now-bg.png) no-repeat right bottom;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
color:#12607e;
padding:15px;
}

#online-now img {
border:none;
width:30px;
height:30px;
padding-right:10px;
padding-bottom:5px;
}

.onine-now-pic{
border:none;
width:40px;
height:40px;
padding-right:15px;
}

#online-now h3,#message-board h3,#account-options h3, #faq-index h3, #message h3, #ssg-widget h3 {
font-family:"karla";
color:#fff;
font-size:24px;
}

#online-now a {
color:#12607e;
}

#online-now ul, #account-options ul, #faq-index ul, #message ul, #ssg-widget ul {
list-style:none;
margin:0;
padding:0;
}

#ssg-widget ol {
margin:20px;
padding:0;
}


#main .mygroups ol {
margin:0;
padding:0;
}

#main .comments-text {
margin:0 0 10px;
width: 420px;
}

#main .comments-text ul {
list-style:none;
font-size:16px;
margin:0;
padding:0;
}

#main .comments-text li {
margin-left:10px;
position:relative;
margin-bottom:2px;
}


#main .comments-line {
border-bottom:1px solid lightgray;
line-height:28px;
margin-bottom: 10px;
margin-top:5px;
}

#main .comments-date {
font-size:10px;
}

#main .comments-pic {
height:65px;
width: 65px;
}

#main .comments-action {
margin-left:75px;
font-size:16px;
font-style:italic;
padding-bottom:10px;
}


#main .comments-delete-btn {
background:url(../img/comments-delete-btn.png) no-repeat;
width:60px;
height:20px;
}

#main .comments-edit-btn {
background:url(../img/comments-edit-btn.png) no-repeat;
width:60px;
height:20px;
}

#message {
background:#fcb813;
/*background:#fdcf5f*/
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
color:#fff;
padding:15px;;
}

#faq-index, #account-options, #ssg-widget {
background:#f17405;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
color:#fff;
padding:15px;
}

#faq-index a, #account-options a, #message a, #ssg-widget a {
color:#fff;
}

#faq-index h3, #account-options h3, #message h3, #ssg-widget  h3{
border-bottom: 1px solid #F6AA66;
margin-bottom: 0;
padding-bottom: 15px;
}

#faq-index li, #account-options li, #message li, #ssg-widget ul li {
border-bottom:1px solid #f6aa66;
line-height:28px;
}

#message-board {
background:#f17405;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
position:relative;
color:#363636;
margin:0 0 60px;
padding:15px;
}

#message-board:after {
background:url(../img/bubble-arrow.png) no-repeat;
width:75px;
height:47px;
content:"";
display:block;
right:47px;
bottom:-47px;
position:absolute;
}

#message-board table {
width:100%;
margin-bottom:20px;
}

#message-board td,#message-board th {
font-weight:400;
text-align:left;
font-size:13px;
padding:2px 5px;
}

#message-board caption {
text-align:left;
color:#fff;
margin-bottom:6px;
}

#message-board thead tr {
background:#363636;
color:#f17405;
font-weight:400;
}

#message-board tr {
background:#f8b880;
border-bottom:3px solid #f17405;
}

#main table {
width:100%;
margin-bottom:0px;
}

#main td,#main th {
font-weight:400;
text-align:center;
padding:2px 5px;
}



#main .price {
text-align:right;
}

#main .description {
width:400px;
text-align:left;
padding-left:2px;
}


#main .url {
text-align:center;
}

#main .action {
width: 80px;
padding:0 1px 0 1px;
float:right;
}

#main .sortarrow {
padding-left:3px;
width:8px;
height:12px;
}

#main .nodataerror {
padding-top:25px;
text-align:center;
height:50px;
font-style:italic;
}

#main .indent {
padding-left:20px;
}

#main caption {
text-align:left;
color:#fff;
margin-bottom:6px;
}

#main thead tr {
background:#87a61b;
color:#fff;
font-weight:400;
}

#main tr {
background:#f8d683;
border-bottom:2px solid #fff;
}


#main tr:nth-child(even) {
background:#f5eace;
}

#main tr:last-child {
border-bottom:none;
}

#main tr.maingray {
background:#E5E4E2;
}

.lastbutton {
text-align: center;
padding-bottom: 20px;
}

.profile-text {
width:175px;
font-size:10px;
font-style:italic;
}

#profile-pic {
width:176px;
height:176px;
}

.select-profile-pic {
background:url(../img/select-profile-pic.png) no-repeat;
width:70px;
height:25px;
margin:5px 0;
z-index:1;
cursor:pointer;
}

div.fileinputs {
position: relative;
padding-bottom:7px;
width:175px;
}

div.fakefile {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

input.file {
position: relative;
text-align: right;
-moz-opacity:0 ;
filter:alpha(opacity: 0);
opacity: 0;
z-index: 2;
width:75px;
height:25px;
}

.remove-profile-pic {
background:url(../img/remove.png) no-repeat;
width:70px;
height:25px;
margin:5px 0;
}

.change-profile-pic {
background:url(../img/upload-profile-pic.png) no-repeat;
width:175px;
height:28px;
margin:5px 0;
}

.submit-button, .submit-btn {
background:url(../img/submit.png) no-repeat;
width:100px;
height:28px;
margin:5px 0;
outline-width: 0;
}

.continue-button, .continue-btn {
background:url(../img/btn-continue.png) no-repeat;
width:330px;
height:61px;
margin:5px 0;
border:none;
outline-width: 0;
}

.start-name-drawing-button {
background:url(../img/btn-start-name-drawing.png) no-repeat;
width:176px;
height:30px;
margin:5px 0;
}

.sendemails-button, .sendemails-btn {
background:url(../img/btn-send-emails.png) no-repeat;
width:303px;
height:32px;
margin:5px 0;
}

.send-email {
background:url(../img/send-email.png) no-repeat;
width:100px;
height:28px;
margin:5px 0;
}

#main .validated-form {
margin:0 0 20px;
}

#main .validated-form ul {
list-style:none;
font-size:16px;
margin:0;
padding:0;
}

#main .validated-form li {
position:relative;
margin-bottom:10px;
}

#main .validated-form label {
float:left;
width:90px;
/* color:#12607e; */
color:#87a61b;
text-align:right;
padding-right:10px;
}

#main .validated-form input[type=text],#main .validated-form input[type=password],#main .validated-form select {
width:235px;
font-size:14px;
border:1px solid #c4c3bf;
padding:3px;
}

#main .validated-form textarea {
width:300px;
height:200px;
}


#main .validated-form .error {
color:red;
font-size:12px;
margin-left:170px;
display:block;
}


#main #join-group-form.validated-form label {
width:150px;
}

#main #registration-form.validated-form label{
width:200px;
}

#main #ssg-form.validated-form label {
width:230px;
}

#main #ssg-form.validated-form select {
width:40px;
}

#main #ssg-form.validated-form textarea {
width:580px;
height:250px;
padding: 5px 5px 5px 5px;
}

#main #ssg-form.validated-form table {
width: 420px;
/* margin-left:100px; */
}

#main .validated-form input[type="text"]::-webkit-input-placeholder, #main .validated-form input[type="password"]::-webkit-input-placeholder  {
color: #959595; text-shadow: 0px -1px 0px #fff;  
}
#main .validated-form input[type="text"]:-moz-placeholder, #main .validated-form input[type="password"]:-moz-placeholder {
color: #959595; text-shadow: 0px -1px 0px #fff; 
}

#main .validated-form input[type="text"]:focus, #main .validated-form input[type="password"]:focus {
background: #fff;
background: -moz-linear-gradient(top, #fff 0%, #fff 20%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(20%,#fff)); /* webkit */
}


#main #send-anon-email-form.validated-form TEXTAREA, #main #add-gift-form.validated-form input[type=text] {
width:420px;
}

#main #edit-group-settings.validated-form label {
width:120px;
}

#main #edit-group-settings.validated-form input[type=text] {
width:300px;
}

#main #edit-group-settings.validated-form select {
width: 75px;
}

#main #delete-gift-form.validated-form input[type=text] {
width:420px;
background: lightgray;
}

#main #profile-form {
width: 100%;
margin-left:10px !important;
}

#main #profile-form.validated-form li {
margin-left:5px;
width: 425px;
}

#main #profile-form.validated-form label {
width: 145px;
}

#main #favorites-form {
width: 530px;
margin-left:15px !important;
}

#main #favorites-form.validated-form label {
width: 165px;
}

#main #favorites-form.validated-form input[type=text] {
width: 340px;
}

#main .favorites {
margin-top:20px;
color: #12607e;
font-size: 12px;
}

#main #update-profile {
width: 425px;
margin-left:15px !important;
}

#main #update-profile.validated-form label {
width: 165px;
}


#update-profile-btn {
background:url(../img/update-btn.png) no-repeat;
float:right;
width:175px;
height:28px;
margin: 2px 0;
}

#update-gift-btn {
background:url(../img/update-btn.png) no-repeat;
float:left;
width:175px;
height:28px;
}

#add-gift-btn {
background:url(../img/btn-add-new-gift.png) no-repeat;
float:left;
width:294px;
height:32px;
}


#add-gift-purchased-btn {
background:url(../img/add-gift-purchased-btn.png) no-repeat;
float:left;
width:200px;
height:28px;
margin: 8px 20px 0 20px;
}

#delete-gift-btn {
background:url(../img/delete-gift-btn.png) no-repeat;
float:left;
width:175px;
height:28px;
}


#edit-btn {
background:url(../img/edit-btn.png) no-repeat;
float:left;
width:100px;
height:28px;
}

#send-invites-btn {
background:url(../img/send-invites-btn.png) no-repeat;
float:left;
margin-top: 3px;
width:175px;
height:28px;
}

#request-password-btn {
background:url(../img/request-password-btn.png) no-repeat;
float:left;
margin-top: 3px;
width:175px;
height:28px;
}

.open-a-new-email-btn {
background:url(../img/open-a-new-email-btn.png) no-repeat;
margin-top: 3px;
height: 28px;
width: 295px;
}

#remove-me-btn {
background:url(../img/remove-me-btn.png) no-repeat;
float:left;
width:75px;
height:28px;
}

#delete-wish-list-btn {
background:url(../img/delete-wish-list-btn.png) no-repeat;
float:left;
margin-top: 3px;
width:175px;
height:28px;
}

#yes-btn {
background:url(../img/yes-btn.png) no-repeat;
float:left;
width:100px;
height:28px;
}

#no-btn {
background:url(../img/no-btn.png) no-repeat;
float:left;
width:100px;
height:28px;
}

#close-account {
background:url(../img/close-account.png) no-repeat;
float:right;
width:414px;
height:30px;
}

/* added by mike */
.orange {color: #f17405;}
.lightgreen {color: #87a61b;}
.darkblue {color:#12607e;}
.green {color:green;}
.red {color:red;}




#post-comment-btn {
background:url(../img/post-comment-btn.png) no-repeat;
width:125px;
height:28px;
}

.totalpurchased {
font-size: 20px;
color: #87a61b;
}

.totalspent {
font-size: 20px;
color: #f17405;
}

.totals {
font-size: 20px;
}


#main .ss_name {
vertical-align:middle;
font-weight: bold;
}

#main .ss_pick {

}

#main .ss_pick li {
text-align:left;
}

#main .error_group {
margin-left: 30px;
font-size:24px;
padding-bottom:30px;
}

#main .ss_do_not_pick {
width:400px;
}

#main .logopic {
width:60px;
border:none;
}

#main .invite-form textarea {
width:98%;
height:200px;
border:1px solid #000000;
resize: none; 
}

#main .invite-form-half {
style:'width:48%;'
}

#main .styled-select select {
background: white;
margin-left: 35px;
width:260px;
font-size: 14px;
border: 1px solid #ccc;
height: 25px;
}

.select-spacing {	
padding-top:10px;
}

.spacing {
height:25px;
}

.spacing-table {
margin-bottom:20px;
}

.spacing-button {
padding-top:5px;
margin-left:auto;
margin-right:auto;
width:30%;
}

.center-button-wide {
padding-top:5px;
margin-left:auto;
margin-right:auto;
width:700px;
}

.spacing-tab {
padding-bottom:5px;
margin-top:-30px;
}

.spacing-comment-tab {
margin-top:5px;
}

.spacing-left {
 padding-left:4px;
}

.cssbuttondarkblue {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #12607e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #12607e;
	box-shadow:inset 0px 1px 0px 0px #12607e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #12607e), color-stop(1, #0d465c) );
	background:-moz-linear-gradient( center top, #12607e 5%, #0d465c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#12607e', endColorstr='#0d465c');
	background-color:#12607e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:none;
	border-radius:2px;
	display:inline-block;
	color:#ffffff; !important
	font-family:"Karla", sans-serif;
	font-size:12px;
	padding:3px 13px;
	text-decoration:none;}
	.cssbuttondarkblue:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d465c), color-stop(1, #12607e) );
		background:-moz-linear-gradient( center top, #0d465c 5%, #12607e 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d465c', endColorstr='#12607e');
		background-color:#0d465c;
		color: white;  !important}
	.cssbuttondarkblue:active {
		position:relative;
		color: white;  !important
		top:1px;}
	.cssbuttondarkblue:visited {
		color: white;  !important
		text-decoration:none;}

.cssbuttongreen {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #87a61b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #87a61b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #87a61b), color-stop(1, #6c8416) );
	background:-moz-linear-gradient( center top, #87a61b 5%, #6c8416 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#87a61b', endColorstr='#6c8416');
	background-color:#87a61b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:none;
	border-radius:2px;
	display:inline-block;
	color:#ffffff;  !important
	font-family:"Karla", sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 13px;
	text-decoration:none;}
	.cssbuttongreen:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6c8416), color-stop(1, #87a61b) );
		background:-moz-linear-gradient( center top, #6c8416 5%, #87a61b 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c8416', endColorstr='#87a61b');
		color: white;  !important
		background-color:#6c8416;}
	.cssbuttongreen:active {
		position:relative;
		color: white;  !important
		top:1px;}
	.cssbuttongreen:visited {
		color: white;  !important
		text-decoration:none;}
		
.cssbuttonorange {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f17405;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f17405;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f17405), color-stop(1, #cb6204) );
	background:-moz-linear-gradient( center top, #f17405 5%, #cb6204 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17405', endColorstr='#cb6204');
	background-color:#f17405;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:none;
	border-radius:2px;
	display:inline-block;
	color:#ffffff; !important
	font-family:"Karla", sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 13px;
	text-decoration:none; !important}
	.cssbuttonorange:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cb6204), color-stop(1, #f17405) );
		background:-moz-linear-gradient( center top, #cb6204 5%, #f17405 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb6204', endColorstr='#f17405');
		color: white;  !important
		text-decoration:none;
		cursor: pointer;
		background-color:#cb6204;}
	.cssbuttonorange:active {
		position:relative;
		text-decoration:none;
		color: white;  !important
		cursor: pointer;
		top:1px;}
	.cssbuttonorange:visited {
		color: white;  !important
		text-decoration:none;
		cursor: pointer;}
		
.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 3px;
    position: relative;
	font-size: 12px;
}

.dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 5px;
    border: 1px solid #f17405;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    color: white;
    line-height: 14px;
    text-decoration: none !important;
    background: #f17405;
}

.dropdown input[type="checkbox"]:checked +  .dropdown_button {
    border: 1px solid #f17405;
    color: white;
    background: #f17405;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom-color: #f17405;
}

.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #6B7FA7;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }

.dropdown .dropdown_content {
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background:url(../img/bg.jpg);
    margin: 0;
    display: none;
}

.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dropdown .dropdown_content li:hover {
    border-top-color: #f17405;
    border-bottom-color: #f17405;
    background: #f17405;
}

.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color: black;
    text-decoration: none !important;
    white-space: nowrap;
}

.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}

.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }

.dropdown input[type="checkbox"] { display: none }


button#submit_btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 5px;
    line-height: 14px;
    text-decoration: none !important;
	color:white;
    
}

.darkblue_btn {
	background: #12607e;
	 border: 1px solid #12607e;
}

.orange_btn {
	background: #f17405;
	 border: 1px solid #f17405;
}

.green_btn {
	background: #87a61b;
	border: 1px solid #87a61b;
}

button#submit_btn a {
	font-family:"karla";
	color:white;
	font-weight: bold;
	font-size: 12px;
}

.joyride-marginfix {
	margin-top:-25px;
}
	
/*footer*/


#site-footer {
background:#363636 url(../img/footer.png) repeat-x top ;
margin: 0 auto;
margin-top:40px;
color:#fff;
}

#site-footer-alt {
background:#363636 url(../img/footer.png) repeat-x top ;
margin: 0 auto;
margin-top:40px;
color:#fff;
position:absolute;
bottom:0;
width:100%;
height:60px;   /* Height of the footer */
   
}

#site-footer .left, #site-footer-alt .left{
color:#626262;
}
#site-footer p, #site-footer-alt p {
margin:20px 0 10px;
font-size:12px;
}
#site-footer .left a, #site-footer-alt .left a {
color:#989898;
}
#site-footer .right,#site-footer .right a, #site-footer-alt .right, #site-footer-alt .right a {
color:#cccccc;
}
#site-footer .right a, #site-footer-alt .right a {
margin:0 5px;
}

#site-footer .middle, #site-footer-alt .middle {
margin-left:80px;
}

#site-footer .middle a, #site-footer-alt .middle a {
padding-right:15px;
}

#site-footer img, #site-footer-alt img {
padding-right: 7px;
width:15px;
height:15px;
}


/* ie fixes */

.lt-ie9	#menu a{
font-size:15px;
}
.lt-ie8	#login{
width:500px;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
