/*
 
main 1024x768 
 
Default/shared styles
----------------------------------------------------------------------*/
body {
	font-size:75%;
	font-family:  "Helvetica 55 Roman", Arial, "MS Sans Serif", sans-serif;
	color:  #D4D0C8;
	text-align:left;
	background-color: #FFFFFF;
} 


a:link {
	color: #9d9d9d;
}
a:visited {
	color: #5273a5;
}

a:hover { 
	color: #6b9add;
}



/********************************************
 Topics
*********************************************/ 

H1.logo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699; 
	visibility:hidden;
}

  
.logo1 {   
	margin: 0px ; 
	position: relative;  
	color: #006699; 
    padding: 38px 0 0 0;
    overflow: hidden;
    background-image:  url("../images/site1_01.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:44px; 
	background-color: #fff; 
}


/**********************************************
  layout 
 **********************************************/
 
/* ADJUST left and top to set overall layout location */
.layout { 
	position:relative;
	left:175px;
	top:0px;
	padding: 0px;
}


/********************************************
 Topics
*********************************************/ 

/* ADJUST to set vertical position of links */
.specialty-menu {
position:relative;
	top:12px;  
	height:22px;
} 

.specialty-menu .spacer {
	background-color:#FFFFFF;
}

.specialty-menu span a {
text-decoration:none;
}

.specialty-menu .selected a{ 
color:#0099FF;
}

/********************************************
Image Menu
*********************************************/ 

/* ADJUST top and height to allow links on specialty-menu to function */
div.image-menu { 
	font-family:  "Helvetica 55 Roman", Arial, "MS Sans Serif", sans-serif; 
	font-size:85%;
    text-align: left;
    clear:both;
    display: block;
	position:relative;   
	top: 5px;
	height:27px;
}
  
/* ADJUST margin-right to space mood sets of images */
div.image-menu  div.mood {  
    display: block;
	position:relative;   
	float:left;
	text-align: left; 
	margin-right:3px; 
	}

div.image-menu  div.mood div.description {
	clear:left;
	top:0px;
	margin-right:0px; 
	visibility:hidden;
	 
} 
 
/* ADJUST margin-right to space image links */
div.image-menu  div.mood div.image-link a { 
    text-decoration:none;
	clear:left;
	top:0px;
	margin-right:10px; 
}

/* ADJUST margin-right to space image links */
div.image-menu  div.mood  image-link    { 
    text-decoration:none;
    clear:left;  
	top:0px;
	margin-right:10px;
}

/********************************************
Image  
*********************************************/ 

/* ADJUST left to be -layout left */
/* ADJUST height to leave some vertical padding around the image */
div.imagearea { 
	position:relative;
 	clear:left;  
	left:-175px; 
	height:380px; 
	border-top-color:#D1D1D1;
	border-top-width:1px;
	border-top-style:solid; 
	border-bottom-color:#D1D1D1;
	border-bottom-width:1px;
	border-bottom-style:solid;  
}
 
/* ADJUST height to define image height */
/* ADJUST left to be -left of imagearea */
.image {  
	padding-top:15px;
	height:350px;
	width:508px;
	left:175px;
	position:relative;
	overflow:hidden; 
 /*filter: alpha( opacity = 100 );
 opacity:1;*/ 
}
 
  
.image-description,  .image-description-separator{ 
	font :normal 80% Helvetica;
	position:relative;
    float:left;
}


/********************************************
copyright  
*********************************************/ 
  
.copyright {
    font :normal 80% Helvetica;
	position:relative; float:left;
}
  

/********************************************
contact details  
*********************************************/ 
div#contact-details  {
		z-index:1;
		visibility:hidden;
}



/********************************************
Text content area offset left against 
*********************************************/  
  

/* ADJUST height to define content area height */
/* ADJUST left to be -left of imagearea */
div.imagearea div#textcontent  {
 
 padding-top:20px;
	left:175px;
	position:relative;
	overflow:hidden;
	color: #768FA5;
} 
 

 
 
 
 
