/*
* {
	padding: 0px;
	margin: 0px;
}
*/

body {
	background: #F9F9F7 url('/images/a1.gif') repeat-x;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

#primarycontent .post .content {
	font-size: 110%;
}

address {
	font-size: 11px;
}

th, .f {
	font-size: 12px;
}

.l, .c {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.c {
	font-weight: normal;
}

a {
	color: #637790;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#splash {
	padding-right: 10px;
	text-align: right; 
}

#splash .phone {
	position: relative;
	float: left;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	/* margin-right: 100px; */
	padding-left: 20px;
	width: auto;
}

#splash a {
	color: #fff;
	text-decoration: underline;
}

#splash a:hover {
	text-decoration: none;
}

sup {
	font-size: 0.5em;
}

p {
	margin-bottom: 14px;
	text-align: justify;
}

img.picA {
	position: relative;
	/* top: -2px; */
	border: 3px double #dcdccf; /* #f5f5f1; */
	/* background: url('/images/a47.gif') no-repeat; */
	width: 120px;
	height: auto;
	padding: 6px;
}

img.picD {
position: relative;
/* top: -2px; */
border: 3px double #dcdccf; /* #f5f5f1; */
/* background: url('/images/a47.gif') no-repeat; */
width: 120px;
/* height: 118px; */
padding: 6px;
}

img.picB {
position: relative;
/* top: -2px; */
border: 1px ridge #f5f5f1;
/* background: url('/images/a26.gif') no-repeat;
width: 146px;
height: 75px; */
padding: 6px;
}

img.floatleft {
float: left;
margin: 0px 14px 3px 0px;
}

img.floatright {
float: right;
margin: 0px 0px 3px 14px;
}

#upbg {
	position: absolute;
	top: -3px;
	left: 0px;
	background: #fff url('/images/upbg.gif') no-repeat;
	width: 747px;
	height: 264px;
	/* z-index: 3; */
	padding: 0px;
	margin: 0px;
}

#outer {
position: relative;
width: 747px;
margin: 0 auto;
background: #fff url('/images/abg.gif') repeat-y;
}

#inner {
position: relative;
padding: 13px 30px 13px 30px;
}

#header {
position: absolute;
/* background: #586a80 url('/images/a8.gif') repeat-x; */
background-color: #444; /* #586a80; */
width: 202px;
height: 92px;
color: #fff;
padding-right: 10px;
padding-left: 10px;
}

#menu {
position: relative;
background: #46461F url('/images/a16.gif') repeat-x;
height: 50px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 20px 0px;
}

#menu ul {
}

#menu ul li {
display: inline;
line-height: 35px;
padding-left: 3px;
}

#menu ul li.first {
border-left: 0px;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover {
background: #fff url('/images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

/**********************/
/*  2. DROP-DOWN MENU */
/**********************/

/*Basic Setup*/
.dropnav {
	white-space:nowrap /*IE hack*/; 
	/* float:left; */ 
	/* width:900px; */ 
	border:none; 
	/* padding: 0px 20px 0px 5px; */
	margin: 98px 0px 20px 0px;
	position: relative;
	color: #fff;
	background: #46461F url('/images/a16.gif') repeat-x 0px -16px;
	height: 51px;
	font-size:110%;
	z-index: 1000;
} /*Color navigation bar normal mode*/

.dropnav ul {list-style-type:none;}
.dropnav ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.dropnav ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: #fff;}
.dropnav ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.dropnav ul li:hover {position:relative;} /*Sylvain IE hack*/
.dropnav ul li:hover a {background-color:rgb(210,210,210); color:rgb(50,50,50); text-decoration:none;} /*Color main cells hovering mode*/
.dropnav ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.dropnav ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.dropnav ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.dropnav table {position:absolute; top:0; left:0; border-collapse:collapse;}
.dropnav ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.dropnav ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.dropnav ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.dropnav ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*
237,237,237 = ededed (for cell hovering backgrounds)
210,210,210 = d2d2d2 (for cell backgrounds)
175,175,175 = afafaf (for borders)
50,50,50 = 323232 (darkest for text)
*/

.preload1 {background: url(/images/a16.gif);}
.preload2 {background: url(/images/icon_desc.gif);}

#subheader {
	margin: 98px 0px 5px 0px;
	list-style:none; 
	height:51px; 
	background: #46461F url('/images/a16.gif') repeat-x 0px -16px;
	position:relative; 
	z-index:500; 
}

.menu2 {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:36px; 
	background:transparent; 
	position:relative; 
	/* z-index:500; */ 
	font: 110% "trebuchet ms", helvetica, sans-serif;
}

.menu2 li.top {
	display:block; 
	float:left;
}

.menu2 li a.top_link {
	border-right:1px solid #afafaf;
	display:block; 
	float:left; 
	height:36px; 
	line-height:36px; 
	color:#fff; 
	text-align: center;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
}

.menu2 li a.top_link span {float:left; display:block; padding:0 12px 0 0; height:36px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 12px 0 0; height:36px;}

.menu2 li a.top_link:hover {color:#323232; background-color: #ededed; text-decoration: underline;}
.menu2 li a.top_link:hover span {background-color: #ededed;}
.menu2 li a.top_link:hover span.down {background-color: #ededed;}

.menu2 li:hover > a.top_link {color:#323232; background-color: #ededed;}
.menu2 li:hover > a.top_link span {color:#323232; background-color: #ededed;}
.menu2 li:hover > a.top_link span.down {color:#323232; background-color: #ededed;}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
.menu2 table td {text-align: left;}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul,
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:36px; background: #ededed; padding:3px; border-right:1px solid #afafaf; border-bottom:1px solid #afafaf; border-left:1px solid #afafaf; white-space:nowrap; width:162px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:162px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:162px; line-height:20px; text-indent:3px; color:#323232; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#ededed url(arrow.gif) 152px 7px no-repeat; color:#323232;}
.menu2 :hover ul.sub li a:hover {background:#d2d2d2; color:#323232;}
.menu2 :hover ul.sub li a.fly:hover {background:#d2d2d2 url(arrow_over.gif) 152px 7px no-repeat; color:#323232; text-decoration: underline;}
.menu2 :hover ul li:hover > a.fly {background:#d2d2d2 url(arrow_over.gif) 152px 7px no-repeat; color:#323232;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:162px; top:-4px; background: #ededed; padding:3px; border:1px solid #afafaf; white-space:nowrap; width:162px; z-index:400; height:auto;}

#date {
position: absolute;
top: 0px;
line-height: 36px;
color: #fff; /* #BDBDA2; */
right: 10px;
font-weight: bold;
font-size: 12px;
/* letter-spacing: -1px; */
}

#breadcrumbs {
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	position:relative; 
}

#secondarycontent {
	position: relative;
	width: 180px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#secondarycontent h3 {
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #444;
/* letter-spacing: -1px; */
border-bottom: 1px dotted #d4d4d4;
/* background: url('/images/a22.gif') bottom repeat-x; */
padding: 0px 0px 5px 10px;
margin-bottom: 15px;
}

#secondarycontent h3.scope {
/* position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #666;
border-bottom: 1px dotted #d4d4d4; */
background: url('/images/icon_scope_2.gif') bottom left no-repeat;
padding: 0px 0px 5px 30px;
/* margin-bottom: 20px; */
}

#secondarycontent .content {
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#secondarycontent .content ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
}

#secondarycontent .content ul span {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

#secondarycontent .content ul li {
	background: url(/images/icon_docsml.gif) no-repeat 0px 3px;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
    padding-left: 12px;
}

#secondarycontent .content ul li.pdf {
	background: url(/images/pdf2.gif) no-repeat 0px 3px;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
    padding-left: 13px;
}

#secondarycontent .content ul li a {
	font-weight: normal;
}

#secondarycontent .content ul.linklist {
list-style: none;
	padding: 0px;
	margin: 0px;
}

#secondarycontent .content ul.linklist li {
	background-image: none;
	border-top: solid 1px #eee;
	padding-top: 5px;
	padding-left: 0;
	margin: 5px 0px 0px 0px;
}

#secondarycontent .content ul.linklist li.first {
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#primarycontent {
position: relative;
width: 480px;
float: left;
/* z-index: 2; */
}

#primarycontent h3 {
position: relative;
top: 4px;
font-size: 18px;
line-height: 25px;
color: #444;
/* letter-spacing: -1px; */
border-bottom: 1px dotted #d4d4d4;
/* background: url('/images/a22.gif') bottom repeat-x; */
padding: 0px 0px 5px 15px;
margin: 0 0 20px 0;
/*width: 400px;*/
}

#primarycontent h3.delphi {
background: url('/images/icon_delphi.gif') 0% 50% no-repeat;
padding: 12px 0px 10px 30px;
}

#primarycontent h4, #primarycontent h5, #primarycontent h6 {
    color: #666;
    font-family: Trebuchet MS;
    font-size: 16px;
}

#primarycontent td h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#primarycontent h6 {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#primarycontent b {
    color: #666;
}

#primarycontent .content {
	padding: 0px 15px 0px 15px;
	margin-bottom: 20px;
}

#primarycontent .post {
	margin-bottom: 30px;
}

#primarycontent .post .header {
	position: relative;
}

#primarycontent .post .date {
	position: absolute;
	right: 5px;
	top: 7px;
	line-height: 35px;
	color: #AFAFA4;
	font-weight: bold;
}

#primarycontent .post .content {
	margin-bottom: 0px;
}

#primarycontent .post .content table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

#primarycontent .post .content table ul {
    margin-left: 0;
}

#primarycontent .post .content dt {
	font-size: 14px;
	font-weight: bold;
}

#primarycontent .post .footer {
position: relative;
/* top: -10px; */
background: url('/images/a33.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul {
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li {
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#primarycontent .post .footer ul li.printerfriendly {
background-image: url('/images/a41.gif');
}

#primarycontent .post .footer ul li.comments {
background-image: url('/images/a36.gif');
}

#primarycontent .post .footer ul li.readmore {
background-image: url('/images/a38.gif');
}

#footer {
position: relative;
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
background-image: url('/images/a50.gif');
color: #A8A88D;
	padding: 0px;
	margin: 0px;
}

#footer a {
color: #8C8C73;
}

#primarycontent .post .content div cite, #primarycontent .post .content span div {
	margin: 0;
	padding: 0 5px 0 5px;
	font: italic normal 110% "Times New Roman", Times, serif;
}

.header blockquote {
	display: block;
	/* font-size: 160%; */
	width:70%;
	background: url(/images/quote_left.gif) no-repeat;
	color: #666;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 20px;
}

.header blockquote span {
	background: url(/images/quote.gif) no-repeat top right;
	padding-right: 20px;
}

big {
	font-size: 160%;
}

ul li.press {
	background: url(/images/newsitem_icon.gif) no-repeat 0px 1px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: none;
    padding-left: 20px;
}

ul li.press a {
	font-weight: bold;
}

