/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 1.0 
LAST MODIFIED: 02.07.2008
LAST MODIFIED BY: NAPOLISX

NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/


html {
	height:100%;}
	
.body{	
	margin: 0px; 
	padding: 20px 0px; 
	text-align: center;
	behavior: url(/scripts/csshover.htc);
	font: 14px "Times New Roman", Times, serif;
	background: #fbf0a2;
	color: #5c5a4f;
}

a{
	color: #016fc6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

img, a img{
	border: none;
	margin: 0;
	padding: 0;
}
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li{
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	color: #357491;
	font-weight: bold;
}
h1{
	font-size: 23px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #357491;
}
h2{
	font-size: 16px;
}
h3, h4, h5, h6{
	font-size: 14px;
}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:center;
	width: 952px;
	padding: 0px;
}

#main{
	text-align: left;
	background: #fff url(../images/container-bg.gif) top center repeat-y;
	padding: 0 3px 20px 1px;
}

.search {
	position:relative;
	float: right;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	text-align:right;
}
	
	.search form {
		margin:0px;
		padding:0px;}
	
	.search-field {
		padding:3px;
		font: 11px Arial, Helvetica, sans-serif;
		background: #f2f1e9;
		width:100px;
		border: 1px solid #6c6c6b;
		color: #6c6c6b;
	}
		
	.search-button {
		width: 23px;
		height: 20px;
		background: #17709a;
		color: #fef21e;
		border: none;
		text-decoration:none;
		font: 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform:uppercase;
		text-align:center;
	}
		.search-button:hover{
			background: #25abea;
		}
	
input, select, textarea {	
	}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;}

/*	<![ Navigation [ -----------------------------------------------------------*/

#mainnav{	
	margin: 242px 0 0 0;
}
	#mainnav ul{
		list-style: none;
	}
	#mainnav li{
		float: left;
		height: 39px;
		overflow: hidden;
		padding: 9px 15px 0 15px;
	}
		#mainnav li:hover{
			background: #02537a;
		}
		#mainnav li a{
			color: #fdfbd3;
			font-size: 12px;
			text-transform: uppercase;
		}
			#mainnav li a:hover, #mainnav li:hover a{
				text-decoration: none;
				color: #fdf56a;
			}

		

	
/*	<![ Layout [ -----------------------------------------------------------*/

.clearfix {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}

#address{
	background: url(../images/address-bg.gif) top center no-repeat;
	height: 100px;
	text-align: left;
}
address {
	font-style: normal;
	font-size: 12px;
	color: #196d8f;
	text-transform: uppercase;
	padding: 44px 0 0 20px;
}

#top-bar{
	background: url(../images/tob-bar-bottom.gif) bottom center no-repeat;
	min-height: 4px;
}
	#top-bar p{
		float: right;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 0 0 0;
	}
	#top-bar a{
		color: #2982aa;
		background: url(../images/blue-dot.gif) left no-repeat;
		padding: 0 15px;
	}
		#top-bar a:hover{
			color: #219bd2;
			background: url(../images/yellow-dot.gif) left no-repeat;
			text-decoration: none;
		}
	
#header{
	height: 279px;
	overflow: hidden;
	background: url(../images/header.jpg) top center no-repeat;
}

#content{
	margin: 0 22px 0 40px;
}
	#side-bar{
		float: right;
		width: 218px;
	}
		#aop{
			background: url(../images/aop-bottom.gif) bottom center no-repeat;
			padding: 0 0 8px 0;
		}
		#aop ul{
			list-style: none;
			padding: 20px 0;
			background: url(../images/aop-bg.gif) top center repeat-y;
		}
		#aop li{
			padding: 5px 0 5px 33px;
			margin: 0 0 0 20px;
			background: url(../images/aop-item.gif) left no-repeat;
			
		}
			#aop li:hover{
				background: url(../images/aop-item-over.gif) left no-repeat;
			}
			#aop li:hover a{
				color: #0477ad;
				text-decoration: none;
			}
			#aop li a{
				color: #065e87;
				font-size: 17px;
				font-weight: bold;
				font-style: italic;
			}
		#quickcontact{
			margin: 40px 0;
		}	
			#quickcontact input, #quickcontact textarea{
				width: 211px;
				border: 1px solid #6e6e6e;
				background: #f2f1e9;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				margin: 3px 0;
			}
			#quickcontact textarea {
				overflow:auto;
			}
			#quickcontact input.submit{
				background: url(../images/submit-bg.gif) left repeat-x;
				border: none;
				font-size: 12px;
				font-weight: bold;
				color: #fff438;
				padding: 10px 0;		
			}
				#quickcontact input.submit:hover{
					background: url(../images/submit-bg-over.gif) left repeat-x;
					border: none;
					color: #fff;
				}				
	#copy{
		float: left;
		width: 70%;
	}
		#copy p{
			margin: 0 0 15px 0;
		}
		
		#copy ul, #copy ol {
			margin: 0 0 15px 25px;
			padding:0px;
		}
		
		#copy ul ul, #copy ol ol {
			margin-bottom:0px;}
			
			
		
#footer{
	padding: 0 0 20px 0;
	font:11px Arial, Helvetica, sans-serif;
}		
#footer, #footer a{
	color: #414141;
	text-align: left;
}
	#footer ul{
		text-align: center;
		list-style: none;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #b8b178;
	}
	#footer li{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #217290;
	}
		#footer li.last_child{
			border: none;
		}
		#footer li a{
			color: #217290;
		}
	#footer img{
		float: left;
	}		
	#footer p{
		float: right;
		width: 87%;
	}



/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:0px 0px 10px 0px;
	margin:0px;}

.form-label {
	width:115px; /* Width of labels */
	padding:0px 3px 0px 0px;
	display:inline-block;
	vertical-align:top;
	line-height:12px;
	text-align:right;}
  
.form-pct {
	border:1px solid #bbb;
	background:#eee;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px 6px;
	width:350px;}
	
select.form-pct {
	width:364px;}
	
.msg-pct {
	border:1px solid #bbb;
	background:#eee;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px 6px;
	width:472px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	}


.custom-form {
	}

	.custom-form fieldset {
		margin:0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}




/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#iagree {
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:400px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		background:#777;
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}


/*	<![ Quick Contact [ -----------------------------------------------------------*/

.qctable {
	}
	
.qchead {
	}	

.pad_frm_itm2 {
	padding:0px;}
	
.form-pct2 { 
	width:100px; 
	height:15px;
	font:11px Arial, Helvetica, sans-serif;}

.msg-pct2 { 
	width:100px; 
	height:70px;
	overflow:auto;
	font:11px Arial, Helvetica, sans-serif;}

.submit {
	background:#ccc;
	color:#000;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border:none;}
	
.submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	position:relative;
	margin:0px auto;
	padding:10px 0px;
	width:950px;
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#798f99;}
	
	#disclaimer a {
		color:#798f99;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		color:#798f99;
		font-weight:bold;
		text-decoration:underline;}	

/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

/*]()[*/
#artist-credit { position:absolute; top:330px; font-family: "Times New Roman", Times, serif; font-size:11px; }	