html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}

body	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2E4298;
}

a:link {
	color:#2E4298;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}


h1 {font-size:23px;
    background-color:#FFFBEA;
	padding:2px;
	color:#2E4298;
	}
h2 {font-size:19px;
    background-color:#FFFBEA;
	padding:2px;
	color:#2E4298;
	}
h3 {font-size:17px;
	color:#2E4298;}
h4 {font-size:15px;
	color:#2E4298;}
h5 {font-size:13px
	color:#2E4298;
	color:#003399;}
p, td {font-size:14px;}
li {font-size:14px; padding-left: 5px;}
ul {margin-left:15px;padding-left:15px;}

	
#wholePageContainer	{
	width:900px;
	border:3px solid white;
	margin:5px auto;
	background-color:#FFF6CF;
	position: relative;
}

#header	{
	position:relative;
	clear:both;
	width:900px;
	height:191px;
	background-color:#FFF6CF;
	z-index:99;
}

#tagline {
position:absolute;
 bottom:6px;
 right:20px;
 width:307px;
 height:39px;
 z-index:101;
}

#ContentContainer	{
	position:relative;
	clear:both;
	height:100%;
	background-color:#FFF6CF;
}

#leftSide	{
	float:left;
	width:174px;
	padding-bottom:10px;
	height:100%;
	margin:8px;
}
#leftSide a	{
	display:block;
}

#rightSide	{
	float:right;
	width:660px;
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-right:25px;
	height:100%;
	background-color:#FFF6CF;
}

.portfolioItem	{
    border-bottom:5px solid #fff;
}

	
#footer	{
	clear:both;
	text-align:right;
	width:900px;
	background:url(../images/footer.jpg) no-repeat bottom;
	padding-bottom:5px;
	margin-top:17px;
}	
#footer p {
	padding:15px 10px 0px 0px;
	font-size:11px;
}

#PicRight {float:right; margin-left: 10px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}

#PicLeft {float:left; margin-left: 0px; margin-right: 25px; margin-top: 0px; margin-bottom: 3px;
}
.menu{
	position:absolute;
	left:180px;
	visibility: hidden;
	background-color:#3256A6;
}
.menu a, .menu a:link, .menu a:visited{
	white-space:nowrap;
	display:block;
	border:2px solid #fff;
	padding:3px;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	text-align:left;
	margin-bottom:-2px;
	width:150px;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background-color:#fff;
	color:#3256A6;
	font-weight:bold;
}
#menuAbout{
	top: 47px;
}
#menuServices{
	top: 70px;
}
#menuPortfolio{
	top: 93px;
}
.portfolioPhoto{
	float:right;
	margin:0px 0px 15px 15px;
}

#btn_about{
	top: 47px;
}

.services-navs a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.services-navs a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.services-navs a:hover {
	color: #f7c003;
}
.services-navs a:active {
	color: #f7c003;
}


.services-navs-current {
background:url(../images/layout/over/services-bkgd.gif) top left repeat-x;
}

.services-navs-current a:link {
	color:#3256a6;
	text-decoration:none;
	font-weight:bold;
}
.services-navs-current a:visited {
	color: #3256a6;
	text-decoration:none;
	font-weight:bold;
}
.services-navs-current a:hover {
	color: #7f8181;
	font-weight:bold;
}
.services-navs-current a:active {
	color: #7f8181;
	font-weight:bold;
}

.services-navs-current {
	color:#3256a6;
	text-decoration:none;
	font-weight:bold;
}