/* culture shock: prozac afternoon by pogy366 - Sept. 2005 */

/******* structure and layout *******/
page {
	overflow: scroll;
}
* {
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
}
body {
	font-size: 12px; 
	color: #000000; 
	background: #B4B8B7;
	margin:10px;
	padding:0px;
	background: #8E979C url(../gfx/bg.gif);
	text-align:center;
	line-height: 150%;
}

.wrap {
	position:relative;
	width:780px;
	margin:0 auto;
	padding: 0px;
	text-align:center;
	background: #ffffff url(../gfx/aon-header-keys-780x125.jpg) no-repeat;
	border-color: #f1b75f;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

.header {
    position:relative;
    clear:none;
    width:770px;
    height:25px;
    margin:100px 0 0 0;
    padding: 0px;
    background:transparent;
    color:#D3812D;
    text-align:right;
}

.topnav {
	position:relative;
	clear:both;
	width:780px;
	height:22px;
	margin: 0px;
	padding: 0px;
	background:#cccccc;
	font-size:11px;
}

.container {
	position:relative;
	clear:both;
	width:760px;
	margin:10px 10px 0 10px;
	padding:0px;
	background:#ffffff;
	color:#000000;
	text-align:left;
}

#container {
	background-image: url('../gfx/aon-logo1.gif');
	background-repeat: repeat-y;
	min-height: 450px;
}
* html #container {
	height: 450px;
}

.news_right {
	position:relative;
	float:right;
	clear:both;
	width:200px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	background:#fae4c0;
	color:#465670;
	font-size:11px;
	line-height: 125%;
}

.news p {
	margin:10px 10px;
}

.news_cnr_top {
	background:url(../gfx/cnr_tr.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

.news_cnr_bottom {
	background:url(../gfx/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

img.cnr {
	width:8px;
	height:8px;
	border:none;
	display: block !important;
}

.footer {
	position:relative;
	clear:both;
	width:780px;
	margin:20px 0 0 0;
	padding:4px 0 4px 0;
	background:#ffffff;
	font-size:8pt;
	text-align:center;
	border-top:1px solid #f1b75f;
	border-bottom:1px solid #f1b75f;
}


/******* top navigation *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:8pt;
color:#ffffff;
float:left;
height: 20px;
width:100%;
background:#ffffff url(../gfx/topnav_bg_grey.gif);
list-style:none;
overflow: hidden;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0px;
padding: .25em 2em 0 1em;
background:#ffffff url(../gfx/topnav_bg_grey.gif);
color: #000000;
text-decoration:none;
float: left;
border-right:1px solid #cccccc;
}

#nav ul li a:hover{
background:#8DA8D5 url(../gfx/topnav_bg.gif);
color: #ffffff;
text-decoration:none;
}

/******* links *******/

a {
color:#D3812D;
text-decoration:underline;
}

a:hover {
color:#E39243;
text-decoration:none;
}

#news a {
	color:#D3812D;
	text-decoration:underline;
}

#news a:hover {
	color:#E39243;
	text-decoration:none;
}

#news ul {
	list-style: none;
	margin: 5px 5px 0px 5px;
	padding: 0px;
}
#news ul li {
	margin: 0px 0px 5px 0px;
}
#news ul a {
	font-size: 10px;
	text-decoration: none;
}
#news ul a:hover {
	text-decoration: underline;
}

#footer a {
color:#f1b75f;
text-decoration:none;
}

#footer a:hover {
color:#D3812D;
text-decoration:none;
}

/******* fonts and colors *******/

.header h1 {
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#D3812D;
	font-size:13pt;
	letter-spacing:.7em;
}

.news_title {
font-family:Arial, Helvetica, sans-serif;
color:#465670;
font-size:10pt;
font-weight:bold;
}

#container h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#D3812D;
	font-size: 14pt;
	font-weight:bold;
	/*padding: 0px;*/
	margin: 5px 0px;
}
#container p {
	/*border: 1px solid #000000;*/
	margin: 0px 0px 20px 0px;
}

/******* images *******/

img {
	border:none;
}

.right img{
	position:relative;
	float:right;
	padding:0 0 0 0;
	margin:5px 2px 2px 5px;
}

.left img{
	position:relative;
	float:left;
	padding:0 0 0 0;
	margin:0 5px 0 2px;
}

.profiles {
	clear: left;
	margin-top: 20px;
}
.profiles .profile {
	float: left;
	margin: 15px;
	width: 200px;
}
.profiles .profile img {
	margin-left: 40px;
}
.profiles .profile ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.profiles .profile ul li b {
	display: block;
	float: left;
	width: 80px;
}


/******* workarounds and hacks *******/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.imgfloatleft {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.imgfloatright {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.imgfloatleft img, .imgfloatright img, .justimg img {
    background-color: #fae4c0;
    border: 1px solid #D3812D;
    padding: 3px;
}
.imgfloatleft span, .imgfloatright span, .justimg span {
	background-color: #fae4c0;
	border: 1px solid #D3812D;
	color: #D3812D;
	font-size: 10px;
	padding: 0px 3px 1px 3px;
	margin-left: 5px;
}
#news_ticker {
    background: #d7e5ef;
    border-color: #aec4de #6183ad #aec4de #aec4de;
    border-style: solid;
    border-width: 1px 20px 1px 1px;
    color: #465670;
    float: right;
    font-size: 8pt;
    margin: 10px 0px 5px 10px;
    padding: 0px 10px 0px 10px;
	position: relative;
	width: 180px;
}
#news_wrap {
	/*overflow: hidden;*/
	height: 260px;
	width: 180px;
	z-index: 5;
}
#news_content {
	position: absolute;
	top: 100px;
	width: 180px;
	z-index: 4;
}
#container .contenttext h2 {
	margin: 5px 0px 15px 0px;
}
#news_content .contenttext h2 {
	color: #465670;
	font-size: 12px;
}
#container .contenttext p {
	background-image: url(../gfx/note.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
#news_content .contenttext p {
	background-image: none;
	padding-left: 0px;
}
fieldset {
    border: 1px solid #fae4c0;
    padding: 10px;
    width: 500px;
}

label.reg, label.normal, label.short, label.line, label.hint {
    width:100px;
    display:block;
    float:left;
    padding-left:10px;
    margin: 5px 0px 5px 0px;
}
label.short {
    width: 35px;
}
label.line {
    float: none;
    margin-top: 20px;
}
label.hint {
    float: none;
    margin-left: 100px;
    width: 400px;
}
label.error {
    color: red;
    font-weight: bold;
}
input.text, input.text_normal, input.text_short, input.text_medium, textarea.text_normal {
    border: 1px solid #fae4c0;
    float: left;
    margin: 5px 0px 5px 0px;
    width: 300px;
}

input.text_short {
    width: 35px;
}
input.text_medium {
    width: 218px;
}
textarea.text_normal {
    height: 150px;
}
input.cb_left {
    float:left;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 50px;
}

input.submit, input.cancel {
    color: #6183ad;
    width: 100px;
    margin: 10px 5px 5px 110px;
}
input.cancel {
    margin-left: 5px;
}
.listing {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
}
.listing li {
    color: #616161;
	font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: justify;
    text-indent: 0px;
}
.listing li img {
    border: 0px;
    float: left;
    margin-right: 5px;
}
.listing li h3 {
    color: #D3812D;
    border-bottom: 1px solid #fae4c0;
    border-left: 3px solid #fae4c0;
	font-size: 14px;
    padding: 1px 5px;
}
.listing li a {
    color: #D3812D;
    text-decoration: none;
}
.comment_info {
    /*border-color: #aec4de #6183ad;*/
    border-color: #dadada;
    border-style: solid;
    border-width: 1px 20px 0px 0px;
    color: #bcbcbc;
	font-size: 11px;
    padding: 2px 10px 2px 0px;
    text-align: right;
}
