@charset "utf-8";
body {
	margin: 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cdcdcd;
	background-image: url(Images/images/Background_body_printing.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
 /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width:947px;
}
#background{
	position:absolute;
	top:0px;
	left:0px;
}
#triangle_green {
	position: absolute;
	left: 745px;
	top: 192px;
	width: 18px;
	height: 12px;
}

.oneColFixCtrHdr #container #btnGraphicDesign {
	position: absolute;
	left: 590px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnPrinting {
	position: absolute;
	left: 660px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnLogoGear {
	position: absolute;
	left: 725px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnWebsites {
	position: absolute;
	left: 794px;
	top: 149px;
}


.oneColFixCtrHdr #container #LOGO {
	position: absolute;
	left: 69px;
	top: 34px;
}
.oneColFixCtrHdr #container #portfolio {
	position: absolute;
	left: 799px;
	top: 5px;
}
.oneColFixCtrHdr #container #main_menu {
	position: absolute;
	height: 30px;
	width: 508px;
	top:150px;
	left:80px;
}

.oneColFixCtrHdr #container #blog {
	height: 30px;
	width: 31px;
	top: 871px;
	left: 822px;
	padding:0px 0px 0px 0px;
	position:absolute;
	visibility:hidden;
}
.oneColFixCtrHdr #container #twitter {
	height: 30px;
	width: 31px;
	top: 870px;
	left: 734px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #container #facebook {
	height: 30px;
	width: 31px;
	top: 870px;
	left: 779px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #container #copyright {
	height: 15px;
	width: 229px;
	top: 917px;
	left: 68px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small
}
.oneColFixCtrHdr #container #legal {
	height: 15px;
	width: 156px;
	top: 917px;
	left: 711px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small;
	text-align: right;
}
.oneColFixCtrHdr #container #legal span a{
	text-decoration:none;
	color:black;
}
.oneColFixCtrHdr #container #legal span a:hover{

	color:white;
}
.absPosition{
	position:absolute;
}
#background.font_Arial-13, #background .font_Arial-13{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	line-height:15px;
}
#background .titleBlue-14{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0386C5;
	font-weight:bold;
	line-height:18px;
}
#background .titleGreenDark-20{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006600;
	font-weight:bold;
	line-height:24px;
}
#background a{
	text-decoration:none;	
}
#background a:hover{
	text-decoration:underline;	
}
#background .colorBlue{
	color: #0386C5;
}

#background p{
	margin:0;
	padding:0;		
}
textarea{
	background-color:transparent;
	border: none;
	width:100%;
	height:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:auto;
}

#searchAdditional a{
	text-decoration:none;
	color: #0386C5;
		font-family:Arial, Helvetica, sans-serif;
}
#btn6{
	visibility: hidden;
}
