/*BEGIN LAYOUT CSS*/

html, body  { 
text-align: center;
background-image: url(../images/bg_Tile.png);
background-repeat: repeat-x;
background-color: #9D9879;
margin: 0;
padding: 0;
height:100%; 
} 

div#container
{

min-height: 100%;
width:808px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;

}

div#header
{
position:relative;
text-align: center;
background-image: url(../images/logo_NICCE.png);
background-repeat: no-repeat;
width:800px;
height:150px; 
margin: 0 auto;
border-bottom: 1px solid #FFFFFF;
}

div#globalnav
{
width:800px;
margin-left: auto;
margin-right: auto;
}



div#menuitem {
position:relative;
min-height:38px;
height: auto !important;
height:38px;
overflow: hidden; 
white-space: nowrap;
display:block;
float:left;
text-align: center;
background:#cccccc;
font-size: 12px; 
font-family: Arial, Geneva, sans-serif;
text-decoration: none; color:#000000;
margin: 0px auto;
padding: 0px auto;
line-height: 38px;
cursor: pointer;
}

div#subcontent
{

width:800px;
text-align: center;
margin: 0px auto;
padding: 0px auto;

}

#contentphotoright { 
	position:relative;
    float: right; 
	margin:10px 10px 0px 10px;

}

.input {font-size:11px; font-family:Arial, Geneva, sans-serif;}

.linkcolor-red { font-size: 12px; font-family: Arial, Geneva, sans-serif;text-decoration: none; color:#000000;}
.linkcolor-red a:link { color: #1d8141}
.linkcolor-red a:visited { color: #1d8141}
.linkcolor-red a:hover { color: #1d8141}
.linkcolor-red a:active { color: #1d8141}

.linkcolor-white { font-size: 12px; font-family: Arial, Geneva, sans-serif;text-decoration: none; color:#000000;}
.linkcolor-white a:link { color: #FFFFFF}
.linkcolor-white a:visited { color: #FFFFFF}
.linkcolor-white a:hover { color: #FFFFFF}
.linkcolor-white a:active { color: #FFFFFF}

.x1 {font-size:11px; font-family:Arial, Geneva, sans-serif;}
.x2 {font-size:12px; font-family:Arial, Geneva, sans-serif;}

.headline {color: #000000;	font-size: 18px;line-height: 16px;letter-spacing: -1.5px;font-weight: bold;}
.headline-mini {color: #000000;	font-size: 13px;line-height: 14px;letter-spacing: 0.5px;font-weight: bold;}
.headline2 {color: #000000;	font-size: 20px;line-height: 18px;letter-spacing: -1.0px;font-weight: bold;}

#photorightwrap { 
	/*position:relative;*/
    float: right; 
	margin:0px 0px 20px 20px;
}

#photoleftwrap { 
	/*position:relative;*/
    float: left; 
	margin:0px 20px 20px 0px;
}
#photorightnowrap { 
	position:relative;
    float: right; 
	margin:0px 0px 20px 20px;
	white-space: nowrap;
}

#photoleftnowrap { 
	position:relative;
    float: left; 
	margin:0px 20px 20px 0px;
	white-space: nowrap;
}
#link { 
	position:relative;
	margin:0px 0px 0px 20px;
	display: list-item;
	list-style-type: square;
}

#file { 
	position:relative;
 	margin:0px 0px 0px 20px;
	display: list-item;
	list-style-type: square;
}

/*BEGIN MENU CSS*/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#1d8141;
	min-height:30px;
	height: auto !important;
	height:30px;
	line-height: 30px;
	font-size: 12px; 
	font-family: Arial, Geneva, sans-serif;
	text-decoration: none; color:#FFFFFF;
	
}
  
li {
	float: left;
	position: relative;
	width: 99px;
	text-align: center;
	cursor: default;
	background-color: #1d8141;
	
	font-size: 12px; 
	font-family: Arial, Geneva, sans-serif;
	text-decoration: none; color:#000000;
	
}

li ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	background-color: #FFFFFF;
	font-weight: normal;
	
	/*padding: 0.5em 0 1em 0;*/
	/*border-right: solid 1px #7d6340;*/
}

li>ul {
	top: 100%;
	left: auto;
	
	

}

li li {
	display: block;
	float: none;
	border-bottom: 1px solid #FFFFFF;
	
	
	padding: 0px 4px 0px 5px;
	text-align: left;
	width: 200px;
}

li:hover ul, li.over ul {
	display: block;
	
}

/*END MENU CSS*/

