/* ------------------------@font-faces------------------------ */

@font-face {
    font-family: 'Nobile Bold';
    src: url('../fonts/Nobile_bold-webfont.eot');
    src: local('Nobile Bold'), url('../fonts/nobile_bold-webfont.woff') format('woff'), url('../fonts/nobile_bold-webfont.ttf') format('truetype'), url('../fonts/nobile_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nobile Bold Italic';
    src: url('../fonts/nobile_bold_italic-webfont.eot');
    src: local('Nobile Bold Italic'), url('../fonts/nobile_bold_italic-webfont.woff') format('woff'), url('../fonts/nobile_bold_italic-webfont.ttf') format('truetype'), url('../fonts/nobile_bold_italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nobile Italic';
    src: url('../fonts/nobile_italic-webfont.eot');
    src: local('Nobile Italic'), url('../fonts/nobile_italic-webfont.woff') format('woff'), url('../fonts/nobile_italic-webfont.ttf') format('truetype'), url('../fonts/nobile_italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nobile';
    src: url('../fonts/nobile-webfont.eot');
    src: local('Nobile'), url('../fonts/nobile-webfont.woff') format('woff'), url('../fonts/nobile-webfont.ttf') format('truetype'), url('../fonts/nobile-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: local('FontAwesome'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 524px) {
   ul li {
        padding: 5px !important;
        text-align: left;
    }
    
    #form-login-remember {
        padding: 10px !important;
    }

}

/* ------------------------Background------------------------ */

body {
    background-color: #fcfaff;
    background-repeat: repeat;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ------------------------Header------------------------ */

#header {
	position: fixed;
    height: 160px;
    width: 100%;
    background-color: black;
    z-index: 1;
}

#header .email a {
	font-family: 'Nobile';
    font-size: 10pt;
    float:right;
    color: white;
    padding: 73px 48px 0 0;
}

#header .email a:before {
    color: white;
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 10pt;
    padding-right: 5px;
}

#header .phone p {
	font-family: 'Nobile';
    font-size: 10pt;
    float:clear;
    color: white;
    padding: 98px 0px 0 750px;
}

#header .phone a {color:#ffffff;}

#header .phone p:before {
    color: white;
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 10pt;
    padding-right: 5px;
}

#header:after {
    color: black;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 2.9em;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
}

#header a:hover {
    color: #eb5c2e;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#logo {
    position:absolute;
    left: 60px;
    top: 20px;
    width:116px;
    height:116px;
    background-image: url(../images/logo_ws.png);
    background-repeat: no-repeat;
    z-index:2;
}

#coming_soon {
    width:194px;
    height:34px;
    background-image: url(../images/coming_soon.jpg);
    background-repeat: no-repeat;
    position: fixed;
    margin-top: 91px;
    margin-left: 550px;
    z-index: 2;
}

#navigation {
    position:absolute;
    left: 170px;
    top: 106px;
    width: 700px;
    z-index:3;
}

#navigation li {
    display: inline;
}

#navigation li a, .separator {
    font-family: 'Nobile';
    font-size: 9.3pt;
    text-decoration: none;
    float:left;
    color: white;
    text-align: center;
	padding: 24px 11px 24px 0;
}

#navigation li a:hover {
    font-family: 'Nobile';
    color: #eb5c2e;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.home #navigation .item-101 a, .about #navigation .item-102 a, .training-needs #navigation .item-103 a, .dgsa-services #navigation .item-104 a, .faq #navigation .item-105 a, .subscriber-knowledge-base #navigation .item-106 a, .contact #navigation .item-107 a {
    font-family: 'Nobile';
    color: #eb5c2e;
}

a:focus {
    outline:none;
}

.separator {
	font-family: 'Nobile';
	color: white;
}

#banner_images {
    position: absolute;
	top: 156px;
    width: 100%;
    height: 354px;
    overflow: hidden;
    z-index: -1;
}

/* ------------------------Comps------------------------ */

#comp {
	padding-top: 200px;
    padding-bottom: 50px;
    width: 100%;
    min-height: 400px;
}

.dgsa-services #comp, .cookies #comp, .terms-and-conditions #comp {
	width: 800px;
	margin: 0 auto;
}

.subscriber-knowledge-base #comp p, .thanks #comp p {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#comp h1 {
    font-family:'Nobile Bold';
    font-size: 48pt;
    font-weight: normal;
    color: black;
    line-height: 58pt;
    text-align: center;
    margin-bottom: 40px;
}

.terms-and-conditions h1 {
	margin-bottom: 0px !important;
}

#comp p {
    font-family: 'Nobile';
    font-size: 10pt;
    color: black;
    line-height: 14pt;
    margin-bottom: 10px !important;
    text-align: left;
}

#comp em {
	font-family:'Nobile Bold Italic';
    font-weight: normal;
    color: black;
}

#comp p strong {
    font-family: 'Nobile Bold Italic';
}

.terms-and-conditions #comp p strong {
    font-family: 'Nobile Bold' !important;
}

#comp a strong {
    color: #eb5c2e;
}

#comp ul {
    font-family: 'Nobile Italic';
    font-size: 10pt;
    color: black;
    line-height: 14pt;
    margin-bottom: 10px;
    padding: 30px 40px 30px 47px;
    background-color: #f9dad5;
    border: 1px #c6c6c6 solid;
    width: 300px;
}

.dgsa-services #comp ul {
    margin: 0 auto;
    text-align: left;
    float: left;
}

#comp ul ul {
    padding-top: 10px;
}

#comp li {
	font-family: 'Nobile Italic';
    font-size: 10pt;
    color: black;
    line-height: 14pt;
    padding-bottom: 10px;
    text-align: left;
}

.terms-and-conditions #comp li{
	font-family: 'Nobile';
	margin-left:50px;
}

.numbered {
	margin-left: 30px;
	display: block;
	margin-top: -17px;
}

.numberedh2 {
	margin-left: 30px;
	display: block;
	margin-top: -31px;
}

ul.ticklist li {
	list-style: none !important;
}

ul.ticklist li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}

ul.ticklist li.tick:before {
	content: "\f00c";
	color: green;
	font-family: 'FontAwesome';
}

#comp h2 {
    font-family:'Nobile Bold';
    font-size: 19pt;
    color: black;
    padding: 30px 0 10px 0;
    line-height: 33px;
    text-align: left;
}

.iphone #comp h2 {
    font-size: 20pt;
}

#comp h3 {
    font-family:'Nobile Bold';
    font-size: 12pt;
    text-align: left;
	padding: 10px 0 10px 0;
    color: black;
}

#comp h4 {
    font-family:'Nobile Bold';
    font-size: 11pt;
    text-align: left;
	padding: 10px 0 10px 0;
    color: black;
}

#comp img {
	border: 1px #c6c6c6 solid;
}

.faq #comp img {
	border: none;
}

/* ------------------------Tables------------------------ */

table.me {
	position: relative;
	top: -5px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Nobile';
	font-size: 10pt;
    color: black;
    line-height: 16pt;
    border-spacing: 5px;
    padding: 0px 20px 20px 20px;
}

table.me th {
	font-family: 'Nobile Bold';
	width: 160px;
	padding: 10px;
	background-color: #f9dad5;
	border: 1px #c6c6c6 solid;
}

table.me th:nth-child(2), table.me th:nth-child(3), table.me th:nth-child(4) {
	width: 180px;
}

table.me td{
	padding: 10px;
}

table.me td.tick:before {
	content: "\f00c";
	color: green;
	font-family: 'FontAwesome';
}

/*table.me td.cross:before {
	content: "\f00d";
	color: red;
	font-family: 'FontAwesome';
}*/

table.me tr:nth-child(odd) td {
	background-color: #f9dad5;
	border: 1px #c6c6c6 solid;
}

table.me td:nth-child(2), table.me td:nth-child(3), table.me td:nth-child(4) {
	text-align: center;
	vertical-align: middle;
}

table.me tr.even td {
}

table.me th p, td p {
}

/* ------------------------Contact page------------------------ */

.contact .contact-misc, .contact .contact-form {
	margin: 0 auto;
	text-align: left;
	width: 560px;
}

.contact .contact-form legend {
	display: none;
}

.contact div.control-label {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: 'Nobile Bold';
    font-size: 10pt;
    color: black;
    line-height: 18pt;
}

.contact .contact-form div.control-group {
	padding: 0px 0 10px 0;
}

/* ------------------------Android Settings------------------------ */

.android #comp h1, .android #comp h2, .android #comp h3, .android #comp h4, .android #comp h5, .android #comp p, .android #comp li {
    background-image: url(../images/a.gif);
    background-repeat: repeat;
}

/* ------------------------Log Send button------------------------ */

.button {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 4px;
    top:8px;
    font-family: 'Nobile Bold';
    font-size: 12pt;
    line-height: 10pt;
    text-transform: uppercase;
    padding-top: 6px;
    color: white;
    cursor:pointer;
    border-radius: 0px;
    background-color: black;
    border: 2px solid black;
}

.opera .button, .gecko .button, .linux .button, .win .button {
	padding-bottom: 3px;
}

.mobile:not(.android) .button {
	padding-bottom: 6px;
}

.button:hover {
    border: solid 2px black;
    color: black;
}

/* ------------------------Forgot Submit button------------------------ */

.validate {
    position: relative;
    left: 0px;
    top:8px;
    font-family: 'Nobile Bold';
    font-size: 12pt;
    line-height: 10pt;
    text-transform: uppercase;
    padding-top: 6px;
    color: black;
    cursor:pointer;
    border-radius: 0px;
    background-color: #eb5c2e;
    border: 1px #c6c6c6 solid;
    border: 1px #c6c6c6 solid;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-webkit-appearance: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.php);
}

.opera .validate, .gecko .validate, .linux .validate, .win .validate {
	padding-bottom: 3px;
}

.mobile:not(.android) .validate {
	padding-bottom: 6px;
}

.validate:hover {
    background-color: #f9dad5;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* ------------------------Log in------------------------ */

#logarea {
    position:absolute;
    left:528px;
    top:20px;
    width:325px;
    height:40px;
    z-index:2;
}

#logarea input[type=text], #logarea input[type=password] {
	float: left;
    height: 20px;
    width: 126px;
    border: none;
    background-color: white;
}

.safari #logarea input[type=text], .safari #logarea input[type=password] {
    width: 127px;
}


.ie #logarea input[type=text], .ie #logarea input[type=password] {
    width: 126px;
}

.gecko #logarea input[type=text], .gecko #logarea input[type=password] {
    width: 125px;
}

.mobile:not(.android) #logarea input[type=text], .mobile:not(.android) #logarea input[type=password] {
    width: 111px;
}

.win.webkit #logarea input[type=text], .win.webkit #logarea input[type=password] {
    width: 130px;
}

#logarea .login-greeting {
    font-family: 'Nobile';
    font-size: 10pt;
    color: white;
}

#logarea .inputbox:focus {
}

#logarea #logarea a:link {
    color: black;
    text-decoration: none;
}

#logarea #logarea a:visited {
    color: black;
    text-decoration: none;
}

#logarea #logarea a:hover {
    color: black;
    cursor:pointer;
}

#logarea label {
    display: none;
}

#logarea ul {
	float: left;
    margin-top: 3px;
    margin-left: -3px;
    list-style-type: none;
    font-family: 'Nobile';
    font-size: 7pt;
    line-height: 10pt;
}

.opera #logarea ul {
    top: 15px;
}

#logarea fieldset {
    padding:0;
    margin-top:20px;
    border:none; 
    width: 150px;
}

#logarea li {
    font-family: 'Nobile';
    color: black;
    list-style-type: none;
    display: inline;
    padding-right: 23px;
}

#logarea a:link {
    color: white;
    cursor:pointer;
}

#logarea a:visited {
    color: white;
    text-decoration: none;
}

#logarea a:hover {
    color: #eb5c2e;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#logarea button.btn.btn-primary{
	float: right;
    width: auto;
    height: 22px;
    font-family: 'Nobile Bold';
    font-size: 10pt;
    text-transform: uppercase;
    padding-top: 6px;
    color: black;
    cursor:pointer;
    border-radius: 0px;
    background-color: #eb5c2e;
    border: none;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	-webkit-appearance: none;
    -ms-border-radius: 1px;
    border-radius: 1px;
    behavior: url(PIE.php);
}

.win #logarea button.btn.btn-primary {
	padding-top: 0px;
}

.win .btn-primary, .gecko #logarea button.btn.btn-primary {
	padding-top: 2px;
}

.opera #logarea button.btn.btn-primary {
	width: 66px;
}

.mobile:not(.android) #logarea button.btn.btn-primary {
	padding-top: 4px;
	height: 25px;
}

#logarea button.btn.btn-primary:hover {
    background-color: #f9dad5;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-primary{
    width: auto;
    height: 22px;
    text-transform: uppercase;
    color: black;
    cursor:pointer;
    border-radius: 0px;
    background-color: #eb5c2e;
    border: none;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	-webkit-appearance: none;
    -ms-border-radius: 1px;
    border-radius: 1px;
    behavior: url(PIE.php);
}

.btn-primary:hover {
    background-color: #f9dad5;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 02.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.reset, .remind {
    position: relative;
    margin: 0 auto;
    top: 0px;
    width: 440px;
    height: 341px;
    z-index: 3;
}

.reset .form-validate p, .remind .form-validate p {
    margin-bottom: 50px;
}

.reset label, .remind label {
    font-family: 'Nobile Bold';
    font-size: 10pt;
    line-height: 18pt;
}

.reset input {
    border: solid 2px white;
    margin-top: 4px;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.php);
}

.tooltip {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: 'Nobile';
    font-size: 10pt;
    color: black;
    line-height: 14pt;
}

.iphone .hasTooltip {
    font-size: 7pt;
    line-height: 9pt;
}

input[type=text], input[type=email] {
    position: relative;
    left: -3px;
    height: 20px;
    border: 1px #c6c6c6 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-webkit-appearance: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.php);
}

.mobile:not(.android) input[type=text], .mobile:not(.android) input[type=email], .linux input[type=text], .linux input[type=email], .win input[type=text], .win input[type=email], .win textarea {
	max-width: 323px;
}

#logarea input {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
	-webkit-appearance: none;
    -ms-border-radius: 1px;
    border-radius: 1px;
    behavior: url(PIE.php);
}

textarea {
	border: 1px #c6c6c6 solid;
    background-color: white;-o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-webkit-appearance: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.php);
}

.invalid {
    border-color: #ff0000;
    background-color: white;-o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-webkit-appearance: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.php);
}

.login, .nav.nav-tabs.nav-stacked {
    display: none;
}

/* ------------------------Blog Layouts------------------------ */

.blog {
	margin-top: -40px;
}

.blog p, .blog h2, .blog ul {
	/* margin: 0 auto; */
	text-align: left;
	/* width: 385px; */
}

.blog ul {
	margin: 0 auto;
	width: 385px;
}

.blog a, .blog a:visited, #comp p a, #comp p a:visited  {
    color: #eb5c2e;
}

#comp .leading-0 h1 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 800px;
}

#comp .leading-0 p {
	font-family: 'Nobile';
	font-size: 19pt;
	color: black;
	text-align: left;
	line-height: 23pt;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 800px;
}

.leading-0 {
    background-color: #f9dad5;
    border-bottom: 1px #c6c6c6 solid;
}

#comp .leading-0 ul {
    font-family: 'Nobile Italic';
    color: black;
    line-height: 14pt;
    margin-bottom: 10px;
    padding: 0;
    background-color: none;
    border: none;
    width: 700px;
    padding-bottom: 40px;
}

#comp .intro {
	font-family: 'Nobile';
    font-size: 19pt;
    color: black;
    line-height: 23pt;
    text-align: left;
    padding-bottom: 40px;
}

#comp .leading-0 li {
	font-family: 'Nobile Italic';
    font-size: 19pt;
    color: black;
    line-height: 28pt;
    padding-bottom: 10px;
    list-style: disc;
}

div.items-row {
	margin: 0 auto;
	width:800px;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	/*width: 31.914893614%;
	*width: 31.861702124638%;*/
	width: 385px;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}

/* ------------------------forms.css------------------------ */

.defaultSkin table.mceLayout {
    position: relative;
    left: 0px;
    z-index: 10;
}

/* ------------------------Byline------------------------ */

#footer .wrap {
    width: 100%;
    height: 130px;
    width:900px;
    height:272px;
    background-image: url(../images/mydsga_team.jpg);
    background-repeat: no-repeat;
}

#byline {
    position: relative;
    top: 215px;
    font-family: FreeSans, sans, helvetica, arial;
    font-size: 8pt;
    color: #eb5c2e;
    text-align: center;
}

#byline a:link, #byline a:visited, #byline a:hover, #byline a:active {
    text-decoration: none;
    color: #eb5c2e;
}

/* ------------------------Wrapper------------------------ */

.wrap {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 900px;
}

.mobile:not(.android) #wrapper {
    margin: auto;
}

#content_wrap {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}