/* CSS Document */
html{
	margin:0px;
	padding:0px;
	height:100%;
}
a{
	text-decoration:none;
}

img{
	border:0px;
}
P, td, ul, body{
	margin:0;
	padding:0;
	border:0;
}

td{
	vertical-align:top;
}

body{
	/*background-color:#e5f8c9;*/
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	padding-top:20px;
}

span.green-header, .detail{
	color:#cddf81;
	font-size:23px;
	text-align:left;
}

div.top-left .detail{
	position:relative;
	z-index:3;
}

h2{
	background-color:#cddf81;
	text-indent:10px;
}

span.white-header, .important{
	color:#fff6e5;
	font-size:23px;
	text-align:left;
}

div.layout{
	width:950px;
	position:relative;
}

div.card{
	display:none;
	position:absolute;
	left:-30px;
	top:5px;
	width:100px;
	height:117px;
	background-image:url(img/card.jpg);
	z-index:2;
}

div.layout-top{
	background-image:url(img/header.jpg);
	height:155px;
	vertical-align:bottom;
}

div.layout-top a{
	display:block;
	height:155px;
}

div.search a{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
}

div.menu{
	vertical-align:bottom;
	height:25px;
}

div.main-menu{
	height:16px;
	line-height:16px;
	background-image:url(img/menu-back.png);
}

div.top{
	background-image:url(img/top-smaller.jpg);
	width:950px;
	height:120px;
	background-repeat:no-repeat;
}

div.top-left{
	float:left;
	padding:15px 15px 10px 35px;
	text-align:left;
	width:400px;
}

div.top-left p{
	color:#B3CEB0;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:left;
	line-height:150%;
}

div.top-left a{
	text-decoration:underline;
	color:#B3CEB0;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:left;
	line-height:150%;
}

div.top-right{
	float:right;
	vertical-align:middle;
	padding-top:20px;
	width:500px;
	text-align:left;
}

div.content{
	background-color:#EAE6DA;
	text-align:justify;
	padding:25px 40px;
}

div.footer{
	background-image:url(img/footer.png);
	width:800px;
	height:20px;
	line-height:20px;
	padding:10px 75px;
	background-repeat:repeat-x;
}

div.copyright{
	/*color:#B3CEB0;*/
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:left;
	line-height:200%;
	/*opacity:0.85;*/
	color:#FFFFFF;
	vertical-align:bottom;
	padding-left:20px;
}

div.text{
	height:90%;
}

/****************************************** top menu  *******************************************/
ul#menu{
	padding:0px;
	margin:0px;
	border:0px;
	float:right;
}

ul#menu li{
	float:left;
	list-style-type:none;
	text-align:center;
	padding:0px 10px;
}

ul#menu li a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS";
	display:block;
}

/************************************** main menu ************************************/
ul#nav-menu{
	margin:0px;
	padding:0px;
	border:0px;
}

ul#nav-menu li{
	display:inline;
	list-style-type:none;
	padding:0px 40px;
	font-size:14px;
	font-weight:bold;
}

ul#nav-menu li a, ul#nav-menu li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

/************************************** bottom menu ************************************/
ul.bottom-menu{
	margin:0px;
	border:0px;
	padding:5px 20px;
}

ul.bottom-menu li{
	list-style-type:none;
	text-align:left;
}

ul.bottom-menu li a{
	text-decoration:underline;
	color:#B3CEB0;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:left;
	line-height:200%;
}

/************************************ content elements *********************************/
div#green-blue-top{
	width:324px;
	height:16px;
	/*background-image:url(img/green-blue-top.jpg);*/
	background-image:url(img/orange-top.jpg);
	background-repeat:no-repeat;
	color:#fff6e5;
	font-weight:bold;
	padding:14px 30px;
	font-family:"Trebuchet MS";
	font-size:14px;
}

div#gray-top{
	background-image:url(img/gray-repeat.jpg);
	background-repeat:repeat-y;
	color:#fff6e5;
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:14px;
}

div#inner-gray p, div#inner-gray p.bodytext{
	color:#5d5148;
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:12px;
}

div#inner-gray a, div#inner-gray a:hover{
	color:#5d5148;
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:12px;
}

div#inner-gray hr{
	color:#607032;
	border:1px solid #607032;
	height:1px;
	margin:17px 0px;
}

div#gray-top span.important{
	color:#5d5148;
	font-size:24px;
	font-weight:bold;
}

div#green-blue-middle{
	/*background-image:url(img/green-blue-repeat.jpg);*/
	background-image:url(img/orange-repeat.jpg);
	background-repeat:repeat-y;
}

div#green-blue-middle span.important{
	color:#ffffff;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight:normal;
}

div#green-blue-middle p, div#green-blue-middle p.bodytext{
	color:#ffffff;
	text-decoration:none;
}

div#green-blue-middle a, div#green-blue-middle a:hover{
	color:#efdbcd;
	text-decoration:none;
}

div#inner-gray img, .gray .content img{
	padding:3px;
	border:1px solid #B3B89A;
}

div#green-blue-middle img{
	background-color:#FCAE2C;
	border:1px solid #FDBE56;
	padding:1px;
}

div#green-blue-middle hr{
	color:#ffffff;
	border:1px solid #ffffff;
	height:1px;
	margin:15px 0px;
}

div#green-blue-bottom, div#gray-bottom{
	width:384px;
	height:55px;
	/*background-image:url(img/green-blue-bottom.jpg);*/
	background-image:url(img/orange-bottom.jpg);
	background-repeat:no-repeat;
}

div#inner-blue-green{
	/*background-image:url(img/green-blue-middle.jpg);*/
	background-image:url(img/orange-middle.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:middle;	
	padding:15px 30px;
	width:324px;
}

div#inner-gray{
	background-image:url(img/gray-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:middle;	
	padding:15px 30px;
	width:324px;
}

td.left-column{
	width:720px;
}

td.middle-column{
	width:30px;
}

td.right-column{
	width:150px;
}

.orange{
	/*background-color:#FCB43E;*/
	background-color:#D38C1A;
	border:2px solid #FFD46E;
	margin-bottom:10px;
	width:140px;
}

.orange .header{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:140px;
}

.orange .content{
	background:none;
	color:#ffffff;
	font-size:12px;
	width:130px;
	padding:5px;
	background-color:#EAE6DA;
	margin-bottom:5px;
}

.orange .content p, .orange .content a, .orange .content a:hover{
	color:#000000;
	font-size:12px;
}

.orange .content hr{
	color:#ffffff;
	border:1px solid #ffffff;
	height:1px;
}

.gray{
	background-color:#DCDAC5;
	border:2px solid #FFD46E;
    	width:640px;
    	padding:10px;
}

.gray .content{
	background:none;
	color:#5D5148;
	font-size:12px;
	padding:0;	
	padding:10px;
	width:620px;
}

.gray .content p, .gray .content a, .gray .content a:hover{
	color:#5D5148;
	font-size:12px;
}

.gray .content hr{
	color:#5D5148;
	border:1px solid #5D5148;
	height:1px;
}

