body {
	background-color: black;
	text-align: center;
	margin:0 auto;
}

#content {
	text-align: left;
	background-color: #fff;
	width: 985px;
	margin: 20px auto;
	font-family: arial, sans-serif;
	color: #525251;
	font-size: 0.9em;
	overflow:hidden;

}

a {
    color: #55bfcf;
}

a:hover {
    text-decoration: none;
}

h2 
{
    font-size: 1.3em;
}

form 
{
	margin:0;
}

#main_content {
    margin-bottom: 20px;
}

/** header **/

#header {
	height: 146px;
	width: 985px;
	background: url('../images/template/abc_banner.jpg') no-repeat;
}

#header h1 {
    display: none;

}
/** end header **/

/** top navigation **/

#menu {
    background: #aadae4;
    height: 40px;

}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
}

#menu li {
	display: inline;
	list-style-type: none;
	border-right: 2px solid #525251;
	margin: 10px 0;
	padding: 0 20px;
}

#menu li.last {
	border-right: none;
}

#menu a {
	color: #525251;
	font-family: arial, sans-serif;
    font-size: 1.3em;
	text-decoration: none;

}

#menu a:hover {
	color: #909090;

}

#menu a.active, #menu a.childactive {
    text-decoration: underline;
}

/** end top navigation **/

/** search **/
.searchbox_container {

	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/template/search_bg.gif);
	padding-right: 5px;
	padding-left: 22px;
	float:left;
}
#search {
	float: right;
	background-position: 0 center;
	margin-top: 6px;	
}

.searchbox {
	padding-top: 1px;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	height: 22px;
	width: 84px;
	background-color:Transparent;
}
/*
.searchbox {
    padding-top: 3px;
	border-color: white;
	border-width: 0px;
	height: 18px;
	width: 78px;
	border-style: solid;
}
*/
.searchbutton {
	font-size: 0.9em;
	color: #525251;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	
}
/** end search **/

/** breadcrumb **/

#breadcrumb 
{
	margin:0;
	padding:0;
	padding-top: .5em;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom:5px;
	line-height: 1.4em;
	padding-bottom: .5em;
	display: block;
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/template/home.gif);
	color: #55bfcf;
	min-height:9px;
	font-size:0.8em;
}

#breadcrumb ul {
	margin:0;
	padding:0;
	height: 1.4em;
	display: block;
	list-style-type: none;
	float: left;
}

#breadcrumb li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#breadcrumb li a {
	text-decoration: none;
	background-position: right center;
	background-image: url(../images/template/breadcrumb_arrow.gif);
	background-repeat: no-repeat;
	padding-right: 7px;
	height: 1.4em;
	display: block;
	float: left;
}

#breadcrumb li a.active {
	text-decoration: none;
	background-image: none;
	height: 1.4em;
	display: block;
	float: left;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

/** end breadcrumb **/

/** left content **/

#content_left  {

	float: left;
    font-size: 0.9em;
    padding: 0px;
    width: 265px;
    clear:left;
}

#sponsors {
   	color: #a7a7a7;
	font-size: 0.9em;
	margin: 20px; 
}

#content_left h2, #content_left ul li {
    font-weight: bold;
    font-size: 1em;
}
#content_left ul 
{
    list-style-type:none;
    margin: 0px 0 0 20px;
    padding:0;
} 

#content_left a 
{
    color: #525251;
    text-decoration: none;
}

#content_left a:hover 
{
    text-decoration: underline;
}   
#content_left ul ul {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
}
#content_left ul ul li {
    list-style-type: none;
    background: url('../images/template/nav_arrow_grey.gif') left 0.2em no-repeat;
    padding-left: 15px; 
    margin-top: 5px;
    font-weight:normal;
}

#content_left ul ul ul {
    margin-left: 10px;
}

#content_left ul ul ul li {
    list-style-type: none;
    background: url('../images/template/nav_arrow_blue.gif') left 0.2em no-repeat;
    padding-left: 15px;
   
}

#content_left ul ul ul li a {
    color: #55bfcf;
    font-weight: normal;
   
}

#content_left ul ul ul li a:hover {
    text-decoration: underline;
   
}

#content_left ul ul li a.active {
    font-weight: bold;
}

#content_left ul ul ul li a.active {
    font-weight: bold;
   
}

/** end left content **/

/** centre box **/

#content_centre {
	width: 700px;
	float: right;
	margin: 20px 20px 0 0;

}

#main_box {
	background-color: black;
	color: #fff;
	height: 257px;
	margin-top:20px;
}

img.right, #main_box div.right  {
	float: right;
	margin: 5px; 

}

#main_content img 
{
	margin:5px;
}

#main_content a img, #main_box div.right img
{
	margin:0;
}

#main_box p {
	padding: 0 10px;
	font-size: 0.9em;
}

#main_box h2.heading 
{
	margin-top:0;
	padding-top:0;
}

#main_box h2 {
	padding: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

p.right {
	text-align: right;

}

a.button {
	text-decoration: none;
	color: #fff;
	background: url('../images/template/button.gif') no-repeat top right;
	display: inline-block;
	width: 122px;
	line-height: 20px;
	height: 26px;
	padding: 3px 35px 0 0px;
	font-size: 1.2em;
}


a.button:hover {
	color: #ccc;
}

#content_centre 
{
    float: left;
    margin: 0px 0 20px 0;
}

#content_centre_narrow 
{
    width: 480px;
    float: left;
    margin: 0px 0 20px 0;
}

/** end centre box **/


/** link boxes **/

#box1, #box2 {
	border: 1px solid #ccc;
	background-color: #eee;
	width: 340px;
    margin: 20px 0 0 0;
}

#box1 {
	float: left;
}

#box2 {
	float: right;
}

#box1 h3, #box2 h3{
	background-color: #55bfcf;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#box1 h3 a, #box2 h3 a{
    color: #fff;
	display: block;
	text-decoration: none;
	background-image: url('../images/template/white_circle_arrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px;
}

#box1 ul, #box2 ul {
	padding-left: 20px;
	margin: 0 0 20px 0;
}

#box1 li, #box2 li {
	list-style-type: none;
	background: url('../images/template/bullet_arrow.gif') left center no-repeat;
	padding-left: 20px;
}

#box1 li a, #box2 li a{
	text-decoration: none;
	color: #525251;
	font-size: 0.9em;
}

#box1 li a:hover, #box2 li a:hover {
	text-decoration: underline;
}

/** end link boxes **/

/** sidebar **/
#sidebar 
{
    float: right;
    width: 180px;
    border: 1px solid #ccc;
    background-color: #eee;
    margin: 20px 20px 20px 0;
    padding: 10px;
}

#sidebar h2 
{
    font-size: 1.2em;
	margin: 0;
    margin-bottom: 10px;

}
#sidebar ul 
{
    margin: 0 0 0 10px;
    padding: 0;
}

#sidebar li 
{
    list-style-type: none;
    background: url('../images/template/nav_arrow_blue_greybg.gif') left 0.2em no-repeat;
    padding-left: 15px;
    margin-left: 0;
}
    

/** end sidebar  **/

/** footer **/

div.clear {
	clear: both;
	margin: 0;
	padding: 0;

}

#footer {
	clear: both;
	color: #919191;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	margin: 0 20px;
	padding: 0 0 10px 0;
}

#footer a {
	color: #919191;
}

#footer a:hover {
	text-decoration: none;
}

a.facebook { background: url(../images/facebook.png) no-repeat left top; display: inline-block; height: 14px; padding-left: 16px; }

#footer p {
	margin: 0;
	padding: 5px 0;
}

p.copyright {
	float: right;
}

img.right {
	float: right;
}

