/* CSS */
abbr:hover 
{ 
	cursor: help;
}

body
{
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-color:#161733;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

h1, h2, h3, h4
{
	color: #2e3192;
	font-size:14px;
	margin: 0px 0px 5px 0px; 
}


a 
{ 
	text-decoration:underline;
	font-weight:bold;
	color:#2e3192;
	
}

a:hover
{
	color:red;
	text-decoration:underline;
}

ul
{
	
	/*margin:10px;
	margin-top:20px;
	padding:10px;
	background-color:#F5F5FA;
	border: 3px ridge #9698C8;
	border-top: 1px solid #9698C8;
	border-left: 1px solid #9698C8;*/
	list-style-image:url(../images/bullet_logo2.gif);
	margin-left:5px;
	padding-left:30px;
}

ul a 
{
	color: #2e3192;
	text-decoration: none;
	border-bottom: 1px dotted #0040b6;
}

ul a:hover
{
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
	cursor: help;
}

li
{
	margin-top:5px;
	margin-left:3px;
}

table
{
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	font-size:12px;
}

td
{
	margin:0px;
	padding:0px;
}

p
{ 
	margin: 0; 
	padding: 0 0 10px; 
	font-size:12px;
}

img.a
{
border-bottom-style: none;
}

#body_container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:782px;
	border:1px solid #CBCCE4;

}

#contact
{
	position: absolute;
	right:0px;
	bottom:0px;
	width:445px;
	padding:0px 35px 5px 0px;
	font-size:11px;
	text-align:right;
}
.langButton{
	display:block;
	width:120px;
	height:16px;
	line-height:16px;
	background-image:url(/images/languagebutton-bg.png);
	clear:both;
	float:right;
	margin:5px 0px;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
.langButton:hover{
	color:#EC1C24;
	text-decoration:none;
	background-image:url(/images/languagebutton-bg-over.png);
}
#footer
{
	display: block;
	height: 82px;
	background: url(../images/footer-full-fr.png) top left repeat-x;
	padding:0 50 0 20px;
	color: #2e3192;
}
#footer p{
	margin-left:20px;
}
#main_content
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	color:#330000;
	background-color:#ffffff;
}

#main_left
{
	width:260px;
	padding:20px;
}

#main_right
{ 
	width:420px; 
	padding: 20px;
}

#main_right ul
{
	width:380px;
	margin:0px;
	padding:10 0 10 0px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	list-style-image:url(../images/bullet_arrow.gif);
}

#main_right ul a 
{
	color: #2e3192;
	text-decoration: none;
	border-bottom: 1px dotted #0040b6;
}

#main_right ul a:hover
{
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
	cursor: help;
}

#main_right li
{
	margin-top:5px;
	margin-left:17px;
	font-size: 13px;
}
#main_threecolumn
{ 
	width:740px; 
	padding: 20 20 0 20px;
	margin:20px;
	
}
#main_twocolumn ul
{ 
	padding-left:20px;
}
#map ul
{
	width:225px;
	margin:10px;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	list-style-image:url(../images/bullet_arrow.gif);
	font-size: 11px;
}

#notice
{
	border: 1 0 0 0px solid #2E3192;
	width:250px;
	padding:20px;
	font-size: 10px;
}
.notice2
{
	margin:5px 0px 5px 0px;
	font-style:italic;
	font-size: 10px;
}
#notice a
{
	font-size: 10px;
	font-weight: normal;
}

.tag
{
	position:relative;
	color: #EC1C24;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-variant: small-caps;
	
}
.colori
{
	color:#4A4E8E;
	font-weight: bold;
	text-decoration: none;
	
}
.colorS
{
	color:#4A4E8E;
	font-weight: bold;
	text-decoration: none;
	
}
.tagbig
{
	color: #EC1C24;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}

.option
{
	color: #EC1C24;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;

	
}

.quote 
{
	color:#797CB9;
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	margin:0px;
}
.quotesm 
{
	color:#797CB9;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	margin:0px;
}
#header {
	position:relative;
	width:782px;
	height:135px;
	background-image:url(../images/acc-header-full-fr.png);
	
}
#header h1{
	display:none;
}
#cutout {
	position:absolute;
	background-color:#ffffff;
	width:5px;
	height:5px;
	top:0px;
	right:0px;
}
#outerbox{
	position:relative;
	width:300px;
	background-image:url(../images/box-back-big.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-top:20px;
	
	

}
#outerboxopt{
	position:relative;
	width:300px;
	background-image:url(../images/box-back-big.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	

}
#outerboxopt:hover{
	background-image:url(../images/box-back-big-over.gif);
}
#outerboxopt h3{
	color: #2e3192;
}
#innerbox {
	margin: 0px 10px 0px 10px;
	text-align:left;
}

#padbox {
	width:100%;
	margin:0px 10px 0px 5px;
	height:250px;
	padding-top:5px;
}
#portal h4{
	margin:0px;
	
}
#portal{
	position:relative;
	
	
	
}
#cform input{
	 margin-bottom:2px;
}
#testimonial{
	margin:10px 20px 10px 20px;
}
#signature {
	font-size:16px;
	font-family: "Monotype Corsiva",cursive, Arial;
	font-weight:bold;
	color:#4A4E8E;
	float:right;
	margin-right:5px;
	padding-right:4px;
}
.v2Text{
	font-family:"Lucida Calligraphy","Monotype Corsiva",cursive, Arial;
	color:#FF0000;
	font-weight:bold;
	
	font-size:14px;
	padding-right:3px;
}
.ccorner{
	background-image:url(../images/corner.png);
	background-repeat:no-repeat;
	
}
#menu{
	width:100%;
	height:24px;
	margin:0;
	background-image:url(../images/menu-css-back.png);
	background-repeat:repeat-x;
}
#menu a{
	position:relative;
	display:block;
	line-height:24px;
	width:100px;
	height:24px;
	float:left;
	margin:0;
	padding:0;
	clear:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bolder;
	color:#2e3192;
	text-align:center;
	background-image:url(../images/spacer.gif);
}
#menu a:hover{
	color:#EC1C24;
	background-image:url(../images/menu-css-anim.gif);
	background-repeat:no-repeat;
}
.curMenu{
	color:#EC1C24;
}

.mSep{
	
	display:block;
	width:20px;
	height:24px;
	overflow:hidden;
	float:left;
	clear:none;
	background-image:url(../images/menu-css-sep.png);
	
	
}
* html .mSep {
	background-image:url(../images/menu-css-sep.gif);
}
.animArrow{
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	top:0px;
	left:0px;
	
}
.animArrow img{
	border:none;
}
#language{
	position:absolute;
	top:0px;
	right:0px;
	width:108px;
	height:31px;
	margin:0;
	padding:0;
	background-image:url(../images/language-back.png);
	line-height:18px;
}
#language a{
	margin: 0 0 0 33px;
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#language a:hover{
	color:#EC1C24;
}