@charset "UTF-8";
/* CSS Document */

body{
	background:url(../images/back01.jpg);
	background-position:left top;
	margin:10 px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat:no-repeat;}
p{
	margin-bottom:5px;}
a:link { color:#ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in;  
    -moz-transition: 0.3s ease-in;  
    -o-transition: 0.3s ease-in;  
    transition:0.3s ease-in;
	}
	
a:visited {color:#ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none; 
	}
	
a:hover {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in;  
    -moz-transition: 0.3s ease-in;  
    -o-transition: 0.3s ease-in;  
    transition:0.3s ease-in;
	}
a:active { color:#999999;
	}
ul{
	margin-top:0px;
	padding-left:10px;
	}
li{
	margin-top:0px;
	list-style:none;
	margin-left:5px;}
	

#container{
	margin-left:200px;
	width:800px;
	padding:20px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:25px;
	}
h1{	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#CC6600;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:10px;
}

#menu_container{
	top:200px;}
	
#body{
	width:780px;
	}
	
#header{
	padding:10px;
	width:770px;
	background:#ffffff;}
	
#left {
	margin-top:20px;
	float:left;
	width:180px;
	vertical-align:bottom;
	padding-top:35px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color:#FFFFFF;}
	
#right {
	margin-top:20px;
	margin-left: 210px;
	width: 570px;
	padding-right: 10px;
	padding-top:35px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	border-left:solid 1px #EBEBEB;
		}
#imagecontainer{
	height:160px;}
#imagecontainer1{
	height:160px;}
#imagecontainer2{
	height:160px;}
#imagecontainer3{
	height:160px;}
#imagecontainer4{
	height:160px;}

#innerleft {
	float:left;
	width:180px;
	vertical-align:bottom;
	padding-right:10px;
}

#innerleft2 {
	float:left;
	width:180px;
	vertical-align:bottom;
	padding-right:10px;
}
#innerleft120px {
	float:left;
	width:120px;
	padding-right:10px;
}
	.glossymenu{
margin: 5px 0;
padding: 0;
width: 180px;
}
.glossymenu p{
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2	0px;
}
#spacer2{
	float:left;
	width:242px;
	margin-left:35px;}
#spacer3{
	width:243px;
	margin-left:285px;}
.glossymenu a.menuitem{
	background:#947b67;
	font: bold 13px "arial", "helvetica", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:20px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom:1px solid #bcaa9b;
	background-color: #947b67;
}
.glossymenu a.menuitem {
	background:#947b67;
	font: bold 13px "arial", "helvetica", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:20px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom:1px solid #bcaa9b;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background:#CC6600;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	list-style:none;
	margin-left:0px;
	}

.glossymenu div.submenu ul li a{
	display: block;
	font:Arial, Helvetica, sans-serif normal 13px;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background:#ff9900;
	color: #fff;
	-webkit-transition: 0.3s ease-in;  
    -moz-transition: 0.3s ease-in;  
    -o-transition: 0.3s ease-in;  
    transition:0.3s ease-in;
}
.glossymenu div.submenu ul li a:active{
	background:#CC6600;
	color: #fff;
	-webkit-transition: 0.3s ease-in;  
    -moz-transition: 0.3s ease-in;  
    -o-transition: 0.3s ease-in;  
    transition:0.3s ease-in;
}
.glossymenu div.submenu ul li a:visited{
	-webkit-transition: 0.3s ease-in;  
    -moz-transition: 0.3s ease-in;  
    -o-transition: 0.3s ease-in;  
    transition:0.3s ease-in;
}

#border-bottom {
	height: 20px;
	position:fixed;
	bottom: 0;
	left: 0;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	vertical-align:middle;
	}
#border-ATOL {
	color:#333333;
	background-color:#EDEDED;
	bottom: 20px;
	left: 0;
	padding:10px;
	border:#CCCCCC 1px solid;
	}
#border-bottomright{
	height: 20px;
	position:fixed;
	bottom: 0;
	right: 0;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	vertical-align:middle;
	}
.class_left {
 float:left;
 padding:15px;}
.class_border{
	border:solid 1px #CCCCCC;
	padding:10px;}
.border2{
	border:solid 1px #CCCCCC;
	margin:2px;}
td{
	padding:2px;
	border:#CCCCCC solid 1px;}
.small_box{
	margin:auto;
	width:150px;
	padding:10px;
	border:solid 1px #999999;}
.orghglt{
	color:#ff9900;
	font-weight:bold;
	padding: 3px 5px 20px 5px;}
.redhglt{
	font-size:14px;
	color:#990000;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:0px;}
.spacer_bottom{
	padding-bottom:10px;}
.spacer_right{
	padding-right:10px;}
.NoMenu{
	background-color:#999999;
font: bold 13px "arial", "helvetica", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top:4px;
padding-bottom:4px;
padding-right:20px;
padding-left: 10px;
text-decoration: none;
border-bottom:1px solid #bcaa9b;}
	

