/* CSS Document */

/*------------------------------------------------Body--------------------*/

body{
	padding:0px 0 14px 0;
	margin:0;
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	line-height:14px;
	padding-top:5px;
}
a{
	color:#096a78;
	text-decoration:none;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
#wrapper{
	width:980px;
	margin:0 auto;
}

/*------------------------------------------------header--------------------*/

#header{
	background:url(../images/header.jpg) 0 0 no-repeat;
	width:980px;
	height:654px;
	position:relative;
}
#header2{
	background:url(../images/artwork.jpg) 0 0 no-repeat;
	width:980px;
	height:474px;
	position:relative;
}
#header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#fff;
	background-color:#2b1c1c;
	padding:4px;
	position:absolute;
	left:600px;
	top:245px;
}
#header h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	color:#2b1c1c;
	padding:4px;
	position:absolute;
	left:600px;
	top:280px;
}
#header h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ccc;
	padding:4px;
	position:absolute;
	left:848px;
	top:320px;
}
#header p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#915e5e;
	line-height:14pt;
	padding:4px;
	position:absolute;
	left:600px;
	top:400px;
	width:330px;
}

/*------------------------------------------------Content--------------------*/

#content{
	width:980px;
	float:left;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


/*------------------------------------------------Left Panel--------------------*/

#leftPanel{
	width:235px;
	padding:20px 10px 20px 20px;
	float:left;
}
#nav{
	padding-left:20px;
	padding-top:20px;
	
}
#nav ul{
	height:180px; 
}
#nav ul li{
	height:32px; 
}
#nav ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#CCCCCC;
	height:26px; 
	text-decoration:none; 
}
#nav a:hover{
	color:#cc0000;
}
#nav .selected{
	color:#096a78;
}
#nav .portfolio{
	padding-left:10px;
}
#nav .portfolio a{
	padding-left:15px;
}
#news{
	margin-top:140px;
	padding:20px;
}
#news h1{
	font-size:16px;
	color:#2b1c1c;
	padding-bottom:10px;
}
#news ul{
	
}
#news ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	padding-bottom:20px;
}
#news ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#096a78;
}
#news ul li a:hover{
	color:#cc0000;
}


/*------------------------------------------------Center Panel--------------------*/

#centerPanel{
	width:684px;
	height:100%;
	float:right;
	padding:20px 20px 20px 10px;
}
#sectionTitle{
	float:left;
	width:200px;
	margin-top:20px;
	padding-left:4px;
}
#sectionTitle h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;	
}
.panel{
	margin-top:28px;
	float:left;
	width:673px;
	height:270px;
}
.panel_highlight{
	margin-top:10px;
	float:left;
	width:673px;
	height:270px;
}
.canvas{
	float:left;
	width:489px;
	height:269px;
	background-image:url(../images/canvas.png);
	background-repeat:no-repeat;
}
.artwork{
	width:467px;
	height:247px;
	padding:11px;
}
.descriptionBox{
	margin-top:8px;
	padding-left:20px;
	float:left;
	width:164px;
	
}
.descriptionBox h1{
	font-size:16px;
	color:#2b1c1c;
}
.descriptionBox a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#096a78;
	padding-bottom:10px;
}
.descriptionBox a:hover{
	color:#cc0000;
}
.descriptionBox_highlight{
	margin-top:8px; 
	padding-left:20px;
	float:left;
	width:164px;	
}
.descriptionBox_highlight h1{
	font-size:16px;
	color:#ffffff;
}
.descriptionBox_highlight p{
	color:#cccccc;
}
#viewWork{
	float:left;
	margin-top:118px;
	background-color:#FFFFFF;
	width:164px;
	height:20px;
	padding:5px;
}
#viewWork h1{
	font-size:14px;
	color:#096a78;
}
#viewWork a{
	color:#096a78;
	text-decoration: none;
}
#viewWork a:hover{
	color:#cc0000;
	text-decoration: none;
}
/*------------------------------------------------Footer--------------------*/

#footer{
	width:900px;
	height:140px;
	float:left;
	background-color:#2b1c1c;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding:40px;
}
#footer p{
	font-size:11px;
	color:#CCCCCC;
}

/*------------------------------------------------Preload Images--------------------*/

.hiddenPic{
	display:none;
}