/* CSS Document */

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	color:#666666;
}

body img{
	border:0px;
}

body a{
	text-decoration:none;
}

.topBar{
	margin-top:10px;
	height:20px;
	width:800px;
	line-height:20px;
	padding:2px;
	font-size:9px;
	color:#CCCCCC;
}

.topBar a {
	color:#CCCCCC;
	text-decoration:none;
}

.topBar a:hover {
	color:#999999;
	text-decoration:none;
}

.page{
	width:800px; !important
	padding:10px;
	/*border:solid 1px #CCCCCC;*/
	position:relative;
}

.titleBanner{
	width:780px;
	height:80px;
}

.navBar{
	width:780px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

.navElement{
	width:100px;
	text-align:center;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	margin-right:5px;
	/*border-bottom:#999999 solid 1px;*/
	position:static;
	float:left;
}

.navElement a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#666666;
}

.navElement a:hover {
	background-image:url(../images/short_grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
}

.pageContent{
	padding:10px;
	border:solid 1px #CCCCCC;
	font-size:10px;
}

.pageContentPanel{
	width:380px;
	background-color:#CCCCCC;
	margin:5px;
}

.pageContentWrapBox{
	width:780px;
}

.imageBox{
	width:120px;
	padding:5px;
	margin:10px;
	border:#CCCCCC solid 1px;
	float:left;
}

.footer{
	background-image:url(../images/long_grad.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:40px;
	width:800px;
	border-bottom:#999999 solid 2px;
	vertical-align:text-bottom;
	line-height:40px;
	padding:2px;
	font-size:9px;
	color:#999999;
}

/* ADMIN STUFF -------------------------------------------------------------------- */

.adminManagementBox{
	width:770px;
	background-color:#CCCCCC;
	padding:5px;
	float:none;
	clear:left;
}

.adminPortfolioThumbnail{
	border:dashed 1px #999999; 
	margin-bottom:10px; 
	width:180px; 
	height:140px; 
	float:left;
	margin:5px;
	background-image:url(../images/short_grad_old.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.adminPortfolioThumbnailImage{
	width:170px;
	height:113px;
	margin:5px;
	border:solid 1px #999999;
	background-color:#666666;
	line-height:113px;
	vertical-align:middle;
	color:#FFFFFF;
}

.adminPortfolioThumbnailBar{
	height:20px;
	line-height:20px;
	width:inherit;
}