/* mom and pop */
/* html, body {
	color: #444;
}
body {
    border-top: solid 1px #000;
    font-family: tahoma, geneva, sans-serif;
} */


/* links */
a {
	color: #0D72C8;
}
a:link {}
a:visited {}
a:hover {}
a:active {}

/* headings */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/* universal styles */
.clearer { clear: both; }
.blend { text-decoration: none; color: inherit; }
#noscript {
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0; z-index: 1337; 
	background: transparent url("images/black75.png");
}
#noscript .wrapper {
	height: 200px; width: 600px;
	padding: 0 2em;
	position: relative; top: 25%;
	background: #000;
	border: double 3px #666;
	color: #ddd;
}
#noscript .wrapper h2 {
	color: #fff;
}
pre.matrix {
	background: #000;
	color: #0b0;
	padding: 1em 0;
}

#ie6Warning { border-bottom: solid 3px #000; padding: 1em 3em; background: #ffc; }
#ie6Warning h2 { margin: 0; }

/* layout */
.wrapper {
	width: 996px;
	margin: 0 auto;
}

/* header */
#header {
	background: #000;
	height: 95px;
}

#header .wrapper {
	position: relative;
	background: url("images/headBG.jpg") right top no-repeat
}

#header .absolute {
	position: absolute;
	top: 74px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 85%;
}
#header .portfolio { left: 339px; }
#header .development { left: 451px; }
#header .marketing { left: 575px; }
#header .networking { left: 703px; }
#header .search { left: 816px; top: 71px; }

#header .search #query {
	width: 120px; 
	border: 0; 
	padding: 1px 3px;
	background: #fff url("images/bg-input.png") top left no-repeat;
}
#header .search #lens {
	position: relative; 
	top: 3px;
}

/* branding */
#branding {
	float: left;
	width: 270px;
}
#branding #logo {
	margin: 0;
}
#branding #logo a {
	background: url("images/logo.jpg") top left no-repeat;
	height: 95px; width: 270px;
	display: block;
}
#branding #logo a span {
	display: none;
}
#branding #description {
	display: none;
}


/* main */
#main {
	margin: 0 0 2em;
}
#welcome {
	position: relative;
}
#welcome .text {
	position: absolute;
	top: 50%; right: 15%; 
	margin-top: -30px;
	/* font-family: 'trebuchet ms', sans-serif; */
	font-size: 150%;
}
#welcome .text h2 {
	margin: 0;
	color: #2a93d5;
	font-weight: normal;
}
#welcome .text p {
	margin: 0;
	color: #acacac;
}

/* sidebar */
#sidebar {
	float: right;
	width: 275px;
	background: #eee;
}
/* responses */
#response div { 
	padding: 1em 1em 1em 5em; 
	margin-bottom: 1em;
}
#response h2, #response h3 { 
	margin: 0; 
}
#response .success {
	border: solid 1px #090;
	background: #efe url("images/success.png") 1em 1em no-repeat;
}
#response .declined {
	border: solid 1px #eea;
	background: #ffe url("images/attention.png") 1em 1em no-repeat;
}
#response .error {
	border: solid 1px #900;
	background: #fee url("images/error.png") 1em 1em no-repeat;
}

/* form adjustments */
#submitpayment {

}
#submitpayment .wrapper {
	padding: 10px 0 10px;
	margin: 0 auto 20px;
	float: left;
	width: 498px
}

#submitpayment fieldset { 
	border: 0 none;
	margin-bottom: 0; 
}
#submitpayment legend {
	color: #0c96ef;
	font-size: 125%;
	/* font-family: 'trebuchet ms', sans-serif; */
}
#submitpayment label { width: 125px; }
#submitpayment input { width:65%;}
#submitpayment input, 
#submitpayment textarea, 
#submitpayment select {
	border: solid 1px #c1c1c1;
	padding: 6px;
	/* background: #fff url("images/bg-input.png") top left no-repeat; */
}
#disclaimer, #submit{width:initial !important;}
#amount { width: 6em; }
#cccode { width: 4em; }
.schedule { display: none; }
#startdate { width: 6em; }
#frequency { width: 8em; }
#occurrences { width: 8em; }
#agree { text-align: center; }
#agree label { width: auto; }
#submitpayment input.error, #submitpayment select.error {
	border: dotted 1px #c00;
}
#submitBtn { 
	text-align: center; 
	margin: 1em 0;
}
#submitpayment #submit {
	cursor: pointer;
	border: 0 none;	padding: 0;
}



/* footer */
#footer {
	text-align: center;
	margin: 3em 0 2em;
}

#footer .services {
	float: left;
	width: 49%;
	position: relative;
	height: 178px;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
	/* font-family: 'trebuchet ms', sans-serif; */
}
#footer .services + .services { margin-left: 10px;}

#footer .services div {
	position: absolute;
	left: 45%;
	top: 40px;
	width: 50%;
}

#footer .serviceLinks {
	font-size: 85%;
	color: #666;
}

#footer .serviceLinks a {
	color: #666;
}

#footer .services h4 {
	font-size: 150%;
	font-weight: normal;
}
.submitbtn{color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #2970fa;
	padding-top: 14px!important;
    padding-right: 38px!important;
    padding-bottom: 14px!important;
    padding-left: 38px!important
	}

#paytabs{
width:100%;
border-bottom:1px solid #cacaca;
padding-top:30px;
}

#cctab{
float:left;
width:200px;
border-left:1px solid #cacaca;
border-top:1px solid #cacaca;
border-right:1px solid #cacaca;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
background:#FFF;
position:relative;
top:1px;
z-index:100;
text-align:center;
font-weight:bold;
padding:5px;

}

#cctab:hover{
cursor:pointer;
}

#googtab{
float:left;
width:200px;
border-left:1px solid #cacaca;
border-top:1px solid #cacaca;
border-right:1px solid #cacaca;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
background:#FFF;
position:relative;
top:0px;
left:10px;
z-index:100;
text-align:center;
font-weight:bold;
padding:5px;

}

#googtab:hover{
cursor:pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px){ 
.wrapper {
	max-width: 100%;
}
#welcome .text {
right: auto;
padding: 0px 15px;
}
form.pnpform .instruct {
    margin-left: 0;
}
form.pnpform legend {
    padding: 0 0px;
    font-weight: bold;
}
form.pnpform fieldset ol {
    margin: 0 0 0 0em;
    padding: 0;
}
#submitpayment label {
    width: 100%;
}
#ccform ol input,#ccform ol select {
    width: 95%;
}
select#ccxmonth, select#ccxyear {
    width: 45% !important;
}
div#agree {
    padding: 0px 15px;
}
#submitpayment input { width:100%;}
label, label span {font-size:16px;}
}
@media only screen and (min-width : 768px) and (max-width : 996px){ 
.wrapper {
max-width: 100%;
}
#submitpayment .wrapper{
	width:50%;
}
div#agree {
    padding: 0px 15px;
}
}