/* Fixed css - Only use for styles directly related to structure for fixed (800) design */

#site_content { width:997px; margin:0 auto; }
#header { background:url(/creo_files/css_themes/default/theme_images/llamau_header.gif) #EE4268 bottom left no-repeat; width:997px; height:100px; color:#FFFFFF; position:relative; }
#main_body { width:957px; margin:0 auto; }


#header_content { width:957px; }

#body_left { float:left; width:160px; margin:0 14px 0 0px; overflow:hidden; }
#body_centre { float:left; width:592px; }
#body_right { float:right; width:/*783*/177px; overflow:hidden; }


/* Create rounded box for the floated right content */
#secondary_content { margin: -10px 0 0 10px; }
#secondary_content img { margin-top: -8px; padding-bottom: 5px; }
#secondary_content .image_text { margin-left: 0px; }
#secondary_content a { display:block; text-decoration:none; }


#footer { width:957px; margin:0 auto; color:#666666; padding:40px 0 0 0; }
#footer a { color: #666666; }

/** General layout classes **/

.clear { clear:both; font-size:0; line-height:0; display:block; }
.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; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }
.block { display:block; }

img.left { display:block; float:left; padding-right:5px; }
img.right { display:block; float:right; padding-left:5px; }

.img_left { display:block; float:left; padding-right:10px; padding-bottom:10px; }
.img_right { display:block; float:right; padding-left:10px; padding-bottom:10px; }

/* 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; text-decoration:underline; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; }
.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 */
#breadcrumbs { float:left; width:592px; padding:5px 0 5px 174px; color:#666666; }
#breadcrumbs ul { margin:0; padding:0; list-style:none; }
#breadcrumbs ul li { list-style:none; margin:0 5px 0 0; padding:5px 15px 5px 0; float:left; background:url(../css_themes/default/theme_images/arrow-breadcrumb.gif) 100% 50% no-repeat; }
#breadcrumbs ul li.last { background:none; padding-right:0; }

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active { text-decoration:none; color:#666666; }
#breadcrumbs a:hover { text-decoration:underline; }

/* News */
.news_date_index { margin:0 0 0 0; color:#666666; }
.news_date { margin:0px 0 20px 0; color:#666666; }


/* List of content (eg. news articles index) */
.list_content { margin:0; padding:0; list-style:none; }
.list_content li { margin:0 0 10px 0; padding:10px 0; border-bottom:1px solid #CCCCCC; list-style:none; }
.list_content li .title { margin:0 0 10px 0; padding:0; }
.list_content li .title a { text-decoration:none; }
.list_content li .title a:hover { text-decoration:underline; }

/** General styling for a table **/
table.table_content { border-top:1px solid #EEEEEE; border-right:1px solid #EEEEEE; }
table.table_content th { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; background:#EEEEEE; }
table.table_content td { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; }
