@charset "utf-8";
body  {
	margin: 0 auto auto 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(css_img/gold_gradient_black_top.jpg);
	background-repeat: repeat-x;
}
form {
	background-image: url(css_img/box_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	color: #000000;
}

.twoColFixLtHdr #carousel1 {
	height: 165px;
	padding-top: 0px;
	position: relative;
	margin: 0px;
}
.twoColFixLtHdr #flBlot {
	height: 21px;
	position: absolute;
	top: 263px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#flblotINNER {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	position: fixed;
}




.directoryLinks {
	font-size: 9px;
}

.textToOrange {
	color: #FF6600;
}

.whiteHeadingsBlackBox {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.twoColFixLtHdr #container {
	width: 865px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	height: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	background-image: url(css_img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	position: relative;
	left: 1%;
	right: 1%;
	z-index: auto;
} 
.twoColFixLtHdr  #innerLinks {
	height: auto;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #23A88D;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 10px 20px;
	height: auto;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #000000;
} 

.twoColFixLtHdr #innerFooter {
	width: 780px;
	height: 50px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-indent: 0px;
	padding-top: 10px;
	font-size: 10px;
}
.twoColFixLtHdr #wideFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #wideFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.twoColFixLtHdr #wideFooter {
	width: 100%;
	background-image: url(css_img/footer_bg.png);
	height: 60px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	bottom: 0px;
	background-color: #000000;
	margin-top: 15px;
}




















.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




h1 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 32pt;
}
h2 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: normal;
}
h3 {
	font-size: 11pt;
	line-height: 16pt;
	font-weight: normal;
}
.textToWhite {
	color: #FFFFFF;
}

a:link {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
a:active {
	color: #996633;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
}

.tenPxBorder {
border:solid;
border-color:#F0F0F0;
border-width:10px}

#siteByHardhat {
	float: right;
	width: 100px;
	color: #FFFFFF;
}
#siteByHardhat a {
	color: #FEBA2E;
	text-decoration: none;
}


.tintedBox {
	background-color: #F0F0F0;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	bottom: 0px;
}
.tintedBoxThird  {
	background-color: #F0F0F0;
	width: 140px;
	height: auto;
	text-align: left;
	padding: 0px 10px;
	bottom: 0px;
	float: right;
	margin: 0px;
}

.lightGreenText {
	color:#F0F0F0;
}

.bullets {
	list-style-image: url(css_img/green_bullet.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 22px;
}
.teamThumbFloatRight {
	float: left;
	border: 2px solid #FF6600;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainImage {
	padding: 0px;
	border: 1px none #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	height: 180px;
}
.twoColFixLtHdr #blackBlocks {
	background: #1c2122;
	padding: 10px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 145px;
	color: #DCE5E7;
	font-size: 12px;
	margin: 0px auto;
}


.twoColFixLtHdr #menu {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(css_img/grey_button_bkg.gif);
	background-repeat: repeat-x;
	width: 780px;
	padding: 0px;
}
.twoColFixLtHdr #innerHeader {
	width: 885px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	margin-top: 0px;
	padding-top: 145px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #header #menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #header #menu a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}


.twoColFixLtHdr #masterWhiteBackground {


}
.orangeHeadingsBlackBox {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}

form {
	padding: 10px;
	border: 2px solid #999999;
}
#form1 td {
	height: 30px;
}


textarea:focus, input:focus {
	border: 2px solid #FF6600;
}
.flashButtonLineHeight {
	line-height: 20px;
}
.imgFloatLeft {
	float: left;
	margin-right: 30px;
}
.twoColFixLtHdr #telNumbers {
	background-color: #0275A4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 9px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #innerTel {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #1393C8;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #topRightBox {
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
	float: right;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
.twoColFixLtHdr #utilityLinks {
	height: 30px;
	float: right;
	clear: both;
	line-height: 30px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 10px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



navcontainer {
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 755px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	padding: 0;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navcontainer  .contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 165px;
	text-align: center;
}


#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer ul li a {
	width: 120px;
	height: 25px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000000;
	text-transform: none;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

#navcontainer ul li a:hover {
	color: #AB822D;
}

#navcontainer a:active {
	color: #AB822D;
}

#navcontainer li#active a {
	color: #AB822D;
}
.contactUs {
	color: #AB822D;
}

#pageHeaderImages {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: left;
}
.redText {
	color: #009F89;
}
.twoColFixLtHdr #pusher {
	height: 175px;
}
.squareBox {
	color: #666666;
	background-image: url(css_img/box_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.squareBoxDataStorage {
	color: #666666;
	background-image: url(css_img/tablet_graphics_126_datasolutions.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxHostedEmail {
	color: #666666;
	background-image: url(css_img/tablet_graphics_Hostedemail.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxMobileEmail {
	color: #666666;
	background-image: url(css_img/tablet_graphics_mobileEmail.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxCloudComputing {
	color: #666666;
	background-image: url(css_img/tablet_graphics_cloudcomputing.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxBroadband {
	color: #666666;
	background-image: url(css_img/tablet_graphics_broadband.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxDisasterRecovery {
	color: #666666;
	background-image: url(css_img/tablet_graphics_disaster.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.sidebarBoxITMANAGERS {
	color: #666666;
	background-image: url(css_img/itmanagers.jpg);
	padding: 5px;
	height: auto;
	width: 90%;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.squareBoxVistaXP {
	color: #666666;
	background-image: url(css_img/tablet_graphics_vistaXP.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.contactUs {
	color: #E02D38;
}
.contactUs {
	color: #E02D38;
}
.sidebarBoxMAC {
	color: #666666;
	background-image: url(css_img/design_studio_bf.png);
	padding: 5px;
	height: auto;
	width: 90%;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
.squareBoxWinServer {
	color: #666666;
	background-image: url(css_img/tablet_graphics_126_server.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.squareBoxMACOSX {
	color: #666666;
	background-image: url(css_img/tablet_graphics_126_Apple.png);
	padding: 5px;
	height: 126px;
	width: 126px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
#answers {
}
#carousel1 {
	height: 90px;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.massiveHeadings {
	font-size: 40px;
}
.paddedImages {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.centredImages {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	font-style: italic;
}

#portfolioFW {
	float: left;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.portfolioitem {
	width: 180px;
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.portfolioitem img {
	border: 2px solid #FFFFFF;
}
.imgFloatLeft {
	float: left;
}
.picWhiteBorderFloatLeft {
	float: left;
	border: 2px solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.servicesBoxes {
	background-image: url(css_img/blank_tablet.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 195px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #masterWhiteBackground #sidebar1 #MenuBar2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

