/* --------------------------------------------------
CSS Document for AccountAble
-------------------------------------------------- */
body {
	background-color : #FFF;
}

/* CONTAINER */
#container {
	width: 750px;
    min-height: 820px; 
	margin: 0 auto;
	font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	border: 0;
	background-color: transparent;
	background-image: url(../img/bg2.gif);
    background-position: 210px 0;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

H1 {
	font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	/* margin-bottom: 30px; */
	background-color: #ffffff;
}

H2 {
	color: #666;	/* #F27D00; */
	font-size: 18px;
	font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	background-color: transparent;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
/*	border-bottom: 2px solid #F27D00; */
}

H3 {
	color: #666;
	font-size: 13px;
	margin-top: -18px;
	font-weight: normal;
	font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	background-color: transparent;
}

H4, LEGEND {
	color: #0066cc;
	font-size: 17px;
	font-weight: normal;
	text-transform: capitalize;
    font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
}

FIELDSET {
  font-family:  Arial, Tahoma, Helvetica, sans-serif; 
  font-size: 11px;
  border: 1px solid #silver;
  padding: 10px;
  margin-top: 15px;
}

a {
	color:#CC6714;
	text-decoration: none;
}

a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
}


form {
	margin-top: -30px; 
	float:right;
	font-size: 9px;
}

input, textarea, select {
	background-color: #FFF;
	color: #666;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	font-family:  Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
}

.button {
	border: 1px solid #666;
	background-color: #BEDDF9;
	color: #666;
	padding: 2px;
	cursor: pointer;
	font-weight: bolder;
}

/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #948979;
	margin-bottom: 5px;
	padding-top: 1px;
	clear: both;
	background-image: url(../img/logos/logo_a2.gif);
	background-repeat: no-repeat;
}


/* the slogan */
#header h3 { 
	margin-left: 315px;
	margin-top: 30px; 
	padding: 3px;
	color: #0066cc;
	font-size: 17px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

#header p { 
	margin-top: -20px;
	margin-left: 540px;
	color: #999999;
}

#header img {
	margin-top: -110px;
	margin-left: 550px;
	background-position: top right;
	background-repeat: no-repeat;
}

/* NAVIGATION ELEMENTS */

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 150px;
	font-size: 12px;
}

#navigation a {
	display: block;
	margin: 0;
	padding: 6px;
	width: 150px;
	border-bottom: 1px solid #DDD;
}

#navigation a:link, 
#navlist a:visited {
	color: #CC6714;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	background: #000 url(../img/arrow.gif) 99% 50% no-repeat;
	background-color: #BEDDF9;	/* #F5F5F5; */
	color: #666;	        	/* #CC6714; */
}

#navigation a:active {
	color: #CC6714;
	background-color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 10px;
	background:#D2E8FC;	/*#BEDDF9;*/
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	width: 140px;
	}

/* CONTENT ELEMENTS */

#content {
	width: 362px;
	min-height: 640px; /* minimal height */
	margin: 0;
	margin-left: 180px; 
	margin-right: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ol {
  margin: 0;
  padding: 0;
  margin-left: 24px; 
}

#content ul {
	margin: 0;
  padding: 0;
  margin-left: 15px; 
	list-style-type: none;	
  list-style-image: url(/img/bdot.gif);
  list-style-position: inherit;
}

#content ul.pdf {
	margin: 0;
  padding: 0;
  margin-left: 16px; 
  line-height: 24px;
	list-style-type: none;	
  list-style-image: url(/img/icons/pdf.gif);
  list-style-position: inherit;
}

#content ul.pdf a {
  padding-left: 4px; 
}


#content p {
	margin: 0;
	padding: 0; 
	margin-top: 7px;
	margin-bottom: 7px;
}

#content b {
	margin: 0;
	padding: 0; 
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bolder;
}

#content hr {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

#content a:link, a:visited {
  border-bottom: 1px dotted #69f;
  text-decoration: none;
  color: #03c;
}

#content  a:hover {
  color: #f00;
  border-color: #c00;
}


/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 175px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 15px;
}


/* FOOTER ELEMENTS */

#footer {
	clear: both;
	background-color: transparent;   /* #575352; */
	border-top: 1px solid #666;
	padding: 0;
	margin: 0;
	margin-top: 40px; 
	text-align: center;
}

#footer p {
	color: #666;
	margin: 0;
	padding: 0;
}

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

#footer p a:hover {
	background-color: transparent; 
	color: #666;
}

#img {
	background-color: #FFF;
	margin: 0;
	padding: 5px;
	border: 1px solid #89817f;
}

.bottom {
	text-align: center;
	vertical-align: bottom;
}


.error input, .error textarea {
	background-color: #FFFFCC;
	color: #000;
	border: 1px solid red;
	font-size: 11px;
	padding: 3px;
}

.error b {
	color: red;
}


/* RSS ELEMENTS */
div.channelname {
	font-size: 9px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin: 5px 5px 0 0;
}
div.channeldescription {
}

#sidebar ul.channelitems {
	font-size: 9px;
	margin: 0;
	padding: 0;
	list-style-type: none;			
	/* float: left; */
}

div.itemdescription{
}

div#home {
	background-image: url(../img/photos/img2.gif);
	background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent; 
}

div.contact .lcol {
  float: left;
  font-weight: bold;
  width: 70px;
  padding: 5px 7px 0 0;
  border-top: 1px solid #FFF;
  font-size:110%;
}

div.contact .rcol {
  float: left;
  font-weight: normal;
  width: 260px;
  padding: 7px 0 7px 0;
  border-top: 1px solid #EEE;
}

/* End. */
