@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
body {
	background-color: #1E1E1C;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.oneColLiqCtrHdr #container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #topspace {
	padding: 0 0px;  /* 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: 70px;
	margin: 0px;
}
.oneColLiqCtrHdr #header {
	height: 146px;
	background-image: url(images/dobsonei.jpg);
	background-repeat: no-repeat;
	background-position: left 12px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #headerright {
	width: 768px;
	height: 106px;
	float: right;
	margin-top: 12px;
}
.oneColLiqCtrHdr #navbar {
	width: 756px;
	margin-top: 1px;
	background-color: #000000;
	float: right;
	position: relative;
	left: -12px;
	height: 28px;
	padding: 0px;
}
.oneColLiqCtrHdr  #leftpanelhome {
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(images/dots2.gif);
	background-position: right 20px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr   #leftpanelmid {
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	height: 600px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(images/dots2.gif);
	background-position: right 20px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #leftpanel {
	text-align: left;
	padding: 0px;
	float: left;
	width: 300px;
	height: 376px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(images/dots.jpg);
	background-position: right 20px;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr  #proleftpanel {
	text-align: left;
	padding: 35px 0px 5px 40px;
	float: left;
	width: 315px;
	margin-top: 0;
	margin-bottom: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 536px;
}
.oneColLiqCtrHdr  #homepage {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColLiqCtrHdr #banner {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.oneColLiqCtrHdr #copyright {
	padding: 0 0px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
}
#redsquare  {
	width: 28px;
	height: 28px;
	background-color: #FF0000;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#bluesquare  {
	width: 28px;
	height: 28px;
	background-color: #5BB7FA;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#yellowsquare  {
	width: 28px;
	height: 28px;
	background-color: #FAD44D;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#greensquare  {
	width: 28px;
	height: 28px;
	background-color: #009D32;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#purplesquare  {
	width: 28px;
	height: 28px;
	background-color: #8543BA;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#orangesquare  {
	width: 28px;
	height: 28px;
	background-color: #FF6633;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#berrysquare  {
	width: 28px;
	height: 28px;
	background-color: #cf1bda;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	color: #a7a799;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 40px;
}
#image {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	color: #a7a799;
	padding-top: 30px;
}
#imagedf {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	color: #a7a799;
}
#heading {
	float: right;
	width: 559px;
	padding-right: 20px;
	padding-top: 30px;
}
#gallery {
	float: right;
	width: 514px;
	padding: 12px;
	height: 366px;
}
#headingexperience {
	float: right;
	width: 750px;
	padding-right: 20px;
	padding-top: 30px;
	margin-bottom: 20px;
}
#experience {
	float: right;
	width: 900px;
	margin-bottom: 10px;
}
#click {
	float: right;
}
#rightpanelhome {
	padding-right: 40px;
	padding-top: 40px;
	padding-left: 345px;
}
#rightpanel {
	float: right;
	width: 515px;
	padding-right: 40px;
	padding-top: 40px;
}
#rightpanelprojects {
	outline: none;
	width: 480px;
	padding-right: 40px;
	float: right;
}
#rightpanelprojects2 {
	outline: none;
	width: 190px;
	padding-right: 110px;
	float: right;
}
#rightpanelservices {
	outline: none;
	width: 530px;
	padding-right: 40px;
	float: right;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #102854;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 19px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	clear: right;
}
.textbold {
	font-weight: bold;
	color: #000000;
}
.text p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.textexperience {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.textexperience1 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
}
.textexperience a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.textexperience  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.textexperience   a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.textprojects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.textprojectsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.textprojects p {
	margin-top: 0px;
	margin-bottom: 7px;
}
a:link {
	outline: none;
	color: #990000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	outline: none;
	color: #990000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	outline: none;
	color: #FF6600;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a:active {
	outline: none;
	color: #FF6600;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#greensquares  {
	outline: none;
	text-decoration: none;
	display: block;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/dobsonei.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
.sub_navigation {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sub_navigation ul {
	outline: none;
	margin: 0;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#sub_navigation li {
	outline: none;
	text-align: left;
	margin: 0;
	padding: 0px;
}
#sub_navigation a {
	outline: none;
	text-decoration: none;
	display: block;
	color: #000000;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/fitout.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
#sub_navigation a:hover {
	outline: none;
	color: #000000;
	background-image: url(images/fitout1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
#sub_navigation a:active {
	outline: none;
	color: #000000;
	background-image: url(images/fitout1.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation {
	outline: none;
	width: 720px;
	float: left;
	text-align: left;
	margin: 3px 0px 0px;
	padding: 0px;
	}
#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	font-style: normal;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-image: url(images/red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	margin-left: 19px;
	padding-left: 17px;
	margin-top: 1px;
}
#navigation a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-image: url(images/red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	text-align: left;
}
#navigation a:hover {
	outline: none;
	color: #FF0000;
	background-image: url(images/red1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation #blue a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #blue a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #blue a:hover {
	outline: none;
	color: #2498DE;
	background-image: url(images/blue1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation #yellow a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/yellow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #yellow a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/yellow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #yellow a:hover {
	color: #E3B81F;
	background-image: url(images/yellow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation #purple a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/purple.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #purple a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/purple.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #purple a:hover {
	outline: none;
	color: #AA33EB;
	background-image: url(images/purple1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation  #orange  a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation  #orange  a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation  #orange  a:hover {
	outline: none;
	color: #FF6600;
	background-image: url(images/orange1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation #green a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #green a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #green a:hover {
	outline: none;
	color: #4FE976;
	background-image: url(images/green1.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
#navigation #berry a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/berry.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #berry a:visited {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/berry.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation #berry a:hover {
	outline: none;
	color: #CF1BDA;
	background-image: url(images/berry1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 31px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:link {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.footer a:visited {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}
.footer a:hover {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:active {
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#scroll200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 200px;
	overflow: auto;
	padding-right: 30px;
	line-height: 13px;
}
#scroll200 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align: left;
	overflow: auto;
	margin: 0px;
	padding: 4px;
}
#image1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	color: #a7a799;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.helpline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
}

