@charset "utf-8";
/* CSS Document */


#textArea{
	float: left;
	height: auto;
	width: 950px;
	background-color: #FFFFFF;
}
#menu {
	width: 950px;
	height: 30px;
	border-bottom: solid 1px #CDCDCD;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
img { border: none; } 


#menu ul {
	top: 128px;
	left: 1px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li a {
	font-size: 18px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0;
	color: #808080;
	text-decoration: none;
}
#logo{
	float: left;
	height: auto;
	width: 300px;
}
#menu ul li a:hover {
	color: #FE9921;
}

#menu ul li a.active {
	color: #FE9921;
}

#sideImage{
	float: left;
	height: auto;
	width: 39px;
}
#portbanner {
	width:950px;
	height:290px;
	float: left;
	padding-top: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#leftPanel{}
#rightPanel{}
#servicebanner {
	position:absolute;
	left:125px;
	top:50px;
	width:950px;
	height:2000px;
	z-index:2;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
}
.oneColElsCtr #mainContent {
	}

#textPanelOne{
	float: left;
	background-repeat: no-repeat;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}
#textPanelTwo{
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 15px;
}
	#rightImage {
	top:15px;
	width:141px;
	height:85px;
	float: right;
}
#textPanelThree{
	width: 297px;
	float: left;
	padding-left: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topTextBox{
	background-image: url(images/sideLines.png);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.portfolioBox {
	border: solid 1px #CDCDCD;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 15px;
	float: left;
	width: 930px;
	list-style-type: none;
}
.portfolioBox h1{
	font-size: 16px;
	font-weight: bold;
} 
 #portText a:link {
	color: #306747;
	text-decoration: none;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 0 0 0 20px;
}
#portText a:visited{
	color: #306747;
	text-decoration: none;
}
 a:link:hover {
	color: #000;
	text-decoration: none;
}
 a:link {
	color: #306747;
	text-decoration: none;
	
}
a:visited{
	color: #306747;
	text-decoration: none;
}
 a:link:hover {
	color: #000;
	text-decoration: none;
}

.imageBox{
	float: right;
	height: auto;
	width: auto;
	list-style-type: none;
	padding-bottom: 10px;
}

.imageBox img {
	float: left;
	border: solid 5px #E6E6E6;
	list-style-type: none;
}

.imageBox  img:hover {
	border: solid 5px #CCC;
}
#portText{
	float: left;
	width: 300px;
}
#contactText{
	float: left;
	width: 400px;
}
#copyRightBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	float: left;
	width: 950px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
