/* CSS Document */

body{
   	padding:0px;
   	margin:18px 0 0;
   	background-color:#00b0da;
   	background:url(images/pageBG.gif);
   	color:#333; 
	font:12px/14px Arial, Helvetica, sans-serif;
}
	div, ul, h2, h3, h4, h5, form, 
	img{position:relative; 
	padding:0px; 
	margin:0px;
}
	h3{font-variant: small-caps; font-size: 14px;
}
	ul{list-style-type: none;
}
.wrapper{
	width:800px;
	margin:0 auto; /*Centers container on page*/
}
.header{
	position:relative;
	float:left;
	margin:0 auto;
	width:800px;
}
.headerpan{
	width:100%;
	margin-top:26px;
}
.logocolumn{
	position:relative;
	float:left;
	left:24px;
	width:181px;
	font:12px/30px "Times New Roman", Georgia, Helvetica, serif; 
	font-weight:bold;
	color:#666; 
	text-align:center; 
	text-decoration:none;
}
.imagecolumn1{
	position:relative;
	float:left;
	left:32px;
	width:181px;
	height:559px;
}
.imagecolumn2{
	position:relative;
	float:left;
	left:40px;
	width:181px;
	height:559px;
}
.imagecolumn3{
	position:relative;
	float:left;
	left:48px;
	width:181px;
	height:559px;
}
.imagepan{
	width:100%;
	margin-bottom:8px;
}
.textcolumn1{
	position:relative;
	float:left;
	left:32px;
	width:181px;
	height:559px;
	background:url(images/pp_01a.gif)
}
.textcolumn2{
	position:relative;
	float:left;
	left:32px;
	width:181px;
	height:559px;
	background:url(images/sp_01.gif)
}
.textcolumn3{
	position:relative;
	float:left;
	left:32px;
	width:181px;
	height:559px;
	background:url(images/ap_01.gif)
}
.textpan{
	font:0.875em ariel, verdana, sans-serif; 
	font-weight:sharp;
	color:#cccccc; 
	text-align:left;
	padding:0px; 
	margin:12px 10px 10px 10px; 
}
#categories {		/*portfolio cat begin*/
	height:559px;	
	margin: -0px -0px 0 0;
}
#categories .category {
	width: 181px;
	height: 181px;
	float: left;
	background:url(images/cp_01.gif);
	margin-bottom: 8px;
}
#categories .category h2 {
	font: 18px "Times New Roman", Georgia, Helvetica, serif;
	font-variant:small-caps;
	color: #00b0db;
	line-height: 0.59em;
	margin: 4px 0px 8px 1px;
	padding: 0;
}
#categories .category ul {
	margin: 8px 0px 4px 8px;	
	background: #005990;		
}
#categories .category a {
	font-size: 11px;
	line-height: 2.46em;
	padding-left: 4px;
	padding-right: 4px;	
	display: block;	
}
#categories .category a:link, #categories .category a:visited {
	color: #cccccc;
	text-decoration: none;
}
#categories .category a:hover {
	background-color: #00b0db;
	color:yellow; 
	text-decoration:none;	
}			/*portfolio cat end*/
.navpan{
	width:800px; 
	height:30px; 
	position:relative; 
	margin:0 auto;
	clear:both; 
	padding:8px 0 0;
}
.navpan ul{
	width:465px; 
	height:30px; 
	position:absolute; 
	top:8px; 
	left:262px;
}
.navpan ul li{
	width:93px; 
	height:30px; 
	float:left;
}
.navpan ul li a{
	width:93px; 
	height:30px; 
	display:block; 
	color:#fff; 
	font:12px/30px "Arial", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none;
}
.navpan ul li a:hover{
	background:none; 
	color:yellow; 
	text-decoration:none;
}
.navpan ul li.home{
	width:93px; 
	height:30px; 
	display:block; 
	background:none; 
	color:#00b0db; 
	font:12px/30px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none;
}
.footer{
	width:800px;
	height:30px;
	postition:relative;
	margin:0 auto;
	clear:both;
}
.footerpan{
	margin-left:26px;
	margin-top:4px;
	font:10px Helvetica, Arial, sans-serif;
	color:#00b0db;
	padding:8px 0;
}