/** Structural **/

#site_content { width:900px; margin:0 auto; }
#header {  }
#header_inner { background:url(../creo_img/header-image.gif) #6C217F 472px 6px no-repeat; padding:6px 22px 2px 26px; min-height:131px; height:131px; position:relative; }
html>body #header_inner { height:auto; }
#header_inner_left { float:left; width:436px; margin-right:10px; }
#header_inner_right { float:right; width:270px; text-align:right; color:#FFFFFF; padding-bottom:1.6em; }
#header_inner_right a:link, #header_inner_right a:visited { color:#FFFFFF; text-decoration:none; }
#header_inner_right a:hover { text-decoration:underline; }
#header_inner_right a.selected { text-decoration:underline; }
#header_bottom { background:url(../creo_img/header-bottom.gif) top left; line-height:7px; max-height:7px; }
#header_logo_box { margin-top:11px; margin-bottom:5px; }
.header_title { color:#FFFFFF; font-size:1.5em; position:absolute; bottom:0; right:22px; }

#main_body { width:864px; padding:10px 14px 10px 22px; }

#body_left { float:left; width:175px; margin-right:20px; }
#body_centre { float:left; width:500px; margin-right:33px; overflow:hidden; }
#body_right { float:left; width:135px; }
#body_centre_right { float:left; width:668px; }

#body_left_home { float:left; width:323px; margin-right:59px; }
#body_centre_home { float:left; width:313px; margin-right:33px; }

#footer { width:864px; padding:0 14px 0 22px; margin:0 auto; color:#FFFFFF; background:#6C217F; font-size:0.8em; }


/** General layout classes **/

.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.margin { margin:10px 0; }
.margin_top { margin-top:10px; }
.margin_bottom { margin-bottom:10px; }
.bold { font-weight:bold; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:10px; }
.red_text { color:#CC0000; }

/* nextN */
.nextn_container { overflow:hidden; margin:10px 0; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; text-decoration:underline; font-weight:normal; }
.nextn_container .selected { float:left; margin:0 5px; font-weight:bold; text-decoration:none; }
.nextn_container .previous_active { float:left; margin:0 5px 0 0; text-decoration:underline; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px 0 0; }
.nextn_container .previous_inactive { float:left; margin:0 5px 0 0; }
.nextn_container .next_active { float:left; margin:0 5px; text-decoration:underline; }
.nextn_container .next_inactive { float:left; margin:0 5px; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }

#breadcrumbs { font-size:0.8em; margin-bottom:5px; }
#breadcrumbs_inner_left { float:left; width:65%; }
#breadcrumbs_inner_right { float:right; width:25%; text-align:right; }
#breadcrumbs_inner_right img { vertical-align:middle; }