/* CSS Document */
body {
	background-color:#000000;
	margin: 0;
	text-align: center;
	scrollbar-shadow-color:#D6A80C; 
	scrollbar-face-color:#625E5E; 
	scrollbar-highlight-color:#7F7979;
	
	
}

/*positioning and background images of page sections (main, header, nav,thumbs, bottom)*/
#main {
	margin: 0 auto;
	position: relative;
	height: 800px;
	width: 900px;
	top:0;
	left: 0px;
}

#header {
	position: absolute;
	top:0px;
	left: 0px;
	width: 900px;
	height: 202px;
} 

#nav {
	position: absolute;
	top:202px;
	left: 0px;
	height: 29px;
	width: 900px;
}


#navTable{/*inside nav*/
	height:29px;
 	background-image: url("images/navBg.jpg"); 
	background-repeat:no-repeat;
}

#background {
	position: absolute;
	top:231px;
	left: 0px;
	height: 283px;
	width: 900px;
}

#content {
	position: absolute;
	top:231px;
	left: 92px;
	height: 279px;
	width: 696px;
	z-index:2;
	overflow:auto;
}



#thumbs {
	position: absolute;
	top:514px;
	left: 0px;
	width:900px; 
	height:144px;
	background-image:  url("images/thumbBg.gif"); 
	background-repeat:no-repeat; 
	z-index:0;
	  
	
}

#subNav {
	position:absolute;
	top: 658px;
	left: 0px;
	width:900px;
	height:31px;
	
}

#bottom { 
	position:absolute;
	top: 689px;
	left: 0px;
	width:900px; 
	height:74px;
}

#logoBottom {
	position:absolute;
	top: 719px;
	left: 24px;
	z-index:3;
	width: 70px;
}

#contactBottom {
	position:absolute;
	top: 726px;
	left: 124px;
	z-index:3;
	width: 408px;
	
}

#contactBottomR {
	position:absolute;
	top: 726px;
	left: 493px;
	z-index:3;
	width: 367px;
	
	
}
/*end positioning of page sections (main, header, nav, thumbs, bottom)*/

/*positioning of page sections for portfolio pages*/

#portContent {
	position: absolute;
	top:211px;
	left: 92px;
	width: 696px;
	z-index:2;
}

#portThumbs {
	position:absolute;
	top: 66px;
	left: 19px;
	width:230px;
	z-index:4;
	border: 3px solid #363434;
}

#portThumbs img{
	height:50px;
	width:50px; 
	border: 3px solid #363434;
	
	
}

/*sets position and background color for portfolio images*/
#portPic div{
	background-color:#363434;
	position:absolute;
	top: 66px;
	left: 287px;
	border: 7px	solid #363434;

}

/*makes sure the 1st pic is on top of the stacking order*/
#pic1 { z-index:2;}

/*creates border for image*/
#portPic img{
	vertical-align:top;
	margin-bottom:3px;
}



/*end  positioning of page sections for portfolio pages*/


/*colors and effects for links*/
.navActive {
	color: #f2be09;
	font-family: Garamond;
	font-size: 18px;
	font-weight: 700;
}

#nav a {
	color: #F7F7F7;
	font-family: Garamond;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

#nav a:visited {text-decoration: none; color:#f7f7f7; }
#nav a:hover {text-decoration: none; color:#F2BE09; }


a {
	color: #c0c0c0;
	font-family: Garamond;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

a:visited {text-decoration: none; color:#f7f7f7; }
a:hover {text-decoration: none; color:#F2BE09; }


#emailLink a {
	color: #C59F07;   /* #FFD800;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}


#emailLink a:hover {
	color:#FFD800; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#webLink a {
	color: #444241;   
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#webLink a:hover {
	color:#FFD800; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

/*end colors and effects for links*/


/*attributes for text*/


.title { 
	text-align:center;
	padding: 45px 10px 10px 10px; 
	font:Georgia, "Times New Roman", Times, serif; 
	font-size:20px;
	font-weight: 400;
	color:#F8F8F8;	
}

.text { 
	text-align:center;
	padding: 5px 10px 10px 10px; 
	font:Georgia, "Times New Roman", Times, serif; 
	font-size:17px;
	font-weight: 400;
	color:#F8F8F8;	
}

.caption { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	color: #F8F8F8;	
	
}



.textGold { 
	text-align:center;
	padding: 5px 10px 10px 10px; 
	font:Georgia, "Times New Roman", Times, serif; 
	font-size:17px;
	font-weight: 400;
	color:#f2be09;	
}

.textGreySm { 
	color:#444241;	
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	font-weight: 700;
	
}

.textGoldLg {
	color: #f2be09;
	font-size: 21px;
	font-family: "Cataneo BT";
}

.textGoldSm {
	color: #C59F07;   /* #FFD800;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
}



#portThumbs img {   /* cross browser opacity for thumbnail images */
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}



/*end attributes for text*/

