@charset "utf-8";
/* CSS Document */

Body{
font-family:"Trebuchet MS", Arial;
background-color:#E2E2E2;
background-image:url(../gfx/BackgroundGradient.jpg);
background-position:top left;
background-repeat:repeat-x;
color:#666666;
font-size:90%;}

H1{color:#52ABC9;
font-size:40px;}

H2{color:#FF9900;}

LI{
	list-style-image: url(../gfx/icon/arrow_icon.gif);
	list-style-type: circle;}

#Wrapper{
width:787px;
text-align:left;
margin:0 auto;}

#Banner{height:80px;padding:20px;}


/* ----------------------------------------- */

#NavPrimary{
	font-size:18px;
	font-weight:bold;
	color:#CF202B;
	clear:both;
	height:30px;
}

#NavPrimary ul{margin: 0px;padding:0px 0px 0px 10px;}

#NavPrimary li{
	float: left;
	margin: 0;
	list-style: none;
	height:30px;
	padding-right:8px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:0px;
	background-image:url(../gfx/AnchorInActiveRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
	}

#NavPrimary a{
	background-image:url(../gfx/AnchorInActive.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:0px;
}


#NavPrimary a:visited, #NavPrimary a:link {color:#CF202B;text-decoration:none;}
#NavPrimary a:hover {color:#ccc;text-decoration:none;}


#NavPrimary li.active a{
	background-image:url(../gfx/Anchor.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FF6600;
}
	
	
#NavPrimary li.active{
	background-image:url(../gfx/AnchorRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}


/* ----------------------------------------- */


#Breadcrumbs{font-size:80%;color:#777;padding:10px 10px 10px 5px;}

#MainBody{
background-color:#FFFFFF;
background-image:url(../gfx/BackgroundContentGradient.jpg);
background-position:top left;
background-repeat:repeat-x;
}


#Content{
padding:0px 10px 10px 17px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
clear:both;
}

#ContentTextInner{
background-image:url(../gfx/BackgroundText.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:10px 50px 50px 50px;
}

#ContentTextOuter{
background-image:url(../gfx/BackgroundTextShadow.jpg);
background-position:top right;
background-repeat:repeat-y;
}

#ContentTextFooter{
background-image:url(../gfx/BackgroundTextFooter.jpg);
background-position:top left;
background-repeat:no-repeat;
height:17px;
width:100%;
}


#Footer{
background-image:url(../gfx/footer.gif);
background-position:top left;
background-repeat:no-repeat;
height:90px;
padding-top:15px;
font-size:75%;color:#999;
text-align:center;}

.txtAttention{color:#52ABC9;
font-size:120%;}



UL.Briefings LI{
list-style-image: url(../gfx/icon/acrobat_icon.gif);
list-style-type: circle;
padding:00px 10px 10px 10px;
border-bottom:1px dashed #ccc;}


/* -------------------------------------------------------------------- */

.ButtonDefault{
background-image:url(../gfx/Button/Right.gif);
background-repeat:no-repeat;
background-position:right top;
float:left;
padding:3px 2px 3px 0px;
margin:0px;
height:24px;}

.ButtonDefault p{margin:0px;padding:0px;}

.ButtonDefault a{
background-image:url(../gfx/Button/Left.gif);
background-repeat:no-repeat;
background-position:left top;
text-decoration:none;
color:#4A638C;
padding:3px 10px 6px 10px;
margin:0px;
}

.ButtonDefault a:hover{color:red;}


/* -------------------------------------------------------------------- */


