@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #005552 url(../images/bg.gif) repeat-x;
	font-family: arial, sans-serif;
}
img {
	border: 0;
}
form {
	display: inline;
}
/* 
:focus {
	outline: 0; 
}
*/

/* header */
#header {
	width: 941px;
	margin: auto;
	background: url(../images/header_bg.png) no-repeat;
	height: 132px;
}
#header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	width: 113px;
	height: 88px;
	text-indent: -2000px;
	margin: 0; padding: 0;
}
#header h1 a { display: block; height: 88px; }
#header h2 {
	background: url(../images/slogan.png) no-repeat;
	float: left;
	width: 294px;
	height: 88px;
	text-indent: -2000px;
	margin: 0; padding: 0;
}

#header #download {
	z-index: 200;
	float: right;
	margin-left: 0px;
	margin-top: 20px;
	width: 208px;
	height: 32px;
}
#header #download ul {
	margin: 0;
	padding: 0;
}
#header #download ul li {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	width: 208px;
}
#header #download ul li a {
	display: block;
	height: 32px;
	text-indent: -2000px;
}
#header #download #button a {
	background: url(/content/AR2008/images/download.png) no-repeat;
}

#header #download #button a:hover {
	background: url(/content/AR2008/images/download.png) 0px -32px no-repeat;
}


#col2 {
	float: left;
	background: #fafcfd;
}

#content .banner {
	width: 702px;
	height: 501px;
	float: left;
	display: block;
}

/* Content */
#content {
	width: 941px;
	margin: auto;
	background: #005552 url(../images/content_bg.gif);
	padding: 0 0;
}

/* ctoc */
#ctoc {
	font-size: 80%;
	color: #FFFFFF;
	float: left;
	display: block;
	width: 192px;
	min-height: 100%;
	height: 700px;
	margin: auto auto;
	padding: 21px 7px 0px 40px;
	background: #005552 url(../images/ctoc_bg.png) repeat-x;
}
#ctoc a {
	color: #b3cdcb;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	margin-right: 0px;
}
#ctoc a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ctoc .ctoc_item1,
#ctoc .ctoc_item2,
#ctoc .ctoc_item3,
#ctoc .ctoc_item4,
#ctoc .ctoc_item5 {
	border-bottom:  1px dotted #4d8986;
}
#ctoc .ctoc_item0 {
	display: none;
}
#ctoc .ctoc_item2 {
	padding-left: 15px;
}
#ctoc .ctoc_item3 {
	padding-left: 20px;
}
#ctoc .ctoc_item4 {
	padding-left: 25px;
	font-size: 85%;
}
#ctoc .ctoc_item5 {
	padding-left: 30px;
	font-size: 85%;
}
#ctoc #ctoc_current_item {
	font-weight: bold;
}

/* Headings */
#content #text h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
/*	padding-top: 25px;*/
	background: url(../images/heading_bg.gif) bottom left no-repeat;
	color: #007987;
}
#content #text h2 {
	font-size: 18px;
/*	padding-top: 23px;*/
	margin-bottom: 0px;
	font-weight: normal;
	background: url(../images/heading_bg.gif) bottom left no-repeat;
	color: #007987;
}
#content #text h3 {
	font-size: 15px;
	background: url(../images/heading_bg.gif) bottom left no-repeat;
	margin-bottom: 5px;
	color: #3d9b35;
}
#content #text h4 { font-size: 100%; }
#content #text h5 { font-size: 85%; }
#content #text h6 { font-size: 75%; }


/* Text */
#text {
	float: left;
	color: #005652;
	width: 642px;
	display: block;
	font-size: 12px;
	padding: 15px 30px 20px 30px;
}

/*#text .copy {
	margin-left: 239;
	font-size: 80%;
	line-height: 140%;
	color: #1F6F93;
	width: 642px;
	padding: 30px 30px 20px 30px;
	background: #f2f6f6 url(../images/text_bg.png) repeat-x;
	display: block;
	float: left;
}*/
#text a {
	color: #3d9b35;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}


/** Footer */
#footer {
	color: #FFFFFF;
	width: 642px;
	font-size: 70%;
	padding: 30px 30px 15px 269px;
	margin: auto;
	background: #005552 url(../images/footer_bg.png) no-repeat;
	display: block;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #005C84;
	text-decoration: underline;
}
#footer .right {
	float: right;
	color: #b3cdcb;
}
