/*  
Theme Name: PC Co-Pilots
Theme URI: http://pccopilots.com
Description: PC Co-Pilots
Version: 1.0
Author: PC Co-Pilots
Author URI: http://pccopilots.com

*/

/* meyer reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---------------- GENERAL FORMATTING ----------------------------- */
html { 
	background: #transparent;
	}
body {
	border-top: 25px solid #121619;
	width: 100%;
	background: #f9f9f9;
	position: relative;
	font-family: Helvetica, Verdana, serif;
	color: #333;
	}
#wrapper {
	width: 968px;
	background: url(images/c3_bg.png) repeat-y top center;
	padding-right: 45px;
	margin: 0 auto;
	position: relative;
	}
.alignright {
	float: right;
	padding: 15px;
	padding-right: 0px;
	}
.alignleft {
	float: left;
	padding: 15px;
	padding-left: 0px;
	}
.aligncenter {
	padding: 15px;
	}
html>body {
	font-size: 16px;
}

p {
	margin-bottom: 18px;
}

body {
	line-height: 1.4em;
	}
h1 {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 0px;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	color: #263840;
	}
	
h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #BF5400;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	}
	
h3 {
	font-size: 18px;
	line-height:22px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #BF5400;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	}
	
h4 {
	font-size: 16px;
	line-height: 20px;
	color: #7CAFC1;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	}

h1,
h2,
h3 {
	font-weight: normal;
	}
	
	
a {
	text-decoration: none;
	color: #7CAFC1;
	}
a:visited {
	text-decoration: none;
	color: #BF5400;
	}
a:hover {
	text-decoration: none;
	color: #E5A158;
	}

p a {
	color: #3E5E66;
	border-bottom: 1px dotted #3E5E66;
	}
p a:visited {
	color: #644977;
	border-bottom: 1px dotted #644977;
	}
p a:hover {
	color: #e5a158;
	border-bottom: 1px dotted #e5a158;
	}

#colindex p a {
	color: #3E5E66;
	font-weight: bold;
	border-bottom: none;
	}
#colindex p a:visited {
	color: #644977;
	font-weight: bold;
	border-bottom: none;
	}
#colindex p a:hover {
	color: #e5a158;
	font-weight: bold;
	border-bottom: none;
	}

	
/* - General - */
.fLeft {
	float: left;
	}
.fRight {
	float: right;
	}
img  .fRight,
img .fLeft {
padding: 20px;
display: block;
}

.listNoStyle {
	margin-bottom: 15px;
	}
.listNoStyle li {
	list-style: none;
	}
.singleP {
	margin-bottom: 0px;
	}
/* - Header - */

#header {
	padding-top: 1px;
	margin-left: 50px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	}
#home #header {
	border-bottom: none;
	padding-bottom: 0px;
	}
#header #logo {
	padding-top: 10px;
	margin-left: 15px;
	float: left;
	}
	
/* - Navigation - */
#header #navigation {
	float:right;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 18px;
	}
#header #navigation li {
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 1px;
	text-align: center;
	}
#header #navigation #contactLink {
	margin-right: 0px;
	}
#header #navigation li a {
	border-top: 10px solid #263840;
	padding-top: 40px;
	width: 150px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #263840;
	}
#header #navigation li a:hover {
	border-top: 10px solid #BF5400;
	color: #BF5400;
	}

#tech-services #header #navigation #techServicesLink a,
#computer-repair #header #navigation #techServicesLink a,
#backup-data-solutions #header #navigation #techServicesLink a,
#network-support #header #navigation #techServicesLink a,
#wireless-setup #header #navigation #techServicesLink a,
#smartphones-pdas-media #header #navigation #techServicesLink a,
#green-technology #header #navigation #techServicesLink a,
#web-services #header #navigation #webServicesLink a,
#our-work #header #navigation #webServicesLink a {
	border-top: 10px solid #BF5400;
	color: #bf5300;
	}	
/* - Tiny Navigation - */
#tinynav {
	font-size: 12px;
	position: absolute;
	top: -23px;
	margin-left: 680px;
	}
#tinynav li {
	display: block;
	float: left;
	margin-right: 20px;
	}
#tinynav li a {
	color: #fff;
	text-decoration: none;
	}
#tinynav li a:hover {
	border-bottom: 1px solid #fff;
	}
#tinynav li a:visited {
	color: #fff;
	}

	
/* - Content - */

#contentindex {
	margin-top: 235px;
	clear: both;
	overflow: hidden;
	padding-bottom: 75px;
	padding-left: 55px;
	}

#content {
	margin-top: 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 75px;
	padding-top: 25px;
	padding-left: 55px;
	}

#colindex {
	width: 425px;
	float: left;
	margin-right: 30px;
	}
#colindex ul {
	list-style: circle;
	margin-left: 15px;
	margin-bottom: 17px;
	}
#col ul {
	list-style: circle;
	margin-left: 17px;
	margin-bottom: 16px;
	}
#col ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 16px;
	}

#col {
	width: 605px;
	float: left;
	margin-right: 30px;
	}
#colquickhelp {
	width: 605px;
	float: left;
	margin-right: 30px;
	}
#colquickhelp ul {
	list-style: circle;
	margin-left: 17px;
	margin-bottom: 16px;
	}
#colserv {
	width: 605px;
	float: left;
	margin-right: 30px;
	}
#colworks {
	float: left;
	width:908px;
	overflow: hidden;
	}
	
#buttons {
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-left: -50px;
	}
#buttons li {
	width: 200px;
	height: 100px;
	margin-bottom: 25px;
	}


#livechat a {
	display: block;
	width: 200px;
	height: 100px;
	display: block;
	background: url(images/livechat.png) no-repeat top left;
	}
#remotesupport a {
	display: block;
	width: 200px;
	height: 100px;
	background: url(images/remotesupport.png) no-repeat top left;
	}
#threatlvl a {
	display: block;
	width: 200px;
	height: 100px;
	background: url(images/threatlevel.png) no-repeat top left;
	}
#software a {
	display: block;
	width: 200px;
	height: 100px;
	background: url(images/software.png) no-repeat top left;
	}

#buttons li a span {
	display: none;
	}
/* - Service & sofware Pages - */

#colserv h1 {
	font-size: 28px;
	}
#colserv ol {
	list-style: decimal;
	margin-left: 34px;
	margin-bottom: 16px;
	}
#colserv ul {
	list-style: circle;
	margin-left: 34px;
	margin-bottom: 16px;
	}
#colserv ol li,
#colserv ul li {
	margin-bottom: 3px;
	}
#colserv #coda-nav-1 ul,
#colserv #techServicesList {
	margin-left: 0px;
	list-style: none;
	}
#colserv h2 {
	
	}
#colserv h3 {
	}
.listsection {
	padding: 20px 35px;
	background: #F3F3F3;
	margin-bottom: 16px;
	}
.listsectionW {
	padding:5px 35px;
	background: #fff;
	margin-bottom: 16px;
	}

.listsection p:last-child,
.listsectionW p:last-child {
	margin-bottom: 0px;
	}
.listsection h3,
.listsectionW h3 {
	margin-top: 0px;
	}
.softwareList h3 {
	color: #1060C1;
	}
.subh {
	color: #BF5400;
	}
.softwareList li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-left: 30px;
	list-style: none;
	}
.softwareList li a,
.softwareList li a:hover,
.softwareList li a:visited {
	border-bottom: none;
	}
	
/* - About - */
#content #col #empList {
	margin-left: 0px;
	}
#empList li {
	list-style: none;
	background: #f3f3f3;
	padding: 10px;
	}
#empList .altempList {
	background: #fff;
	}

/* - Works - */

li.worksthumb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 35px;
	overflow: hidden;
	}

li.worksthumb .image a {
	display: block;
	border: 1px solid #e6e6e6;
	padding: 9px;
	width: 400px;
	height: 274px;
	float: left;
	}
.workslisting {
	width: 450px;
	margin-left:450px;
	overflow: hidden;
	}
h2.workstitle {
	display:block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
h2.workstitle a {
	border-bottom: none;
	}
h2.workstitle span.newtab {
	padding-left: 20px;
	font-size: 14px;
	color: #de2916;
	font-weight: normal;
	}
.workslisting h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	}
.workslisting p {
	margin-top: 5px;
	}

/* - Blog & Testimonials- */

#contentblog {
	margin-top: 10px;
	clear: both;
	overflow: hidden;
	padding-bottom: 75px;
	padding-top: 25px;
	padding-left: 55px;
	}
	
#colblog {
	width: 605px;
	float: left;
	margin-right: 30px;
	position: relative;
	}
	
#colblog .postcontent ol {
	list-style: decimal;
	margin-left: 34px;
	margin-bottom: 16px;
	}
#colblog .postcontent ul {
	list-style: circle;
	margin-left: 34px;
	margin-bottom: 16px;
	}
#colblog .postcontent ol li,
#colblog .postcontent ul li {
	margin-bottom: 7px;
	}
#colblog ul li p,
#colblog ol li p {
	margin-top: 5px;
	margin-bottom: 7px;
	}
#colblog img {
	display: block;
	padding: 15px;
	}

.testblurb {
	margin-bottom: 0px;
	position: absolute;
	display: block;
	background: url(images/testblurb.png) no-repeat top left;
	width: 90px;
	height: 90px;
	left: -55px;
	margin-right: 15px;
	}
.testsays {
	font-style: italic;
	color: #C1C1C1;
	font-size: 80%;
	}
.testauthor {
	text-align: right;
	font-style: italic;
	clear:both;
	margin-bottom: 3px;
	}
.testurl {
	text-align: right;
	clear: both;
	}
.date {
	margin-bottom: 0px;
	float: left;
	display: block;
	background: url(images/dateblock.png) no-repeat top left;
	width:90px;
	height: 90px;
	margin-left: -45px;
	margin-right: 15px;
	font-family: "Century Gothic", Helvetica, Verdana, san-serif;
	color: #fff;
	}
#testimonialFormButton {
	display: block;
	height: 35px;
	width: 185px;
	background: #BF5400;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	}
#testimonialFormButton:hover {
	background: #7CAFC1;
	}
.month {
	margin-left: 12px;
	margin-top: 5px;
	}
.day {
	font-size: 38px;
	text-align: center;
	margin-right: 2px;
	margin-top: 7px;
	}
.year {
	margin-top: 5px;
	margin-left: 45px;
	}
.singleh1 {
	width: 545px;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 5px;
	float: left;
	color: #263840;
	}
.testsingleh1 {
	width: 560px;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: right;
	color: #263840;
	}

.postinfowrap {
	width: 605px;
	min-height: 100px;
	}
.testpostinfowrap {
	width: 605px;
	}
.postinfo {
	font-size: 14px;
	color: #C1C1C1;
	overflow: hidden;
	float: right;
	}
.postinfo li {
	margin-right: 25px;
	display: block;
	float: left;
	}
.postinfo li a {
	color: #C1C1C1;
	text-decoration: none;
	}
.postinfo li a:visited {
	color: #C1C1C1;
	text-decoration: none;
	}
.postinfo li a:hover {
	text-decoration: underline;
	color: #E5A158;
	}

.postcontent {
	clear: both;
	padding-top: 10px;
	}
.testpostcontent {
	clear: both;
	padding-top: 10px;
	}
.testpostcontent p{
	width: 560px;
	float: right;
	position: relative;
	}

.more-link {
	font-family: "Century Gothic", Helvetica, Verdana, san-seriff;
	float: right;
	margin-top: 10px;
	display: block;
	}
.post {
	margin-bottom: 115px;
	}
.post:last-child {
	margin-bottom: 0px;
	}
.testpost {
	margin-bottom: 40px;
	border-bottom: 1px dotted #263840;
	}
.testpost:last-child {
	margin-bottom: 0px;
	}
	
#socialSharing {
	border-top: 3px solid #e6e6e6;
	padding-top: 10px;
	clear: both;
	}
#socialSharing #tweetmeme {

	}
/* - Sidebar - */

#sidebar { 
	width: 275px;
	float: left;
	}
#sidebar .sidebar-li{
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e1e1e1;
	}
#sidebar .sidebar-li:last-child {
	border-bottom: none;
	}
#sidebar li ul li {
	margin-bottom: 0px;
	}
#blogcatlist li a {
	color: #7CAFC1;
	}
#blogcatlist li a:visited {
	color: #7CAFC1;
	}
#blogcatlist li a:hover {
	color: #263840;
	}
#serviceslist li a {
	color: #7CAFC1;
	}
#serviceslist li a:visited {
	color: #7CAFC1;
	}
#serviceslist li a:hover {
	color: #263840;
	}
#testtop {
	width: 273px;
	height: 65px;
	background: url(images/testtop.png) no-repeat bottom left;
	margin-bottom: 0px;
	}
#testimonialsList {
	background: #E5A158 url(images/testp.png) no-repeat top left;
	width: 273px;
	}
#testimonialsList  #testq{
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	margin-bottom: 0px;
	}
#testq p {
	margin-bottom: 0px;
	}
#testbottom {
	background: url(images/testbottom.png) no-repeat bottom left;
	width: 273px;
	height: 65px;
	}
#author {
	margin-top: 5px;
	margin-bottom: 0px;
	}
#company {
	font-style: italic;
	margin-bottom: 0px;
	}
#viewmoretestimonials {
	margin-top: 10px;
	text-decoration: none;
	color: #D97D2A;
	font-size: 12px;
	}

#our-workList a {
	color: #7CAFC1;
	}
#our-workList a:visited {
	color: #7CAFC1;
	}
#our-workList a:hover {
	color: #E5A158;
	}

.worksThumbSidebar a {
	display: block;
	border: 1px solid #e6e6e6;
	padding: 5px;
	width: 265px;
	height: 181px;
	}
#worksTitleSidebar {
	margin-top: 10px;
	margin-bottom: 0px;
	}
#worksTitleSidebar #viewmorework {
	color: #7CAFC1;
	text-decoration: none;
	font-size: 12px;
	border-bottom: none;
	}
#contactformbutton {
	display: block;
	height:35px;
	width: 135px;
	margin-top: 5px;
	}
#contactformbutton a {
	display: block;
	height: 35px;
	width: 135px;
	background: #263840;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	}
#contactformbutton a:hover {
	background: #7CAFC1;
	}
#contactuslist {
	position: relative;
	}
#contactguys {
	position: absolute;
	right: 25px;
	top: -25px;
	}

#createticket {
	display: block;
	height: 35px;
	width: 135px;
	background: #E5A158;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	margin-top: 5px;
	}
#supportticketp {
	margin-bottom: 0px;
	}
#createticket:hover {
	background: #7CAFC1;
	}

#livechat span {
	display: none;
	}
	
.hoursOperation {
	margin-bottom: 10px;
	}
.hoursOperation:last-child {
	margin-bottom: 0px;
	}
	
	
/* payment page */

#content #colserv #paymentFormList {
	margin-left: 0px;
	}
#content #colserv #paymentFormList li {
	list-style: none;
	}
#content #colserv #paymentFormInfoDisplay {
	list-style: none;
	}
#verifyTypeH2 {
	margin-bottom: 15px;
	}
#content #colserv #verifyServiceListing {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	}
#content #colserv #verifyServiceListing li {
	width: 115px;
	height: 115px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background: #e6e6e6;
	}
#content #colserv #verifyServiceListing li h3 {
	text-align: center;
	}
	
	
	
/* - Tech Services Page List - */

#techServicesList {
	width: 605px;
	}
#techServicesList li {
	width: 605px;
	height: 146px;
	margin-bottom: 20px;
	}
#techServicesList li a {
	display: block;
	width: 605px;
	height: 146px;
	}
	
#tsCR a {
	background: url(images/tsCR_icon.png) no-repeat top left;
	}
#tsCR a:hover {
	background: url(images/tsCR_icon.png) no-repeat bottom left;
	}
#tspCR {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspCR.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspCR span {
	display: none;
	}
	
#tsNS a {
	background: url(images/tsNS_icon.png) no-repeat top left;
	}
#tsNS a:hover {
	background: url(images/tsNS_icon.png) no-repeat bottom left;
	}
#tspNS {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspNS.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspNS span {
	display: none;
	}
	
#tsSP a {
	background: url(images/tsSP_icon.png) no-repeat top left;
	}
#tsSP a:hover {
	background: url(images/tsSP_icon.png) no-repeat bottom left;
	}
#tspSP {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspSP.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspSP span {
	display: none;
	}
	
#tsGT a {
	background: url(images/tsGT_icon.png) no-repeat top left;
	}
#tsGT a:hover {
	background: url(images/tsGT_icon.png) no-repeat bottom left;
	}
#tspGT {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspGT.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspGT span {
	display: none;
	}
	
#tsWS a {
	background: url(images/tsWS_icon.png) no-repeat top left;
	}
#tsWS a:hover {
	background: url(images/tsWS_icon.png) no-repeat bottom left;
	}
#tspWS {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspWS.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspWS span {
	display: none;
	}

#tsBS a {
	background: url(images/tsBS_icon.png) no-repeat top left;
	}
#tsBS a:hover {
	background: url(images/tsBS_icon.png) no-repeat bottom left;
	}
#tspBS {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspBS.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspBS span {
	display: none;
	}

#tspWebS {
	display: block;
	width: 605px;
	height: 50px;
	background: url(images/tspWebS.png) no-repeat top left;
	margin-bottom: 5px;
	margin-top: -10px;
	}
#tspWebS span {
	display: none;
	}
	
#techServicesList li a span {
	display: none;
	}
	
/* - Contact Form Formatting - */
#content #col #contactForm {
	margin-left: 0px;
	}
#content #col #contactForm #helpF p {
	margin-left: -10px;
	}
#contactForm li {
	display: block;
	}
#contactForm li .hLine {
	color: #A0A0A0;
	font-size: 90%;
	}
#contactForm #helpF {
	width: 280px;
	display: block;
	float: right;
	}
#contactForm  h4 {
	margin-bottom: 5px;
	color: #9E4204;
	font-weight: normal;
	}
#contactForm #helpF .wpcf7-list-item {
	display: block;
	}
	
/* - Quick Help - */
#olist {
	font-size: 115%;
	}
#olist li {
	background: url(images/qhelpchoice.png) no-repeat 0px 0px;
	list-style: none;
	padding-left: 30px;
	margin-top: 25px;
	}
#olist li a {
	font-weight: bold;
	}
#qhelpreminders {
	margin-top: 50px;
	background: #e6e6e6;
	padding: 15px;
	}
#qhelpreminders li a {
	font-weight: bold;
	}
	
#olist a {
	text-decoration: none;
	color: #7CAFC1;
	}
#olist a:visited {
	text-decoration: none;
	color: #7CAFC1;
	}
#olist a:hover {
	text-decoration: none;
	color: #E5A158;
	}
#olist p a {
	font-weight: bold;
	}
#olist p a:visited {
	font-weight: bold;
	}
#olist p a:hover {
	font-weight: bold;
	}
	

	
/* - Comments - */
#commentSection {
	border-top: 3px solid #e6e6e6;
	margin-top: 3px;
	}
.commentform {
	padding-top: 25px;
	margin-top: 25px;
	border-bottom: none;
	}
.comment {
	border: 1px solid #e6e6e6;
	padding: 10px 7px;
	position: relative;
	margin-bottom: 25px;
	}
.comment p {
	margin-bottom: 10px;
	}
.comment-body p {
	position: relative;
	top: -20px;
	}
.comment-meta {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 5px;
	padding-right: 15px;
	}
.comment-meta a {
	color: #333;
	text-decoration: none;
	}
.comment-meta a:visited {
	color: #333;
	text-decoration: none;
	}
.comment-author {
	margin-bottom: 5px;
	position: relative;
	top: -22px;
	}
.fn {
	font-weight: bold;
	color: #263840;
	background: #fff;
	padding-right: 5px;
	padding-left: 2px;
	}
.fn a {
	text-decoration: none;
	font-weight: bold;
	color: #263840;
	background: #fff;
	padding-right: 5px;
	padding-left: 2px;
	}
.says {
	background: #fff;
	padding-right: 5px;
	margin-left: -5px;
	}

.fn a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #263840;
	}
	
/* - JS Slider - */
#jsslider {
	position: absolute;
	width: 100%;
	top: 144px;
	height: 210px;
	background: url(images/js_bg_2.png) repeat-x top left;
	}
#jsimages {
	width: 910px;
	height: 210px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	}
	
/* - latest tweet - */
#latesttweet {
	position: fixed;
	top: 44%;
	right: 0;
	}

/* - Footer - */
#envelope {
	position: absolute;
	margin-top: -80px;
	width:115px;
	height: 70px;
	display: block;
	background: url(images/envelope.png) no-repeat bottom center;
	}
#footer {
	clear: both;
	min-height: 185px;
	background: #263840;
	padding-bottom: 15px;
	}
#footer #newsletterSignup {
	height: 40px;
	background: #BF5400;
	border-bottom: 1px solid #fff;
	}
#footer #newsletterSignup #signup {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 55px;
	padding-right: 30px;
	color: #fff;
	}
#signup a {
	color: #fff;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	}
#signup a:visited {
	color: #fff;
	}
#signup a:hover {
	background: #D97D2A;
	color: #fff;
	}

#footer h3 {
	font-weight: bold;
	font-style: italic;
	}
#footercontent {
	width: 940px;
	margin: 0 auto;
	padding-left: 65px;
	padding-right: 40px;
	background: #263840;
	overflow: hidden;
	}
#footercols {
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
	}
#footercols li.mainli {
	display: block;
	float: left;
	width: 215px;
	min-height: 185px;
	margin-right: 20px;
	}
#footercols:last-child {
	margin-right: 0px;
	}
#footercols h3 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#footercols a {
	color: #fff;
	}
#footercols a:visited {
	color: #e6e6e6;
	}
#footercols a:hover {
	text-decoration: underline;
	}
#footercols li .linklist li{
	padding-left: 10px;
	background-image: url(images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

#newslist{
	color: #fff;
	}
#newslist li.newspost {
	margin-bottom: 3px;
	}
#copyinfo {
	clear: both;
	background: #121619;
	height: 25px;
	margin-top: 1px;
	}
#copyinfo p {
	width: 920px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	text-align: right;
	color: #fff;
	padding-top: 1px;
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	}
#socialIcons {
	width: 100px;
	height: 100px;
	}
#socialIcons li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	}
#twitterLink {
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/socialicons.png) no-repeat 0px 0px;
	}
#facebookLink {
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/socialicons.png) no-repeat -50px 0px;
	}
#linkedinLink {
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/socialicons.png) no-repeat 0px -50px;
	}
#rssLink {
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/socialicons.png) no-repeat -50px -50px;
	}

#socialIcons li span {
	display: none;
	}

	
	
