/* CSS Document */
/* defaults */
a:link {color:#B0B0B0; font-weight:bold;}
a:visited {COLOR:#B0B0B0; text-decoration:none; font-weight:bold; }
a:hover {COLOR:#FFF; text-decoration:none; font-weight:bolder;}

body {
	background-color:#333;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	color: #B0B0B0;
	margin-top:2px;
}

#page {
/*Add Background image here */
}

#wrapper {
width:800px;
position:relative;
margin:0 auto;
}

/* Header */
#headerBox {
	width:800px;
}
#headTop {
	width:800px;
	height:10px;
	background-image:url(../boxes/headTop.png);
}
#headBottom {
	width:800px;
	height:10px;
	background-image:url(../boxes/headBottom.png);
}

.header {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:20px;
	color:#FD5A1E;
	text-align:center;
	background-color:#000;
	width:780px;
	position:relative;
	padding:0px 10px 0px 10px;
}

.h2 {
	color:#FD5A1E;
	font-size:14pt;
	font-weight:bold;
	page-break-after:always;
}
.h3 {
	color:#FD5A1E;
	font-size:11pt;
	font-weight:bold;
}
.h4 {
	font-size:9pt;
	font-weight:bold;
}

/* Website Navigation */
#topNav {
	position:relative;
	width:785px;
	height:40px;
	top:5px;
	left:15px;
	padding-bottom:15px;
	text-decoration:none;
}
#navLeft {
	float:left;
	width:10px;
	height:40px;
	background-image:url(../boxes/navLeft.png);
}

#navRight {
	float:left;
	width:10px;
	height:40px;
	background-image:url(../boxes/navRight.png);
}
.navTab {
	float:left;
	height:40px;
	width:16%;
	background-color:#000;
}
.navTab a {
	height:auto;
	font-family:Tahoma;
	font-size:12pt;
	text-align:center;
	padding:10px 0px 10px 0px;
	text-decoration:none;
	color:#999;
	display:block;
}
.navTab a:hover {
	color:#FFF;
	height:auto;
	padding:10px 0px 10px 0px;	
}
.navTabActive {
	float:left;
	height:40px;
	width:16%;
	background-color:#000;
	color:#FFF;
}
.navTabActive a {
	height:auto;
	font-family:Tahoma;
	font-size:12pt;
	text-align:center;
	padding:10px 0px 10px 0px;
	text-decoration:none;
	color:#FFF;
	display:block;
}

/* Content */
#contentHolder {
	position:relative;
	width:800px;
	top:10px;
}
.main {
	display:block;
}
#mainHolder {
	background-color:#000;
	width:580px;
	padding:0px 10px 0px 10px;
}
#mainTop {
	width:600px;
	height:10px;
	background-image:url(../boxes/mainTop.png);
}
#mainBottom {
	float:left;
	width:600px;
	height:10px;
	background-image:url(../boxes/mainBottom.png);
}

#sideBar {
	float:left;
	margin-left:20px;
	width:180px;
	display:block;
}
#sideTop {
	width:180px;
	height:10px;
	background-image:url(../boxes/sideTop.png);
}
#sideBottom {
	width:180px;
	height:10px;
	background-image:url(../boxes/sideBottom.png);
}

#footer {
	text-align:center;
}

/* My Links */
.myLinks {
	color:#FFFFFF;
}
.myLinks a {
	color:#FFFFFF;
	text-decoration:none;
}
.myLinks a:hover {
	color:#FFFFFF;
	font-style:italic;
}

/* Image Boxes */
#imgBox {   
	font: 10pt Arial, sans-serif; 
	background-color:#000;
	color:#FFFFFF;
	width:160px;
	padding:2px 10px 0px 10px;
	position:relative;
}
.galleryBox {
	background-color:#EFEFEF;
	padding:3px 3px 0px 3px;
	float:left;
	margin:0px 5px 5px 0px;
} 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

/* Port */
.portfolioItem {
	width:580px; 
	height:160px;
}