@charset "UTF-8";
/* CSS Document */

body{
	background:#000 url(/images/background.jpg) no-repeat top left fixed;
	margin:0px;	
	font-family:Geneva, Helvetica, Verdana, Arial, san-serif;
	font-size:1.10em;
	text-align:justify;
	color:#FFF;
}
a:link, a:visited{
	color:#FF0;
	text-decoration:underline;
}
a:hover, a:active{
	color:#FFF;
	text-decoration:none;	
}

p{
	line-height:18px;
}
li{
	line-height:20px;
}

h3{
	background:url(/images/bg_titles.png);
	padding:5px 3px 3px 35px;
	border:1px solid #000;
	color:#333
}

#header{
	margin:10px;
	width:455px;
}
#header img{
	border:none;
}

#nav{
	background:url(/images/nav_bg.png) top left no-repeat;
	height:43px;
	width:455px;
	margin:10px;
	padding-top:8px;
	text-align:center;

}

.nav{
	font-size:.9em;
	text-align:center;
	color:#FFF;
	margin:10px;
		
}
a.nav:link, a.nav:visited{
	color:#FFF;
	text-decoration:none;
}
a.nav:hover, a.nav:active{
	color:#FF0;
	text-decoration:none;	
}

.textDark{
	color:#666;
	padding:2px;
	background-color:#FFF;
	line-height:30px;
}

a.textdark:link, a.textdark:visited{
	color:#00F;
	text-decoration:underline;
}
a.textdark:hover, a.textdark:active{
	color:#00F;
	text-decoration:none;
}

#footer{
	font-size:10px;
	color:#999;
	margin-left:100px;
}

#error{
	
	background:url(/images/bg_portHover.png) repeat;
	padding:50px;
	margin-bottom:10px;
}

#portinstructions{
	background:url(../images/img_portinstruct.png) no-repeat;
	width:160px;
	height:170px;
	position:fixed;
	top:300px;
	left:377px;
}

.clear{
	clear:both;
}

/*  CONTENT BOXES  */

#titleHome {
	background: url(/images/title_wedesign.png) no-repeat;
	margin: 10px 10px -2px 75px;
	height: 24px;
	width: 307px;
}

#titleWebport {
	background: url(/images/title_wedportfolio.png) no-repeat;
	margin: 10px 10px -2px 75px;
	height: 24px;
	width: 307px;
}

#titleServices {
	background: url(/images/title_services.png) no-repeat;
	margin: 10px 10px -2px 75px;
	height: 24px;
	width: 307px;
}

#titleContactinfo{
	background: url(/images/title_contactinfo.png) no-repeat;
	margin: 10px 10px -2px 75px;
	height: 24px;
	width: 307px;
}

#titleRecentproj {
	background:url(/images/title_recentprojects.png) no-repeat;
	margin: 10px 10px 0px 0px;
	height: 21px;
	width: 455px;
}

#titleProjectview {
	background:url(/images/title_projectview.png) no-repeat;
	margin: 10px 10px 0px 0px;
	height: 21px;
	width: 455px;
}

#titleClientspeak {
	background:url(/images/title_clientspeak.png) no-repeat;
	margin: 10px 10px 0px 0px;
	height: 21px;
	width: 455px;
}

#titleEmailus {
	background:url(/images/title_emailus.png) no-repeat;
	margin: 10px 10px 0px 0px;
	height: 21px;
	width: 455px;
}
/*  LEFT CONTENT BOX STYLES*/

#content_left{
	width: 307px;
	margin: 0px 0px 0px 75px;
	background: url(/images/bg_contentarea.png) repeat-y;
}
#contentPort_left{
	width: 307px;
	margin: 0px 0px 0px 75px;
	background: url(/images/bg_contentarea.png) repeat-y;
	color: #FFF;
}
.text{
	text-align:justify;
	padding:5px 10px 5px 5px;
	font-size:.80em;
}

.text p{
	padding:0px 5px;
}

.porttext{
	padding:5px 0px 5px 2px;
}
#content_leftBottom {
	background: url(/images/bg_contentareaBottom.png) no-repeat;
	height: 15px;
	width: 305px;
	margin:0px 0px 10px 75px;
}
/*  END LEFT CONTENT BOX STYLES*/

/*  RIGHT CONTENT BOX STYLES*/
#portcontentbox{
	height: 21px;
	width: 455px;
	position:fixed;
	top:65px;
	left:550px;
}	

#rightcontentbox{
	height: 21px;
	width: 455px;
	position:absolute;
	top:65px;
	left:550px;
}	
#portcontent_right{
	width: 451px;
	background:url(/images/bg_contentarea2.png) repeat-y;
	text-align:center;
}

#content_right{
	width: 455px;
	background:url(/images/bg_contentarea2.png) repeat-y;
	text-align:center;
}
#content_Recentproj img{
	margin:10px 10px 0px 0px;
}
#content_rightBottom {
	background:url(/images/bg_contentarea2Bottom.png) no-repeat;
	height: 15px;
	width: 455px;
	margin:0px 0px 10px 0px;
}
#content_recent{
	width: 455px;
	background:url(/images/bg_contentarea2.png) repeat-y;
	text-align:center;
}
#content_recent img{
	border:4px solid #333;
	margin:5px 5px 0px 0px;
}
#content_recent img:hover{
	border:4px solid #FF0;
	background:url(/images/bg_portSelected.png) repeat;
	margin:5px 5px 0px 0px;
}
#rightcontentbox td{
	padding:4px;
}


	
/*  END RIGHT CONTENT BOX STYLES*/
