@charset "utf-8";
/* CSS Document */


/* hack fix firefox scroollbars movement */
html 	{height: 100%;}/*overflow:-moz-scrollbars-vertical; */

body 	{
	font: 0.9em/1.4em Georgia, Verdana, Tahoma;
	color: #707070;
	height: 100%;
	margin:0;
	padding:0;
	background:#ebe6d5;
}		
div.clear {clear:both; }


/* TYPOGRAPHY ELEMENTS */
/************************************************************************************/

p

h1 {}
h2 {font: 1.4em Georgia, "Times New Roman", Times, serif; }

h3 {}


a:link, a:visited {color: #A09970;}
a:hover {color: #5A553A;}

table.artists td {
	font-size: 85%;
	line-height:130%;
	color:#999;
	font-style: italic;
} 


#myGallery	{width: 758px !important; height: 611px !important;} 

/* POSITIONING ELEMENTS */
/************************************************************************************/

#container 	{width:778px; margin:0 auto; padding:120px 0 0 0; background:#fff url(../img/bg/top.jpg) no-repeat top right;}
#header 	{width:778px; margin:0; padding:0; float:none; clear:both;}
#logo 		{width:226px; margin:0; padding:0; float:left; clear:none;}
#nav 		{width:552px; margin:0; padding:0; float:right; clear:right;}
#title 		{width:300px; margin:0; padding:40px 15px 0 0; float:right; clear:right; text-align:right;}
#content 	{width:758px; margin:0 auto 10px auto; padding:0; clear:left;}
#footer 	{width:778px; margin:0 auto; height:120px; background:url(../img/bg/bottom.jpg) no-repeat top left;}


div.left_column {width:480px; float:left; clear:left; background:#fff;}

div.right_column {width:260px; float:right; clear:right; background:#fff;}

/* NAVIGATION ELEMENTS */
/************************************************************************************/

#nav ul 							{width: 100%; padding:0; margin:0; float:right; clear:both; }					 
#nav li 							{list-style: none; float:left; clear:none;padding:5px; margin-right:5px; }
#nav li a:link, #nav li a:visited	{color:#404040; text-decoration:none; }
#nav li a:hover						{color:#CC0033;text-decoration:none;}
					
						
#nav_mnu_sub li a:hover	{color:#669933; text-decoration:none;}

/* Indicate what sub section we're currently on */
body#home #nav_mnu_sub li#current a,
body#gallery #nav_mnu_sub li#current a,
body#about #nav_mnu_sub li#current a,
body#wow#nav_mnu_sub li#current a,
body#rua #nav_mnu_sub li#current a,
body#kpmg #nav_mnu_sub li#current a,
body#contact #nav_mnu_sub li#current a{color: #404040; background: #f0f0f0;}


	
/* FORM ELEMENTS */
/************************************************************************************/
form 			{font: 100% "Trebuchet MS", Verdana, Tahoma; padding: 0px; margin: 0px; display: inline;}
input 			{font: 100% "Trebuchet MS",Verdana, Tahoma; color:#353535; padding:2px; margin: 3px 4px 0 0 ;}
select 			{font: 100% "Trebuchet MS",Verdana, Tahoma; color:#353535; padding:2px; margin: 3px 4px 0 0 ;}
textarea 		{font: 100% "Trebuchet MS", Verdana, Tahoma; color:#353535; padding: 3px;}
input.btn_submit {
	background: url(file://///Boston/inetpub/wwwroot/img/btn_send_off.gif) no-repeat;
	border: 0px none; width:60px ; height:27px ;
}

img {border: 0px;}

.btn {
	color: #333;
	font-size: 100%;
	padding: 3px 5px 3px 5px;
}







