body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}


/* MISC. */
hr, .hide {
	display: none;
}
a img {
	border: none;
}
.divclear {
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0;
	padding: 0;
	margin-top:-1px;
}
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#wrap {
	min-width:763px;
	/*max-width:1024px;*/
	/*position:relative;
	overflow:visible;*/
}
#wrap {
	color: #333333;
	font-size: 95%;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-width: 780px;
	_width: expression(((document.body.clientWidth)) < 800? "795px": "auto" );
	
	/*background: #FFFFFF url(../templates/cssc_home_files/right-bkgrnd.gif) repeat-y right top;*/
	/*position: absolute;*/
}

/* GENERAL TEXT STYLES */
a, 
a:link, 
a:visited {
	color: #003366;
	text-decoration: none;
}
a:focus, 
a:hover, 
a:active {
	color: #003366;
	text-decoration: underline;
}
#container-content .content-column a {
	text-decoration: underline;
}

#contentwrapper iframe {
    width: 100%;
	
	/*overflow: hidden;*/
}

#container-content iframe {
    width: 100%;
	
	/*overflow: hidden;*/
}


p {
	line-height: normal;
	/*margin-top: 0.9em;
	margin-bottom: 0;*/
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
h1, h2, h3, h4, h5, h6 {
	color: #1B3663;
}
h1#page-title {
	color: #999999;
}
h1 {
	font-size: 1.9em;
	font-weight: normal;
	padding-top: 18px;
	margin: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3, h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1.0em;
}

table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #FA6511;
}
/*#home-table {
	border: none !important;
}
#home-table td iframe {
	width: 100%;
	border: 1px solid #FA6511;
}*/
form table {
	width: 100%;
	border: none;
}
#quick-job-search form {
	margin: 0;
	padding: 0;
}
.tablezeroborder{
	border: none;
}

th, td {
	padding: 0.5em 1em;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.0em 0;
}
th {
	font-weight: bold;
	text-align: left;
	background: #FA6511 url(../images/th-bkgrnd.gif) repeat-x left top;
	border-top: 1px solid #FA6511;
	border-bottom: 1px solid #FA6511;
	color: #FFFFFF;
}
.th-row-header {
	/*font-weight: normal;*/
	font-weight: bold;
	text-align: left;
	background: none;
	border-top: none;
	border-bottom: none;
	color: #003366;
	font-size: 1.7em;
}
.th-row-header img {
	float: right;
}

.home-headers {
	font-size: 1.5em;
	font-weight: bold;
	font-weight: bold;
	text-align: left;
	background: none;
	border-top: none;
	border-bottom: none;
	color: #003366;
	text-align: center;
}
#content-page .th-row-header {
	font-weight: bold;
	text-align: left;
	background: none;
	border-top: none;
	border-bottom: none;
	color: #003366;
}
.odd {
	background: #FAFAFA;
}
tr:nth-child(odd) {
	background: #FAFAFA;
}

/* HEADER */
#container-header {
	background: #E0E0E1 url(../images/header-bkgrnd.gif) repeat-x left top;
	font-size: 0.9em;
	border-bottom: 1px solid #FFFFFF;
}
#container-header a, 
#container-header a:link, 
#container-header a:visited {
	color: #FA6511;
	text-decoration: none;
}
#container-header a:focus, 
#container-header a:hover, 
#container-header a:active {
	color: #FA6511;
	text-decoration: underline;
}
#header-brand {
	float: left;
}
#header-links {
	float: right;
	font-size: 0.9em;
	height: 77px;
	vertical-align: middle;
}
#header-links ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	text-align: right;
	/*padding: 0.5em;*/
	padding-top: 30px;
	padding-right: 30px;
}
#header-links ul li {
	display: inline;			/* sets list items to display in a row */
	/*padding: 0px 0px 0px 0.5em;*/
	padding: 0 0.5em;
	margin: 0px;
}
#header-links ul li.welcome {
	padding: 0;
	border-left: none;
	vertical-align: middle;
}
#header-links img {
	vertical-align: middle;
}

/* MENU */
#container-menu {
	background: #123366 url(../images/menu-bkgrnd.gif) repeat-x left bottom;
	clear: both;
	font-size: 0.9em;
	padding-left: 32px;
}
#container-menu a, 
#container-menu a:link, 
#container-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#container-menu a:focus, 
#container-menu a:hover, 
#container-menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#container-menu ul {
	padding: 0;				/* removes left indent */
	margin: 0;
	list-style: none;		/* removes list marker */
}
#container-menu li {
	float: left;
	background: url(../images/tab-right-off.gif) no-repeat top right;
}
#container-menu li:hover {
	float: left;
	background: url(../images/tab-right.gif) no-repeat top right;
}
#container-menu li a {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 1.9em;
	background: url(../images/tab-left-off.gif) no-repeat top left !important;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
}
#container-menu ul a:hover {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 1.9em;
	background: url(../images/tab-left.gif) no-repeat top left !important;
	_background: url(../images/tab-left-off.gif) no-repeat top left !important;
	text-decoration: none;
	_text-decoration: underline;
	float: left;
	color: #666666;
	_color: #FFFFFF;
}
/*#container-menu li .active  {
	float: left;
	background: url(../images/tab-right-off.gif) no-repeat top right;
}*/
/*#container-menu .active li:hover {
	float: left;
	background: url(../images/tab-right.gif) no-repeat top right;
}*/
/*#container-menu li .active a {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 1.9em;
	background: url(../images/tab-left-off.gif) no-repeat top left !important;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
}*/
/*#container-menu .active a:hover {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 1.9em;
	background: url(../images/tab-left.gif) no-repeat top left !important;
	_background: url(../images/tab-left-off.gif) no-repeat top left !important;
	text-decoration: none;
	_text-decoration: underline;
	float: left;
	color: #666666;
	_color: #FFFFFF;
}*/

/* BANNER */
#container-banner {
	font-size: 0.9em;
	clear: both;
	padding: 1.0em;
	color: #FFFFFF;
}
#container-banner-inner {
	background: url(../images/banner-bkgrnd.gif) repeat-x left top;
}
#container-banner-inner p {
	padding: 1.0em;
	font-size: 1.6em;
}
#content-page #container-banner {}
#container-banner .content-column img {}
#banner-image {
	height: 154px;
	margin: 0px;
	padding: 0px;
	overflow: hidden; 
	width: 100%;
}
.large-image {
	/*height: 154px;*/
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden; 
	width: 100%;
}
#banner-text {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
#banner-text-inner {
	margin: 0;
	padding: 0;
}
#banner-text h3 {
	color: #2CA343;
	font-weight: normal;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 0;
	font-size: 1.3em;
	/*line-height: 1.4em;*/
}
#banner-text-inner div {
	padding: 0.75em;
	background: url(http://www.communityplanningaberdeen.org.uk/upload/acp_home_files/banner-link-bkgrnd.gif) no-repeat right top;
}
#banner-text a, 
#banner-text a:link, 
#banner-text a:visited {
	/*color: #66CCFF;*/
	text-decoration: none;
	background: url(http://www.communityplanningaberdeen.org.uk/upload/acp_home_files/banner-link-arrow.gif) no-repeat left top;	
	padding-left: 25px;
	display: block;	
}
#banner-text a:focus, 
#banner-text a:hover, 
#banner-text a:active {
	/*color: #66CCFF;*/
	text-decoration: underline;
}

/* CONTENT */
#container-content {
	font-size: 0.9em;
	clear: both;
	background: #FFFFFF url(../images/content-bkgrnd.gif) repeat-x left bottom;
}

#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	/*margin: 0 200px 0 230px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	margin: 0 200px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn iframe {
    width: 100%;
	
	/*overflow: hidden;*/
}


#leftcolumn {
	float: left;
	/*width: 230px; Width of left column*/
	width: 180px; /*Width of left column*/
	margin-left: -100%;
}
#rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}

#rightcolumn iframe {
    width: 100%;
	
	/*overflow: hidden;*/
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#contentcolumn .innertube {
            width: 100%;
            margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

#rightcolumn .innertube {
	border-left: 1px dotted #A5A5A5;
    margin: 10px 0px 10px 10px !important; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-left: 10px;
}
#latest-jobs {
	margin: 1.0em;
}
#quick-job-search label {
	color: #003366;
	font-weight: bold;
	line-height: 1.8em;
}
.submit-btn {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
#latest-jobs ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#latest-jobs li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 0.5em;
}

/* FOOTER */
#container-footer {
	font-size: 0.9em;
	color: #666666;
	clear: both;
	background: url(../images/footer-bkgrnd.gif) repeat-x left top;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}
#container-footer a, 
#container-footer a:link, 
#container-footer a:visited {
	color: #FA6511;
	text-decoration: none;
}
#container-footer a:focus, 
#container-footer a:hover, 
#container-footer a:active {
	color: #FA6511;
	text-decoration: underline;
}
#footer-contact {
	padding: 1.0em;
}
#footer-logos {
	padding-right: 1.0em;
	float: right;
}
#footer-logos img {
	float: left;
}


#associate-logos {
	width: 165px;
	text-align: center;
}
#associate-logos img {
	clear: both;
}
/* FOOTER THREE COLUMN LAYOUT */

#container-footer .contentwrapper {
	float: left;
	width: 100%;
}
#container-footer .contentcolumn {
	/*margin: 0 200px 0 230px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	margin: 0 200px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#container-footer .leftcolumn {
	float: left;
	/*width: 230px; Width of left column*/
	width: 180px; /*Width of left column*/
	margin-left: -100%;
}
#container-footer .rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}
#container-footer .innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#container-footer #rightcolumn .innertube {
	border-left: none;
}



#rightcolumn h2 {
	font-weight: bold;
	color: #FA6511;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
/* AE MENU */
#leftcolumn h2 {
	font-weight: normal;
	color: #FA6511;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#ae-menu {
	margin: 0;
	padding: 0;
}
#ae-menu h2 {
	background: url(../images/ae-menu-top.gif) no-repeat right bottom;
	margin: 0;
	padding: 0.3em 0.1em 0.3em 1em;
	/*padding: 1em 0em 0.5em 1.1em;*/
	/*padding: 2.0em 0em 1.0em 1.1em;*/
	font-size: 1.0em;
	font-weight: bold;
}
#ae-menu .top {
	background: url(../images/ae-menu-top.gif) no-repeat right bottom;
	margin: 0;
	padding: 2em 0em 0.5em;
	/*padding: 2.0em 0em 1.0em 1.1em;*/
}
#ae-menu h3 {
	background: url(../images/ae-menu-top.gif) repeat-y right bottom;
	margin: 0;
	/*padding: 0.4em;
	padding-left: 1.0em;*/
	font-size: 1.0em;
	font-weight: normal;
	color: #FA6511;
	padding: 0.3em 0.1em 0.3em 1em;
}
#ae-menu form {
	background: url(../images/ae-menu-bkgrnd.gif) repeat-y right bottom;
	margin: 0;
	padding: 0;
}
#ae-menu label {
	background: url(../images/ae-menu-divider.gif) no-repeat right bottom;	
	padding: 0em 0.1em 0em 0em;
	/*padding: 0.1em 0.1em 0.1em 0em;*/
	display: block;
	font-size: 0.8em;
}
#ae-menu ul {
	/*list-style-image: url(../images/ae-menu-bullet.gif);*/
	list-style: none;
	/*padding-left: 1.0em;*/
	margin: 0;
	padding: 0;
	background: url(../images/ae-menu-bkgrnd.gif) repeat-y right top;
}
#ae-menu li {
	background: url(../images/ae-menu-divider.gif) no-repeat right bottom;	
	padding: 0.4em;
	display: block;
}
#ae-menu li a {
	padding-left: 1.0em;
	background: url(../images/ae-menu-bullet.gif) no-repeat left top;	
}

#contentcolumn label {
	color: #003366;
	font-weight: bold;
	line-height: 1.8em;
	display: block;
	/*float: left;
	width: 200px;*/
}
/*#contentcolumn input {
	width: 200px;
}*/
#contentcolumn textarea {
	width: 400px;
	height: 100px;
}
#contentcolumn input.radio,
#contentcolumn input.checkbox,
#contentcolumn input.submit {
	width: auto;
}
#contentcolumn input.radio {
	float: left;
	margin-right: 1.0em;
}
#contentcolumn input:focus,
#contentcolumn textarea:focus {
	background: #FFFFCC;
}
#contentcolumn li {
	list-style-image: url(../images/bullet.gif);	
}

.orange {
	color: #FF9900;
}

.headings {
	font-weight: bold;
	text-align: left;
	background: #FA6511 url(../images/th-bkgrnd.gif) repeat-x left top;
	border-top: 1px solid #FA6511;
	border-bottom: 1px solid #FA6511;
	color: #FFFFFF;
}
/* ADDED 15/06/2009 */
.edit-box {
	width: 165px;
	margin: 1em 0em 0em;
	padding: 0;
}
.edit-box img {margin: 0!important; padding: 0!important;}
.edit-box p,
.edit-box h2 {
	margin: 0;
	padding: 0;
}
.edit-box h2 {
	color: #FF6600!important;
	font-size: 1.1em!important;
	font-weight: bold;
	padding-top: 1.4em;
	margin-top: 0;
	}
.edit-box a {color: #FF6600;}
.edit-box p {padding-top:1em;font-size: .85em;font-family: Arial, Helvetica, sans-serif}
.edit-box-mid {
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
	background: #1B3A68 url(../images/edit-box-mid.gif) repeat-x left top;
	color: #FFF;	
	margin: 0;
	padding: 0em 0.5em;
	

}