/*color swatches-----------------------------------
lt gold bkgr: 	#f5ebb2
tan: 				#f5db81
light blue: 		#94add6
med blue: 		#5a84c6
med blue : 		#6297c4 (menu hover)
dark blue: 		#30418f
dk navy: 		#001f3b
orange: 		#ea6516
---------------------------------------------------*/

/*baseline styles-----------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

body {
	font:  62.5% Verdana, Arial, sans-serif;
	color:  #000;
	background: #f5ebb2 url(../images/gradient_oj.gif) repeat-x 0 0;
	text-align:  center;
}		

/*general styles*/
h1, h2, h3 {
	margin:  0;
	padding:  0;
	font-family: Georgia, serif;
	font-weight: bold;
	color:  #30418f; /* dk blue*/
}

			
h1 {
	font-size:  170%;
	/*letter-spacing:  0.03em;*/
	color: #000;
}
			
h2 {
	margin-top: 1.5em;
	font-size:  120%;
	text-transform:  uppercase;
	letter-spacing:  0.08em;
}

h3		{
	margin:  1em 0 0 0;
	font-size:  120%;
	text-transform:  capitalize;
	letter-spacing:  0.08em;
		}

p {
	margin-top:  0.75em;
	font-size: 130%;
	line-height:  1.4;
}

body#about #content p {
	padding-right:  154px;
}	

ul, ol, li 	{ 
	list-style:  none;
}

li, dd, dt {
	font-size: 130%;
}
		
em {
	font-style: italic;
}	

strong {
	font-weight: bold;
}	

a:link, a:visited
		{
	color:  #5a84c6;
	font-weight:  bold;
		}
		
a:hover
		{
	color:  #ea6516;
	font-weight:  bold;
	text-decoration:  none;
		}		
		
#outerwrap {
	position:  relative;
	margin:  0 auto;
	width:  90em;
	min-height:  100%;
	height:  auto !important; 
	height:  100%;
	background:  #fff url(../images/bluestripes.gif) repeat-y 0 0;	/* stripes that line up w/ outerwrap img*/
}	

/* content goes here - leaves space for graphic on left*/
#innerwrap	{
	position:  relative;
	width:  100%;
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 4em;
	background: url(../images/violinboy.gif) no-repeat; /* img for all pages except form pages*/
	text-align: left;
}				

#branding	{
	position:  relative;
	margin:  0 0 40px 235px;
	background-color: #001f3b;
	border-top: 10px solid #30418f;
}	
		
#branding img {
	margin:  0 0 7px 10px;		
}		
		
#branding p	{
	position:  absolute;
	top:  10px;
	right:  15px;
	color: #f5db81;
	font-size:  11px;
	line-height:  1.3;
	text-align:  right;
}		
		
body#contact #branding p {
	display:  none;
}						

/*new navigation*/
#menu {
	float: left;
	width: 100%;
	overflow: hidden; 
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #94add6;
}

#menu ul {
	clear: left;
   	float: left;
   	position: relative;
   	left: 50%; /* to center;*/
 	text-align:center;
  	border-bottom: none;
}

#menu ul li {
   display: block;
   float: left;
   position: relative;
   right: 50%;
}

#menu ul li a {
   display: block;
   margin: 0;
   padding: 3px 19px;
   font-size: 12px;
   font-weight: normal;
   color: #fff;
   background-color: #94add6;
   text-decoration: none;
   line-height: 1.3em;
   letter-spacing: 0.35px;
}

/*for php that shows what page viewer is on--------------*/									
#menu ul li a#this_page:link,
#menu ul li a#this_page:visited {
	color: #30418f;			
	background-color: #fff;
}	

#menu ul li a:hover {
	color: #001f3b;			
	background-color:  #6297c4;
}

#menu ul li a#this_page:hover {
	color: #30418f;			
	background-color:  #fff;
}

/*end new navigation--------------------------*/	

#content {
	margin-left:  235px;
	padding:  4em 6% 0 6%;
}

/* footer styles --------------------------------*/							
#footer  {
	width: 100%;
	height: 4em;/*push to bottom*/
	clear:  both;
}	

#footer ul  {		
	margin:  0 0 0 235px;
}
			
#footer	li {
	display:  inline;
	white-space:  nowrap;
	padding:  0 6px;
	border: 1px solid #94add6;
	border-width: 0 0 0 1px;
}						

#footer li:first-child {
	border-width: 0;
}
			
body#links #footer ul {
	visibility:  hidden;
}	
			
#footer	li a:link, #footer li a:visited  {
	font-size: 1em;
	font-weight: normal;
	color: #0168b3;
	text-transform: capitalize;
}
			
#footer	li a:hover  {
	color:  #fff;
	background-color:  #ea6516;
}
					  			
#footer p  {
	font-size:  100%;
	letter-spacing:  0.05em;
	line-height:  1.5;
	color: #0168b3;
	margin-left: 235px;
}
/* end footer styles */	

/*index, to make room for slideshow*/
.intro {
	padding-right:  235px;
}

.topmar {
	margin-top: 2em;
}

.error {
	color:  #ea6516;
}
		
.credits {
	font-size: 100%;
}	
		
p.breadcrumbs {
	font-weight:  bold;
	font-size: 100%;
}			

body#newsletter #content ul {
	margin: 1em 0 0 3em;
	}	
		
body#newsletter #content li {
	list-style-type: square;
	margin-bottom:  0.5em;
	}			

body#newsletter #content li a	{
	text-decoration:  none;
}				
		
/*used after dl if more than one on pg*/		
.clear {
	clear:  both;
}
		
/*definition list for links pages--links and descriptions ----------*/
body#links #content a	{
	text-decoration:  none;
}

dl {
	float: left;
	clear: both;
	width:  100%;
	padding:  1em 0;
}
			
dt {
	font-weight:  bold;
	float:  left;
	clear:  left;
	width:  45%;
	margin-bottom:  0.8em;
	color:  #5a84c6;
}
			
dd {
	float:  left;
	text-align:  left;
	width:  50%;
	margin-left:  2%;
	margin-bottom:  0.8em;
}			
			
* html .links dd {
	float: none;
	margin-left: 25%;
}
/* end dl styles */					

/*price list page---------------- */
body#pricelist	dl {
	font-size: 100%;
}

/*purchase prices list - wider page-----------*/

.purchprice dt {
	width:  60%;
	margin-bottom:  0.8em;
}
			
.purchprice dd {
	float:  left;
	text-align:  right;
	width:  15%;
	padding-right:  23%;
	margin-left:  2%;
	margin-bottom:  0.8em;
}			
			
* html .purchprice dd {
	float: none;
	margin-left: 25%;
}		
/*end purchase prices*/			
/* end pricelist styles */		

/*styles for staffonly tables*/
body#list_inquiries #outerwrap {
	width: 96em;
	background-image: none;
}

body#list_inquiries #innerwrap {
	background-image: none;
}

body#list_inquiries #branding {
	margin-left: 0;
}

body#list_inquiries #content {
	margin: 0;
	padding:  4em 2% 0 2%; 
}
	
body#list_inquiries table {
	width: 100%;
	border: 1px solid #94add6;
	border-collapse: collapse;
	font-family: Verdana, Arial, sans-serif;
}

body#list_inquiries th {
		color:  #30418f;
		font-size:  80%;
		font-weight:  bold;
		border: 1px solid #30418f;
		padding: 2px 4px;
}

body#list_inquiries td {
	vertical-align: top;
	padding: 2px 4px;
}		

/*images------------------------------------ */				
.sm_img	{
	float: right;
	margin: 0.5em 0 6px 10px;
	padding: 5px;
	border:  1px solid #94add6;
	border-left:  4px dotted #94add6;
}

body#about .sm_img, body#rent .sm_img {
	margin-top: 1.5em;
}

.sm_img_rt	{
	float: left;
	margin: 0.5em 10px 0 0;
	padding: 5px;
	border:  1px solid #94add6;
	border-right:  4px dotted #94add6;
}
    
/*index slideshow-------------*/   	
div#slideshow {
	float:  right;
	margin:  1.5em 0 10px 12px;
	width:  230px;  
    height:  auto;
    z-index:  5;
   overflow:  hidden;
}

#slideshow img {  
	margin:  0;
   /* padding: 6px; 
    border:  2px solid #94add6;
    background-color: #fff;  */
    border:  6px solid #94add6;
}     

/*announce move contact pg*/
#moveblurb {
	position:  absolute;
	top:  215px;
	right:  6%;
	width:  30em;   
	background-color: #c0e42d;
}
		
#moveblurb p {
	margin:  10px 5px 10px 10px;
	padding:  0;
	font-size:  110%;
}			