

/* GLOBAL DIVS ..................................................... */

body {
	background-color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	/* border-top: 4px solid #6b7989; */
	font-weight:lighter;
	line-height: 1.5em;
	font-size: 1.0em;
	text-align:justify;
}

#header {
	text-align: left;
	padding: 6px 0 20px 0;
	margin: 0 auto;
	border-bottom: 1px dashed #cecece;
	background-color:#fff;
	width: 768px;
}

#logowrap {
	padding: 0;
	margin: 0 auto;
	width: 768px;
	height: 40px;
	background-color:#fff;
	background-image: url(images/logo_background_red.jpg);
	background-repeat:no-repeat;
}

#logo {
	padding: 5px 0 0 0;
	margin: 0;
}


#container{
  background-color:#fff;
  overflow:hidden;
  width:728px;
	margin: 0 auto;
	border-left: 1px dashed #cecece;
	border-right: 1px dashed #cecece;
	padding: 10px 20px;
}

#leftcol {
  background-color:#fff;
  width:487px;
  border-right:340px solid #fff;
  /* The width and color of the rail */
  margin-right:-340px;
  float:left;
	padding: 0 20px 0 0;
}

.leftcolbox {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 40px 0 0;
	width:487px;
	background-color:#fff;
	float: left;
	text-align:justify;
}

#leftcol .leftcolbox img {
	float: left;
	margin: 0 20px 0 0;
}

#leftcol .structurebox {
	margin: 0 0 10px 0;
	padding: 0;
	width: 400px;
	background-color:#fff;
}

#rightcol {
  background-color:#fff;
  width:220px;
  float:left;
	padding: 0;
} 

.boxwrapper {
	margin: 10px 0;
	padding: 0;
	float: none;
  position: relative;
  height: 180px;
	width: 487px;
	background-color:#fff;
}

#rightbox, #leftbox {
	width:201px;
	padding: 10px 15px 15px 15px;
	height: 170px;
}

#leftbox {
	margin: 0 10px 0 0;
	background-color:#fff;
}

#rightbox {
	margin: 0 0 0 10px;
	background-color: #fff;
}

#leftcol img.howto {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 0 0 5px;
}

#container #leftcol .column {
  float: left;
  position: relative;
	background-color: #fff;
	background-image:url(images/postit.jpg);
	background-repeat:no-repeat;
	background-position:top left;
  /* padding-bottom: 20010px;  /* X + padding-bottom */
  /* margin-bottom: -20000px;  /* X */
  /* line-height: 1.5em; */
}

#container #leftcol .column p {
	color: #666633;;
	text-align: left;
}

#footer {
	clear:both;
	padding: 10px 20px;
	margin: 0 auto;
	width: 728px;
	border-top: 1px dashed #cecece;
}

#footer p, #footer ul, #footer ul li, #footer ul li a {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: right;
	font-size:90%;
	color: #999999;
}

#footer ul li a:hover {
	color: #666666;
}






/* TEXT STYLES ..................................................... */

h1 {
	margin: 0;
	padding: 8px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:lighter;
	color: #990000;
	border-bottom: 1px dashed #cecece;
	text-align:left;
}

h1.padtop {
	padding-top: 15px;
}

h1.maintitle {
	font-size:1.5em;
}

h2 {
	margin: 0;
	padding: 8px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #567;
	background-color: #fff;
	border-bottom: 1px dashed #cecece;
	text-align:left;
	font-size: 1.5em;
}

h1.eval {
	font-size: 1.5em;
	background-image:url(images/title_eval_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1.structure {
	font-size: 1.5em;
	background-image:url(images/title_structure_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1.pagestructure {
	font-size: 1.5em;
	background-image:url(images/title_pagestructure_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1.text {
	font-size: 1.5em;
	background-image:url(images/title_text_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1.audience {
	font-size: 1.5em;
	background-image:url(images/title_audience_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1.legal {
	font-size: 1.5em;
	background-image:url(images/title_legal_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h3.subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #999999;
	font-size: 0.9em;
	font-weight: lighter;
	margin: 0;
	padding: 5px 0 0 0;
}

p {
	padding: 8px 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.70em;
	text-align:left;
}

p.postit {
	font-size: 0.70em;
}

p.italic {
	font-style:italic;
	}
	
p.left {
	text-align: left;
}	

p.profile {
	color: #666666;
}	
	
.pullquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width: 40%;
	float:right;
	font-size:110%;
	line-height:140%;
	margin:20px 0 10px 10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
	
	
	
	
	
/* LINK STYLES ..................................................... */	
	
a { text-decoration: none; padding-bottom: 1px; }

#container #leftcol a {color: #9f0c01;}
#container #leftcol a:hover {color: #cc0000; border-bottom: 1px solid #cecece; background-color:#f7f7f7; }

#container a:visited {color:#DB7093;}
#container a:hover {color: #564b47;}
#container a:active { color:#000000;}

#container #leftcol a.ovrlink {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666633;
	margin: 3px 0 0 0;
}

#logo a {
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin: 5px 0 0 5px;
	padding: 5px 0 1px 17px;
	font-size: 1.2em;
}

a.strulink p {
	font-size: 0.7em;
	text-align:right;
	padding: 2px 3px 3px 0;
	margin: -7px 0 0 0;
	color: #DB7093;
	width: 219px;
	background-color: #f1f1f1;
}

a.strulink p a {
	color: #DB7093;
}

a.strulink:hover p {
	color: #333333;;
}



/* LIST STYLES ..................................................... */

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:justify;
}

li {
	padding: 0;
	margin: 0;
	display: inline;
}

li.italic {
	font-style:italic;
	color: #666666;
}

ul p {
	font-size: 100%;
}

#leftcol ul.lessheight {
	text-align: left;
}

#leftcol ul.lessheight li {
	line-height: 90%;
}

#leftcol ul.lessheight li em {
	color: #567;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
	line-height: 140%;
	padding: 0;
}

#leftcol li.indent {
	text-align:left;
	padding: 0 0 5px 15px;
}

#leftcol ol {
	list-style-type: upper-alpha;
	padding: 8px 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.7em;
}

#leftcol ol li {
	display: block;
	padding: 5px 0;
}

#leftcol ul {
	padding: 8px 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.7em;
}

#leftcol ul li {
	display: block;
	padding: 5px 0;
}

#leftcol ul li em {
	color: #567;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
	line-height: 140%;
	/*border-bottom: 1px dashed #cecece;*/
}

#leftcol ul li span {
	display: block;
	font-style:normal;
	padding: 0 0 2px 0;
	line-height: 150%;
	text-align:left;
}

#leftcol .structurebox ul li em  {
	display: block;
	font-style:normal;
	padding: 5px 5px 6px 8px;
	margin: 0;
	line-height: 100%;
	text-align:justify;
	color:#567;
	background-color: #f1f1f1;
}

#leftcol .structurebox ul li span {
	background-color: #f9f9f9;
	padding: 5px 5px 6px 8px;
	color: #567;
	margin: 0;
}

#leftcol .structurebox ul li a {
	padding: 0 0 0 8px;
	color: #567;
	width: 100%;
	margin: 0;
}

#leftcol .structurebox ul img {
	border: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	display:block;
}

#container #leftcol ul li.title {
		font-style:normal;
		border-bottom: 1px dashed #cecece;
		color: #990000;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
    padding: 8px 0 5px 0;
		}




/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: inline;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */





/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0 auto;
	font-size: 95%;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #567;
	padding: .4em 0.8em;
	display: block;
	position: relative;
	margin: 0;
}

.menu li ul li a {
	padding: 2px 5px;
}

.menu a.current {
	background-color: #567;
	color: #ffffff;
}

.menu a.current:hover {
	background-color: #404c59;
	color: #fff;
}

.menu li ul li a:hover {
	background-color: #f8f8f8;
	color: #333333;
}

.menu a:hover, .menu li:hover>a {
	color: #333333;
	background-color:#f1f1f1;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #cecece;
	font-size: 90%;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */







/* IMAGE STYLES ..................................................... */

#leftcol img, #leftcol a img, #rightcol img, #rightcol a img {
	border: 1px solid #cecece;
	padding: 5px;
	}

img.current:visited {
	border: 1px solid #999999;
	background-color: #f1f1f1;
}

#rightcol a img {
	margin: 10px 0 0 0;
}

#rightcol a:hover img {
	border: 1px solid #999999;
	background-color: #cecece;
}

#rightcol img.current {
	margin: 10px 0 0 0;
	border: 1px solid #000000;
	background-color:#990000;
}

.imagefloatr {
	padding: 5px;
	/*border: 1px solid #cecece;*/
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 8px 0 4px 12px;
	line-height: 1.2em;
	float: right;
}

.imagefloatl {
	padding: 5px;
	border: 1px solid #cecece;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 12px 12px 4px 0;
	line-height: 1.2em;
	float: left;
}

.imagefloatl p, .imagefloatr p {
	padding: 0;
	font-size: 100%;
	text-align:right;
}
	
.arc90_imgcaption {
	text-align: right;
	border: none;
	padding: 0;
	margin: 0;
	}
	
.arc90_imgcaptionTXT {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.2em;
	}

.floatl {
	float: left;
	}
	
.floatr {
	float: right;
	margin: 4px 0 0 10px;
	}