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


html, body {
	margin: 0;
	padding: 0;
	width:auto;
	height: 100%;
	height:auto;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, Sans-serif;
	color: #4c72b1;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../images/bachgnd_vignette.png);
	background-repeat:repeat-x;
}

.hidden {
	display: none;
}

a { color:#134780; }

a:hover { color:#ffffff; }

p { margin: 0;
	padding: 0px 0 0 0;
	 }

strong { font-weight: bold;
	font-size: 14px;
	}

.head_body-text { 
	font-size:11px;
	font-weight:bold;
	padding:18px 15px 15px 15px;
	color:#FFFFFF;
	text-align:left;
	line-height:16px;
	}
.head_body-text a { 
	color:#FFFFFF;
	}
.head_body-text a:hover { 
	color:#7d98c5;
	}
#head_body-text p { 
	padding: 0px 0 0 0;
	}
.head_body-header { 
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:16px;
	text-transform:uppercase;
	}
	
#table_body td { 
		border-top:#e1e7f3 1px solid;
		border-left:#e1e7f3 1px solid;
		border-bottom:#d0dbed 1px solid;
		border-right:#d0dbed 1px solid;
		padding:5px 10px;
		margin:0px 0px 20px 0px;
		 }

#container { 
	width:1024px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	border:#000 0px solid;
	background-image:url(../images/bachgnd_4.jpg);
	background-repeat:no-repeat;
	 }
#navigation {
	width: 800px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	padding:25px 10px 0px 10px;
	margin-bottom:0px;
	}
#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	}
#navigation a:hover {
	color:#cadaf4;
	text-decoration:none;
	}


#navigation_block {
	width:780px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:4px 0px 18px 10px;
	background-color:#769b17;
	filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:.70;
	border:#000 0px solid;
	}	

	
#awmAnchor-ccjmenu { 
	margin:0px;
	padding:0px;
	border-top:0px;
	}
/* ---------------------GOLF HOLES-----------------------------------------------------------------------*/

#golf_holes {
	margin:0 0 0 30px;
	padding:0px;
}
#golf_holes a {
	color:#fff;
}
#golf_holes a:hover {
	color:#fff;
}
table.nav {
	margin:0 0 0 30px;
	padding:0px;
}
td.nav {
	width:20px;
	margin:0px;
	text-align:center;
	padding:4px 6px;
	background:#b3d930;
	border: 1px solid #fff;
}

td.nav:hover {
	width:20px;
	margin:0px;
	text-align:center;
	padding:4px 6px;
	background:#7d98c5;
	border: 1px solid #fff;
}
/*------------------------------------------HEADER STUFF STARTS ----------------------------------------*/	

#header { 
	width: 820px;
	height:auto;
	color:#CCCCCC;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border:#000 0px solid;
	}

#header_wrapper { 
	height:auto;
	margin:15px;
	border:#000 0px solid;
	clear:both;
	}
#header_wrapper p { 
	padding: 15px 12px 0px 12px;
	}
#header_left {
	width: 280px;
	height:395px;
	background-color:#ffffff;
	float:left;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border:#000 0px solid;
	}
#header_nav {
	width: 280px;
	height:30px;
	background-color:#ffffff;
	border:#000 0px solid;
	}
#header_nav_bottom {
	width:280px;
	height:5px;
	background-color:#7d98c5;
	clear:both;
	margin: 0;
	padding: 0;
	overflow:hidden;
	border:#000 0px solid;
	}
	
	
/* START curvy code ------------------------------------------------ */
	

/* tab styles */

#tabrow {
 height:26px;
 margin:0;
 padding-left:3px;
 font-size:11px;
 letter-spacing:0.3pt;
 line-height:1;
 text-align:left;
 border:#000 0px solid;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  width:110px;
  float:left;
  background-color:#a0b8de;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  margin:0px 3px 0px 3px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
  border:#000 0px solid;
}

#tabrow li.select {
 background-color:#7d98c5;
 color:#FFFFFF;
 height:14px;
}

/* ------------- page box styles ---------------------*/

#midbox {
  width:280px;
  height:370px;
  background-color:#7d98c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border:#000 0px solid;
}

#midbox p {
  margin:0;
  padding-bottom:1px;
}

#subpage_text  {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	line-height:17px;
}


div.subpage {
  height:346px;
  border:#000 0px solid;
}
div.subpage a  {
	color:#ffffff;
	}
div.subpage a:hover  {
	color:#134780;
	}

div.subpage h3  {
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding:0px 0px 8px 0px;
	margin:0;
	}
	
/* styles for the demo sub-pages */

.box2{
  background-color: #0f0;
  text-align:center;
}

.box3{
  background-color: #00f;
  text-align:right;
}
/* END curvy code -------------------------------------------------------------- */	
	
	
	
#header_right {
	width: 500px;
	height:350px;
	float:right;
	clear:right;
	text-align:left;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border:#000 0px solid;
	}
#header_right_flash { 
	height:313px;
	background-color:#7d98c5;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
	
#header_right_text { 
	height:73px;
	width:234px;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	background-color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	color:#7d98c4;
	float:left;
	clear:right;
	border:#000 0px solid;
	}
#header_right_text-long { 
	height:73px;
	width:226px;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	background-color:#FFFFFF;
	font-size:11px;
	color:#7d98c4;
	float:left;
	clear:right;
	border:#000 0px solid;
	}
#header_right_logo { 
	height:77px;
	width:254px;
	margin:12px 0 0 0;
	background-image:url(../images/ccj_logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	float:right;
	clear:right;
	border:#000 0px solid;
	}
	
/* #header_right_text { 
	height:20px;
	width:230px;
	margin:13px 0 0 0;
	padding:8px 0px;
	background-color:#FFFFFF;
	font-size:11px;
	color:#7d98c4;
	float:left;
	clear:right;
	border:#000 0px solid;
	} 
#header_right_text_input {
	border:#a0b8de 1px solid;
	width:160px;
	}
#header_right_text_button {
        border:#a0b8de 1px solid;
        background-color:#a0b8de;
	width:65px;
	color:#ffffff;
        }

#header_right_logo { 
	height:50px;
	width:220px;
	margin:5px 0 0 0;
	background-image:url(../images/ccj_logo.gif);
	background-repeat:no-repeat;
	float:right;
	clear:right;
	border:#000 0px solid;
	}
	*/
	
/*------------------------------------------HEADER STUFF ENDS ----------------------------------------*/	

#clear_fix {
	clear:both;
	}
	
#content { 
	width: 788px;
	padding: 0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #4c72b1;
	border:#000 0px solid;
	}
#content_left { 
	width: 525px;
	float:left;
	}
#content_left_gallery { 
	width: 525px;
	height:275px;
	}
.content_left_gallery { 
	font-size:11px;
	font-weight:bold;
	text-align:left;
	height:22px;
	color:#486e9f;
	margin:5px 3px 5px 3px;
	}
#content_left_gallery_main { 
	width:800px;
	font-size:11px;
	font-weight:bold;
	margin: 12px 0px 12px 10px;
	text-align:center;
	}
#content_left_article { 
	width: 520px;
	margin: 15px 10px 10px 0px;
	padding: 0px 0px 0px 2px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	border:#000 0px solid;
	}
#content_left_article a { 
	color:#27539d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#content_left_article a:hover { 
	color:#577acf;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
#content_left_article_rssfeedlink a { 
	color:#27539d;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
#content_left_article_rssfeedlink a:hover { 
	color:#577acf;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}
#image {
	float:left;
	margin:0 10px 10px 0;
}
#recipro {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	clear:both;
}
#recipro a {
}
#recipro a:hover {
	color:#5a7cd0;
}
#recipro_head {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#clear_fixer {
	clear:both;
	margin:4px;
}
#menu_center { text-align:center; }
#menu_center h3 { text-align:center; }

#small_link a {
        color:#27539d;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
        }
#small_link a:hover {
        color:#a0b8de;
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
        }
        
#content_left_article h2 { 
	padding:0px 7px 10px 2px;
	margin:0px;
	text-transform:capitalize;
	}

#content_left_article h3 { 
	padding:8px 7px 10px 2px;
	margin:0px;
	text-transform:capitalize;
	}
	
#content_left_article h4 { 
	padding:16px 7px 10px 0px;
	margin:0px;
	font-weight:bold;
	}	
	
#content_left_article p { 
	padding:4px 7px 7px 0px;
	margin:0px;
	}


#content_left_article_table { 
	background-color:#a0b8de;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
#content_left_article_below { 
	width: 525px;
	margin: 0px 0 10px 0;
	padding: 0px 0px 10px 0px;
	font-size:12px;
	font-weight:normal;
	}
#content_left_article_below h1 { 
	margin:14px 0 5px 0;
	padding: 0px;
	font-size:20px;
	font-weight:normal;
	}
#content_left_article_below a { 
	color:#27539d;
	font-weight:bold;
	text-decoration:none;
	}
#content_left_article_below a:hover { 
	color:#a0b8de;
	font-weight:bold;
	text-decoration:underline;
	}
#content_left_article_below p { 
	padding:5px 0px;
	}
#content_left_cms { 
	padding:5px 7px 7px 7px;
	margin:2px 0px 5px 0px;
	height:auto;
	}
#content_left_cms p { 
	padding:7px;
	margin:0px;
	}
.content_cms { 
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	height:22px;
	color:#486e9f;
	margin:5px 3px 5px 3px;
	}
#content_left_contact { 
	width: 500px;
	float:left;
   border:#000 1px solid;
	}
	
#content_left_post { 
	width: 520px;
	margin: 15px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	line-height:18px;
	border:#000 0px solid;
	}
#content_left_post_text { 
	font-size:12px;
	}
#content_left_post a { 
	color:#27539d;
	font-weight:bold;
	text-decoration:none;
	}
#content_left_post a:hover { 
	color:#577acf;
	font-weight:bold;
	text-decoration:underline;
	} 
#content_left_post_rssfeedlink a { 
	color:#27539d;
	font-size:14px;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-decoration:none;
	}
#content_left_post_rssfeedlink a:hover { 
	color:#577acf;
	font-size:14px;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-decoration:underline;
	}
#small_link a {
        color:#27539d;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
        }
#small_link a:hover {
        color:#a0b8de;
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
        }

	
#content_right { 
	width: 234px;
	height:auto;
	float:right;
	clear:right;
	text-align:left;
	background-color:#a0b8de;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding:10px 10px 20px 10px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:7px;
	border:#000 0px solid;
	}
#content_right h3 { 
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	margin: 4px 2px 4px 2px;
	}
#content_right strong { 
	font-weight:bold;
	font-size:11px;
	}
#content_right a { 
	color:#FFFFFF;
	text-align:center;
	}
#content_right a:hover { 
	color:#486e9f;
	text-align:center;
	}
	
#content_right_hr { 
	border-top:#bed1f1 2px solid;
	margin: 2px 2px 5px 2px;
	}

#content_right fieldset { 
	display:inline;
	width:95%;
	margin: 2px 0px 0px 0px;
	padding:5px;
	border:#bed1f1 2px solid;
	text-align:center;
	}
#content_right legend { 
	color:#ffffff;
	font-weight:bold;
	}
#content_right form { 
	display:hidden;
	}
#content_right label { 
	width:110px;
	display:inline;
	float:left;
	margin: 2px 5px 5px 0px;
	text-align:right;
	}
#content_right input { 
	width:90px;
	display:inline;
	margin: 0px 0px 0px 0px;
	}
.content_right submit { 
	margin-left: 80px;
	}
#feed_icon_right {
	float:right;
	display:inline;
	margin:7px 0px 0px 0px;
	}
	
/* ------------------------- form errors -------*/
#error {
	font-weight:bold;
	color:#ff0000;
}
#success {
	font-weight:bold;
}
#success-text {
	font-weight:normal;
}

#required {
	color:#ff0000;
}
.required {
	background: #eee;
}


/* ------------------------ fieldset memform ------------*/





#content ul { 
	margin:5px;

	border:#bed1f1 0px solid;
	}
#content li { 
	margin: 0 5px;
	padding:3px 5px;
	border:#bed1f1 0px solid;
	}
	
	/* OLDD STYLE
	#content li { 
	margin: 0;
	padding:5px 0 5px 20px;
	float:left;
	list-style:none;
	border:#bed1f1 0px solid;
	}
	*/
	
#content fieldset { 
	display:inline;
	width:95%;
	margin: 2px 0px 0px 0px;
	padding:5px;
	border:#bed1f1 2px solid;
	}
#content legend { 
	color:#bed1f1;
	font-weight:bold;
	}

#content label { 
	width:144px;
	display:inline;
	float:left;
	margin:0 15px 0 0;
	text-align:right;
	border:#bed1f1 0px solid;
	}
#content input { 
	
	display:inline;
	margin:0 20px 0 0;
	}
#content select { 
	display:inline;
	margin:0 20px 0 0;
	}
#content submit { 
	margin-left: 80px;
	width:45px;
	}
#content textarea {
	width:400px;
	height:120px;
}
#radio {
	width:170px;
	float:right;
	text-align:left;
	margin:0;
	border:#bed1f1 0px solid;
	}
#radio td { 
	width:40px;
	margin:0;
	text-align:left;
	display:inline;
	border:#bed1f1 0px solid;
	}
#radio input { 
	width:40px;
	margin:0;
	text-align:left;
	display:inline;
	border:#bed1f1 0px solid;
	}

.radio {
	border: 0;
	} 
#radio_table {
	display:inline;
	float:left;
	margin:4px 0 0 2px;
	border:#bed1f1 0px solid;
	display:inline;
}
#radio_table td {
	margin:0 4px 2px 0;
	padding:0 4px 0 0;
	border:0px solid #000;
}
#content_left_article fieldset { 
	margin: 2px 0px 0px 0px;
	padding:10px;
	border:#bed1f1 2px solid;

	}
#content_left_article fieldset ul {
	padding:0;
	margin:0;
	border:0;
	}
#content_left_article fieldset li {
	overflow: hidden;
	list-style: none;
	display:block;
	padding:0;
	margin:0;
	border:0;
	}
#content_left_article legend { 
	font-weight:bold;
	border:#bed1f1 1px solid;
	padding:2px 8px;
	margin:5px 5px;
	}
#content_left_article label {
	height:auto;
	margin:2px 0;
	padding:2px 4px;
	width:240px;
	float:left;
	border:0;
	}
#content_left_article input {
	width:230px;
	margin:4px 0 2px 2px;
	border:#bed1f1 1px solid;
	display:inline;
	}
#content_left_article input.radio {
	width:20px;
	margin:0 0 0 4px;
	border:#bed1f1 0px solid;
	display:inline;
	}
#checkbox { 
	margin:0 0 0 4px;
	border:#bed1f1 1px solid;
	}
#content_left_article input.checkbox {
	width:20px;
	margin:4px 0 2px 2px;
	border:#bed1f1 0px solid;
	display:inline;
	float:left;
	}
.checkbox { 
	margin:0 0 0 4px;
	border:#bed1f1 1px solid;
	}
#content_left_article select { 
	width:230px;
	margin:4px 0 2px 2px;
	border:#bed1f1 1px solid;
	display:inline;
	}
#content_left_article input.submit { 
	margin:0 0 20px 200px;
	width:100px;
	height:30px;
	}
#radio {
	padding:0;
	margin:0;
	float:left;
	}
#radio tr { 
	padding:0;
	margin:0;
	}
#radio td { 
	padding:0 0 0 8px;
	margin:0;
	}
/*------------------------------------------FOOTER STUFF STARTS ----------------------------------------*/		
	
	
	
#footer { 
	width: 800px;
	height:54px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	border:#000 0px solid;
	}
#footer_left { 
	width: 16px;
	height:64px;
	margin: 0;
	padding:0px;
	background-image:url(../images/bot_left_corner.png);
	background-repeat:no-repeat;
	float:left;
	}
#footer_mid { 
	width: 483px;
	height:54px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#486e9f;
	text-align:center;
	background-image:url(../images/bot_mid.png);
	background-repeat:repeat;
	float:left;
	}
#footer_container_left { 
	width: 499px;
	height:64px;
	margin: 0;
	padding: 0px;
	float:left;
	}
#footer_right { 
	width: 16px;
	height:64px;
	margin: 0px;
	padding:0px;
	background-image:url(../images/bot_right_corner.png);
	background-repeat:no-repeat;
	float:right;
	}
#footer_space { 
	width: 5px;
	height:64px;
	margin: 0;
	padding:0px;
	float:left;
	}
#footer_container_right { 
	width: 243px;
	height:64px;
	margin: 0;
	padding: 0px;
	float:left;
	}
#footer_mid_right { 
	width: 227px;
	height:54px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#486e9f;
	text-align:center;
	background-image:url(../images/bot_mid.png);
	background-repeat:repeat;
	float:left;
	}
#footer_mainframe_left {
	width: 526px;
	height:64px;
	margin: 0;
	padding: 0px;
	float:left;
	}
#footer_mainframe_right {
	width: 274px;
	height:64px;
	margin: 0;
	padding: 0px;
	float:left;
	}
	
/*------------------------------------------FOOTER STUFF ENDS ----------------------------------------*/		
	
	
fieldset {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
form {
	display:inline;
	}
	
/* remove blue linked image borders */
img, a img, :link img, :visited img { border: none; }

