#frame {
	width:996px;
	margin:30px auto;
	background:url(../images/frame_bkgd.png) center 10px no-repeat transparent;
	min-height:600px;
}

#top {
	height:75px;
	position:relative;
}

#top h1 {
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

#top h1 a {
	text-indent:-2000px;
	display:block;
	background:url(../images/logo_anim.gif) top left no-repeat transparent;
	height:49px;
	width:230px;
}

#ticker {
	position:absolute;
	top:25px;
	left:238px;
	width:700px;
}

#news_ticker {
	float:left;
}

#ticker_label {
	float:left;
	margin-top:4px;
}

.newsticker {
	list-style-type: none;
	background-color: transparent;
	padding: 3px;
	margin: 0;
	color:#000;
	font-size:13px;
	font-weight:bold;
}

.newsticker a {
	color:#546192;
	text-decoration:none;
}

.newsticker a:hover {
	color:#e52525;
	text-decoration:none;
}

#strapline {
	position:absolute;
	top:25px;
	left:240px;
	width:370px;
	height:24px;
	text-indent:-2000px;
	background:url(../images/strapline.gif) top left no-repeat transparent;
}

#left {
	float:left;
	width:111px;
}

#main {
	float:left;
	width:855px;
	margin-left:10px;
}

#content {
	float:left;
	width:485px;
	/*min-height:490px;*/
	margin-right:10px;
}

#content p {
	margin:0.7em 0;
}

#content .note { color:#fff; }

#content_inner {
	padding:1px 1.5em;
	color:#fff;
	min-height:568px;
}

#content_bottom, #content_top {
	height:10px;
	background-position: top left;
	background-repeat:no-repeat;
	background-color:transparent;
}

.pink #content_inner {
	background:url(../images/pink_box_figure.gif) no-repeat bottom right #e74a7a;
}

.pink #content_top {
	background-image:url(../images/pink_box_top.gif);
}

.pink #content_bottom {
	background-image:url(../images/pink_box_bottom.gif);
}

.red #content_inner {
	background:url(../images/red_box_figure.gif) no-repeat bottom right #e6262d;
}

.red #content_top {
	background-image:url(../images/red_box_top.gif);
}

.red #content_bottom {
	background-image:url(../images/red_box_bottom.gif);
}

.orange #content_inner {
	background:url(../images/orange_box_figure.gif) no-repeat bottom right #ff9d1f;
}

.orange #content_top {
	background-image:url(../images/orange_box_top.gif);
}

.orange #content_bottom {
	background-image:url(../images/orange_box_bottom.gif);
}

.green #content_inner {
	background:url(../images/green_box_figure.gif) no-repeat bottom right #7fb54e;
}

.green #content_top {
	background-image:url(../images/green_box_top.gif);
}

.green #content_bottom {
	background-image:url(../images/green_box_bottom.gif);
}

.purple #content_inner {
	background:url(../images/purple_box_figure.gif) no-repeat bottom right #546192;
}

.purple #content_top {
	background-image:url(../images/purple_box_top.gif);
}

.purple #content_bottom {
	background-image:url(../images/purple_box_bottom.gif);
}

.cyan #content_inner {
	background:url(../images/cyan_box_figure.gif) no-repeat bottom right #0092b0;
}

.cyan #content_top {
	background-image:url(../images/cyan_box_top.gif);
}

.cyan #content_bottom {
	background-image:url(../images/cyan_box_bottom.gif);
}

.blue #content_inner {
	background:url(../images/blue_box_figure.gif) no-repeat bottom right #4d83c3;
}

.blue #content_top {
	background-image:url(../images/blue_box_top.gif);
}

.blue #content_bottom {
	background-image:url(../images/blue_box_bottom.gif);
}

.pea #content_inner {
	background:url(../images/pea_box_figure.gif) no-repeat bottom right #9da013;
}

.pea #content_top {
	background-image:url(../images/pea_box_top.gif);
}

.pea #content_bottom {
	background-image:url(../images/pea_box_bottom.gif);
}

#right {
	float:left;
	width:360px;
}

#right #boxes {
	position:relative;
	width:360px;
	height:600px;
}

#homepage {
	position:relative;
	width:830px;
	height:475px;
	margin-left:0px;
	/*border:1px solid #666;*/
}

#homepage .box, #boxes .box {
	position:absolute;
}

#hp_title {
	position:absolute;
	top:0;
	left:0;
}

#hp_copy {
	position:absolute;
	width:580px;
	height:100px;
	top:240px;
	left:0;
	font-size:13px;
	color:#546192;
}

#hp_copy p {
	margin:0;
}

#footer {
	clear:both;
	position:relative;
	height:70px;
}

#footer #left_logos {
	margin:0;
	position:absolute;
	top:10px;
	left:0px;
	color:#666;
}

#left_logos p {
	margin:0.3em 0;
}

#footer p img {
	vertical-align:middle;
	padding:0 5px;
}

#footer #right_logos {
	margin:0;
	position:absolute;
	top:20px;
	right:25px;
}

#index #footer #right_logos {
	right:40px;
}

#content_inner a {
	color:#fff;
	font-weight:bold;
}

#content ul {
	/*margin-left:75px;*/
}

#content li {
	list-style:url(../images/list-arrow.gif);
	margin-bottom:0.3em;
}

#reg_form td {
	/*border-bottom:1px dotted #fff;*/
}

#credits {
	text-align:right;
	font-size:11px;
	color:#666;
	margin-right:30px;
}

#index #credits {
	margin-right:40px;
}

#credits p {
	margin:0;
}

.news_item {
	margin-top:10px;
	padding:0 0 10px 33px;
	border-bottom:1px solid #fff;
	background:url(../images/doc-trans.gif) top left transparent no-repeat;
}

#content .news_item * {
	margin:3px 0;
}

.news_item h3 {
	font-size:17px;
}