/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content_background { width:1100px; min-height:600px; background:url(/creo_files/default/Golf%20Development/images/bg-slice.gif) top left repeat-y; margin:0 auto; }
#site_content { width:1000px; margin:0 auto; }
#header { width:1000px; height:175px; margin:0 auto; background:url(/creo_files/default/Golf%20Development/images/header-top.gif) #FFFFFF top left no-repeat; }
#header_inner { padding:35px 25px 34px 25px; border-bottom:1px solid #D6E96B; }

#main_image { background: url(/creo_files/default/Golf%20Development/images/main_header2.gif) #D0E55A top left no-repeat; width:1000px; height:262px; position: relative; }

#main_body { background:#FFFFFF; min-height:390px; position:relative; }

#body_left { width:600px; background:none; min-height:400px; position:relative; top:-45px; padding-bottom:85px; padding-left:35px; float:left; }
#body_right { float:right; margin:-290px 35px 0 0; width:265px; height:600px; min-height:600px; font-size:13px; color:#A7B87A; padding-bottom:80px; position:relative; }
html>body #body_right { height:auto; }

#menu_header { font-family:"Helvetica"; font-size:24px; font-weight:bold; color:#CC0000; margin-left:-35px; padding-bottom:10px; }

#footer { background:url(/creo_files/default/Golf%20Development/images/footer2.gif) #BAD479 top left no-repeat; font-size:11px; padding:50px 0 20px 0; position:relative; }
#footer_btm { background:url(/creo_files/default/Golf%20Development/images/footer-btm.gif) #BAD479 bottom left no-repeat; width:1100px; height:19px; line-height:0; font-size:0; margin:0 auto 20px auto; position:relative; }


/** 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; padding-left: 75px;}
.float_right { float:right; padding-right: 75px; }
.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:24px; }
.red_text { color:#CC0000; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }

/* nextN */
.nextn_container { overflow:hidden; margin:20px 0; padding-top:10px; border-top:1px solid #CCCCCC; }
.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 { padding:10px 0; color:#666666; }
.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:-5px 0 0 0; color:#666666; }
.news_date { margin:-10px 0 10px 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 #666666; list-style:none; background:none; }
.list_content li .title { margin:0 0 10px 0; padding:0; color:#666666; }
.list_content li .title a { color:#666666; 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; }
