/* CSS Document */
body
{
    HEIGHT: 100%;
	width:auto;
    MARGIN: 0px;
    PADDING: 0px;
    FONT-SIZE: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
html
{
    HEIGHT: 100%;
	/*overflow-x:hidden;*/
}
a
{
	width:auto; 
	text-decoration:none; 
	color:#999999;
	background-color:#FFFFFF;
	padding-left:15px;
	padding:0.2ems 0.6ems; 
	border-right:1px solid white; 
	font-weight: lighter;
}
a:hover {
	background-color:#FFFFFF;
	font-weight: bold;
	color: #000000;
	font-weight: lighter;
}

li {display:inline}

.main_menu
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 40px;
	margin-left: 10px;
	z-index:4;
	width:700px;
}

.menu_underline
{
	margin-top:0px;
	margin-bottom:30px;
	padding:0;
	z-index:4;
}
.logo
{
	float: right;
	margin-right:0px;
	margin-top:0px;
	padding:0;
	z-index:5;
}
.welcome_text
{
	margin-bottom:250px;
	z-index:2;
}

.main_pic
{
	width:550;
	z-index:1;
}

.fpage_menu
{
	width:550;
	margin-left:5px;
	padding:0;
	margin-top:20px;
	z-index:1;
	text-align: right;
}
.spacer
{
	margin-left:349px;
}

/* Experimental specific styles */
.exp_menu
{
	margin-left:50px;
	font-style:bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	display: block;
	font-size: 12px;
}

.exp_menu_sel
{
	margin-left:50px;
	font-style:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 15px;
	display: block;
	font-size: 12px;
}

.exp_spacer
{
	margin-left:299px;
}
.exp_text
{
	font-style:bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
}
.exp_main_pic
{
	width:600;
	z-index:1;
}

.exp_image_detail
{
border: 0px;
padding: 8px;
width: 600px;
}

/* cat_display_list specific styles */

.float {
	margin-top:20px;
	float: left;
  }

.cdl_p {
	font-family: Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size: 12px;
	color: #666666;
}  

.cdl_images
{
	margin-right:100px;
	padding:0;
	width: 150px;	
	height: 250px;
}

.cdl_container
{
	margin-left: 100px;
	margin-right: 100px;
}

.cdl_title
{
	font-style:normal;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 24px;
	margin-left: 20px;
}

.contact_text
{
	font-style:bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	display: block;
	font-size: 13px;
}

.contact_text_heading
{
	font-style:bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	display: block;
	font-size: 20px;
}

/* Layout properties for the list page types */
.list_headings{
	font-weight:bold;	/* Bold font */		
	color: #FF0000;		/* The questions is in red */
	cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}
		
.list_texts{
	/* Layout properties - You can change these */
	
	border: 1px solid #555555;
	padding:3px;
	width:500px;
	background-color:#E2EBED;
	
	/* This one should not be changed */
	display:none;	
}
