body
{
	background:gray;
	font-family:"Trebuchet MS",Verdana, Arial, sans-serif;
	font-size:small;
	color:#252525;
}


#container
{
	margin-left:auto;
	margin-right:auto;
	background:#cccccc;
	width:750px;
	height:900px;
	border-right:3px solid #707070;
	border-left:3px solid #898989;
	border-top:3px solid #898989;
	border-bottom:3px solid #707070;
	margin-top:10px;
}

#Services #container
{
	min-height:1050px;
}

#About #container
{
	min-height:950px;
}

#Portfolio #content
{
	min-height:620px;
}

#Resources #content
{
	min-height:620px;
}

#masthead
{
	position:relative;
	top:0px;
	width:750px;
	height:150px;
	background:#cccccc;
	background-image:url(../images/masthead.gif);
	font-family:"Century Gothic",Verdana,Arial,sans-serif;
	text-align:center;
	
}

#masthead p
{
	position:absolute;
	top:95px;
	left:50%;
}

#masthead a
{
	text-decoration:none;
	color:black;
}

#inner
{
	position:absolute;
	top:175px;
	width:750px;
	background-color:#cccccc;
	

}

#navBar
{
	width:145px;
	height:635px;
	float:right;
	background:#cccccc;
	text-align:right;

}

#navBar p
{
	font-weight:700;
	font-size:110%;
	margin-top:0px;
	margin-right:10px;
}

#navPad
{
	padding:5px;
}

#navBar ul
{
	margin:0px;
	margin-left:-25px;
	list-style:none;
}

#navBar li
{
	margin-top:5px;
	text-align:right;
}

#navBar a
{
	width:110px;
	display:block;
	text-decoration:none;
	color:#363636;
	border-bottom:1px solid gray;
	background-image:url(../images/button.gif);
	background-position:0% 48%;
}

#navBar a:hover
{
	color:black;
	font-weight:700;
	border-bottom:1px solid red;
	background-position:90% 48%;
}

#conttop
{
	position:absolute;
	top:160px;
	width:595px;
	height:100px;
	background-image:url(../images/contenttop.gif);
	margin-left:10px;
	
}

#content
{
	float:left;
	width:595px;
	background:white;
	margin-left:10px;
}

#content p, #content li
{
	line-height:130%;
}

#content acronym
{
	cursor:help;
	border-bottom:1px dashed gray; 
}

#contentPad
{
	padding:40px;
	padding-top:0px;
}

#port #content
{
	height:635px;
}

#rtimg
{
	float:right;
	margin-left:10px;
}

#mdimg
{
	margin-left:auto;
	margin-right:auto;
}

.imp
{
	font-weight:700;
}

#footer
{
	clear:both;
	width:750px;
	text-align:center;
	background:#cccccc;
	color:#707070;
	font-size:70%;
}

#footer img
{
	margin-right:10px;
}

#footPad
{
	padding:10px;
}

#footer a
{
	text-decoration:none;
	color:black;
	font-weight:700;
}

/*Style Contact Form*/

form p
{
	clear:left;
}

form p label
{
	float:left;
	width:20%;
}

legend
{
	color:black;
	font-weight:700;
}

.txt
{
	background-color:#cccccc;
}



/*Style Tabbed Navigation*/

#tabBar
{
	position:absolute;
	top:70px;
	left:30px;
	margin:0px;

}

.tab
{
	float:left;	
	text-align:center;
	border-right:3px solid #707070;
	border-left:3px solid #C2C2C2;
	border-top:3px solid #A0A0A0;
	padding:3px 10px 3px 10px;
	margin:0px 10px;
	cursor:default;
	display:block;

}

#tab1
{
	background-color:#C2C2C2;
	border-bottom-color:white;
	font-weight:700;
	height:29px;
	
}

#tab2
{
	background-color:gray;
}

#tab3
{
	background-color:gray;
}

#tab4
{
	background-color:gray;
}


/*Style Tabbed Pages*/

.tabPage
{
	position:absolute;
	top:95px;
	left:25px;
	width:525px;
	height:460px;
	background-color:#C2C2C2;
	display:block;
	border-right:3px solid #707070;
	border-left:3px solid #A0A0A0;
	border-top:3px solid #C2C2C2;
	border-bottom:3px solid #707070;
	padding:10px;
	margin-top:0px;
	text-align:center;
}

.tabPage p
{
	text-indent:30px;
}

#page1
{
	text-align:left;
	z-index:1;
}

#page2
{
	z-index:-1;
}

#page3
{
	z-index:-1;
}

#page4
{
	z-index:-1;
}

#intro
{
	margin:20px;
	background-color:white;
	padding:10px;
}

